
@charset "UTF-8";[contenteditable=true]:focus,[href]:focus,[tabindex]:not([tabindex="-1"]):focus,button:focus,details:focus,input:focus,select:focus,textarea:focus {
    outline: 2px solid #0f7fff!important;
    outline-offset: 1px!important
}

input:focus+label {
    outline: 2px solid #0f7fff!important;
    outline-offset: 1px!important
}

meta.foundation-version {
    font-family: "/5.5.3/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 551px)/";
    width: 0
}

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

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
    width: 551px
}

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

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

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

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

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

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

.u-block {
    display: block!important
}

.u-inlineBlock {
    display: inline-block!important;
    max-width: 100%!important
}

.u-hidden {
    display: none!important
}

.u-hiddenVisually {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.is-srOnly {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.u-textAlignCenter {
    text-align: center!important
}

.u-textAlignLeft {
    text-align: left!important
}

.u-textAlignRight {
    text-align: right!important
}

.u-textBreak {
    word-wrap: break-word!important
}

.u-textInheritColor {
    color: inherit!important
}

.u-textKern {
    text-rendering: optimizeLegibility!important;
    -webkit-font-feature-settings: "kern" 1!important;
    font-feature-settings: "kern" 1!important;
    -webkit-font-kerning: normal!important;
    font-kerning: normal!important
}

.u-textLead {
    line-height: 1.6!important;
    font-size: 1.1em!important
}

.u-textNoWrap {
    white-space: nowrap!important
}

.u-textTruncate {
    max-width: 100%!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    word-wrap: normal!important
}

.u-fontSmoothing {
    -moz-osx-font-smoothing: grayscale!important;
    -webkit-font-smoothing: antialiased!important
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,html {
    height: 100%
}

body {
    background: #fff;
    color: #000;
    cursor: auto;
    margin: 0;
    padding: 0;
    position: relative
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

a:hover {
    cursor: pointer
}

figure {
    margin: 0 0 1.5rem
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

img {
    -ms-interpolation-mode: bicubic
}

button {
    background: 0 0;
    border: 0
}

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

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0
}

html {
    font-size: 16px
}

@media (min-width: 551px) {
    html {
        font-size:16px
    }
}

@media (min-width: 801px) {
    html {
        font-size:16px
    }
}

@media (min-width: 1261px) {
    html {
        font-size:16px
    }
}

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

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

a:focus,a:hover {
    color: #757575
}

p {
    margin-bottom: 1.5rem
}

h1,h2,h3,h4,h5,h6 {
    color: #444;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-weight: 600;
    letter-spacing: .25px;
    margin-bottom: .75rem
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    color: #000;
    font-size: 60%;
    line-height: 0
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 13px
}

.subheader {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: .75rem
}

hr {
    border: solid #e5e5e5;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 2rem 0 1.9375rem
}

em,i {
    font-style: italic;
    line-height: inherit
}

b,strong {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

dl,ol,ul {
    list-style-position: outside;
    margin-bottom: 1.5rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-left: 1.2rem;
    margin-bottom: 0
}

ul {
    margin-left: 1.15rem
}

ol {
    margin-left: 1.15rem
}

dl dt {
    font-weight: 700;
    margin-bottom: .375rem
}

dl dd {
    margin-bottom: 1.5rem
}

abbr,acronym {
    border-bottom: 1px dotted #ccc;
    color: #000;
    cursor: help;
    font-size: 90%;
    text-transform: uppercase
}

abbr {
    text-transform: none
}

blockquote,blockquote p {
    font-size: 22px;
    line-height: 29px
}

cite {
    color: #999;
    display: block;
    font-size: 1rem
}

.icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    vertical-align: middle
}

.icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%
}

.inlineList {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1.0625rem;
    margin-left: -1.375rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0
}

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

.inlineList>li>* {
    display: block
}

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

.table thead {
    background: #e5e5e5
}

.table thead tr td,.table thead tr th {
    font-size: 1rem;
    font-weight: 700;
    padding: .75rem 1.5rem
}

.table tr td,.table tr th {
    padding: .75rem 1.5rem;
    text-align: left
}

.table tbody tr td,.table tbody tr th,.table tfoot tr td,.table tfoot tr th,.table thead tr th,.table tr td {
    display: table-cell
}

.table td.table-cell--numericData,.table th.table-header--numericData {
    text-align: right
}

.table-thead {
    border: 1px solid #e5e5e5
}

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

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

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

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Libre Franklin",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: #8f8f8f;
    color: #666;
    font-size: 1rem;
    padding: .875rem 2.25rem;
    border-radius: 4px;
    outline: 0;
    vertical-align: middle
}

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

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

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

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

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

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

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

.button[disabled] {
    background-color: #ccc;
    border-color: rgba(0,0,255,0);
    color: #fff;
    cursor: default
}

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

.button--small {
    font-size: 13px;
    padding: .5625rem 1.5rem
}

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

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

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

.button--icon svg {
    fill: #992017
}

.buttonGroup {
    display: inline-block
}

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

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

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

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

.dropdown-menu-item a {
    display: block;
    padding: .375rem
}

.dropdown-menu-item a {
    margin: -.375rem
}

.form {
    margin: 0 0 1.5rem
}

.form-fieldset {
    border-width: 0;
    margin: 0;
    padding: 0
}

.form-legend {
    background: 0 0;
    border: solid #3d3d3d;
    border-width: 0 0 1px;
    display: block;
    line-height: 32px;
    margin-bottom: .75rem;
    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: #000;
    font-size: .625rem;
    text-transform: uppercase;
    vertical-align: bottom
}

.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #8f8f8f;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: #666;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 3rem;
    margin: 0;
    padding: .75rem 1rem;
    -webkit-transition: border-color .1s ease-out;
    transition: border-color .1s ease-out;
    width: 100%
}

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

.form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #3d3d3d;
    color: #757575;
    cursor: text
}

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

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

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

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

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

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

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

.form-select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    background-color: #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: #8f8f8f;
    color: #666;
    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: 4px
}

.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: #fff;
    border: 1px solid #3d3d3d;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.13);
    box-shadow: 0 1px 2px rgba(0,0,0,.13);
    margin-bottom: 1.5rem;
    max-width: none;
    padding: 1.5rem
}

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

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

.form-row:after {
    clear: both
}

.form-row .form-field {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    max-width: none
}

@media (min-width: 551px) {
    .form-row--half .form-field {
        width:50%
    }

    .form-row--third .form-field {
        width: 33.33333%
    }

    .form-row--quarter .form-field {
        width: 25%
    }
}

.form-field {
    display: block;
    margin: 0 0 2rem;
    max-width: none
}

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

.form-field:after {
    clear: both
}

.form-select[multiple] {
    height: auto
}

.form-select[multiple] option {
    padding: 5px
}

.form-checkbox,.form-radio {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.form-checkbox+.form-label,.form-radio+.form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .375rem;
    padding-left: 1.875rem;
    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;
    -webkit-transition: all 50ms ease-out;
    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: 1rem;
    left: 0;
    top: 0;
    width: 1rem
}

.form-checkbox+.form-label::after,.form-radio+.form-label::after {
    height: .875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: .875rem
}

.form-checkbox:checked+.form-label::after,.form-radio:checked+.form-label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.form-checkbox[disabled]+.form-label,.form-radio[disabled]+.form-label {
    cursor: default
}

.form-checkbox[disabled]+.form-label::before,.form-radio[disabled]+.form-label::before {
    background-color: #fff
}

.form-checkbox+.form-label::before {
    border-radius: 4px
}

.form-checkbox+.form-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51,51,51,.999);
    content: "";
    font-size: .875rem;
    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: .875rem
}

.form-input.has-action {
    float: left;
    padding-right: 2.875rem
}

.form-input.has-action+.button--inputAction {
    background: 0 0;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: .0625rem 0 0 -2.9375rem;
    width: 2.875rem
}

.form-input.has-icon {
    float: left;
    padding-right: 2.25rem
}

.form-input.has-icon+.icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem
}

.form-prefixPostfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.form-prefixPostfix .form-input {
    -webkit-box-flex: 1;
    -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 #3d3d3d;
    border-width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    height: 3rem;
    line-height: normal;
    max-width: 5.625rem;
    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: #992017;
    -webkit-box-shadow: 0 0 4px rgba(153,32,23,.4);
    box-shadow: 0 0 4px rgba(153,32,23,.4)
}

.switch-toggle {
    background-color: #757575;
    border: 1px solid #757575;
    border-radius: 1.75rem;
    cursor: pointer;
    display: inline-block;
    height: 1.75rem;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    vertical-align: middle;
    width: 3.75rem
}

.switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500
}

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

.switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999;
    cursor: default
}

.switch-toggle::before {
    background: #fff;
    border-radius: 1.25003rem;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    content: "";
    height: 1.25003rem;
    left: .18749rem;
    position: absolute;
    top: .18749rem;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    width: 1.25003rem
}

.switch--checked .switch-toggle::before {
    left: 2.18749rem
}

.switch-label {
    color: #fff;
    height: 26px;
    line-height: 1.6875;
    position: absolute;
    right: .375rem;
    text-transform: uppercase;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.switch--checked .switch-label {
    font-weight: 600;
    left: .375rem;
    right: auto
}

.switch--disabled .switch-label {
    color: #757575
}

.switch-label--icon.icon {
    height: 1.625rem;
    width: 1.625rem
}

.switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white
}

.switch--disabled .switch-label--icon.icon svg {
    fill: #757575
}

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

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

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

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

.switch-ariaDescription {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.form-actions {
    background: 0 0;
    border: 0;
    text-align: center
}

@media (min-width: 481px) {
    .form-actions {
        text-align:left
    }
}

.form-actions>* {
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%
}

@media (min-width: 481px) {
    .form-actions>* {
        vertical-align:baseline;
        width: auto
    }
}

@media (min-width: 481px) {
    .form-actions--fixed {
        background:#fff;
        border-top: 1px solid #3d3d3d;
        bottom: 0;
        left: 0;
        padding: 1.5rem 2rem;
        position: fixed;
        right: 0;
        text-align: right;
        z-index: 20
    }
}

.form-input-indicator {
    height: 1.375rem;
    width: 1.375rem;
    float: left;
    margin: 0 0 0 -1.875rem;
    position: relative;
    top: .625rem
}

.form-prefixPostfix .form-input-indicator {
    top: 0
}

.form-input-indicator>svg {
    fill: #008a06
}

.form-field-errors {
    list-style: none;
    margin-left: 0;
    margin-left: 0;
    clear: both;
    margin-bottom: 0;
    margin-top: .1875rem
}

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

.form-inlineMessage {
    display: inline-block;
    line-height: 24px;
    margin: .375rem 0 -.5rem;
    width: 100%
}

.form-field--error .form-input,.form-field--success .form-input,.form-field--warning .form-input {
    float: left
}

.form-field--success .form-checkbox+.form-label::before,.form-field--success .form-input,.form-field--success .form-prefixPostfix-label,.form-field--success .form-radio+.form-label::before,.form-field--success .form-select {
    border-color: #008a06
}

.form-field--success .form-field-error,.form-field--success .form-inlineMessage {
    color: #008a06
}

.form-field--success .form-input-indicator>svg {
    fill: #008a06
}

.form-field--error .form-checkbox+.form-label::before,.form-field--error .form-input,.form-field--error .form-prefixPostfix-label,.form-field--error .form-radio+.form-label::before,.form-field--error .form-select {
    border-color: #cc4749
}

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

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

.form-field--warning .form-checkbox+.form-label::before,.form-field--warning .form-input,.form-field--warning .form-prefixPostfix-label,.form-field--warning .form-radio+.form-label::before,.form-field--warning .form-select {
    border-color: #f1a500
}

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

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

.panel {
    position: relative
}

.panel-header {
    background-color: #e5e5e5;
    margin: 0;
    padding: 1.5rem 2rem 0
}

.panel-title {
    line-height: 1.5;
    margin: 0
}

.panel-body {
    margin-bottom: 1.5rem;
    padding: 1rem 2rem 1.5rem;
    background: #e5e5e5
}

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

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

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

.breadcrumbs {
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: hidden
}

.breadcrumb {
    color: #000;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    line-height: 1.5
}

.breadcrumb a {
    color: #000
}

.breadcrumb.current {
    color: #000;
    cursor: default
}

.breadcrumb.current a {
    color: #000;
    cursor: default
}

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

.breadcrumb.unavailable {
    color: #999
}

.breadcrumb.unavailable a {
    color: #999
}

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

.breadcrumb:before {
    color: #000;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px
}

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

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

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

.breadcrumb-label {
    cursor: pointer
}

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

.breadcrumb.is-active>.breadcrumb-label {
    color: #000;
    cursor: default
}

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

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

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

.tabs:after {
    clear: both
}

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

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

.tab-title {
    color: #000;
    display: block;
    font-size: 15px;
    padding: .75rem 1.5rem
}

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

.tab.is-active .tab-title {
    color: #000;
    font-weight: 700
}

@media (min-width: 551px) {
    .tabs--vertical {
        border-bottom:0;
        float: left;
        margin: 0 0 1.5rem;
        max-width: 20%;
        width: 20%
    }
}

.tabs--vertical .tab {
    float: none
}

.tabs-contents {
    margin-bottom: 1.5rem
}

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

.tabs-contents:after {
    clear: both
}

@media (min-width: 551px) {
    .tabs-contents--vertical {
        float:left;
        max-width: 80%;
        padding-left: 1.5rem;
        width: 80%
    }

    .tabs-contents--vertical>.tab-content {
        padding: 0 1.5rem
    }
}

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

.tab-content.is-active {
    display: block
}

.no-js .tab-content {
    display: block;
    float: none
}

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

.navBar:after {
    clear: both
}

.navBar ol,.navBar ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0
}

.navBar ol ol,.navBar ol ul,.navBar ul ol,.navBar ul ul {
    list-style: none;
    margin-bottom: 0
}

.navBar ol li,.navBar ul li {
    margin: 0;
    padding: 0
}

.navBar-section {
    float: left
}

.navBar-section:after,.navBar-section:before {
    content: " ";
    display: table
}

.navBar-section:after {
    clear: both
}

.navBar-section--alt {
    float: right;
    margin-left: 1.5rem
}

.navBar-section+.navBar-section {
    margin-left: 1.5rem
}

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

.navBar-action,.navBar-item {
    display: block
}

.navBar-action {
    color: #000;
    font-size: 15px;
    padding: .75rem
}

.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: #333;
    font-size: 15px;
    padding: .1875rem 0
}

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

.pagination-list li {
    color: #000;
    font-size: 1rem;
    margin-left: .375rem
}

.pagination-list li a,.pagination-list li button {
    border-radius: 4px;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background: 0 0;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: inherit;
    padding: .3125rem .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: #333
}

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

.alertBox {
    border-style: none;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .75rem;
    padding: .75rem 1.125rem .75rem 1.125rem;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #fff
}

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

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

.alertBox--info {
    background-color: #666;
    border-color: #666;
    color: #333
}

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

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

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

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

.alertBox--warning svg {
    fill: #f1a500
}

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

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

.alertBox-column {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.alertBox-icon {
    padding-right: 1.125rem
}

.alertBox-message {
    margin: 0;
    text-align: left;
    width: 100%
}

.alertBox-heading {
    margin: 0
}

.alertBox-close {
    cursor: pointer;
    padding-left: 1.125rem
}

.alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem
}

.alertBox-close svg {
    fill: #3d3d3d
}

.accordion {
    margin-bottom: 0;
    border: #e5e5e5 solid;
    border-width: 1px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.13);
    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: #e5e5e5 solid;
    border-width: 1px 0;
    cursor: pointer
}

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

.accordion-navigation>a {
    background: #fff;
    color: #000;
    padding: 1.875rem;
    display: block;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-size: 1rem
}

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

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

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

.accordion-content {
    display: none;
    padding: 2rem;
    border: #e5e5e5 solid;
    border-width: 0 0 1px
}

.accordion-content.is-open {
    display: block
}

.accordion-navigation--success .accordion-title,.accordion-navigation--success.is-open>a {
    color: #008a06
}

.accordion-navigation--error .accordion-title,.accordion-navigation--error.is-open>a {
    color: #cc4749
}

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

body.has-activeModal {
    overflow: hidden
}

.modal-background {
    background: #000;
    background: rgba(51,51,51,.95);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0
}

.has-activeModal .modal-background {
    display: block
}

.modal {
    border-radius: 0;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #fff;
    padding: 2.25rem 2.25rem;
    border: solid 0 #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 80%;
    overflow: auto;
    position: fixed
}

@media only screen and (max-width: 551px) {
    .modal {
        min-height:100vh
    }
}

.modal .column,.modal .columns {
    min-width: 0
}

.modal>:first-child {
    margin-top: 0
}

.modal>:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 551px) {
    .modal {
        left:0;
        margin: 0 auto;
        max-width: 80%;
        right: 0;
        width: 900px
    }
}

@media only screen and (min-width: 551px) {
    .modal {
        top:50%!important
    }
}

@media (min-width: 551px) {
    .modal {
        -webkit-transform:translateY(-50%);
        transform: translateY(-50%)
    }
}

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

.modal--small {
    width: 500px
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0;
    position: relative
}

.modal-header-title {
    margin: 0
}

.modal-body {
    padding: 3rem 0
}

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

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: .75rem 1.5rem;
    text-align: center
}

@media (min-width: 481px) {
    .modal-footer {
        text-align:right
    }
}

.modal-footer .button {
    display: block
}

@media (min-width: 481px) {
    .modal-footer .button {
        display:inline-block;
        margin-bottom: 0
    }
}

.modal-footer-link {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 .75rem
}

@media (min-width: 481px) {
    .modal-footer-link {
        display:inline;
        margin: 1.5rem
    }
}

.modal-close {
    color: #666;
    cursor: pointer;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 1.05rem;
    right: .75rem;
    -webkit-transform: translateY(none);
    transform: translateY(none)
}

.modal-close .icon {
    height: 1.25rem;
    width: 1.25rem
}

@media print {
    .modal {
        background: #fff!important;
        display: none
    }
}

.loadingNotification {
    left: 50%;
    position: fixed;
    text-align: center;
    top: 3rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 500
}

.loadingNotification.ng-hide-add-active,.loadingNotification.ng-hide-remove {
    opacity: 0;
    top: 3.6rem;
    -webkit-transform: scale(.9) translateX(-50%);
    transform: scale(.9) translateX(-50%)
}

.loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%)
}

.loadingNotification-label {
    background: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: .375rem .75rem
}

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

.loadingOverlay {
    background: rgba(51,51,51,.9);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    width: 100%
}

.loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: #fff #fff #999 #999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: spin .5s infinite cubic-bezier(.69,.31,.56,.83);
    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
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0)
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0)
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        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: .75rem 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 .375rem 0 0
    }

    .actionBar-section .form-input,.actionBar-section .form-select {
        display: inline-block;
        width: 12.5rem
    }
}

@media (min-width: 551px) {
    .actionBar-section--alt {
        float:right
    }
}

.actionBar-item {
    margin-bottom: 1.5rem
}

@media (min-width: 551px) {
    .actionBar-item {
        display:inline-block;
        margin-bottom: 0;
        margin-right: 1.5rem;
        vertical-align: middle
    }

    .actionBar-item:last-child {
        margin-right: 0
    }
}

.card {
    background-color: transparent;
    margin-bottom: 3rem;
    padding: 0 0
}

.card-figure {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0 0;
    position: relative
}

.card-image {
    border: 1px solid #3d3d3d;
    width: 100%
}

.card-figcaption {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.card-figcaption:hover {
    opacity: 1
}

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

.card-figcaption-body {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

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

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

.card-figcaption-body .card-text {
    color: #000
}

.card-figcaption-button {
    background-color: rgba(255,255,255,.9);
    color: #333
}

.card-figcaption-button:hover {
    background-color: #fff;
    color: #333
}

.card-body {
    padding: .75rem 0 0
}

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

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

.card-body .card-text {
    color: #000
}

.card-surTitle {
    float: right;
    margin-left: 1.5rem;
    max-width: 40%;
    text-align: right
}

.card-footer {
    background-color: transparent;
    margin: 0
}

.card-footer:after,.card-footer:before {
    content: " ";
    display: table
}

.card-footer:after {
    clear: both
}

.card-button {
    margin-bottom: 0
}

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

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-transform: translate3d(0,0,0);
    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%;
    -webkit-transform: translate(0,-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: #fff;
    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: #333;
    opacity: .6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.slick-next,.slick-prev {
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    z-index: 1;
    border: 1px solid #fff;
    height: 3.8125rem;
    margin-top: -.9375rem;
    padding: .625rem;
    width: 2.5rem
}

.slick-next::before,.slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

.slick-next {
    right: -5px
}

@media (min-width: 1261px) {
    .slick-next {
        right:-3.375rem
    }
}

.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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.slick-next:hover::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='%2398150b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.slick-prev {
    left: -5px
}

@media (min-width: 1261px) {
    .slick-prev {
        left:-3.375rem
    }
}

.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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.slick-prev:hover::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='%2398150b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

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

.slick-dots {
    margin: 0
}

.slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: .3125rem
}

.slick-dots li button,.slick-dots li button::before {
    height: .9375rem;
    width: .9375rem;
    border-radius: 50%
}

.slick-dots li button {
    border: 1px solid #333;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.slick-dots li button:hover::before {
    background: #333
}

.slick-dots li button::before {
    display: block;
    left: -1px;
    top: -1px;
    -webkit-transition: background .1s ease-out;
    transition: background .1s ease-out
}

.slick-dots li.slick-active button::before {
    background: #757575
}

.productView .slick-dots {
    position: relative
}

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

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

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

.slick-slide .card-image,.slick-slide .heroCarousel-image {
    -webkit-touch-callout: default
}

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

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

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

.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: -2px
}

.slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto
}

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

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

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

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

.nanobar {
    display: none;
    width: 100%;
    height: .3125rem;
    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%;
    -webkit-transition: height .1s;
    transition: height .1s;
    background-color: #999
}

.swal2-popup.swal2-toast {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: .625em;
    overflow-y: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 .625em #d9d9d9;
    box-shadow: 0 0 .625em #d9d9d9
}

.swal2-popup.swal2-toast .swal2-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0
}

.swal2-popup.swal2-toast .swal2-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -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 {
    -webkit-box-pack: start;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -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 {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4);
    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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.8em;
    left: -.5em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2em 2em;
    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;
    -webkit-transform-origin: 0 1.5em;
    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 {
    -webkit-animation: swal2-toast-animate-success-line-tip .75s;
    animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-toast-animate-success-line-long .75s;
    animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: swal2-toast-hide .1s forwards;
    animation: swal2-toast-hide .1s forwards
}

.swal2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    -webkit-transition: background-color .1s;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swal2-container.swal2-top-left,.swal2-container.swal2-top-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.swal2-container.swal2-top-end,.swal2-container.swal2-top-right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.swal2-container.swal2-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swal2-container.swal2-center-left,.swal2-container.swal2-center-start {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.swal2-container.swal2-center-end,.swal2-container.swal2-center-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.swal2-container.swal2-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: 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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swal2-container.swal2-grow-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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 {
    -webkit-box-align: center;
    -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 {
    -webkit-box-align: 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 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swal2-container.swal2-no-transition {
    -webkit-transition: none!important;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: 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: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));
    background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    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;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    -webkit-box-shadow: 1px 1px 1px #fff;
    box-shadow: 1px 1px 1px #fff
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 2em;
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4);
    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 {
    -webkit-box-pack: center;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    -webkit-transition: color .1s ease-out;
    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 {
    -webkit-transform: none;
    transform: none;
    background: 0 0;
    color: #f27474
}

.swal2-close::-moz-focus-inner {
    border: 0
}

.swal2-content {
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word
}

.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea {
    margin: 1em auto
}

.swal2-file,.swal2-input,.swal2-textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: border-color .3s,-webkit-box-shadow .3s;
    transition: border-color .3s,-webkit-box-shadow .3s;
    transition: border-color .3s,box-shadow .3s;
    transition: border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
    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;
    -webkit-box-shadow: 0 0 2px #f27474!important;
    box-shadow: 0 0 2px #f27474!important
}

.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    -webkit-box-shadow: 0 0 3px #c4e6f5;
    box-shadow: 0 0 3px #c4e6f5
}

.swal2-file::-webkit-input-placeholder,.swal2-input::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder {
    color: #ccc
}

.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder {
    color: #ccc
}

.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder {
    color: #ccc
}

.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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: 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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-pack: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -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;
    -webkit-box-flex: 1;
    -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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3.75em 3.75em;
    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;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    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;
    -webkit-box-sizing: content-box;
    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;
    -webkit-transform: rotate(-45deg);
    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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
    -webkit-box-align: center;
    -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 {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards
}

.swal2-noanimation {
    -webkit-transition: none;
    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)
    }
}

@-webkit-keyframes swal2-toast-show {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg)
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg)
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg)
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@keyframes swal2-toast-show {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg)
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg)
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg)
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0)
    }
}

@-webkit-keyframes swal2-toast-hide {
    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-hide {
    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@-webkit-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-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
    }
}

@-webkit-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-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
    }
}

@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-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-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
    }
}

@-webkit-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-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
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        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 {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4)
}

body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-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%;
    -webkit-transform: translate(-50%,-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;
    -webkit-transform: translateY(-50%);
    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;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-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%;
    -webkit-transform: translateX(-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;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%,-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;
    -webkit-transform: translateY(-50%);
    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%;
    -webkit-transform: translateX(-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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em
}

.swal2-modal {
    background-color: #fff!important;
    border-radius: 4px;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif
}

.swal2-modal .swal2-title {
    color: #444;
    font-size: 1.875rem
}

.swal2-modal .swal2-content {
    color: #000;
    font-size: 1.125rem
}

.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666
}

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

.swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0
}

.swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Libre Franklin",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: #8f8f8f;
    color: #666;
    font-size: 1rem;
    padding: .875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: 0;
    -webkit-transition: all .15s ease;
    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: #474747;
    color: #333
}

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

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

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

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

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

.swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666
}

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

.swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: #000
}

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

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

body,html {
    height: auto
}

body {
    padding-top: 55px
}

@media (min-width: 801px) {
    body {
        padding-top:0
    }
}

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

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

figcaption {
    color: #999;
    margin-top: .75rem
}

body {
    font-size: 1rem;
    font-weight: 400
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    margin-top: 2.25rem
}

h5,h6 {
    text-transform: uppercase
}

a {
    -webkit-transition: color .15s ease;
    transition: color .15s ease
}

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

.page-heading {
    margin: 0 0 1.5rem;
    text-align: center
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 13px
}

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

.definitionList:after {
    clear: both
}

.definitionList-key {
    color: #000;
    float: left;
    font-weight: 400;
    margin: 0 .375rem 0 0
}

.definitionList-value {
    margin: 0
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
    background-position: right .5625rem top .6875rem;
    border-radius: 4px;
    padding: .75rem 3rem .75rem 1rem
}

.form-label small {
    float: right;
    margin-top: .375rem
}

.form-label--inlineSmall small {
    color: #000;
    float: none;
    font-size: inherit;
    font-weight: 400;
    margin-left: .375rem;
    text-transform: none
}

.table {
    margin-top: 2rem
}

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

.table .table-alignCenter {
    text-align: center
}

.table .table-alignRight {
    text-align: right
}

.table-actions {
    margin: 1.5rem;
    text-align: center
}

.table-actions .form {
    margin-bottom: 0
}

.table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

@media (min-width: 551px) {
    .table-actions .button {
        display:inline-block;
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 551px) {
    .table-actions .button+.button {
        margin-left:.375rem
    }
}

.table--line {
    border-color: #e5e5e5;
    border-width: 0 0 1px
}

.table--line .table-thead {
    background-color: transparent;
    border-color: #e5e5e5;
    border-width: 0 0 1px
}

.table--line .table-thead tr th {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 551px) {
    .table--line .table-thead tr th {
        text-align:center
    }

    .table--line .table-thead tr th:first-child {
        text-align: left
    }

    .table--line .table-thead tr th:last-child {
        text-align: right
    }
}

.table--line .table-thead tr th+th {
    padding-left: 1.5rem
}

.table--line tr {
    border-color: 1px solid #e5e5e5
}

.table--line tr td {
    display: block;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 551px) {
    .table--line tr td {
        text-align:center
    }

    .table--line tr td:first-child {
        text-align: left
    }

    .table--line tr td:last-child {
        text-align: right
    }
}

.table--line tr td+td {
    padding-left: 1.5rem
}

.table--line td+td {
    border-left: 0
}

.dropdown {
    left: -9999px;
    outline: 0;
    position: absolute
}

.dropdown-menu {
    z-index: 5
}

.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: .75rem
}

.dropdown-menu-item:last-child>a {
    padding-bottom: 1rem
}

.dropdown-menu-item>a {
    margin: 0;
    padding: .25rem 1.125rem;
    text-decoration: none
}

.form-wishlist {
    position: relative
}

@media (min-width: 551px) {
    .form-wishlist {
        float:left;
        padding: 0 .625rem;
        width: 50%
    }
}

@media (min-width: 801px) {
    .form-wishlist {
        padding:0;
        width: auto
    }
}

@media (min-width: 1261px) {
    .form-wishlist {
        display:inline-block;
        margin-top: 1rem
    }
}

.form-wishlist .button {
    width: 100%
}

@media (min-width: 801px) {
    .form-wishlist .button {
        width:auto
    }
}

@media (min-width: 1261px) {
    .form-wishlist .button {
        margin-right:.75rem
    }
}

.dropdown-menu-button {
    width: 100%
}

.dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown-menu-button .icon {
    float: right;
    margin-left: 10px
}

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

#wishlist-dropdown.is-open {
    background: 0 0;
    left: auto!important;
    max-width: none!important;
    width: 100%!important;
    position: relative!important;
    top: 0!important;
    margin-bottom: 0!important
}

@media (min-width: 551px) {
    #wishlist-dropdown.is-open {
        padding-right:20px
    }
}

@media (min-width: 801px) {
    #wishlist-dropdown.is-open {
        padding-right:0
    }
}

@media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
        padding-right:11px
    }
}

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

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

#wishlist-dropdown.is-open .button {
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%
}

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

#wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0
}

.modal {
    left: 50%;
    margin: 0;
    max-height: 90%;
    max-width: 95%;
    min-height: 240px;
    outline: 0;
    overflow: hidden;
    padding: 0;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.modal .form-field {
    position: relative
}

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

.modal-header {
    padding-left: 2.25rem;
    padding-right: 2.75rem
}

.modal-header-title {
    font-size: 22px;
    text-align: center
}

@media (min-width: 801px) {
    .modal-header-title {
        font-size:25px
    }
}

.modal-close {
    height: 2rem;
    width: 2rem;
    color: #757575;
    font-size: 26px;
    line-height: 2rem;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 50
}

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

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

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

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

@media (min-width: 801px) {
    .modal-close {
        font-size:32px
    }
}

.modal-close:hover {
    color: #999
}

.modal-close::before {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.modal-close::after {
    right: 50%;
    -webkit-transform: translateX(.625rem);
    transform: translateX(.625rem)
}

.modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2.25rem 2.25rem
}

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

.modal--alert .alert-icon {
    border: .25em solid transparent;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: inherit;
    height: 5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 5em
}

.modal--alert .error-icon {
    -webkit-animation: animate-icon .5s;
    animation: animate-icon .5s;
    border-color: #f27474;
    color: #f27474
}

.modal--alert .error-icon .icon-content {
    -webkit-animation: animate-icon-content .5s;
    animation: animate-icon-content .5s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.modal--alert .error-icon .icon-content .line {
    background-color: #f27474;
    border-radius: .125em;
    display: block;
    height: .3125em;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em
}

.modal--alert .error-icon .icon-content .line-left {
    left: 1.0625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal--alert .error-icon .icon-content .line-right {
    right: 1em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal--alert .warning-icon {
    -webkit-animation: animate-icon .5s;
    animation: animate-icon .5s;
    border-color: #facea8;
    color: #f8bb86
}

.modal--alert .warning-icon .icon-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: animate-icon-content .5s;
    animation: animate-icon-content .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.75em
}

.modal--alert .modal-content {
    color: #000;
    font-size: 1.125rem
}

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

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

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

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

.hide-content {
    opacity: 0
}

@-webkit-keyframes animate-icon {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes animate-icon {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@-webkit-keyframes animate-icon-content {
    0% {
        margin-top: 1.625em;
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    50% {
        margin-top: 1.625em;
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animate-icon-content {
    0% {
        margin-top: 1.625em;
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    50% {
        margin-top: 1.625em;
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

ol.breadcrumbs {
    display: none;
    font-size: 0;
    overflow: visible;
    text-align: center
}

@media (min-width: 551px) {
    ol.breadcrumbs {
        display:block
    }
}

.breadcrumb {
    display: inline-block;
    float: none;
    margin-right: .25rem
}

.breadcrumb.is-active>.breadcrumb-label {
    cursor: pointer;
    font-weight: 700
}

.breadcrumb:not(:first-child)::before {
    border-right: .1em solid #992017;
    content: "";
    display: inline-block;
    height: .8em;
    margin: 0 .25rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

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

.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-link {
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.pagination-item .pagination-link:hover {
    color: #333
}

.pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 .375rem 0 .75rem
}

.pagination-item.pagination-item--next>a,.pagination-item.pagination-item--previous>a {
    color: #333
}

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

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

.pagination-item--next .icon,.pagination-item--previous .icon {
    height: 1.25rem;
    margin-top: -.125rem;
    width: 1.25rem
}

.pagination-item--previous {
    float: left
}

.pagination-item--previous .icon {
    margin-left: -.75rem
}

.pagination-item--next {
    float: right
}

.pagination-item--next .icon {
    margin-right: -.75rem
}

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

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

.pagination-list--small .pagination-link {
    padding: 0 .375rem
}

.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: 1rem;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

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

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

.button[disabled] {
    cursor: not-allowed
}

.button[disabled]:focus,.button[disabled]:hover {
    background: #ccc
}

.button--icon svg {
    fill: #757575
}

.tab {
    border-top: 1px solid #e5e5e5;
    float: none
}

@media (min-width: 801px) {
    .tab {
        border-top-color:#fff;
        float: left
    }
}

.tab.is-active {
    border-left-color: #fff;
    border-right-color: #fff
}

@media (min-width: 551px) {
    .tab.is-active {
        margin-bottom:-1px
    }
}

@media (min-width: 801px) {
    .tab.is-active {
        border:1px solid #e5e5e5;
        border-bottom: 1px solid #fff
    }
}

.tab-title {
    padding: 1.125rem 0;
    text-align: center;
    text-decoration: none
}

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

@media (min-width: 801px) {
    .tab-title {
        padding:.75rem 1.5rem
    }
}

@media (min-width: 1261px) {
    .tab-title {
        padding:.6875rem 1.125rem
    }
}

.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: 801px) {
    .tab-content .productReview {
        width:33.33333%
    }
}

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

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

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

.accordion .navList {
    margin-bottom: 0
}

.accordion-content {
    border: 0
}

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

.accordion-title {
    color: #444;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: .9375rem;
    margin: 0
}

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

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

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

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

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

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

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

.accordion--navList .accordion-title {
    font-weight: 400;
    padding: 1rem;
    text-decoration: none;
    text-transform: inherit
}

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

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

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

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

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

.accordion-block:last-child .accordion-navigation {
    border-bottom-width: 0
}

.accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0
}

.accordion-nav-clear-holder {
    position: relative
}

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

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

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

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: -.75rem
}

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

.alertBox {
    border-radius: 4px;
    color: #333
}

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

.alertBox--info {
    background-color: #707070;
    color: #fff
}

.alertBox--info .alertBox-close svg {
    fill: #dfdfdf
}

.form--hiddenLabels .form-label {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.form-inlineMessage {
    display: block
}

.form-field--error .form-input {
    float: none
}

.form-field--error .form-inlineMessage::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: .875rem;
    left: -.125rem;
    margin-right: .0625rem;
    position: relative;
    top: .1875rem;
    width: .875rem
}

.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 .6875rem center;
    background-repeat: no-repeat;
    padding-right: 3rem
}

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

.form-checkbox+.form-label::after,.form-radio+.form-label::after {
    top: .25rem
}

.form-checkbox+.form-label::before,.form-radio+.form-label::before {
    top: .1875rem
}

.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: 75rem;
    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: .75rem
}

@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 .75rem
    }
}

.form-label--alternate {
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-bottom: .75rem
}

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

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

.form-select--date,.form-select--small {
    background-position: right .5rem top .5rem;
    background-size: 1.125rem;
    font-size: 13px;
    height: 2.25rem;
    line-height: 1rem;
    max-width: 20rem;
    padding: .5625rem .75rem;
    padding-right: 2rem
}

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

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

.form-fileDescription {
    color: #999;
    font-size: 13px
}

.form-field-group {
    border: 1px solid #8f8f8f;
    border-radius: 4px;
    padding: 1.5rem
}

.form-column {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 551px) {
    .form-column {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.form-prefixPostfix.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-prefixPostfix .button,.form-prefixPostfix .form-input {
    display: block;
    width: 100%
}

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

.form-prefixPostfix .form-input::-webkit-input-placeholder {
    color: #666
}

.form-prefixPostfix .form-input::-moz-placeholder {
    color: #666
}

.form-prefixPostfix .form-input:-ms-input-placeholder {
    color: #666
}

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

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

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

.form-prefixPostfix--centeredColumn.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-prefixPostfix--centeredColumn .g-recaptcha {
    margin: 2em auto 0
}

@media (min-width: 1261px) {
    .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
        margin:1em 0 .75rem
    }
}

.form-prefixPostfix-button--postfix {
    margin: .75rem 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
        margin:0 0 0 .75rem;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.form-increment .button {
    margin: 0;
    padding: .1875rem .3125rem
}

.form-input--incrementTotal {
    border: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 2.1875rem
}

.form-field--success .form-input--incrementTotal {
    float: none
}

.form-option {
    border: 1px solid #8f8f8f;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    margin-bottom: .5rem;
    margin-right: .5rem;
    padding: 1px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.form-option:hover {
    border-color: #474747
}

.form-radio:checked+.form-option {
    border-color: #333;
    -webkit-box-shadow: 0 0 0 1px #333;
    box-shadow: 0 0 0 1px #333
}

.form-option-variant {
    display: inline-block;
    font-size: 1rem;
    min-width: 2.375rem;
    padding: 1px .375rem;
    pointer-events: none;
    text-align: center
}

.form-option-variant--color,.form-option-variant--pattern {
    height: 1.375rem;
    width: 1.375rem;
    min-width: initial;
    padding: 0
}

@media (min-width: 551px) {
    .form-option-variant--color,.form-option-variant--pattern {
        pointer-events:inherit
    }
}

.form-option-variant--pattern {
    background-position: center;
    background-repeat: no-repeat
}

.form-input--small {
    font-size: 13px;
    height: 2.25rem;
    line-height: 1rem;
    padding: .5625rem .75rem
}

.form-minMaxRow {
    margin-left: -.375rem;
    margin-right: -.375rem
}

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

.form-minMaxRow:after {
    clear: both
}

.form-minMaxRow .form-field {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: .375rem;
    padding-right: .375rem
}

.form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width: 551px) {
    .form-row--half>.form-field:nth-child(odd) {
        clear:left
    }
}

[data-product-attribute] .form-option {
    overflow: hidden;
    position: relative
}

[data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: .3
}

[data-product-attribute] .form-option.unavailable::before {
    background-color: #000;
    content: "";
    height: 2px;
    left: -5px;
    position: absolute;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 141%
}

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

.card:focus-within .card-figcaption {
    opacity: 1
}

.card.focus-within .card-figcaption {
    opacity: 1
}

.card-figure {
    margin-top: 0;
    position: relative;
    padding: 3px;
    overflow: hidden
}

.card-figure:hover .card-figcaption {
    opacity: 1
}

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

.card-img-container {
    max-width: 500px
}

.card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%
}

.card-figcaption {
    display: none;
    margin: 0;
    pointer-events: none
}

@media (min-width: 801px) {
    .card-figcaption {
        display:block
    }
}

.card-figcaption-body {
    display: inline-block;
    pointer-events: all;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.card-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.card-title {
    font-size: 15px;
    margin: 0 0 .25rem
}

.card-title>a {
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500!important;
    margin-bottom: 11px
}

.card-title>a:hover {
    color: #757575
}

[data-test-info-type=brandName] {
    font-size: 16px!important;
    font-weight: 700;
    padding: 0 0 8px
}

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

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

.card-figcaption-button {
    border: none;
    display: block;
    margin: .375rem 0 0
}

.card-figcaption-button:active {
    background-color: #fff;
    border: none
}

.card-figcaption-body .card-figcaption-button:focus {
    background-color: #fff;
    outline: revert
}

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

.card-body {
    text-align: center
}

@media (min-width: 551px) {
    .card-body {
        text-align:left
    }
}

.card--alternate {
    border: 3px solid #fff;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.card--alternate .card-body {
    background-color: #fff;
    padding: .75rem;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

@media (min-width: 551px) {
    .card--alternate .card-body {
        padding:1.5rem
    }
}

.card--alternate:hover {
    border-color: #992017
}

.card--alternate:hover .card-body {
    background-color: #992017
}

.card--alternate:hover .card-body .card-text {
    color: #fff
}

.card--alternate:hover .card-title>a {
    color: #fff
}

.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: .375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%
}

.navList-action--checkbox::after,.navList-action--checkbox::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out
}

.navList-action--checkbox::before {
    background-color: #fff;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem
}

.navList-action--checkbox::after {
    height: .875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: .875rem
}

.navList-action--checkbox::before {
    border-radius: 4px
}

.navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51,51,51,.999);
    content: "";
    font-size: .875rem;
    line-height: 1;
    text-align: center
}

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

.navList-action--checkbox::before {
    margin-top: -.5rem
}

.navList-action--checkbox::after {
    margin-top: -.4375rem
}

.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;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.navList-action-close {
    background: #e5e5e5;
    border-radius: 100%;
    display: inline-block;
    float: right;
    line-height: 0;
    opacity: 0;
    padding: .25rem;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    visibility: hidden
}

.navList-action-close .icon {
    height: .8125rem;
    width: .8125rem;
    fill: #333333
}

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

.navBar--sub {
    margin-bottom: 3rem;
    text-align: center
}

.navBar--sub .navBar-section {
    float: none
}

.navBar--sub .navBar-item {
    float: none;
    margin: 0 .75rem
}

@media (min-width: 801px) {
    .navBar--sub .navBar-item {
        display:inline-block
    }
}

@media (min-width: 801px) {
    .navBar--sub .navBar-item.is-active {
        border-bottom:1px solid #000
    }
}

.navBar--sub .navBar-item.is-active>.navBar-action {
    color: #666
}

@media (min-width: 801px) {
    .navBar--sub .navBar-item.navBar-item--separate {
        border-left:1px solid #000;
        margin: 0;
        padding-left: .75rem
    }
}

.navBar--sub .navBar-action {
    color: #000;
    font-size: 20px!important;
    padding: 0
}

@media only screen and (max-width: 1250px) and (min-width:768px) {
    .navBar--sub .navBar-action {
        font-size:14px!important
    }
}

.navBar--sub .navBar-action:hover {
    color: #333
}

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

.icons-svg-sprite {
    display: none
}

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

#product-listing-container .actionBar-section {
    float: right!important
}

#product-listing-container .actionBar {
    margin: 0!important;
    padding-top: 1rem
}

.actionBar-section .form-field {
    background-color: #fff;
    border: 1px solid #8f8f8f;
    border-radius: 4px
}

.actionBar-section .form-field:hover {
    border-color: #474747
}

.actionBar-section .form-label {
    color: #000;
    font-size: 13px;
    line-height: 2.125rem;
    margin-bottom: 0;
    padding-left: .75rem
}

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

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

.actionBar-section .form-select {
    color: #333;
    height: 2.125rem
}

.has-ribbon {
    position: relative
}

.ribbon {
    background-color: #333;
    color: #fff;
    cursor: default;
    font-weight: 700;
    margin: -.6875rem -.6875rem 0 0;
    padding: .0625rem 1rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 1
}

.navUser {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    top: 26px;
    width: 100%;
    z-index: 5
}

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

.navUser:after {
    clear: both
}

.navUser ol,.navUser ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0
}

.navUser ol ol,.navUser ol ul,.navUser ul ol,.navUser ul ul {
    list-style: none;
    margin-bottom: 0
}

.navUser ol li,.navUser ul li {
    margin: 0;
    padding: 0
}

.navUser-section {
    float: left
}

.navUser-section:after,.navUser-section:before {
    content: " ";
    display: table
}

.navUser-section:after {
    clear: both
}

.navUser-section--alt {
    float: right;
    margin-left: 1.5rem
}

.navUser-section+.navUser-section {
    margin-left: 1.5rem
}

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

.navUser-action,.navUser-item {
    display: block
}

@media (min-width: 801px) {
    .navUser {
        padding:0 1.5rem;
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
        z-index: 50
    }
}

.navUser .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.13);
    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 #ccc transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: .75rem;
    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: .875rem;
    position: absolute
}

@media (min-width: 801px) {
    .navUser-section {
        position:relative
    }
}

.navUser-action {
    color: #333;
    font-weight: 700;
    padding: 1rem .75rem;
    text-decoration: none;
    text-transform: uppercase
}

.navUser-action.is-open,.navUser-action:hover {
    color: #757575
}

.navUser-action.is-open svg,.navUser-action:hover svg {
    fill: #757575;
    stroke: #757575
}

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

.navUser-action svg {
    fill: #333333;
    stroke: #333333;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.navUser-action--currencySelector+.dropdown-menu::before {
    left: auto!important;
    right: .75rem
}

.navUser-action--currencySelector+.dropdown-menu::after {
    left: auto!important;
    right: .875rem
}

.navUser-action--storeCredit+.dropdown-menu {
    max-width: 18.75rem;
    padding: 1.5rem
}

.navUser-action--storeCredit+.dropdown-menu::before {
    left: 8.75rem!important
}

.navUser-action--storeCredit+.dropdown-menu::after {
    left: 8.875rem!important
}

.navUser-action-divider {
    border-right: 1px solid #e5e5e5;
    color: #000;
    display: inline-block;
    padding: 0 1.25rem 0 0;
    text-decoration: none
}

.navUser-item {
    display: none
}

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

    .navUser-item.navUser-item--social {
        margin-top: .3125rem;
        padding-right: .3125rem
    }

    .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: .5rem;
        padding-left: .125rem
    }
}

.navUser-item--cart {
    display: block
}

@media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
        display:none
    }
}

.navUser-item--cart .navUser-action {
    color: #333
}

.navUser-item--cart .navUser-action.is-open,.navUser-item--cart .navUser-action:hover {
    color: #757575
}

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

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

@media (min-width: 801px) {
    .navUser-item--cart .dropdown-menu.is-open {
        right:0
    }
}

.navUser-item--cart .dropdown-menu.is-open::after,.navUser-item--cart .dropdown-menu.is-open::before {
    left: auto
}

.navUser-item--cart .dropdown-menu.is-open::before {
    right: .4375rem
}

@media (min-width: 801px) {
    .navUser-item--cart .dropdown-menu.is-open::before {
        right:.75rem
    }
}

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

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

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

.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: #333;
    cursor: default;
    display: inline-block;
    margin: 0 -.75rem;
    padding: 0 2px;
    position: relative;
    z-index: 1
}

.navUser-action--quickSearch.is-open {
    position: relative
}

.navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dropdown--quickSearch {
    background-color: #e5e5e5;
    padding: 1.5rem 0;
    display: none
}

@media (min-width: 551px) {
    .dropdown--quickSearch {
        padding:3rem
    }
}

.dropdown--quickSearch.is-open {
    display: initial;
    left: 0!important;
    outline: 0;
    right: 0!important;
    width: 100%!important;
    z-index: 50
}

.dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem
}

.dropdown--quickSearch .form,.dropdown--quickSearch .form-field {
    margin-bottom: 0
}

.dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset
}

.dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0
}

@media (min-width: 551px) {
    .dropdown--quickSearch .productGrid {
        padding:3rem 0 0
    }
}

.countPill {
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-left: .1875rem;
    text-align: center;
    width: 20px
}

.countPill--positive {
    display: inline-block
}

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

.navPage-childList,.navPages .navPage-subMenu-list {
    border-left: 1px solid #ccc;
    margin: .375rem .75rem;
    padding-left: .75rem
}

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

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

.navPages-container.is-open {
    display: block;
    z-index: 0
}

.navPages {
    background-color: #e5e5e5;
    height: 100%;
    overflow-y: auto;
    padding: 1.5rem
}

@media (min-width: 801px) {
    .navPages {
        margin:0 auto;
        max-width: 75rem;
        width: 100%;
        background: 0 0;
        font-size: 0;
        overflow-y: visible;
        padding: 0;
        text-align: center
    }

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

    .navPages:after {
        clear: both
    }

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

    .navPages:after {
        clear: both
    }

    .navPages ol,.navPages ul {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0
    }

    .navPages ol ol,.navPages ol ul,.navPages ul ol,.navPages ul ul {
        list-style: none;
        margin-bottom: 0
    }

    .navPages ol li,.navPages ul li {
        margin: 0;
        padding: 0
    }

    .navPages-section {
        float: left
    }

    .navPages-section:after,.navPages-section:before {
        content: " ";
        display: table
    }

    .navPages-section:after {
        clear: both
    }

    .navPages-section--alt {
        float: right;
        margin-left: 1.5rem
    }

    .navPages-section+.navPages-section {
        margin-left: 1.5rem
    }
}

@media (min-width: 801px) and (min-width:551px) {
    .navPages-item {
        float:left
    }
}

@media (min-width: 801px) {
    .navPages-action,.navPages-item {
        display:block
    }
}

.navPages ul {
    list-style: none
}

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

@media (min-width: 801px) {
    .navPages .navPage-subMenu-list {
        margin:0 auto;
        max-width: 75rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0
    }

    .navPages .navPage-subMenu-list:after,.navPages .navPage-subMenu-list:before {
        content: " ";
        display: table
    }

    .navPages .navPage-subMenu-list:after {
        clear: both
    }
}

.navPages-list {
    margin: 0
}

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

.navPages-list+.navPages-list {
    border-top: 1px solid #ccc;
    margin-top: .75rem;
    padding-top: .75rem
}

@media (max-width: 768px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
        display:block
    }
}

@media (min-width: 1261px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
        display:inline-block
    }
}

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

@media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
        display:inline-block
    }
}

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

.navPages-action-depth-max.has-subMenu.is-open {
    border-bottom: 1px solid #ccc;
    text-align: center
}

@media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
        border-bottom:0;
        text-align: left
    }
}

.navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 35px
}

@media (max-width: 768px) {
    .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        -webkit-transform:none!important;
        transform: none!important;
        border: none!important;
        padding: 0!important;
        margin-top: 0;
        height: .5rem;
        float: none!important
    }
}

@media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height:.5rem;
        width: .5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px
}

@media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open svg {
        height:100%;
        width: 100%
    }
}

.navPages-action {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: .75rem 0;
    text-decoration: none;
    text-transform: uppercase
}

.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

@media (min-width: 801px) {
    .navPages-action {
        display:inline-block;
        padding: .75rem 1.125rem 1.125rem
    }

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

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

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

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

.navPages-action--storeCredit {
    color: #000
}

.navPages-action--compare {
    display: none
}

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

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

@media (min-width: 801px) {
    .navPages-action-moreIcon {
        -webkit-transform:none;
        transform: none
    }
}

.collapsible-icon-wrapper.is-open .navPages-action-moreIcon,.has-subMenu.is-open .navPages-action-moreIcon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: .6875rem;
    width: .6875rem;
    margin: 0 1.5rem
}

@media (min-width: 801px) {
    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height:.5rem;
        width: .5rem;
        margin: 0 0 0 .75rem
    }
}

.navPage-childList {
    display: none
}

@media (min-width: 801px) {
    .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: 801px) {
    .navPage-subMenu-action:not(.navPages-action-depth-max)+.navPage-childList {
        margin-left:0
    }
}

.navPage-subMenu {
    display: none;
    outline: 0
}

@media (min-width: 1261px) {
    .navPage-subMenu {
        background-color:#e5e5e5;
        padding: 1.5rem 1.5rem 2.25rem!important;
        position: absolute;
        text-align: left
    }

    .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%
    }

    .navPage-subMenu .navPages-action-moreIcon {
        display: none
    }
}

.navPage-subMenu.is-open {
    display: block
}

.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu+.navPage-subMenu .navPage-subMenu-list {
    margin-right: 0
}

@media (min-width: 801px) {
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu+.navPage-subMenu .navPage-subMenu-list {
        margin-right:auto
    }
}

@media (min-width: 1261px) {
    .has-subMenu.is-root+.navPage-subMenu-horizontal {
        border-left:0;
        height: auto;
        left: inherit;
        margin: auto;
        top: inherit;
        width: 18rem
    }
}

@media (min-width: 1261px) {
    .navPage-subMenu-horizontal.is-open {
        border-left:1px solid #ccc;
        display: inherit;
        height: auto;
        margin-left: 13.4375rem;
        padding: 0!important;
        top: 0;
        width: 14.4375rem
    }
}

@media (min-width: 801px) {
    .navPage-subMenu-horizontal .navPages-action-moreIcon {
        display:inline-block;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (min-width: 801px) {
    .navPage-subMenu-item {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 25%;
        float: left;
        padding: 0 .75rem!important
    }

    .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%
    }

    .navPage-subMenu-item>.navPage-subMenu-action {
        border-bottom: 1px solid #ccc;
        margin-bottom: 1.125rem
    }
}

.navPage-subMenu-item-child,.navPage-subMenu-item-parent {
    width: 100%
}

@media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,.navPage-subMenu-item-parent .navPage-subMenu-action {
        padding-left:1.5rem;
        padding-right: 1.5rem;
        width: 100%
    }
}

.navPage-subMenu-action {
    padding: .75rem 0
}

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem
}

@media (min-width: 801px) {
    .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding:.75rem 0 1.125rem
    }
}

@media (min-width: 801px) {
    .navPage-subMenu-action {
        padding:.75rem 0 1.125rem
    }
}

.navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: .75rem 0;
    display: inline-block;
    text-align: right
}

@media (min-width: 801px) {
    .navPage-subMenu-action .collapsible-icon-wrapper {
        display:none
    }
}

.navPage-childList-action {
    font-weight: 400;
    padding: 0 0 .375rem
}

.navPages-quickSearch {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: .75rem
}

@media (min-width: 801px) {
    .navPages-quickSearch {
        display:none
    }
}

.navPages-quickSearch>.container {
    padding: 0
}

.navPages-quickSearch .form {
    margin: 0
}

.navPages-quickSearch .form-field {
    margin-bottom: 0
}

@media (min-width: 801px) {
    .navPages-list--user {
        display:none
    }
}

.navPages-list--user #currencySelection2 {
    background-color: #fff;
    border: 1px solid #e5e5e5
}

.navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0
}

.navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

.navPages-list--user #currencySelection2 a {
    padding: .75rem 1.5rem
}

.tags {
    list-style: none;
    margin-left: 0;
    font-size: 0;
    text-align: center
}

.tags ol,.tags ul {
    list-style: none;
    margin-bottom: 0
}

.tag {
    display: inline-block;
    font-size: 1rem
}

.tag a {
    color: #000;
    display: inline-block;
    padding: .375rem .5rem;
    text-decoration: none
}

.tag a:hover {
    color: #333
}

.socialLinks {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    line-height: 37px
}

.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.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none
}

.socialLinks .icon:hover svg {
    fill: #999999
}

.socialLinks .icon svg {
    fill: #757575;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.socialLinks-item--pinterest {
    width: 25px
}

.pin_it_iframe_widget {
    display: none
}

.socialLinks-item {
    display: inline-block;
    font-size: 0
}

.socialLinks .socialLinks-item {
    margin-bottom: .375rem;
    margin-right: .75rem
}

.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: .625rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent
}

.socialLinks-item .socialLinks__link::after {
    content: attr(title);
    padding: .25rem .375rem;
    background-color: #313440;
    color: #fff;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: .5rem
}

.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.3125rem;
    width: 1.3125rem
}

.socialLinks--alt svg {
    fill: black
}

.heroCarousel {
    width: 1px;
    min-width: 100%;
    margin-bottom: 4.5rem;
    margin-top: -1.5rem;
    opacity: 0
}

.heroCarousel.is-visible {
    opacity: 1
}

@media (min-width: 801px) {
    .heroCarousel {
        margin-top:-2.5rem
    }
}

@media (min-width: 551px) {
    .heroCarousel.slick-initialized {
        max-height:25rem
    }
}

@media (min-width: 801px) {
    .heroCarousel.slick-initialized {
        max-height:37.5rem
    }
}

.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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
}

.heroCarousel .slick-next {
    right: 15px
}

@media (min-width: 801px) {
    .heroCarousel .slick-next {
        right:25px
    }
}

.heroCarousel .slick-prev {
    left: 15px
}

@media (min-width: 801px) {
    .heroCarousel .slick-prev {
        left:25px
    }
}

.heroCarousel .slick-dots {
    bottom: .5rem
}

@media (min-width: 801px) {
    .heroCarousel .slick-dots {
        bottom:1.5rem
    }
}

.heroCarousel .slick-dots li {
    background-color: #fff;
    background-color: rgba(255,255,255,.9)
}

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

.heroCarousel-slide.stretch .heroCarousel-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%
}

.heroCarousel-slide.compat-object-fit {
    overflow: hidden
}

.heroCarousel-slide.compat-object-fit .heroCarousel-image {
    width: auto
}

.heroCarousel-slide .heroCarousel-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 56.25vw;
    max-height: 100vh
}

@media (min-width: 551px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height:25rem
    }
}

@media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height:37.5rem
    }
}

.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: 25rem
    }
}

@media (min-width: 801px) {
    .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper,.heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        max-height:37.5rem
    }
}

.heroCarousel-content {
    background-color: #fff;
    padding: .75rem 1.5rem 3rem;
    text-align: center
}

@media (min-width: 551px) {
    .heroCarousel-content {
        background-color:#fff;
        background-color: rgba(255,255,255,.9);
        width: 43.75rem;
        padding: 2.25rem;
        width: 70%;
        background-color: rgba(255,255,255,.9);
        left: 0;
        padding: 1.5rem;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: 80%;
        overflow: auto
    }

    .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent
    }
}

.heroCarousel-title {
    color: #444;
    font-size: 20px;
    margin-top: 0
}

@media (min-width: 801px) {
    .heroCarousel-title {
        font-size:50px
    }
}

.heroCarousel-description {
    color: #333;
    font-size: 12px
}

@media (min-width: 551px) {
    .heroCarousel-description {
        font-size:13px
    }
}

@media (min-width: 801px) {
    .heroCarousel-description {
        font-size:15px
    }
}

.heroCarousel-action {
    margin: 0
}

@media (min-width: 801px) {
    .heroCarousel-action {
        margin-top:1.5rem
    }
}

.heroCarousel-play-pause-button {
    position: absolute;
    left: 15px;
    bottom: .5rem;
    height: 32px;
    min-width: 60px;
    max-width: 60px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8f8f8f;
    -webkit-transition: color .1s ease-out;
    transition: color .1s ease-out;
    z-index: 5;
    border: 1px solid #fff;
    background-color: #fff;
    background-color: rgba(255,255,255,.9)
}

@media (min-width: 375px) {
    .heroCarousel-play-pause-button {
        min-width:80px;
        max-width: 90px
    }
}

@media (min-width: 551px) {
    .heroCarousel-play-pause-button {
        max-width:150px;
        font-size: 18px
    }
}

@media (min-width: 801px) {
    .heroCarousel-play-pause-button {
        left:25px;
        bottom: 1.5rem
    }
}

.heroCarousel-play-pause-button:hover {
    color: #474747
}

@media (min-width: 801px) {
    .writeReview-productDetails {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.writeReview-productDetails .product-brand {
    color: #999;
    margin: 0
}

.writeReview-productDetails .product-title {
    margin-top: 0
}

@media (min-width: 801px) {
    .writeReview-form {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.writeReview-productImage-container {
    position: relative
}

.writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 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
}

@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: .75rem;
        padding-top: .75rem
    }
}

.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: .1875rem
}

@media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
        text-align:center
    }
}

@media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
        text-align:right
    }
}

.account--addReturn .table-thead {
    display: none
}

@media (min-width: 551px) {
    .account--addReturn .table-thead {
        display:table-header-group
    }
}

.account--addReturn .table-thead th {
    font-size: 15px
}

.account--addReturn .table-thead th:first-child {
    width: 60%
}

.account--addReturn .table-tbody {
    display: block
}

@media (min-width: 551px) {
    .account--addReturn .table-tbody {
        display:table-row-group
    }
}

.return-itemName {
    font-size: 15px;
    font-weight: 700
}

@media (min-width: 551px) {
    .return-itemName {
        font-size:1rem;
        font-weight: 400
    }
}

.return-itemPrice {
    color: #999;
    margin-bottom: .375rem
}

@media (min-width: 551px) {
    .return-itemPrice {
        color:inherit;
        margin-bottom: 0;
        text-align: center
    }
}

.return-itemQuantity .form-label {
    display: inline;
    margin-right: .375rem
}

@media (min-width: 551px) {
    .return-itemQuantity .form-label {
        border:0;
        clip: rect(1px,1px,1px,1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}

.account--addReturn-row {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    margin: 0 -1rem
}

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

.account--addReturn-row:after {
    clear: both
}

.account--addReturn-column {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding: 0 1rem
}

@media (min-width: 551px) {
    .account--addReturn-column {
        width:50%
    }
}

.productCarousel {
    width: 1px;
    min-width: 100%;
    position: relative;
    margin: 0 -.75rem;
    max-width: none;
    width: auto
}

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

.productCarousel:after {
    clear: both
}

.productCarousel-slide {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left
}

@media (min-width: 551px) {
    .productCarousel-slide {
        width:33.33333%
    }
}

@media (min-width: 801px) {
    .productCarousel-slide {
        width:25%
    }
}

@media (min-width: 1261px) {
    .productCarousel-slide {
        width:16.66667%
    }
}

.productCarousel-slide .card {
    margin-bottom: 0
}

.productCarousel-slide .card .card-title {
    overflow-wrap: break-word
}

.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: 801px) {
    .productReview {
        width:50%
    }
}

@media (min-width: 1261px) {
    .productReview {
        width:33.33333%
    }
}

.productReview-title {
    margin: 0;
    text-transform: none
}

.productReview-author {
    color: #000;
    margin-bottom: 1rem
}

.productReview-rating {
    display: inline-block;
    margin-bottom: .375rem
}

.productReview-ratingNumber {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.productView {
    padding-top: 1rem
}

@media only screen and (max-width: 1400px) {
    .productView .productView-details {
        padding-right:20px!important
    }
}

.productView-images {
    margin-bottom: 3rem
}

.productView-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    position: relative
}

@media (min-width: 801px) {
    .productView-image {
        min-height:366px;
        min-width: inherit
    }
}

.productView-image+.productView-thumbnails {
    margin-top: .75rem
}

@media (min-width: 320px) and (max-width:801px) {
    .productView-image {
        pointer-events:none
    }
}

.product-info .item-cost {
    display: block;
    font-size: 40px;
    line-height: 1.3;
    color: #000
}

.productView-img-container {
    position: relative;
    margin: auto;
    width: 100%
}

.productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    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;
    padding-bottom: 131.8%;
    width: 100%
}

.productView-thumbnails {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    margin-left: -.375rem;
    margin-right: -.375rem
}

.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-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.productView-thumbnails .slick-next {
    right: 0
}

.productView-thumbnails .slick-prev {
    left: 0
}

.productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    position: relative
}

.productView-thumbnail {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: left;
    padding-left: .375rem;
    padding-right: .375rem;
    text-align: center
}

@media (min-width: 1261px) {
    .productView-thumbnail {
        width:20%
    }
}

.productView-thumbnail-link {
    border: 1px solid #e5e5e5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 67px;
    max-width: 75px;
    padding: 2px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.productView-thumbnail-link.is-active,.productView-thumbnail-link:hover {
    border-color: #333
}

.productView-details {
    padding-bottom: 2rem
}

.productView-details.product-options {
    overflow: hidden
}

@media (min-width: 801px) {
    .productView-product {
        border-bottom:1px solid #e5e5e5;
        padding-bottom: 2rem
    }
}

.productView-product>:last-child {
    margin-bottom: 0
}

.productView-title {
    font-size: 20px;
    margin: -.75rem 0 .375rem
}

@media (min-width: 801px) {
    .productView-title {
        margin-top:1.5rem
    }
}

@media (min-width: 1261px) {
    .productView-title {
        font-size:28px
    }
}

.productView-brand {
    color: #000;
    font-size: 15px;
    margin: 0 0 .75rem
}

@media (min-width: 1261px) {
    .productView-brand {
        font-size:20px;
        margin: -.1875rem 0 1rem
    }
}

.productView-brand a {
    color: #000
}

.productView-brand a:hover {
    color: #333
}

.price-section--withoutTax.no-customer.rrp-price--withoutTax {
    display: none
}

.related-product-section .price-section--withoutTax.no-customer.rrp-price--withoutTax {
    display: block
}

.productView-price {
    color: #ccc!important;
    font-size: 28px!important
}

@media (min-width: 801px) {
    .productView-price {
        font-size:25px;
        margin-bottom: 1rem
    }
}

.productView-price .price-section--saving {
    font-size: 15px
}

.productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit
}

.productView-reviewLink {
    display: inline-block;
    margin-left: .375rem;
    vertical-align: middle;
    color: #000
}

.productView-reviewLink:hover {
    color: #333
}

.productView-reviewLink--new {
    padding: 0
}

.productView-info {
    margin-top: .75rem
}

.productView-info:after,.productView-info:before {
    content: " ";
    display: table
}

.productView-info:after {
    clear: both
}

@media (min-width: 551px) {
    .productView-info {
        margin-top:0
    }
}

@media (min-width: 551px) {
    .productView-info>:first-child {
        margin-top:1.5rem
    }
}

.productView-info>:last-child {
    margin-bottom: 0
}

.productView-info-name,.productView-info-value {
    float: left
}

@media (min-width: 551px) {
    .productView-info-name,.productView-info-value {
        float:none
    }
}

.productView-info-name {
    clear: both;
    margin-bottom: .1875rem;
    margin-right: .375rem
}

@media (min-width: 551px) {
    .productView-info-name {
        font-family:"Libre Franklin",Arial,Helvetica,sans-serif;
        font-size: 13px;
        font-weight: 400
    }
}

.productView-info-value {
    margin-bottom: .375rem
}

@media (min-width: 551px) {
    .productView-info-value {
        margin-bottom:1rem
    }
}

.productView-options {
    margin-bottom: 1.5rem;
    text-align: center
}

.productView-options:after,.productView-options:before {
    content: " ";
    display: table
}

.productView-options:after {
    clear: both
}

@media (min-width: 551px) {
    .productView-options {
        text-align:left
    }
}

@media (min-width: 551px) {
    .productView-options .form-input[type=number] {
        width:16.66667%
    }
}

.productView-options .form {
    display: inline
}

.productView-options .quantity-and-buy-wrap {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: 1fr 2fr 2fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    padding-right: 20px;
    margin-top: 2rem
}

@media screen and (max-width: 1266px) {
    .productView-options .quantity-and-buy-wrap {
        grid-template-columns:1fr
    }
}

.productView-options .customer-quanity {
    margin-top: 0!important
}

.productView-options .custom-increments-btns .quantity-btn {
    display: inline-block;
    font-size: 29px;
    cursor: pointer;
    width: 53px;
    height: 53px;
    border: 1px solid #000;
    color: #000!important
}

.productView-options .custom-increments-btns .quantity-btn:hover {
    background-color: #aaa
}

.productView-options .custom-increments-btns .form-increment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.productView-options .custom-increments-btns .form-input--incrementTotal {
    width: 50px;
    text-align: center;
    margin: 0 .5em
}

.productView-options input[type=file] {
    font-size: 13px
}

.productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem
}

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

@media (min-width: 551px) {
    .productView-options .form-action {
        float:left;
        padding: 0 .625rem;
        width: 50%
    }
}

@media (min-width: 801px) {
    .productView-options .form-action {
        float:none;
        padding: 0;
        width: auto
    }
}

@media (min-width: 1261px) {
    .productView-options .form-action {
        display:inline-block;
        margin-top: 1rem
    }
}

@media screen and (max-width: 768px) {
    .productView-options .form-action {
        margin-top:0!important
    }
}

.productView-options .form-action .button {
    width: 100%
}

@media (min-width: 1261px) {
    .productView-options .form-action .button {
        width:auto
    }
}

.productOptions-list {
    border: 1px solid #8f8f8f;
    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 #8f8f8f
}

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

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

.price--discounted,.price--non-sale,.price--rrp {
    text-decoration: line-through
}

.price-section--minor {
    color: #999
}

.compareTable {
    border-top: 1px solid #e5e5e5;
    table-layout: fixed;
    width: 100%
}

.compareTable-row {
    vertical-align: top
}

.compareTable-row+.compareTable-row .compareTable-heading,.compareTable-row+.compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5
}

.compareTable-row+.compareTable-row .compareTable-heading:empty {
    border-top: 0
}

.compareTable-heading {
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 1.25rem 1rem;
    position: relative;
    text-align: right;
    width: 0
}

@media (min-width: 801px) {
    .compareTable-heading {
        width:25%
    }
}

.compareTable-headingText {
    position: absolute;
    top: 1.25rem;
    white-space: nowrap
}

@media (min-width: 801px) {
    .compareTable-headingText {
        position:inherit;
        top: inherit
    }
}

.compareTable-item {
    padding: 3.25rem 1rem 1.25rem
}

@media (min-width: 801px) {
    .compareTable-item {
        padding-top:1.25rem
    }
}

.compareTable-removeProduct {
    background-color: #e5e5e5;
    border-radius: 50%;
    height: 2.5rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    width: 2.5rem
}

.compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: .5rem;
    width: 1.5rem
}

.compareTable-product {
    font-weight: 400;
    padding: 2rem 1rem 1.25rem
}

.compareTable-product .card {
    margin-bottom: 0
}

.compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem
}

.compareTable-product .card-figure {
    overflow: visible
}

.compareTable-action {
    padding: 0 1rem 1rem
}

.compareTable-action .button {
    display: block;
    padding-left: .75rem;
    padding-right: .75rem;
    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;
    -webkit-transition: max-height .1s ease-out;
    transition: max-height .1s ease-out
}

.js .textTruncate {
    max-height: 110px;
    overflow: hidden
}

.js .textTruncate--visible {
    max-height: 62.5rem
}

.textTruncate-viewMore {
    background-color: #fff;
    bottom: 0;
    padding-top: 10px;
    position: absolute;
    width: 100%
}

.toggle {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 2.25rem
}

.toggle:last-of-type {
    margin-bottom: 4.5rem
}

.toggle-title {
    margin-bottom: 2.25rem
}

.toggleLink {
    color: #000
}

.toggleLink:hover {
    color: #333
}

.toggle-title .toggleLink {
    float: right;
    line-height: 24px
}

.toggleLink-text {
    font-size: 13px;
    font-weight: 400
}

.toggleLink-text--off {
    display: inline-block
}

.toggleLink.is-open .toggleLink-text--off {
    display: none
}

.toggleLink-text--on {
    display: none
}

.toggleLink.is-open .toggleLink-text--on {
    display: inline-block
}

.toggle-content {
    display: none
}

.toggle-content.is-open {
    display: block
}

#faceted-search-container * {
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif
}

#faceted-search-container .accordion--navList .accordion-title,#faceted-search-container .sidebarBlock-heading {
    font-size: 20px!important;
    font-weight: 700!important;
    color: #000!important
}

#faceted-search-container .accordion-block {
    margin: 0!important;
    padding: 25px 0;
    border-bottom: 1px solid #ddd
}

#faceted-search-container .accordion--navList .accordion-navigation {
    margin: 0!important
}

#faceted-search-container .accordion-content {
    padding-top: 1rem!important
}

#faceted-search-container #facetedSearch-navList {
    margin-top: 1rem
}

#faceted-search-container .navList-action--checkbox {
    font-size: 18px;
    color: #000!important
}

#faceted-search-container .navList-action--checkbox::before {
    border-color: #000!important
}

.facetedSearch-toggle {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
    border: #e5e5e5 solid;
    border-radius: 4px;
    border-width: 1px;
    display: block;
    margin-bottom: 2rem;
    padding: 1rem
}

.facetedSearch-toggle:after,.facetedSearch-toggle:before {
    content: " ";
    display: table
}

.facetedSearch-toggle:after {
    clear: both
}

@media (min-width: 801px) {
    .facetedSearch-toggle {
        display:none!important
    }
}

.facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0
}

.facetedSearch-toggle-indicator,.facetedSearch-toggle-text {
    display: block;
    font-weight: 400
}

.facetedSearch-toggle-text {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 58.33333%;
    float: left;
    padding: 0;
    text-align: left
}

.facetedSearch-toggle-indicator {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 41.66667%;
    float: left;
    font-weight: 700;
    padding: 0;
    text-align: right
}

.facetedSearch-navList {
    display: none
}

@media (min-width: 801px) {
    .facetedSearch-navList {
        display:block!important
    }
}

.facetedSearch-navList.is-open {
    display: block
}

.facetedSearch-navList.is-open .accordion--navList,.facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.facetedSearch-toggle+.facetedSearch-navList,.sidebarBlock+.facetedSearch-navList {
    margin-top: 2rem
}

.facetedSearch-toggle+.facetedSearch-navList.is-open,.sidebarBlock+.facetedSearch-navList.is-open {
    margin-top: -1px
}

@media (min-width: 801px) {
    .facetedSearch-toggle+.facetedSearch-navList.is-open,.sidebarBlock+.facetedSearch-navList.is-open {
        margin-top:2rem
    }
}

.facetedSearch-navList .navList--inner {
    margin-left: 1.5rem
}

.facet-quick-heading {
    text-transform: capitalize
}

.facetedSearch-optionColumns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.facetedSearch-refineFilters {
    display: none
}

@media (min-width: 801px) {
    .facetedSearch-refineFilters {
        display:block
    }
}

.facetedSearch-content--rating .is-selected {
    font-weight: 700
}

.banners {
    background-color: #992017;
    color: #fff;
    padding: .75rem 0;
    text-align: center
}

.banners p:last-child {
    margin-bottom: 0
}

.banners a {
    color: #fff
}

.banner {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%
}

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

.banner:after {
    clear: both
}

.banner+.banner {
    margin-top: 1.5rem
}

.facetLabel {
    background: #e5e5e5;
    border-radius: 4px;
    padding: .1875rem .5rem .1875rem .6875rem;
    text-decoration: none
}

.facetLabel .icon {
    height: .75rem;
    width: .75rem;
    display: inline-block;
    fill: black;
    position: relative;
    top: -1px
}

.cart-additionalCheckoutButtons:after,.cart-additionalCheckoutButtons:before,.previewCart-additionalCheckoutButtons:after,.previewCart-additionalCheckoutButtons:before {
    content: " ";
    display: table
}

.cart-additionalCheckoutButtons:after,.previewCart-additionalCheckoutButtons:after {
    clear: both
}

.cart-additionalCheckoutButtons .FloatRight:after,.cart-additionalCheckoutButtons .FloatRight:before,.previewCart-additionalCheckoutButtons .FloatRight:after,.previewCart-additionalCheckoutButtons .FloatRight:before {
    content: " ";
    display: table
}

.cart-additionalCheckoutButtons .FloatRight:after,.previewCart-additionalCheckoutButtons .FloatRight:after {
    clear: both
}

.cart-additionalCheckoutButtons .FloatRight p,.previewCart-additionalCheckoutButtons .FloatRight p {
    float: none!important;
    margin: .5rem 0;
    text-align: right
}

.cart-additionalCheckoutButtons .FloatRight div,.previewCart-additionalCheckoutButtons .FloatRight div {
    float: right
}

.cart-additionalCheckoutButtons .CheckoutButton,.previewCart-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem
}

.cart-additionalCheckoutButtons .CheckoutButton:first-child,.previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem
}

.cart-additionalCheckoutButtons .CheckoutButton:last-child,.previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem
}

.empty-cart-holder {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.empty-cart-holder h1 {
    margin-bottom: 10px!important
}

.empty-cart-holder * {
    text-align: center!important
}

.cart-main-wrapper-c {
    display: grid;
    grid-template-columns: 63% 25%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1200px) {
    .cart-main-wrapper-c {
        grid-template-columns:1fr
    }

    .cart-main-wrapper-c .price-last-c {
        margin-top: 1rem;
        font-size: 22px
    }
}

.cart-main-wrapper-c input[type=radio].shipping-quote {
    display: none
}

.cart-main-wrapper-c .estimator-form-label-text {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px
}

.cart-main-wrapper-c .estimator-form-label-text::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff
}

.cart-main-wrapper-c input[type=radio].shipping-quote:checked+.estimator-form-label-text::before {
    background-color: red;
    border-color: red;
    content: "✔";
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 18px
}

.cart-main-wrapper-c .cart-item-info.cart-item-quantity {
    display: block;
    margin: 1rem 0
}

.cart-main-wrapper-c .cart-remove {
    float: none
}

.cart-main-wrapper-c .quantity-and-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem
}

.cart-main-wrapper-c button.button.button--icon {
    display: inline-block;
    font-size: 29px;
    cursor: pointer;
    border-radius: 0!important;
    width: 53px;
    height: 53px;
    border: 1px solid #000;
    color: #000!important
}

.cart-main-wrapper-c button.button.button--icon i {
    font-size: 20px
}

.cart-main-wrapper-c .form-increment {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-main-wrapper-c .form-input--incrementTotal {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1rem;
    letter-spacing: .2px;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #000;
    width: 53px;
    height: 53px;
    margin: 0!important;
    border-radius: 0;
    border-inline:0!important}

.cart-main-wrapper-c .cart-item-name__label {
    display: inline-block;
    color: #222!important;
    text-decoration: underline;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem
}

.cart-main-wrapper-c .price-wrap-c {
    margin-bottom: 1rem!important;
    display: block
}

@media only screen and (max-width: 768px) {
    .cart-main-wrapper-c .price-wrap-c {
        text-align:left
    }
}

.cart-main-wrapper-c .cart-item {
    padding: 50px 0 66px!important;
    display: block;
    border-bottom: 1px solid #ccc!important
}

@media only screen and (max-width: 768px) {
    .cart-main-wrapper-c .cart-item {
        padding:50px 0 40px!important
    }
}

.cart-main-wrapper-c .cart-totals {
    width: 100%
}

.cart-main-wrapper-c .cart-totals * {
    border: none!important
}

.cart-main-wrapper-c .cart-total-wrap-c {
    padding-top: 50px
}

.cart-main-wrapper-c .cart-total-wrap-c .order-list-title {
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 7px
}

.cart-main-wrapper-c .cart-total-wrap-c strong {
    font-weight: 600!important;
    color: #000!important
}

.cart-main-wrapper-c .grandtotal-list-c {
    border-top: 2px solid #000!important;
    color: #000;
    font-size: 25px!important;
    font-weight: 600!important;
    display: block!important
}

.cart-main-wrapper-c .grandtotal-list-c * {
    font-size: 25px;
    font-weight: 600!important
}

.cart-main-wrapper-c .btn-primary {
    display: block;
    font-size: 25px;
    height: 70px;
    text-transform: uppercase;
    padding: 22px 17px
}

.cart {
    display: block;
    margin-bottom: 1.5rem;
    width: 100%
}

@media (min-width: 801px) {
    .cart {
        display:table
    }
}

.cart-header {
    display: none
}

@media (min-width: 801px) {
    .cart-header {
        display:table-header-group;
        text-align: left
    }
}

.cart-header-item {
    padding-bottom: 1rem
}

.cart-header-item:last-child {
    text-align: right
}

.cart-list {
    display: block
}

@media (min-width: 801px) {
    .cart-list {
        display:table-row-group
    }
}

.cart-item {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    display: block;
    padding: 1.5rem 0
}

@media (min-width: 551px) {
    .cart-item {
        padding-left:25%
    }

    .cart-item:after,.cart-item:before {
        content: " ";
        display: table
    }

    .cart-item:after {
        clear: both
    }
}

@media (min-width: 801px) {
    .cart-item {
        display:table-row;
        padding-left: 0
    }

    .cart-item::after,.cart-item::before {
        display: none
    }
}

.cart-item-block {
    display: block
}

@media (min-width: 801px) {
    .cart-item-block {
        display:table-cell
    }
}

.cart-item-block .definitionList {
    margin-bottom: .375rem
}

.cart-item-figure {
    float: left;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: center;
    width: 41.66667%
}

.cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 551px) {
    .cart-item-figure {
        margin-bottom:0;
        width: 33.33333%
    }
}

@media (min-width: 801px) {
    .cart-item-figure {
        float:none;
        padding: .5rem 0;
        width: 16.66667%
    }
}

@media only screen and (max-width: 480px) {
    .cart-item-figure {
        width:80%!important
    }
}

.cart-item-fixed-image {
    width: 100%
}

.cart-item-image {
    max-height: 14rem;
    max-width: 100px
}

@media (min-width: 801px) {
    .cart-item-image {
        margin-left:0
    }
}

.cart-item-title {
    display: table-cell;
    height: 6.25rem;
    padding-left: 1.5rem
}

@media only screen and (max-width: 768px) {
    .cart-item-title {
        padding:0!important
    }
}

@media (min-width: 551px) {
    .cart-item-title {
        display:block;
        height: auto;
        margin-bottom: 1.5rem;
        overflow: hidden
    }
}

@media (min-width: 801px) {
    .cart-item-title {
        display:table-cell;
        padding: 1.5rem
    }
}

@media only screen and (max-width: 767px) and (min-width:480px) {
    .cart-item-title {
        padding-left:20px!important
    }
}

.cart-item-info {
    clear: both;
    width: 100%
}

.cart-item-info .cart-item-label {
    width: auto
}

@media (min-width: 551px) {
    .cart-item-info {
        clear:none;
        overflow: hidden;
        width: 50%
    }

    .cart-item-info+.cart-item-info {
        margin-top: 0
    }
}

@media (min-width: 801px) {
    .cart-item-info {
        float:none;
        width: 16.66667%
    }

    .cart-item-info:last-child {
        text-align: right;
        vertical-align: baseline;
        padding: 1.5rem;
        font-size: 18px!important
    }
}

.cart-item-quantity .cart-item-label {
    display: none!important
}

.cart-content-padding-right {
    padding-right: 4px
}

@media (min-width: 801px) {
    .cart-header-quantity,.cart-item-quantity {
        text-align:center
    }
}

.cart-item-quantity .form-increment {
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 801px) {
    .cart-item-quantity .form-increment {
        margin-left:0
    }
}

.cart-item-label {
    color: #000;
    float: left;
    margin-bottom: .375rem;
    text-align: right;
    width: 33.33333%
}

@media (min-width: 551px) {
    .cart-item-label {
        display:block;
        padding-right: 20px;
        text-align: left;
        width: 100%
    }
}

@media (min-width: 801px) {
    .cart-item-label {
        display:none
    }
}

.cart-item-value {
    padding-left: 1.5rem
}

@media only screen and (min-width: 480px) {
    .cart-item-value {
        padding-left:0!important
    }
}

.cart-item-brand {
    color: #000;
    margin-bottom: .1875rem
}

.cart-item-name {
    display: inline-block;
    font-size: 15px;
    margin: 0
}

.cart-item-name__label {
    display: inline-block
}

.cart-item-name+.definitionList {
    margin-top: .375rem
}

.cart-item-options--giftWrapping {
    margin-top: 1.125rem
}

.cart-item-options--giftWrapping .cart-item-option-description {
    color: #000
}

.cart-remove {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto!important
}

.cart-remove i {
    font-size: 30px;
    color: #222!important
}

.cart-totals {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: right;
    width: 100%
}

.cart-totals ol,.cart-totals ul {
    list-style: none;
    margin-bottom: 0
}

@media (min-width: 551px) {
    .cart-totals {
        float:right;
        width: 75%
    }
}

@media (min-width: 801px) {
    .cart-totals {
        margin-bottom:1rem;
        width: 58.33333%
    }
}

@media (min-width: 1261px) {
    .cart-totals {
        width:41.66667%
    }
}

.cart-total {
    border-bottom: 0
}

.cart-total:after,.cart-total:before {
    content: " ";
    display: table
}

.cart-total:after {
    clear: both
}

@media (min-width: 801px) {
    .cart-total+.cart-total {
        border-top:1px solid #e5e5e5
    }
}

.cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: .5rem;
    vertical-align: top;
    width: 75%
}

.cart-total .form-select {
    background-position: right .3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: .75rem;
    padding: 0 .75rem
}

.cart-total .form-inlineMessage {
    text-align: left
}

.cart-total-label {
    color: #000;
    width: 33.33333%
}

@media (min-width: 551px) {
    .cart-total-label {
        width:50%
    }
}

@media (min-width: 801px) {
    .cart-total-label {
        display:block;
        padding-left: 0;
        text-align: left
    }
}

@media only screen and (max-width: 768px) {
    .cart-total-label {
        padding-left:0!important;
        width: 50%!important;
        text-align: left
    }
}

.cart-total-value {
    text-align: left
}

@media (min-width: 551px) {
    .cart-total-value {
        text-align:right
    }
}

@media (min-width: 801px) {
    .cart-total-value {
        width:50%
    }
}

@media only screen and (max-width: 768px) {
    .cart-total-value {
        padding-left:0!important;
        width: 50%!important;
        text-align: right
    }
}

.cart-total-label,.cart-total-value {
    float: left;
    font-size: 20px!important;
    padding: .5rem 0 .5rem 1.5rem
}

@media (min-width: 801px) {
    .cart-total-label,.cart-total-value {
        padding:1rem 0
    }
}

.cart-total-grandTotal {
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-bottom: .1875rem;
    padding-top: .1875rem;
    position: relative
}

@media (min-width: 801px) {
    .cart-total-grandTotal {
        padding:1rem 0;
        top: -.25rem
    }
}

.coupon-code-add,.coupon-code-cancel,.gift-certificate-add,.gift-certificate-cancel,.shipping-estimate-show {
    color: #000;
    padding: 0;
    text-decoration: underline;
    -webkit-transition: color .15s ease;
    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: #333
}

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

.cart-gift-certificate-form .button,.coupon-form .button {
    margin: 0 0 0 2%;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 20%
}

.shipping-quotes .select-shipping-quote {
    width: 60%;
    border-radius: 0;
    margin-top: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    background: #f13120
}

.shipping-quotes .select-shipping-quote:hover {
    background: #000!important;
    color: #fff;
    opacity: 1
}

.shipping-quotes ul {
    margin: 0!important
}

.estimator-form {
    margin-bottom: 0
}

.estimator-form .form-input {
    margin-bottom: .75rem;
    width: 100%
}

.estimator-form dl {
    margin: 0!important
}

.estimator-form .button--primary {
    width: 60%;
    border-radius: 0;
    margin-top: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    background: #f13120
}

.estimator-form .button--primary:hover {
    background: #000!important;
    color: #fff;
    opacity: 1
}

.estimator-form-label {
    clear: both;
    float: left;
    font-weight: 400;
    margin-bottom: 0;
    padding: 20px 0 6px
}

.estimator-form-label .form-label {
    line-height: normal;
    margin-bottom: 0;
    font-size: 20px;
    display: block;
    color: #868686
}

@media only screen and (max-width: 768px) {
    .estimator-form-label .form-label {
        font-size:15px
    }
}

.estimator-form-label-text {
    margin-left: 0
}

.estimator-form-input {
    float: right;
    margin-bottom: 0;
    width: 60%;
    padding: 20px 0 6px
}

.estimator-form-input .form-input,.estimator-form-input .form-select {
    margin-bottom: 0;
    border: 1px solid #000!important;
    border-radius: 0!important
}

.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-bottom: 30px
}

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

.cart-actions:after {
    clear: both
}

.cart-actions .button {
    display: block;
    margin-bottom: 0
}

@media (min-width: 551px) {
    .cart-actions .button {
        display:inline-block;
        float: right
    }
}

.cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: .375rem
}

.previewCart-additionalCheckoutButtons {
    padding-right: 1.5rem
}

.previewCartWrapper {
    max-height: calc(100vh - 6rem);
    overflow: auto
}

.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: 75rem;
    width: 100%;
    display: table-row;
    line-height: 19px
}

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

.previewCartItem:after {
    clear: both
}

.previewCartItem+.previewCartItem {
    border-top: 1px solid #e5e5e5
}

.previewCartItem-content,.previewCartItem-image {
    display: table-cell;
    vertical-align: middle
}

.previewCartItem-image {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 33.33333%;
    padding: 0;
    position: relative;
    text-align: center
}

.previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%
}

.previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%
}

@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: .1875rem
}

.previewCartItem-brand,.previewCartItem-price {
    color: #000;
    display: inline-block;
    font-size: 13px
}

.previewCartAction {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    display: block
}

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

.previewCartAction:after {
    clear: both
}

@media (min-width: 320px) {
    .previewCartAction {
        padding:.75rem .375rem
    }
}

@media (min-width: 481px) {
    .previewCartAction {
        padding:1.5rem .75rem
    }
}

.previewCartAction .button {
    margin: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%
}

.previewCartAction-checkout,.previewCartAction-viewCart {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left
}

.previewCartAction-checkout.previewCartAction-viewCart--sole,.previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none
}

.previewCartAction-checkout {
    padding-right: .375rem
}

.previewCartAction-checkoutMultiple {
    clear: both;
    padding-left: .75rem;
    padding-top: .375rem
}

.previewCartAction-viewCart {
    padding-left: .375rem
}

.previewCart-emptyBody {
    padding: 3rem;
    text-align: center
}

@media only screen and (min-width: 801px) {
    .cart-list .item-remove-td {
        width:5%;
        padding-left: 13px
    }

    .cart-list .cart-item-info.price-wrap-c {
        padding: 0!important;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

@media only screen and (max-width: 800px) {
    td.cart-item-block.cart-item-quantity {
        clear:both;
        padding-top: 20px;
        width: 90%!important;
        float: left;
        display: inline-block
    }

    .cart-list .cart-item-block.price-wrap-c {
        padding: 0!important
    }

    .cart-item-info.item-remove-td {
        clear: none;
        width: 10%;
        display: inline-block;
        float: right;
        padding-top: 30px
    }

    .cart-item-info.price-last-c {
        clear: both;
        padding-top: 20px!important
    }

    .cart-list .cart-item-figure {
        width: 100%!important;
        text-align: left;
        padding: 20px
    }

    .cart-list .cart-item-block {
        padding-left: 20px!important
    }

    .cart-item-block.cart-item-figure img {
        max-width: 300px;
        width: 100%
    }
}

@media only screen and (max-width: 479px) and (min-width:320px) {
    .cart-list .cart-item-figure {
        padding:0
    }

    .cart-list .cart-item-block {
        padding-left: 0!important
    }
}

.addressList {
    font-size: 0;
    list-style: none;
    margin-left: -.75rem;
    margin-right: -.75rem
}

.address {
    display: inline-block;
    padding: 0 .75rem;
    vertical-align: top;
    width: 100%
}

@media (min-width: 551px) {
    .address {
        width:50%
    }
}

@media (min-width: 1261px) {
    .address {
        width:33.33333%
    }
}

.panel--address {
    background: #eceeee;
    padding: 56px 50px 71px 74px;
    border: 1px solid #ccc;
    display: block;
    color: #000;
    height: 400px;
    font-size: 1rem;
    position: relative
}

@media only screen and (max-width: 768px) {
    .panel--address {
        padding:40px;
        margin-bottom: 1rem
    }
}

.panel--address .panel-body {
    background-color: transparent!important;
    margin: 0!important;
    padding: 0!important
}

.panel--address .btn-area {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.panel--address .btn-primary {
    padding: 15px 41px 35px 33px
}

.panel--address .form-actions {
    position: static!important
}

.panel--address .form-actions::before {
    content: none!important
}

@media only screen and (max-width: 1300px) {
    .panel--address .form-actions {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.panel--address .address-title {
    display: block;
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 700;
    color: #222!important
}

.panel--address .form-actions {
    margin-bottom: -.75rem;
    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: .75rem
}

.panel--address .form-actions .button+.button {
    margin-left: 0;
    margin-top: 0
}

@media (min-width: 551px) {
    .panel--address .form-actions .button+.button {
        margin-left:.375rem
    }
}

.address-title {
    margin: 0 0 .75rem;
    text-transform: none
}

.address-details {
    list-style: none;
    margin: 0 0 .75rem
}

.address-details--postal {
    font-size: 20px!important
}

.address-description,.address-label {
    display: inline-block;
    font-size: 1rem;
    margin: 0
}

.address-label {
    color: #000;
    font-weight: 400
}

.panel--newAddress {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: transparent!important
}

.panel--newAddress:hover .address-title {
    color: #757575
}

.panel--newAddress .panel-body {
    background-color: transparent!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    display: block
}

.panel--newAddress .address-title {
    margin-bottom: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.address-addNew {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-55%);
    transform: translateX(-50%) translateY(-55%)
}

.address-symbol {
    font-size: 50px;
    line-height: 1
}

.videoGallery-main {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative;
    margin-bottom: 1.875rem
}

.videoGallery-main.widescreen {
    padding-bottom: 56.34%
}

.videoGallery-main.vimeo {
    padding-top: 0
}

.videoGallery-main embed,.videoGallery-main iframe,.videoGallery-main object,.videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.videoGallery-list {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0
}

.videoGallery-list ol,.videoGallery-list ul {
    list-style: none;
    margin-bottom: 0
}

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

.videoGallery-list:after {
    clear: both
}

.videoGallery-item {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    display: inline-block;
    float: none;
    vertical-align: top
}

@media (min-width: 801px) {
    .videoGallery-item {
        width:50%
    }
}

.video {
    display: block;
    margin-bottom: 1.875rem;
    opacity: .4;
    text-decoration: none;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

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

.video:after {
    clear: both
}

.video-figure {
    float: left;
    margin-right: .75rem
}

.video-figure>img {
    display: block
}

.video-figure--opposite {
    float: right;
    margin-left: .75rem;
    margin-right: 0
}

.video-body:after,.video-body:before {
    content: " ";
    display: table
}

.video-body:after {
    clear: both
}

@media (min-width: 801px) {
    .video {
        margin-bottom:1.875rem
    }
}

.video.is-active,.video:hover {
    color: #333;
    opacity: 1
}

.video-figure {
    margin-right: 1.875rem
}

.video-title {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none
}

.video-description {
    font-size: 1rem;
    margin-bottom: 0
}

.previewCart {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%
}

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

.previewCart:after {
    clear: both
}

@media (min-width: 801px) {
    .previewCart .productView {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 75%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding-bottom: 0;
        padding-top: 0
    }

    .previewCart .productView-image {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 58.33333%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .previewCart .productView-image--cart {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 0 auto;
        width: 100%
    }

    .previewCart .productView-details {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 41.66667%;
        float: left
    }
}

.previewCart .productView-title {
    margin-top: 0
}

.previewCartCheckout {
    background: #e5e5e5;
    padding: 1rem;
    text-align: center
}

@media (min-width: 801px) {
    .previewCartCheckout {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 25%;
        float: right;
        padding: 1.5rem
    }
}

.previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%
}

.previewCartCheckout .button+.button,.previewCartCheckout .button+p {
    margin-top: .75rem
}

.previewCartCheckout-price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    text-align: center
}

.previewCartCheckout-subtotal {
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.previewCartCheckout-additionalCheckoutButtons p {
    float: none!important;
    margin: .5rem 0
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem
}

.suggestiveCart {
    display: none;
    text-align: center
}

@media (min-width: 801px) {
    .suggestiveCart {
        display:block
    }
}

.maintenanceNotice {
    background-color: #fffdea;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    color: #333;
    left: 1.125rem;
    padding: 1rem 1.3125rem;
    position: fixed;
    top: 1.125rem;
    width: 24rem;
    z-index: 500
}

.maintenanceNotice>:last-child {
    margin-bottom: 0
}

.maintenanceNotice a {
    color: #333
}

.maintenanceNotice-header {
    font-family: "Libre Franklin";
    margin: 0 0 .75rem
}

body.hasAdminBar {
    padding-top: 55px
}

@media (min-width: 801px) {
    body.hasAdminBar {
        padding-top:0
    }

    body.hasAdminBar .banners {
        margin-top: 46px
    }

    body.hasAdminBar .header {
        padding-top: 46px
    }
}

body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px
}

.adminBar {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .4375rem 0 rgba(0,0,0,.2);
    box-shadow: 0 .125rem .4375rem 0 rgba(0,0,0,.2);
    color: #626568;
    font-family: "Source Sans Pro",arial,"sans serif",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    left: 0;
    position: fixed;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 10000
}

@media (min-width: 801px) {
    .adminBar {
        display:block
    }
}

.adminBar .svg-icon {
    display: -webkit-inline-box;
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    -webkit-box-pack: justify;
    -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: 1261px) {
    .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: #e5e5e5;
    color: #333;
    display: none
}

.cookieMessage .button {
    width: 100%
}

@media (min-width: 801px) {
    .cookieMessage .button {
        vertical-align:middle;
        width: 25%
    }
}

@media (min-width: 1261px) {
    .cookieMessage .button {
        vertical-align:top
    }
}

.cookieMessage-container {
    margin: 0 auto;
    padding: 1.5rem
}

@media (min-width: 801px) {
    .cookieMessage-container {
        width:83.33333%
    }
}

@media (min-width: 1261px) {
    .cookieMessage-container {
        width:58.33333%
    }
}

@media (min-width: 801px) {
    .cookieMessage-text {
        display:inline-block;
        padding: 0 .75rem;
        vertical-align: middle;
        width: 66.66667%
    }
}

.login {
    margin: 3rem auto 6rem;
    max-width: 56.25rem
}

.login-row {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%
}

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

.login-row:after {
    clear: both
}

@media (min-width: 801px) {
    .login-row {
        margin-top:6rem
    }
}

.login-form {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 801px) {
    .login-form {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left;
        margin-top: 3rem
    }
}

.new-customer {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 801px) {
    .new-customer {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.new-customer-intro {
    margin-bottom: 0
}

.new-customer-fact-list {
    margin-left: 3rem
}

.new-customer-fact {
    padding-left: .75rem
}

.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: 1.5rem
}

@media (min-width: 801px) {
    .quickSearchResults {
        margin-top:0
    }
}

.quickSearchResults .modal-close {
    display: none
}

@media (min-width: 801px) {
    .quickSearchResults .modal-close {
        display:block
    }
}

.advancedSearch-separator {
    display: none
}

.advancedSearch-title {
    margin: 0 0 1.5rem;
    text-transform: inherit
}

.search-price-range label {
    display: inline
}

.search-price-range label input {
    display: block;
    padding-left: 1.5rem
}

@media (min-width: 551px) {
    .search-price-range label input {
        display:inline;
        width: 6rem
    }
}

@media (min-width: 551px) {
    .search-price-range label span {
        display:inline;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.category-suggestion-list {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    list-style-type: none
}

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

.category-suggestion-list:after {
    clear: both
}

.category-suggestion {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 33.33333%;
    float: left;
    font-size: 15px
}

.search-refine {
    margin-left: 1.5rem
}

.quickSearchMessage {
    font-size: 28px;
    margin: 1.5rem 0 0;
    text-align: center
}

.search-nav {
    position: relative
}

.navBar--account {
    display: none
}

@media (min-width: 801px) {
    .navBar--account {
        display:block
    }
}

[data-address-form] .form-label {
    display: block;
    cursor: default;
    color: #0a0a0a;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0
}

[data-address-form] .form-input {
    height: 63px;
    border-color: #000!important
}

[data-address-form] .link-cancel {
    display: block;
    text-align: center;
    padding-top: 27px;
    font-weight: 700;
    font-size: 20px;
    color: #222!important;
    line-height: 24px;
    text-decoration: underline
}

[data-address-form] .form-select {
    height: 63px;
    border-color: #000!important
}

[data-edit-account-form] .form-label {
    display: block;
    cursor: default;
    color: #0a0a0a;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0
}

[data-edit-account-form] .form-input {
    height: 63px;
    border-color: #000!important
}

[data-edit-account-form] .form-select {
    height: 63px;
    border-color: #000!important
}

.account-heading {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding-bottom: 1rem
}

.account-list {
    list-style: none;
    margin-left: 0
}

.account-listItem {
    border-bottom: 1px solid #e5e5e5;
    padding: 1.5rem 0;
    position: relative
}

.account-listItem img {
    width: 100%
}

.account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative
}

.account-listShipping {
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    padding: 2rem 0
}

.account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit
}

.account-product:after,.account-product:before {
    content: " ";
    display: table
}

.account-product:after {
    clear: both
}

.account-product-figure {
    float: left;
    margin-right: .75rem
}

.account-product-figure>img {
    display: block
}

.account-product-figure--opposite {
    float: right;
    margin-left: .75rem;
    margin-right: 0
}

.account-product-body:after,.account-product-body:before {
    content: " ";
    display: table
}

.account-product-body:after {
    clear: both
}

.account-product-figure {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 2rem 0 0;
    position: relative;
    width: 70px
}

.account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%
}

.account-product-download {
    border-radius: 50%;
    height: 2.0625rem;
    padding: 0;
    position: absolute;
    right: -.75rem;
    top: -.75rem;
    width: 2.0625rem;
    z-index: 1
}

.account-product-download .icon {
    height: 1.5rem;
    margin-top: .375rem;
    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: 15px;
    margin-bottom: 0
}

.account-product-title {
    margin: 0 0 .1875rem;
    text-transform: inherit
}

.account-product-title>a {
    text-decoration: none
}

.account-product-title+.definitionList {
    margin-top: .75rem
}

.account-product-subtitle {
    color: #999;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-size: 15px;
    margin: -.1875rem 0 1rem;
    text-transform: inherit
}

.account-product-price {
    margin-left: auto;
    font-size: 15px
}

.account-product-price strong {
    margin-right: 3rem
}

.account-product-description+.definitionList {
    margin: -1.375rem 0 1.5rem
}

.account-product-refundQty {
    color: #999;
    margin-bottom: 0
}

.account-product-details {
    margin: 0 -.75rem;
    max-width: none;
    width: auto
}

.account-product-details:after,.account-product-details:before {
    content: " ";
    display: table
}

.account-product-details:after {
    clear: both
}

.account-product-detail {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 551px) {
    .account-product-detail {
        width:33.33333%
    }
}

@media (min-width: 1261px) {
    .account-product-detail {
        width:25%
    }
}

.account-product-detail+.account-product-detail {
    margin-top: 1rem
}

@media (min-width: 551px) {
    .account-product-detail+.account-product-detail {
        margin-top:0
    }
}

@media (min-width: 551px) {
    .account-product-detail+.account-product-detail--full {
        margin-top:1.5rem
    }
}

@media (min-width: 1261px) {
    .account-product-detail--large {
        width:50%
    }
}

.account-product-detail--full {
    width: 100%
}

.account-product-detail-heading {
    color: #000;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 0 .375rem
}

.account-product--alignMiddle {
    display: table;
    width: 100%
}

.account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem
}

@media (min-width: 1261px) {
    .account-product--alignMiddle .account-product-checkItem {
        left:-2.5rem
    }
}

.account-product--alignMiddle .account-product-checkItem .form-label {
    height: 1.5rem;
    margin: 0;
    padding: 0;
    width: 1.5rem
}

.account-product--alignMiddle .account-product-body,.account-product--alignMiddle .account-product-figure {
    display: table-cell
}

.account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0
}

@media (min-width: 1261px) {
    .account-product--alignMiddle .account-product-figure {
        left:-2rem
    }
}

.account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle
}

@media (min-width: 1261px) {
    .account-product--alignMiddle .account-product-body {
        padding-left:0
    }
}

.account-orderTotal {
    width: 40%;
    margin-left: auto
}

.account-orderTotal-key,.account-orderTotal-value {
    margin: 0;
    padding: 1.5rem 0
}

.account-orderTotal-key {
    color: #000;
    float: left;
    font-weight: 400
}

.account-orderTotal-key:last-of-type {
    position: relative;
    top: .3125rem
}

.account-orderTotal-value {
    border-bottom: 1px solid #e5e5e5;
    text-align: right
}

.account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px
}

.account-orderStatus {
    bottom: 0;
    left: 0;
    position: absolute
}

@media (min-width: 551px) {
    .account-orderStatus {
        float:right;
        position: inherit;
        text-align: right
    }
}

.account-orderStatus-label {
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 .375rem;
    padding: .1875rem .5rem
}

@media only screen and (max-width: 768px) {
    .account-orderStatus-label {
        color:#fff!important;
        font-size: 18px;
        font-weight: 600
    }
}

.account-orderStatus-action {
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .25px;
    margin-left: .75rem;
    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: #333
}

.account .pagination {
    color: #999;
    margin-top: 3rem;
    text-align: center
}

.account-message .is-read {
    color: #999
}

.account-sidebar-block {
    font-size: 15px
}

.account-sidebar-block+.account-sidebar-block {
    margin-top: 3rem
}

.account-sidebar-block .account-heading {
    margin-bottom: 1.5rem
}

.account-order-address {
    list-style: none;
    margin-left: 0
}

.account-order-address ol,.account-order-address ul {
    list-style: none;
    margin-bottom: 0
}

.account-reorder-form {
    display: inline-block
}

.order-payments-description {
    color: #992017;
    font-weight: 400;
    margin-top: 1.5rem
}

.account-downloads-summary {
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    padding-bottom: 1.5rem
}

.account-downloadsList {
    list-style: none;
    margin-left: 0
}

.account-downloadsList ol,.account-downloadsList ul {
    list-style: none;
    margin-bottom: 0
}

.account-downloadsItem {
    margin-bottom: 1.5rem
}

.account-downloadsItem>:first-child {
    margin-top: 0
}

.account-downloadsItem>:last-child {
    margin-bottom: 0
}

.account-downloadsItem-title {
    color: #000;
    font-size: 15px;
    margin-bottom: .1875rem;
    text-transform: inherit
}

.account-downloadsItem-description {
    margin-bottom: 0
}

.account-downloadsItem-availability {
    color: #000
}

.wishlists-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem
}

.wishlist-header {
    display: none;
    text-align: center
}

.tabs-area-row .productGrid .card-img-container::after {
    content: none
}

.tabs-area-row .productGrid .card-img-container img {
    position: static;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover
}

.tabs-area-row .productGrid .card-body a {
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 14px;
    font-weight: 700!important
}

.tabs-area-row .productGrid input.button {
    height: 42px;
    background: #f13120;
    padding: 10px 17px;
    border: 1px solid #f13120;
    color: #fff;
    border-radius: 0!important;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px
}

.modal .wishlist-header {
    display: block
}

.sharecheckobox-wishlist {
    margin-bottom: 3rem
}

.sharecheckobox-wishlist label {
    font-size: 20px!important;
    color: #000!important
}

.sharecheckobox-wishlist .form-checkbox+.form-label::before {
    top: 7px!important
}

.sharecheckobox-wishlist .form-checkbox+.form-label::after {
    top: 7px
}

.wishlist-form {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.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;
    margin-bottom: 6rem;
    text-align: center
}

@media only screen and (max-width: 1200px) and (min-width:480px) {
    .tabs-area-row .productGrid .product {
        width:50%!important
    }

    .tabs-area-row .productGrid .card-body a {
        font-size: 18px;
        text-align: left
    }
}

@media only screen and (max-width: 479px) and (min-width:320px) {
    .tabs-area-row .productGrid .product {
        width:100%!important
    }

    .tabs-area-row .productGrid .card-body a {
        font-size: 18px;
        text-align: left
    }
}

.icon--ratingEmpty svg {
    fill: #8f8f8f
}

.icon--ratingFull svg {
    fill: #474747
}

.rating--small {
    display: inline-block
}

.rating--small .icon {
    height: .875rem;
    width: .875rem;
    margin-top: -3px
}

.apple-pay-checkout-button {
    background-color: #000;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    border-radius: .25rem;
    cursor: pointer;
    display: none;
    max-height: 4rem;
    min-height: 2rem;
    min-width: 90px;
    padding: 1.5rem;
    width: 160px
}

.apple-pay-checkout-button--white {
    background-color: #fff;
    background-image: -webkit-named-image(apple-pay-logo-black)
}

.apple-pay-checkout-button--white-border {
    background-color: #fff;
    background-image: -webkit-named-image(apple-pay-logo-black);
    border: .5px solid #000
}

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
    margin-top: .75rem
}

.apple-pay-supported .apple-pay-checkout-button {
    display: block;
    float: right
}

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,.apple-pay-supported .productView-options .apple-pay-checkout-button {
    display: inline-block;
    float: none;
    margin-top: .75rem
}

.paymentMethodsTitle {
    margin: 0 0 .75rem;
    padding: 0;
    text-transform: none;
    width: 100%
}

.paymentMethodsGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.75rem;
    margin-bottom: 1.5rem
}

.paymentMethodsGrid-item {
    padding: .75rem;
    width: 100%
}

@media (min-width: 551px) {
    .paymentMethodsGrid-item {
        width:50%
    }
}

.paymentMethod {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: .1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%
}

.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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.methodHeader-icon {
    margin-right: .75rem;
    width: 1.75rem
}

@media (min-width: 1261px) {
    .methodHeader-icon {
        width:2.625rem
    }
}

.methodHeader-title {
    font-size: 13px;
    font-weight: 600
}

@media (min-width: 1261px) {
    .methodHeader-title {
        font-size:1rem
    }
}

.methodHeader-brand {
    font-size: 13px;
    font-weight: 600
}

@media (min-width: 1261px) {
    .methodHeader-brand {
        font-size:1rem
    }
}

.methodHeader-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: .75rem
}

.methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: .75rem;
    width: 1.125rem
}

@media (min-width: 1261px) {
    .methodHeader-default {
        height:1.25rem;
        width: 1.25rem
    }
}

.methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize
}

.methodDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.methodDetails-label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 600
}

.methodDetails-description {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    font-size: 13px
}

.newPaymentMethod {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 11.625rem;
    height: 100%
}

.newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 .75rem
}

.newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center
}

@media (min-width: 551px) {
    .paymentMethodForm {
        max-width:60%
    }
}

@media (min-width: 551px) {
    .paymentMethodForm-column {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .paymentMethodForm-column:first-child .form-field {
        margin-bottom: .75rem
    }
}

.paymentMethodForm-heading {
    color: #333;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    margin-top: 1.5rem;
    text-transform: capitalize
}

.paymentMethodForm-subheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600
}

@media (min-width: 551px) {
    .paymentMethodForm-cards {
        margin-left:auto
    }
}

.paymentMethodForm-cards-icon {
    margin-right: .1875rem;
    width: 2.125rem
}

.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: .5625rem;
    top: 2.4375rem
}

.paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem
}

.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: .75rem
}

.paymentMethodForm-details-description {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .25px
}

.category-header-image {
    width: 100%
}

.manual-captcha-input-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem
}

.manual-captcha-input-container .form-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.skip-to-main-link {
    background: #fff;
    color: #000;
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.skip-to-main-link:focus {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 55px
}

@media (min-width: 801px) {
    .header {
        border-bottom:1px solid #e5e5e5;
        overflow: visible;
        position: relative;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header.is-open {
    height: 100%
}

@media (min-width: 801px) {
    .header.is-open {
        height:auto
    }
}

.header-logo {
    font-size: 0;
    margin: 0 3.4375rem;
    text-align: center;
    height: 55px
}

@media (min-width: 551px) {
    .header-logo {
        margin-left:5.15625rem;
        margin-right: 5.15625rem
    }
}

@media (min-width: 801px) {
    .header-logo {
        margin:4rem auto 4.5rem;
        padding: 0;
        height: auto
    }

    .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: .375rem 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.header-logo__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20
}

.header-logo__link:after,.header-logo__link:before {
    content: " ";
    display: table
}

.header-logo__link:after {
    clear: both
}

@media (min-width: 801px) {
    .header-logo__link {
        background:0 0;
        border-bottom: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0;
        width: auto
    }
}

.header-logo__link:hover {
    color: #757575
}

.header-logo__link:active {
    color: #757575
}

.header-logo--left {
    text-align: left
}

@media (min-width: 801px) {
    .header-logo--left {
        margin-left:2.5rem
    }
}

.header-logo--left .header-logo-image {
    right: unset
}

.header-logo--right {
    text-align: right
}

@media (min-width: 801px) {
    .header-logo--right {
        margin-right:2.5rem
    }
}

.header-logo--right .header-logo-image {
    left: unset
}

.header-logo-text {
    display: block;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-size: 2.25vw;
    font-weight: 600;
    letter-spacing: .125rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 551px) {
    .header-logo-text {
        font-size:2.5vw
    }
}

@media (min-width: 801px) {
    .header-logo-text {
        display:inline;
        font-size: 28px;
        max-width: none;
        overflow: auto;
        padding: 0 10px;
        white-space: normal
    }

    .header.fixed .header-logo-text {
        font-size: 25px
    }
}

.header-logo-image-container {
    position: relative;
    width: 100%
}

@media (min-width: 801px) {
    .header-logo-image-container {
        min-height:100px
    }
}

.header-logo-image-container::after {
    content: "";
    display: block
}

.header-logo-image {
    display: block;
    margin: 0 auto
}

@media (min-width: 801px) {
    .header-logo-image {
        max-height:none
    }
}

.header-logo-image-unknown-size {
    max-height: 1.9375rem
}

@media (min-width: 801px) {
    .header-logo-image-unknown-size {
        max-height:none
    }
}

.mobileMenu-toggle {
    height: 3.4375rem;
    width: 3.4375rem;
    display: inline-block;
    font-size: 0;
    left: 0;
    overflow: hidden;
    padding: 0 1.125rem;
    position: absolute;
    z-index: 50
}

@media (min-width: 801px) {
    .mobileMenu-toggle {
        display:none
    }
}

.mobileMenu-toggle .mobileMenu-toggleIcon,.mobileMenu-toggle .mobileMenu-toggleIcon::after,.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
    transition: top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
    transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
    transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
    width: 1.25rem
}

.mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    -webkit-transition: background-color 10ms ease-in .1s;
    transition: background-color 10ms ease-in .1s
}

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -.5rem
}

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -.5rem
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after,.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
    background-color: #444;
    bottom: auto;
    top: auto;
    -webkit-transition: top .1s ease-in,bottom .1s ease-in,-webkit-transform .1s ease-in 150ms;
    transition: top .1s ease-in,bottom .1s ease-in,-webkit-transform .1s ease-in 150ms;
    transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in;
    transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in,-webkit-transform .1s ease-in 150ms
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.body {
    margin-bottom: 6rem;
    margin-top: 1.5rem
}

@media (min-width: 801px) {
    .body {
        margin-top:2.5rem
    }
}

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

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

.page:after {
    clear: both
}

.page-content,.page-content--full {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 801px) {
    .page-content--centered {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 66.66667%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

.page-content--textCenter {
    text-align: center
}

.page-sidebar {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    position: relative
}

@media (min-width: 801px) {
    .page-sidebar {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 16.66667%;
        float: left
    }

    .page-sidebar+.page-content {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 83.33333%;
        float: left
    }
}

.footer {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 3rem 0;
    position: relative
}

.footer-title-sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.footer-info {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0
}

.footer-info:after,.footer-info:before {
    content: " ";
    display: table
}

.footer-info:after {
    clear: both
}

.footer-info-col {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    color: #000;
    display: inline-block;
    float: none;
    font-size: 1rem;
    margin-bottom: 3rem;
    text-align: center;
    vertical-align: top;
    -ms-word-break: break-all;
    overflow-wrap: break-word
}

@media (min-width: 551px) {
    .footer-info-col {
        text-align:left;
        width: 50%
    }
}

@media (min-width: 801px) {
    .footer-info-col {
        width:33.33334%
    }
}

.footer-info-col>:first-child {
    margin-top: 0
}

.footer-info-col>:last-child {
    margin-bottom: 0
}

@media (min-width: 801px) {
    .footer-info-col--small {
        width:16.66667%
    }
}

.footer-info-col--social {
    width: 100%
}

@media (min-width: 551px) {
    .footer-info-col--left {
        padding:0
    }
}

@media (min-width: 551px) {
    .footer-info-col--right {
        left:50%;
        position: inherit;
        width: 50%
    }
}

@media (min-width: 801px) {
    .footer-info-col--right {
        left:0;
        padding: 0;
        text-align: right;
        width: 100%
    }
}

.footer-info-heading {
    font-size: 1rem;
    text-transform: inherit
}

.footer-info-list {
    list-style: none;
    margin-left: 0
}

.footer-info-list a {
    color: #000;
    text-decoration: none
}

.footer-info-list a:hover {
    color: #333
}

.footer-copyright {
    text-align: center
}

@media (min-width: 551px) {
    .footer-copyright {
        text-align:left
    }
}

.footer-copyright>.powered-by {
    color: #000;
    font-size: 12px;
    margin: 0
}

.footer-copyright>.paypal-credit {
    color: #000;
    font-size: 12px;
    margin: 1em 0 2em
}

.footer-copyright a {
    color: #000;
    text-decoration: none
}

.footer-copyright a:hover {
    color: #333
}

.footer-payment-icons {
    height: 2.5rem;
    margin-top: 1.5rem
}

@media (min-width: 801px) {
    .footer-payment-icons {
        margin-top:3rem
    }
}

.footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: .375rem;
    vertical-align: middle;
    width: 3.125rem
}

.footer-payment-icons svg {
    fill: #757575
}

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

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 81rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%
}

@media (min-width: 1261px) {
    .container {
        padding:0 6rem
    }
}

.blog {
    margin-bottom: 1.5rem
}

@media (min-width: 801px) {
    .blog {
        margin:auto;
        width: 100%
    }
}

.blog+.blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem
}

.blog .tags {
    margin-top: 3rem;
    text-align: center
}

.blog .socialLinks {
    text-align: center
}

.blog .addthis_toolbox {
    margin-top: 3rem
}

.blog-title {
    font-size: 22px;
    margin: 0 1.5rem .375rem
}

.blog-title a {
    text-decoration: none
}

.blog-author,.blog-date {
    color: #000;
    text-align: center
}

.blog-author {
    margin-bottom: 2.5rem
}

.blog-post {
    font-size: 15px;
    text-align: left
}

.blog-thumbnail {
    margin: 0 auto 2rem;
    max-width: 190px;
    position: relative
}

.blog-thumbnail img {
    width: 100%
}

.blog-post-figure {
    display: block;
    margin: auto;
    text-align: center
}

@media (min-width: 801px) {
    .blog-post-figure {
        width:66.66667%
    }
}

.blog-post-body {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

@media (min-width: 551px) {
    .blog-post-body {
        width:83.33333%
    }
}

@media (min-width: 801px) {
    .blog-post-body {
        width:66.66667%
    }
}

@media (min-width: 1261px) {
    .blog-post-body {
        width:50%
    }
}

.sidebarBlock+.sidebarBlock {
    border-top: 1px solid #e5e5e5;
    margin-top: 2rem;
    padding-top: 2rem
}

.sidebarBlock-heading {
    font-size: .9375rem;
    margin-top: 0;
    text-transform: inherit
}

.brandGrid {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 1.5rem
}

.brandGrid ol,.brandGrid ul {
    list-style: none;
    margin-bottom: 0
}

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

.brandGrid:after {
    clear: both
}

.brandGrid .brand {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top
}

@media (min-width: 551px) {
    .brandGrid .brand {
        width:33.33333%
    }
}

@media (min-width: 801px) {
    .brandGrid .brand {
        width:25%
    }
}

.brandGrid .brand .card-title {
    text-align: center
}

.brand-image-container {
    position: relative;
    max-width: 100px
}

.brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%
}

.brand .card-img-container {
    max-width: 190px
}

.brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .category-page-content {
        width:83.33%;
        float: right;
        padding-left: 5rem
    }
}

.category-page-content .page-heading {
    font-size: 50px!important;
    text-align: left;
    color: #000!important;
    border-bottom: 2px solid #ccc;
    margin-bottom: 0;
    padding: 2rem 0
}

.productGrid {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 1.5rem
}

.productGrid .login__text {
    height: 50px;
    line-height: 23px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    background: #f13120;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0!important
}

.productGrid .productView-price {
    color: #ccc!important;
    font-size: 28px!important
}

.productGrid .price-container-pro.discounted-price .price.price--withoutTax {
    color: #f13120!important;
    font-size: 20px;
    font-weight: 700
}

.productGrid .price--withoutTax {
    font-size: 20px!important;
    font-weight: 700;
    color: #000!important
}

.productGrid .price-section.price-section--withoutTax.rrp-price--withoutTax {
    margin: 6px 0 0;
    color: #414141;
    font-size: 16px
}

.productGrid ol,.productGrid ul {
    list-style: none;
    margin-bottom: 0
}

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

.productGrid:after {
    clear: both
}

.productGrid .product {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: none;
    padding: 0 1.5rem;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top
}

@media (min-width: 551px) {
    .productGrid .product {
        width:33.33333%
    }
}

@media (min-width: 801px) {
    .productGrid .product {
        width:25%
    }
}

@media (min-width: 551px) {
    .page-sidebar+.page-content .productGrid .product {
        width:25%
    }
}

@media (min-width: 801px) {
    .page-sidebar+.page-content {
        padding-left:90px
    }
}

.productMasonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    margin: 0 0 1.5rem;
    overflow: hidden
}

@media (min-width: 551px) {
    .productMasonry {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media (min-width: 801px) {
    .productMasonry {
        -webkit-column-count:4;
        -moz-column-count: 4;
        column-count: 4
    }
}

.productMasonry .product {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%
}

.productMasonry .card {
    margin: 0
}

@media (min-width: 801px) {
    .no-csscolumns .productGrid--maxCol6 .product {
        width:16.66667%
    }
}

@media (min-width: 801px) {
    .csscolumns .productGrid--maxCol6 {
        -webkit-column-count:6;
        -moz-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 801px) {
    .no-csscolumns .productGrid--maxCol3 .product {
        width:33.33333%
    }
}

@media (min-width: 801px) {
    .csscolumns .productGrid--maxCol3 {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 100%;
        float: left;
        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: .75rem
}

.productList ol,.productList ul {
    list-style: none;
    margin-bottom: 0
}

.productList .product+.product {
    margin-top: 4rem
}

@media (min-width: 551px) {
    .listItem {
        margin:0 -.75rem;
        max-width: none;
        width: auto;
        display: table;
        width: 100%
    }

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

    .listItem:after {
        clear: both
    }
}

@media (min-width: 1261px) {
    .listItem:focus-within .listItem-figureBody {
        opacity:1
    }
}

@media (min-width: 1261px) {
    .listItem.focus-within .listItem-figureBody {
        opacity:1
    }
}

@media (min-width: 551px) {
    .listItem-body,.listItem-figure {
        display:table-cell;
        vertical-align: top
    }
}

@media (min-width: 1261px) {
    .listItem-body,.listItem-figure {
        vertical-align:middle
    }
}

.listItem-button {
    background-color: rgba(255,255,255,.9);
    color: #333
}

.listItem-button:focus,.listItem-button:hover {
    background-color: #fff;
    color: #333
}

.listItem-figure {
    margin: 0 0 1.5rem;
    position: relative
}

@media (min-width: 551px) {
    .listItem-figure {
        margin-bottom:0;
        padding-left: .75rem;
        padding-right: .75rem;
        width: 25%
    }
}

.listItem-figure__link {
    display: block;
    margin: 3px
}

.listItem-figure .listItem-button {
    margin: 1.5rem 0
}

@media (min-width: 1261px) {
    .listItem-figure .listItem-button {
        display:inline-block;
        margin: 0;
        pointer-events: all
    }
}

.listItem-figureBody {
    opacity: 1;
    text-align: center
}

@media (min-width: 1261px) {
    .listItem-figureBody {
        left:50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .listItem:hover .listItem-figureBody {
        opacity: 1
    }
}

.listItem-image {
    width: 100%
}

@media (min-width: 551px) {
    .listItem-body {
        padding-left:1.25rem;
        padding-right: .75rem;
        width: 75%
    }
}

@media (min-width: 1261px) {
    .listItem-content {
        display:table
    }
}

@media (min-width: 1261px) {
    .listItem-actions,.listItem-details {
        display:table-cell;
        vertical-align: top
    }
}

@media (min-width: 1261px) {
    .listItem-details {
        padding-right:6rem
    }

    .listItem-details>:last-child {
        margin-bottom: 0
    }
}

.listItem-rating {
    margin-bottom: .375rem
}

.listItem-brand {
    color: #999;
    font-size: 1rem;
    margin: 0 0 .1875rem
}

@media (min-width: 801px) {
    .listItem-brand {
        font-size:15px;
        margin-bottom: 0
    }
}

.listItem-title {
    font-size: 15px;
    margin: 0 0 .1875rem
}

@media (min-width: 801px) {
    .listItem-title {
        font-size:20px
    }
}

.listItem-title>a {
    text-decoration: none
}

.listItem-price {
    margin-bottom: 1rem
}

@media (min-width: 801px) {
    .listItem-price {
        font-size:20px
    }
}

@media (min-width: 1261px) {
    .listItem-actions {
        vertical-align:middle;
        width: 22%
    }

    .listItem-actions .button--compare {
        font-size: 13px;
        padding: .5625rem 1.5rem
    }
}

.listItem-actions .button {
    margin-bottom: 0
}

@media (min-width: 1261px) {
    .listItem-actions .button {
        width:100%
    }

    .listItem-actions .button+.button {
        margin: .75rem 0 0
    }
}

@media (min-width: 1261px) {
    .page-sidebar+.page-content .productList .listItem-details {
        padding-right:3rem
    }
}

@media (min-width: 1261px) {
    .page-sidebar+.page-content .productList .listItem-actions {
        width:30%
    }
}

.productView {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -1rem;
    margin-right: -1rem
}

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

.productView:after {
    clear: both
}

@media (min-width: 801px) {
    .productView {
        display:block
    }
}

.modal .productView {
    padding-bottom: 0;
    padding-top: 0
}

.productView--quickView .socialLinks-item--print {
    display: none
}

.productView-images {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 801px) {
    .productView-images {
        width:50%
    }
}

.product-info-accordian .opener.rotated:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.productView-details {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 801px) {
    .productView-details {
        clear:right;
        float: right;
        width: 50%
    }
}

.productView--quickView .productView-details {
    position: relative
}

.productView-details.product-data {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.productView-description {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 1
}

.productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 801px) {
    .productView-description .productView-description {
        clear:both;
        float: none;
        width: 100%
    }
}

.sale-flag-star,.sale-flag-star:after,.sale-flag-star:before {
    background: #007dc6;
    content: "";
    display: block;
    height: 3.125rem;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: background-color .8s ease;
    transition: background-color .8s ease;
    width: 3.125rem;
    z-index: 10
}

.sale-flag-star:before {
    -webkit-transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1)
}

.sale-flag-star:after {
    -webkit-transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1)
}

.starwrap {
    height: 3.125rem;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 3.125rem
}

.listItem-figure .starwrap {
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

@media (min-width: 551px) {
    .listItem-figure .starwrap {
        top:0;
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@media (min-width: 1261px) {
    .listItem-figure .starwrap {
        top:10px;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

.sale-text-burst {
    color: #fff;
    font-weight: 600;
    line-height: .9375rem;
    position: absolute;
    text-align: center;
    top: 20%;
    width: 3.125rem;
    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.25rem;
    line-height: 1rem;
    padding-left: .5rem;
    padding-right: .75rem;
    padding-top: .09375rem;
    position: absolute;
    -webkit-transition: background-color .8s ease;
    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.25rem;
    left: -25px;
    line-height: 1rem;
    padding-top: .09375rem;
    position: absolute;
    text-align: center;
    top: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background-color .8s ease;
    transition: background-color .8s ease;
    width: 7.4375rem;
    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: 1261px) {
    .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
}

.form-option-variant--none {
    height: 22px;
    overflow: hidden
}

.form-option-variant--color,.form-option-variant--pattern {
    height: 200px;
    width: 300px
}

.form-option-expanded {
    background-color: #fff;
    border: 1px solid #474747;
    left: calc(100% + 55px);
    opacity: 0;
    padding: 3px;
    position: absolute;
    top: calc(100% + 5px);
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    visibility: hidden
}

.form-option:hover .form-option-expanded {
    opacity: 1;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    visibility: visible;
    z-index: 5000
}

.form-option-image {
    display: block;
    height: 100px;
    width: 100px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.tabs-area-row .page-heading {
    text-align: left;
    font-size: 50px;
    color: #222
}

.wish-list-table,[data-edit-account-form] {
    max-width: 1700px;
    margin: 0 auto
}

.account__loyalty-level--bronze:before,.account__loyalty-level--copper:before,.account__loyalty-level--diamond:before,.account__loyalty-level--platinum:before,.account__loyalty-level--silver:before,.account__loyalty-level:before {
    position: absolute;
    left: 2px;
    bottom: -10px;
    background-color: #000;
    width: 25px;
    height: 15px;
    content: "";
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.account__loyalty-level,.account__loyalty-level--bronze,.account__loyalty-level--copper,.account__loyalty-level--diamond,.account__loyalty-level--platinum,.account__loyalty-level--silver {
    background: #f1b911!important;
    margin-left: -15px!important;
    padding: 6px 0 7px 63px!important;
    position: relative!important;
    border: none!important
}

.account {
    margin-bottom: 1.5rem
}

.account .navBar-section {
    text-align: left!important
}

.account .navBar--account .navBar-section .navBar-item.is-active {
    font-size: 20px!important
}

@media (min-width: 801px) {
    .account--fixed {
        margin:0 auto;
        max-width: 1544px
    }
}

@media (min-width: 801px) {
    .account--fixedSmall {
        margin:0 auto;
        width: 50%
    }
}

@media (min-width: 801px) {
    .account--fixedLarge {
        margin:0 auto;
        width: 100%
    }
}

.account-head {
    margin-bottom: 3rem;
    text-align: center
}

.account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left
}

.account-body {
    margin: 0 -.75rem;
    max-width: none;
    width: auto
}

.account-body:after,.account-body:before {
    content: " ";
    display: table
}

.account-body:after {
    clear: both
}

.account-content {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media only screen and (max-width: 768px) {
    .account-content {
        padding:0!important
    }
}

@media (min-width: 801px) {
    .account-content--fixed {
        width:66.66667%
    }
}

@media (min-width: 801px) {
    .account-content--fixedSmall {
        width:50%
    }
}

.account-sidebar {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 801px) {
    .account-sidebar {
        width:33.33333%
    }

    .account-content--fixedSmall+.account-sidebar {
        float: right
    }
}

.account__loyalty-container {
    margin-bottom: 3rem
}

.account-body {
    width: auto;
    padding: 0 15px
}

.account__loyalty-level,.account__loyalty-level--bronze,.account__loyalty-level--copper,.account__loyalty-level--diamond,.account__loyalty-level--platinum,.account__loyalty-level--silver {
    padding: .75rem 1.5rem;
    border-top: 8px solid #000;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase
}

.account__loyalty-level--diamond,.account__loyalty-level--platinum {
    background: #dcdcdc
}

.account__loyalty-level--silver {
    background: silver
}

.account__loyalty-level--bronze {
    background: #cd7f32
}

.account__loyalty-level--copper {
    background: #b87333
}

.account__loyalty-info {
    background: #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem;
    border-radius: 0 0 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 551px) {
    .account__loyalty-info {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
}

.account__loyalty-info-top {
    margin-bottom: 0;
    font-weight: 700
}

.account__loyalty-info-bottom {
    margin-bottom: 0;
    font-size: 1.25rem
}

@media (min-width: 551px) {
    .account__loyalty-info-bottom {
        font-size:1.8125rem
    }
}

.account__loyalty-col {
    position: relative;
    margin-bottom: 15px
}

@media (min-width: 551px) {
    .account__loyalty-col {
        margin-bottom:0
    }
}

.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;
    -webkit-box-shadow: 2px 2px 2px #999;
    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;
    -webkit-box-shadow: 0 0 2px #0a6aa1;
    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;
    -webkit-box-shadow: 0 0 2px #0a6aa1;
    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;
    -webkit-box-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;
    -webkit-box-shadow: 0 0 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 {
    -webkit-transition: background-color .15s,-webkit-box-shadow .15s;
    transition: background-color .15s,-webkit-box-shadow .15s;
    transition: background-color .15s,box-shadow .15s;
    transition: background-color .15s,box-shadow .15s,-webkit-box-shadow .15s
}

.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px #ccc;
    box-shadow: inset 0 0 1px #ccc
}

.jstree-default .jstree-clicked {
    background: #beebff;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px #999;
    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;
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.jstree-default .jstree-wholerow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default .jstree-wholerow-clicked {
    background: #beebff;
    background: -webkit-gradient(linear,left top,left bottom,from(#beebff),to(#a8e4ff));
    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 {
        -webkit-box-shadow: inset 0 -6px 3px -5px #666;
        box-shadow: inset 0 -6px 3px -5px #666
    }

    .jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow {
        -webkit-box-shadow: inset 0 6px 3px -5px #666;
        box-shadow: inset 0 6px 3px -5px #666;
        border-top: 0
    }

    .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
        -webkit-box-shadow: none;
        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
    }
}

.container {
    padding: 0 15px;
    position: static;
    max-width: 1890px;
    margin: 0 auto
}

@media (min-width: 1450px) {
    .container {
        padding:0 15px
    }
}

html [href]:focus,html body :focus {
    outline: 0!important
}

.img {
    display: block;
    width: 100%;
    height: auto
}

a {
    text-decoration: none
}

.h2 {
    margin: 0 0 28px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700
}

form.aa-Form {
    background: #ececec!important;
    border: none!important;
    border-radius: 22px!important
}

form.aa-Form svg.aa-SubmitIcon {
    color: #141414!important
}

@font-face {
    font-family: icomoon;
    src: url("https://cdn11.bigcommerce.com/s-dea51z7cy/content/images/icomoon.woff") format("woff"),url("https://cdn11.bigcommerce.com/s-dea51z7cy/content/images/icomoon.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-print-regular:before {
    content: "\e91f"
}

.icon-x-twitter:before {
    content: "\e920"
}

.icon-envelope-dot-regular:before {
    content: "\e921"
}

.icon-magnifying-glass-plus-light:before {
    content: "\e919"
}

.icon-address-card-light:before {
    content: "\e91a"
}

.icon-phone-light:before {
    content: "\e91b"
}

.icon-phone-regular:before {
    content: "\e91c"
}

.icon-envelope-light:before {
    content: "\e91d"
}

.icon-envelope-regular:before {
    content: "\e91e"
}

.icon-trash-regular:before {
    content: "\e917"
}

.icon-trash-light:before {
    content: "\e918"
}

.icon-circle-info-solid:before {
    content: "\e914"
}

.icon-plus-solid:before {
    content: "\e915"
}

.icon-minus-solid:before {
    content: "\e916"
}

.icon-chevron-down-solid:before {
    content: "\e912"
}

.icon-xmark-regular:before {
    content: "\e913"
}

.icon-clock-eight-light:before {
    content: "\e900"
}

.icon-location-dot-light:before {
    content: "\e901"
}

.icon-location-dot-regular:before {
    content: "\e902"
}

.icon-linkedin:before {
    content: "\e903"
}

.icon-instagram:before {
    content: "\e904"
}

.icon-youtube:before {
    content: "\e905"
}

.icon-facebook:before {
    content: "\e906"
}

.icon-wrench-simple-light:before {
    content: "\e907"
}

.icon-user-graduate-light:before {
    content: "\e908"
}

.icon-book-open-regular:before {
    content: "\e909"
}

.icon-rocket-launch-light:before {
    content: "\e90a"
}

.icon-chevron-right-regular:before {
    content: "\e90b"
}

.icon-cart-shopping-regular:before {
    content: "\e90c"
}

.icon-right-to-bracket-regular:before {
    content: "\e90d"
}

.icon-magnifying-glass-regular:before {
    content: "\e90e"
}

.icon-user-light:before {
    content: "\e90f"
}

.icon-circle-xmark-sharp-solid:before {
    content: "\e910"
}

.icon-check-solid:before {
    content: "\e911"
}

.button--primary {
    background-color: #d11d10;
    border: none;
    border-radius: 20px;
    text-transform: uppercase
}

.button--primary:focus,.button--primary:hover {
    background-color: #d11d10;
    opacity: .7
}

.button--small {
    border-radius: 20px;
    text-transform: uppercase
}

body {
    padding: 0
}

.body {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 801px) {
    .body {
        margin-top:0
    }
}

.social-links-sidebar {
    position: absolute;
    right: 0;
    top: 30%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 100
}

@media (min-width: 551px) {
    .social-links-sidebar {
        top:40%
    }
}

@media (min-width: 801px) {
    .social-links-sidebar {
        top:47%
    }
}

@media (min-width: 1000px) {
    .social-links-sidebar {
        top:10%
    }
}

.social-links-sidebar .social-links-sidebar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer
}

@media (min-width: 801px) {
    .social-links-sidebar .social-links-sidebar-item {
        width:48px;
        height: 48px
    }
}

@media (min-width: 1261px) {
    .social-links-sidebar .social-links-sidebar-item {
        width:56px;
        height: 56px
    }
}

.social-links-sidebar .social-links-sidebar-item:nth-child(odd) {
    background-color: #900f05
}

.social-links-sidebar .social-links-sidebar-item:nth-child(2n) {
    background-color: #ab170d
}

.social-links-sidebar .social-links-sidebar-item svg {
    fill: white
}

.social-links-sidebar .social-links-sidebar-item:focus,.social-links-sidebar .social-links-sidebar-item:hover {
    background-color: #fff
}

.social-links-sidebar .social-links-sidebar-item:focus svg,.social-links-sidebar .social-links-sidebar-item:hover svg {
    fill: #ab170d
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.card-figcaption-body {
    display: none
}

.footer {
    background-color: #0a0a0a;
    color: #fff;
    padding: 2.5rem 0 1.5rem 0
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media (min-width: 801px) {
    .footer .footer-top {
        padding:1.2rem 0
    }
}

.footer .footer-info {
    margin: 0 -1.5rem
}

@media (min-width: 551px) {
    .footer .footer-info {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer .footer-info-col {
    display: block;
    color: #fff;
    padding: 0 2rem;
    margin-bottom: 2rem
}

@media (min-width: 551px) {
    .footer .footer-info-col {
        width:50%
    }
}

@media (min-width: 1000px) {
    .footer .footer-info-col {
        width:25%
    }
}

.footer .header-logo-image {
    margin: 0;
    max-height: none
}

.footer .footer-info-heading {
    color: #fff;
    font-family: "Libre Franklin";
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
    margin-top: 1.2rem
}

.footer .footer-info-text {
    text-align: left;
    margin-top: 2rem
}

@media (min-width: 1000px) {
    .footer .footer-info-text {
        margin-top:0
    }
}

.footer .footer-info-subText {
    text-align: left
}

.footer .footer-info-subText .icon-clock {
    margin-top: -3px;
    margin-right: 3px
}

.footer .footer-info-subText .icon-clock svg {
    fill: white
}

.footer .footer-info-subText .icon-phone-footer {
    margin-top: -1px;
    margin-right: 3px
}

.footer .footer-info-subText .icon-phone-footer svg {
    fill: white
}

.footer .footer-info-subText:focus a,.footer .footer-info-subText:hover a {
    color: #999
}

.footer .footer-info-subText:focus svg,.footer .footer-info-subText:hover svg {
    fill: #999999
}

.footer .socialLinks {
    text-align: left;
    margin-bottom: 1.8rem
}

@media (min-width: 551px) {
    .footer .socialLinks {
        margin-bottom:1rem
    }
}

.footer .socialLinks .socialLinks-item {
    margin-right: 2rem
}

@media (min-width: 1000px) {
    .footer .socialLinks .socialLinks-item {
        margin-right:1.5rem
    }
}

@media (min-width: 1261px) {
    .footer .socialLinks .socialLinks-item {
        margin-right:2rem
    }
}

.footer .socialLinks .socialLinks-item .icon {
    width: 26px;
    height: 26px
}

.footer .socialLinks .socialLinks-item .icon:focus,.footer .socialLinks .socialLinks-item .icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.footer .socialLinks .socialLinks-item .icon--facebook:focus svg,.footer .socialLinks .socialLinks-item .icon--facebook:hover svg {
    fill: #3b5998
}

.footer .socialLinks .socialLinks-item .icon--twitter:focus svg,.footer .socialLinks .socialLinks-item .icon--twitter:hover svg {
    fill: #1da1f2
}

.footer .socialLinks .socialLinks-item .icon--youtube {
    margin-left: .5rem;
    margin-bottom: -2px
}

.footer .socialLinks .socialLinks-item .icon--youtube:focus svg,.footer .socialLinks .socialLinks-item .icon--youtube:hover svg {
    fill: #c4302b
}

.footer .socialLinks .socialLinks-item svg {
    fill: white
}

.footer .footer-info-heading--locations {
    font-size: 18px
}

.footer .footer-locations-text {
    text-align: left
}

@media (min-width: 801px) {
    .footer .footer-locations-text {
        max-width:240px
    }
}

.footer .footer-locations-items {
    text-align: left
}

.footer .footer-locations-items .footer-locations-item span {
    display: block;
    padding: .2rem 0
}

.footer .footer-locations-items .footer-locations-item svg {
    fill: white
}

.footer .footer-bottom {
    border-top: 1px solid #828282
}

.footer .footer-bottom-flex {
    padding-top: 2rem
}

@media (min-width: 801px) {
    .footer .footer-bottom-flex {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer .footer-list-items {
    text-align: left
}

.footer .footer-list-items .footer-list-item a {
    display: block;
    padding: .2rem 0
}

.footer .footer-list-items .footer-list-item:focus a,.footer .footer-list-items .footer-list-item:hover a {
    color: #999
}

.footer .footer-copyright {
    margin-bottom: .8rem
}

@media (min-width: 551px) {
    .footer .footer-copyright {
        text-align:center
    }
}

@media (min-width: 801px) {
    .footer .footer-copyright br {
        display:none
    }
}

.footer .footer-copyright>.powered-by {
    color: #fff;
    font-size: 16px;
    line-height: 1.8
}

.footer .footer-bottom-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .footer-bottom-items .footer-bottom-item:not(:last-child) {
    position: relative;
    margin-right: 1rem;
    padding-right: 1rem
}

.footer .footer-bottom-items .footer-bottom-item:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: 0
}

.footer .footer-bottom-items .footer-bottom-item:focus a,.footer .footer-bottom-items .footer-bottom-item:hover a {
    color: #999
}

.header {
    position: static;
    height: auto;
    border-bottom: none
}

.header .mobile-nav-menu-componnent {
    display: none
}

@media only screen and (max-width: 1024px) {
    .header .desktop-nav-menu-componnent {
        display:none
    }
}

.header.is-open .mobile-search-quick {
    display: none!important
}

.header.is-open .mobile-nav-menu-componnent {
    display: block;
    width: 100%!important
}

.mobile-nav-menu-componnent {
    position: absolute;
    z-index: 9999;
    left: 0;
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.mobile-nav-menu-componnent .navPages ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.mobile-nav-menu-componnent .navPages ul li {
    width: 100%!important;
    text-align: left;
    border-bottom: 1px solid #fff
}

.mobile-nav-menu-componnent .navPages ul li a {
    padding: 15px 0!important
}

.mobile-nav-menu-componnent .navPages-list--user {
    display: none!important
}

.mobile-nav-menu-componnent .navPages-action {
    color: #fff!important;
    font-weight: 400;
    text-transform: capitalize
}

@media only screen and (max-width: 768px) {
    .mobile-nav-menu-componnent .navPages-action {
        font-size:14px!important
    }
}

.mobile-nav-menu-componnent .navPages-container {
    top: 0!important
}

.mobile-nav-menu-componnent .navPages-container .mob-acc-hidden {
    display: block!important
}

.mobile-nav-menu-componnent .navPages-container .navPage-subMenu-action {
    background: #000!important;
    color: #fff!important
}

.mobile-nav-menu-componnent .navPages-container .navPages-list {
    gap: 10px!important
}

.mobile-nav-menu-componnent .mobile-nav-bg {
    background: #000;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 10px;
    padding: 30px 38px 50px
}

.navigation-mob-menu {
    display: none
}

#cart-preview-dropdown {
    width: 20rem
}

.header-top-bar {
    background: #000;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    font-weight: 400
}

.header-top-bar .text {
    letter-spacing: 1px
}

@media (max-width: 768px) {
    .header-top-bar .text {
        display:none
    }
}

.header-top-bar .tell {
    font-size: 18px;
    padding-left: 32px
}

.header-top-bar a {
    color: #fff;
    text-decoration: none
}

@media only screen and (max-width: 1024px) {
    .header-top-center-container {
        display:none
    }
}

.nav-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

@media only screen and (max-width: 1024px) {
    .nav-holder {
        display:none
    }
}

.header__login-successful {
    background: green;
    color: #fff;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5625rem;
    font-weight: 700;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.header__login-successful.active {
    opacity: 1;
    height: 80px;
    visibility: visible;
    -webkit-transition: .4s;
    transition: .4s
}

.header-hours {
    color: #fff!important
}

.header-top-container {
    background-color: #fff;
    padding: 0 0 0!important
}

@media (min-width: 801px) {
    .header-top-container {
        padding:1rem 0 0!important
    }
}

@media (max-width: 768px) {
    .header-top-container {
        padding:0!important
    }
}

.header-top-container .header-top button#quick-search-expand {
    display: none
}

.header-top-container .header-top>.container {
    padding: 0
}

@media (min-width: 801px) {
    .header-top-container .header-top>.container {
        padding:0 15px;
        max-width: 1890px;
        margin: 0 auto
    }
}

.header-top-container .header-bottom-container {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin: 1rem 0
}

@media only screen and (max-width: 1024px) {
    .header-top-container .header-bottom-container {
        border:none;
        margin: 10px 0;
        padding: 0 10px
    }
}

.header-top-container .header-top-flex {
    display: grid!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .header-top-container .header-top-flex {
        grid-template-columns:1fr 2fr 1fr!important;
        gap: 3rem
    }
}

@media only screen and (max-width: 768px) {
    .header-top-container .header-top-flex {
        gap:0;
        padding: 10px
    }
}

@media (min-width: 1025px) {
    .header-top-container .header-top-flex {
        grid-template-columns:24% 50% 24%!important
    }
}

@media only screen and (max-width: 1024px) {
    .header-top-container .header-top-left-container {
        -webkit-box-pack:center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
}

@media (min-width: 801px) {
    .header-top-container .header-top-left-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media (min-width: 801px) {
    .header-top-container .header-top-left-container>.container {
        padding:0
    }
}

.header-top-container .header-top-left-container .header-phone-container {
    margin-top: 10px
}

@media (min-width: 801px) {
    .header-top-container .header-top-left-container .header-phone-container {
        display:none
    }
}

.header-top-container .header-top-left-container .header-phone-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none
}

@media (min-width: 1000px) {
    .header-top-container .header-top-left-container .header-phone-container a {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.header-top-container .header-top-left-container .header-phone-container .icon--phone {
    width: 24px;
    height: 24px
}

.header-top-container .header-top-left-container .header-phone-container .icon--phone svg {
    fill: white;
    stroke: white
}

.header-top-container .header-top-left-container .header-phone-container .header-phone-text {
    color: #fff;
    text-transform: uppercase;
    font-family: "Libre Franklin";
    font-size: .625rem
}

@media (min-width: 1000px) {
    .header-top-container .header-top-left-container .header-phone-container .header-phone-text {
        display:none
    }
}

.header-top-container .header-top-left-container .header-phone-container .header-phone-number {
    display: none
}

@media (min-width: 1000px) {
    .header-top-container .header-top-left-container .header-phone-container .header-phone-number {
        display:inline-block;
        color: #fff;
        text-transform: uppercase;
        font-family: "Libre Franklin";
        font-size: 1.25rem
    }
}

.header-top-container .header-top-left-container .header-phone-container:focus .header-hours,.header-top-container .header-top-left-container .header-phone-container:hover .header-hours {
    color: #fff!important
}

@media (min-width: 801px) {
    .header-top-container .header-top-right-container {
        background-color:transparent
    }
}

@media (min-width: 801px) {
    .header-top-container .header-top-right-container>.container {
        padding:0
    }
}

@media only screen and (min-width: 1025px) {
    .header-top-container .mobile-bav-toggle {
        display:none
    }
}

.header-top-container .header-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

@media (min-width: 801px) {
    .header-top-container .header-top-left {
        padding:0
    }
}

.header-top-container .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.header-top-container .header-top-right .navUser-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px
}

@media (min-width: 801px) {
    .header-top-container .header-top-right {
        display:block;
        margin: 0
    }
}

@media (min-width: 1261px) {
    .header-top-container .header-top-right {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.header-bottom {
    background-color: #ab170d
}

.header-logo {
    height: auto;
    margin: 0
}

.header-logo .header-logo__link {
    width: 100%
}

.header-logo .header-logo-image-container img {
    max-width: 230px!important;
    width: 100%
}

@media only screen and (max-width: 1350px) and (min-width:100px) {
    .header-logo .header-logo-image-container img {
        max-width:190px!important;
        width: 100%
    }
}

@media (min-width: 801px) {
    .header-logo .header-logo-image-container {
        min-height:auto;
        max-width: 100%!important
    }
}

.header-logo svg {
    max-height: none;
    height: 56px;
    max-width: 235px;
    margin-left: 0
}

@media (min-width: 1000px) {
    .header-logo svg {
        height:80px;
        max-width: 300px
    }
}

.mobileMenu-toggle {
    position: relative;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    text-decoration: none
}

@media only screen and (min-width: 1024px) {
    .mobileMenu-toggle {
        display:block!important
    }
}

.mobileMenu-toggle .mobileMenu-toggleIcon {
    position: relative;
    width: 1.5rem;
    background-color: #414141
}

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background-color: #414141;
    width: 1.5rem
}

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background-color: #414141;
    width: 1.5rem
}

.mobileMenu-toggle .mobileMenu-text {
    display: none;
    font-size: .625rem;
    color: #fff;
    text-transform: uppercase;
    font-family: "Libre Franklin";
    font-weight: 600
}

@media only screen and (max-width: 1400px) and (min-width:1300px) {
    .aa-Autocomplete {
        width:20rem!important
    }
}

.navPages-container .mob-acc-hidden {
    display: block!important
}

@media (min-width: 801px) {
    .navPages-container .mob-acc-hidden {
        display:none!important
    }
}

.navPages-container.is-open {
    top: 113px;
    background-color: #000;
    z-index: 999;
    overflow: scroll
}

@media only screen and (max-width: 1400px) and (min-width:769px) {
    .navPages-container.is-open {
        top:129px
    }
}

.navPages-container.is-open .navPages {
    height: 100%;
    overflow: scroll
}

@media only screen and (max-width: 1024px) {
    .navPages-container.is-open .navPages {
        display:block
    }
}

.navPages-container .mobile-search-quick {
    display: none!important
}

@media (max-width: 1024px) {
    .navPages-container .mobile-search-quick {
        display:block!important;
        position: static;
        margin: 0 auto;
        max-width: 75rem;
        padding: 0;
        background-color: transparent
    }
}

@media (max-width: 1400px) {
    .navPages-container .mobile-search-quick input#nav-quick-search::-webkit-input-placeholder {
        font-size:.875rem!important
    }

    .navPages-container .mobile-search-quick input#nav-quick-search::-moz-placeholder {
        font-size: .875rem!important
    }

    .navPages-container .mobile-search-quick input#nav-quick-search:-ms-input-placeholder {
        font-size: .875rem!important
    }

    .navPages-container .mobile-search-quick input#nav-quick-search::-ms-input-placeholder {
        font-size: .875rem!important
    }

    .navPages-container .mobile-search-quick input#nav-quick-search::placeholder {
        font-size: .875rem!important
    }
}

.navPages-container .navPages {
    background: #000;
    padding: 0
}

@media only screen and (max-width: 1024px) {
    .navPages-container .navPages {
        display:none
    }
}

@media (min-width: 801px) {
    .navPages-container .navPages {
        background:0 0;
        max-width: 100%
    }
}

@media (min-width: 801px) {
    .navPages-container .navPages-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        width: 100%
    }
}

@media (min-width: 1261px) {
    .navPages-container .navPages-list {
        gap:4rem
    }
}

@media (max-width: 1500px) {
    .navPages-container .navPages-list {
        gap:2.5rem
    }
}

.navPages-container .navPages-list+.navPages-list {
    border: none;
    margin: 0;
    padding: 0
}

.navPages-container .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 2.5rem
}

@media (min-width: 801px) {
    .navPages-container .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding-left:0
    }
}

.navPages-container .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    margin: 0
}

@media (min-width: 801px) {
    .navPages-container .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        margin-left:1rem;
        width: 12px;
        height: 12px
    }
}

@media (min-width: 801px) {
    .navPages-container .navPages-item {
        float:none
    }
}

.navPages-container .navPages-action {
    color: #414141;
    font-family: "Libre Franklin";
    text-transform: capitalize;
    font-size: 1.25rem;
    padding: .875rem 1.5rem;
    padding-inline:0!important;white-space: nowrap
}

@media (max-width: 768px) {
    .navPages-container .navPages-action {
        color:#fff;
        font-weight: 400;
        border-bottom: 1px solid #fff
    }
}

@media (min-width: 801px) {
    .navPages-container .navPages-action {
        padding:12px 0;
        width: 100%;
        text-align: left;
        font-family: "Libre Franklin";
        font-weight: 600;
        font-size: 1rem
    }
}

@media (min-width: 1261px) {
    .navPages-container .navPages-action {
        font-size:1.125rem
    }
}

.navPages-container .navPages-action.has-subMenu .navPages-action-moreIcon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.navPages-container .navPages-action.has-subMenu .navPages-action-moreIcon svg {
    stroke: #414141;
    fill: #414141
}

@media (max-width: 768px) {
    .navPages-container .navPages-action.has-subMenu .navPages-action-moreIcon svg {
        stroke:white;
        fill: white
    }
}

.navPages-container .navPages-action.has-subMenu.is-open {
    text-align: left;
    background-color: transparent
}

.navPages-container .navPages-action:focus,.navPages-container .navPages-action:hover {
    color: #ab170d!important
}

.navPages-container .navPages-action:focus svg,.navPages-container .navPages-action:hover svg {
    fill: #ab170d!important;
    stroke: #ab170d!important
}

@media (min-width: 1261px) {
    .navPages-container .navPage-subMenu {
        -webkit-box-shadow:5px 5px 10px 0 rgba(0,0,0,.3);
        box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
        background-color: #fff
    }
}

.navPages-container .navPage-subMenu-list {
    margin: 0
}

@media (max-width: 1200px) {
    .navPages-container .navPage-subMenu-list a {
        opacity:.7;
        font-size: 13px!important
    }
}

@media (min-width: 1261px) {
    .navPages-container .navPage-subMenu-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 801px) {
    .navPages-container .navPage-subMenu-item {
        float:none
    }
}

@media (min-width: 1000px) {
    .navPages-container .navPage-subMenu-item {
        padding:0 2rem!important
    }
}

.navPages-container .navPage-subMenu-action {
    background-color: #fff;
    color: #fff;
    font-family: "Libre Franklin";
    font-size: 1rem
}

@media (max-width: 768px) {
    .navPages-container .navPage-subMenu-action {
        background-color:#000
    }
}

@media (min-width: 1000px) {
    .navPages-container .navPage-subMenu-action {
        font-size:1rem;
        padding: 10px 10px!important;
        font-weight: 400
    }
}

.navPages-container .navPage-subMenu-action:hover {
    color: #d11d10
}

.navPages-container .navPage-subMenu-action .collapsible-icon-wrapper {
    padding-right: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 20%
}

.navPages-container .navPage-subMenu-action .collapsible-icon-wrapper svg {
    width: 8px;
    height: 10px
}

.navPages-container .navPage-subMenu-action .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navPages-container .navPage-subMenu-action.has-subMenu .navPages-action-moreIcon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.navPages-container .navPage-subMenu-action.has-subMenu .navPages-action-moreIcon svg {
    stroke: black;
    fill: black
}

.navPages-container .navPage-subMenu-action:not(.navPages-action-depth-max)+.navPage-childList {
    margin: 0
}

.navPages-container .navPage-childList {
    background-color: #fff
}

.navPages-container .navPage-childList .navPage-childList-action {
    color: #000;
    font-size: .875rem;
    font-family: "Libre Franklin";
    padding-left: 3rem
}

@media (min-width: 801px) {
    .navPages-container .navPage-childList .navPage-childList-action {
        padding-left:0;
        font-size: .75rem
    }
}

@media (min-width: 1000px) {
    .navPages-container .navPage-childList .navPage-childList-action {
        font-size:.875rem
    }
}

.navPages-container .navPage-childList .navPage-childList-action:focus,.navPages-container .navPage-childList .navPage-childList-action:hover {
    color: #d11d10
}

.search-box {
    width: 100%!important
}

.customer-header-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.customer-header-ul span {
    font-size: 16px;
    font-weight: 400!important
}

@media (max-width: 768px) {
    .customer-header-ul {
        display:none
    }
}

.login-button-header {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    padding: 9px 10px 10px!important;
    gap: 10px!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400
}

.login-button-header img {
    width: 40px
}

@media only screen and (max-width: 1024px) {
    .login-button-header {
        display:none!important
    }
}

.navUser {
    position: static;
    -webkit-transform: none;
    transform: none
}

.navUser .hidden-mobile-toggle {
    display: none!important
}

@media (max-width: 1400px) {
    .navUser .hidden-mobile-toggle {
        display:block!important
    }
}

.navUser .icon-cart-shopping-regular {
    font-size: 30px;
    color: #414141
}

.navUser .mobileMenu-toggle.navUser-action {
    padding: 0 1.025rem!important
}

@media (min-width: 801px) {
    .navUser {
        max-width:none;
        width: 100%;
        padding: 0
    }
}

.navUser .navUser-section--alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media (min-width: 801px) {
    .navUser .navUser-section--alt {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 1261px) {
    .navUser .navUser-section--alt {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: end
    }
}

.navUser .navUser-section--alt .header-phone-container {
    display: none
}

@media (min-width: 801px) {
    .navUser .navUser-section--alt .header-phone-container {
        display:block;
        margin-right: 1rem
    }
}

.navUser .navUser-section--alt .header-phone-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none
}

@media (min-width: 1000px) {
    .navUser .navUser-section--alt .header-phone-container a {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.navUser .navUser-section--alt .header-phone-container .icon--phone {
    width: 24px;
    height: 24px;
    margin-right: 4px
}

@media (min-width: 801px) {
    .navUser .navUser-section--alt .header-phone-container .icon--phone {
        margin-bottom:2px
    }
}

.navUser .navUser-section--alt .header-phone-container .icon--phone svg {
    fill: white;
    stroke: white
}

.navUser .navUser-section--alt .header-phone-container .header-phone-text {
    color: #fff;
    text-transform: uppercase;
    font-family: "Libre Franklin";
    font-size: .625rem
}

@media (min-width: 801px) {
    .navUser .navUser-section--alt .header-phone-container .header-phone-text {
        font-weight:600;
        font-size: .75rem
    }
}

@media (min-width: 1000px) {
    .navUser .navUser-section--alt .header-phone-container .header-phone-text {
        display:none
    }
}

.navUser .navUser-section--alt .header-phone-container .header-phone-number {
    display: none
}

@media (min-width: 1000px) {
    .navUser .navUser-section--alt .header-phone-container .header-phone-number {
        display:inline-block;
        color: #fff;
        text-transform: uppercase;
        font-family: "Libre Franklin";
        font-size: 1.25rem
    }
}

.navUser .navUser-section--alt .header-phone-container:focus svg,.navUser .navUser-section--alt .header-phone-container:hover svg {
    stroke: #cccccc!important;
    fill: #cccccc!important
}

.navUser .navUser-section--alt .header-phone-container:focus span,.navUser .navUser-section--alt .header-phone-container:hover span {
    color: #ccc
}

.navUser .navUser-item {
    display: block
}

@media (min-width: 801px) {
    .navUser .navUser-item {
        width:auto
    }
}

.navUser .navUser-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .7rem
}

.navUser .navUser-action svg {
    width: 30px
}

.navUser .navUser-action .sign-icon {
    fill: #333333!important
}

.navUser-item--search .navUser-action {
    margin: 0;
    width: 100%
}

.navUser-item--search .navUser-action[aria-expanded=true] {
    background-color: #3d3d3d
}

.navUser-item--search .navUser-action span {
    font-size: .625rem;
    color: #fff;
    font-weight: 600
}

.navUser-item--search .navUser-action .icon--search {
    width: 24px;
    height: 24px;
    margin: 0
}

.navUser-item--search .navUser-action .icon--search svg {
    fill: #000;
    stroke: none
}

@media (min-width: 801px) {
    .navUser-item--search .navUser-action {
        display:none
    }
}

.dropdown--quickSearch {
    display: none;
    position: absolute;
    background-color: #3d3d3d
}

@media (min-width: 801px) {
    .dropdown--quickSearch {
        display:block;
        position: static;
        background-color: transparent;
        padding: 0
    }
}

.dropdown--quickSearch>.form {
    max-width: 100%!important
}

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

.dropdown--quickSearch .form {
    margin: 0 auto
}

.dropdown--quickSearch .form-field {
    position: relative;
    margin: 0
}

.dropdown--quickSearch .form-field::before {
    font-family: icomoon!important;
    position: absolute;
    left: 21px;
    top: 12px;
    content: "\e90e";
    font-size: 18px
}

.dropdown--quickSearch .form-field input#nav-quick-search::-webkit-input-placeholder {
    color: #787878;
    font-weight: 400;
    font-size: 18px
}

.dropdown--quickSearch .form-field input#nav-quick-search::-moz-placeholder {
    color: #787878;
    font-weight: 400;
    font-size: 18px
}

.dropdown--quickSearch .form-field input#nav-quick-search:-ms-input-placeholder {
    color: #787878;
    font-weight: 400;
    font-size: 18px
}

.dropdown--quickSearch .form-field input#nav-quick-search::-ms-input-placeholder {
    color: #787878;
    font-weight: 400;
    font-size: 18px
}

.dropdown--quickSearch .form-field input#nav-quick-search::placeholder {
    color: #787878;
    font-weight: 400;
    font-size: 18px
}

@media (min-width: 801px) {
    .dropdown--quickSearch .form-field input#nav-quick-search::-webkit-input-placeholder {
        font-size:.8125rem
    }

    .dropdown--quickSearch .form-field input#nav-quick-search::-moz-placeholder {
        font-size: .8125rem
    }

    .dropdown--quickSearch .form-field input#nav-quick-search:-ms-input-placeholder {
        font-size: .8125rem
    }

    .dropdown--quickSearch .form-field input#nav-quick-search::-ms-input-placeholder {
        font-size: .8125rem
    }

    .dropdown--quickSearch .form-field input#nav-quick-search::placeholder {
        font-size: .8125rem
    }
}

@media (min-width: 1261px) {
    .dropdown--quickSearch .form-field input#nav-quick-search::-webkit-input-placeholder {
        font-size:.9375rem
    }

    .dropdown--quickSearch .form-field input#nav-quick-search::-moz-placeholder {
        font-size: .9375rem
    }

    .dropdown--quickSearch .form-field input#nav-quick-search:-ms-input-placeholder {
        font-size: .9375rem
    }

    .dropdown--quickSearch .form-field input#nav-quick-search::-ms-input-placeholder {
        font-size: .9375rem
    }

    .dropdown--quickSearch .form-field input#nav-quick-search::placeholder {
        font-size: .9375rem
    }
}

.dropdown--quickSearch .form-input {
    width: 100%;
    background: #ececec;
    border-radius: 35px!important;
    height: 45px!important;
    padding: 10px 15px 10px 52px;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    outline: 0;
    border: 0;
    margin: 0
}

@media (min-width: 801px) {
    .dropdown--quickSearch .form-input {
        border-radius:3px;
        height: 50px
    }
}

.dropdown--quickSearch .form-submit {
    position: absolute;
    top: 6px;
    left: 12px;
    border-radius: 0 30px 30px 0
}

@media (min-width: 801px) {
    .dropdown--quickSearch .form-submit {
        border-radius:0
    }
}

.dropdown--quickSearch .form-submit .icon--search {
    width: 24px;
    height: 24px;
    margin-top: 2px
}

.dropdown--quickSearch .form-submit .icon--search svg {
    fill: #000
}

.dropdown--quickSearch .form-submit:focus,.dropdown--quickSearch .form-submit:hover {
    opacity: .8
}

.dropdown--quickSearch .quickSearchResults {
    display: none
}

@media (min-width: 801px) {
    .dropdown--quickSearch .quickSearchResults.is-open {
        display:block;
        position: absolute;
        top: 140%;
        left: -35%;
        background-color: #fff;
        z-index: 100;
        width: 120%;
        max-height: 700px;
        padding: 2rem 1rem;
        -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.7);
        box-shadow: 5px 5px 10px 0 rgba(0,0,0,.7);
        background-color: #fff;
        border: 4px solid #d11d10
    }
}

.dropdown--quickSearch .quickSearchResults.is-open .card-figcaption-body,.dropdown--quickSearch .quickSearchResults.is-open .login__text,.dropdown--quickSearch .quickSearchResults.is-open .price {
    display: none
}

.dropdown--quickSearch .quickSearchResults.is-open .product .card-body {
    max-height: unset!important
}

.dropdown--quickSearch .quickSearchResults .modal-close {
    top: 0;
    color: #d11d10
}

.dropdown--quickSearch .quickSearchResults .productGrid {
    max-height: 600px;
    padding-top: 0;
    width: 100%;
    margin: 0;
    overflow-y: scroll
}

.dropdown--quickSearch .quickSearchResults .productGrid .product {
    padding: 0 .5rem
}

.dropdown--quickSearch .quickSearchResults .productGrid .product .card {
    max-height: 300px;
    border: none;
    margin-bottom: 0
}

.dropdown--quickSearch .quickSearchResults .productGrid .product .card:focus .card-body,.dropdown--quickSearch .quickSearchResults .productGrid .product .card:hover .card-body {
    background-color: #fff
}

.dropdown--quickSearch .quickSearchResults .productGrid .product .card:focus .card-body .card-text,.dropdown--quickSearch .quickSearchResults .productGrid .product .card:hover .card-body .card-text {
    color: #757575
}

.dropdown--quickSearch .quickSearchResults .productGrid .product .card:focus .card-body .card-title a,.dropdown--quickSearch .quickSearchResults .productGrid .product .card:hover .card-body .card-title a {
    color: #d11d10
}

.dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-figure {
    max-height: 150px
}

.dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-body {
    max-height: 150px
}

@media (min-width: 801px) {
    .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-body {
        padding:12px
    }
}

@media (min-width: 801px) {
    .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-text {
        font-size:.875rem
    }
}

@media (min-width: 1261px) {
    .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-text {
        font-size:1rem
    }
}

@media (min-width: 801px) {
    .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-title a {
        font-size:.875rem
    }
}

@media (min-width: 1261px) {
    .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-title a {
        font-size:1rem
    }
}

.dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-img-container::after {
    padding-bottom: 55%
}

.navUser-item--account .navUser-action {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 801px) {
    .navUser-item--account .navUser-action {
        padding-left:1.2rem;
        padding-right: 1.2rem
    }
}

.navUser-item--account i {
    color: #414141
}

.navUser-item--account span {
    font-size: .625rem;
    color: #414141;
    font-weight: 600;
    text-transform: capitalize
}

@media (min-width: 801px) {
    .navUser-item--account span {
        font-size:.75rem
    }
}

@media (min-width: 1261px) {
    .navUser-item--account span {
        font-size:.9375rem;
        font-family: "Libre Franklin";
        font-weight: 500
    }
}

.navUser-item--account .icon--account {
    width: 21px;
    height: 24px;
    margin: 0;
    margin-right: 4px
}

@media (min-width: 801px) {
    .navUser-item--account .icon--account {
        margin-right:8px;
        margin-bottom: 2px
    }
}

@media (min-width: 1261px) {
    .navUser-item--account .icon--account {
        width:26px;
        height: 30px
    }
}

.navUser-item--account .icon--account svg {
    fill: white;
    stroke: white;
    margin-top: -2px
}

.navUser-item--account.navUser-item--logged-in .icon--account {
    margin-right: 14px
}

@media (min-width: 801px) {
    .navUser-item--account.navUser-item--logged-in .icon--account {
        margin-right:20px
    }
}

.navUser-item--account:focus svg,.navUser-item--account:hover svg {
    stroke: #cccccc!important;
    fill: #cccccc!important
}

.navUser-item--account:focus span,.navUser-item--account:hover span {
    color: #ccc
}

.navUser-item--cart .navUser-action {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 801px) {
    .navUser-item--cart .navUser-action {
        padding-left:1.2rem;
        padding-right: 1.2rem
    }
}

.navUser-item--cart .navUser-item-cartLabel {
    display: block;
    font-size: .625rem;
    color: #414141;
    font-weight: 600;
    text-transform: capitalize
}

@media (min-width: 801px) {
    .navUser-item--cart .navUser-item-cartLabel {
        font-size:.75rem;
        margin-top: 3px
    }
}

@media (min-width: 1261px) {
    .navUser-item--cart .navUser-item-cartLabel {
        font-size:.9375rem;
        font-family: "Libre Franklin";
        font-weight: 500
    }
}

@media only screen and (max-width: 1024px) {
    .navUser-item--cart .navUser-item-cartLabel {
        display:none!important
    }
}

.navUser-item--cart .icon--cart {
    width: 27px;
    height: 24px;
    margin: 0
}

@media (min-width: 801px) {
    .navUser-item--cart .icon--cart {
        margin-right:4px;
        margin-bottom: 2px
    }
}

@media (min-width: 1261px) {
    .navUser-item--cart .icon--cart {
        width:38px;
        height: 30px
    }
}

.navUser-item--cart .icon--cart svg {
    fill: white;
    stroke: none;
    margin-top: -2px
}

.navUser-item--cart .cart-icon-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.navUser-item--cart .countPill {
    position: absolute;
    background-color: #ab170d;
    top: -14px;
    right: -10px
}

@media (min-width: 801px) {
    .navUser-item--cart .countPill {
        background-color:#ab170d;
        top: -11px;
        right: -10px
    }
}

.navUser-item--cart .countPill.countPill--large {
    width: auto;
    padding: 0 5px;
    right: -10px;
    font-size: .625rem;
    border-radius: 5px
}

@media (min-width: 801px) {
    .navUser-item--cart .countPill.countPill--large {
        right:0;
        font-size: .75rem
    }
}

.navUser-item--cart:focus svg,.navUser-item--cart:hover svg {
    stroke: #cccccc!important;
    fill: #cccccc!important
}

.navUser-item--cart:focus .navUser-item-cartLabel,.navUser-item--cart:hover .navUser-item-cartLabel {
    color: #ccc
}

@media only screen and (max-width: 1024px) {
    .navUser-item--cart:focus .navUser-item-cartLabel,.navUser-item--cart:hover .navUser-item-cartLabel {
        display:none
    }
}

.navUser-item--cart:focus .countPill,.navUser-item--cart:hover .countPill {
    color: #fff
}

.navUser-item--cart .dropdown-menu {
    display: none
}

@media (min-width: 801px) {
    .navUser-item--cart .dropdown-menu {
        display:block;
        background-color: #fff;
        -webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
        box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
        border: 2px solid #ab170d;
        z-index: 5
    }
}

.navUser-item--cart .dropdown-menu.is-open {
    z-index: 20
}

@media (min-width: 801px) {
    .navUser-item--cart .dropdown-menu.is-open {
        right:2%
    }
}

@media (min-width: 1261px) {
    .navUser-item--cart .dropdown-menu.is-open {
        right:0
    }
}

@media (min-width: 1400px) {
    .navUser-item--cart .dropdown-menu.is-open {
        right:3%
    }
}

.navUser-item--cart .dropdown-menu.is-open::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: inset 10px;
    border-bottom-style: solid;
    border-color: transparent transparent #ab170d transparent;
    position: absolute;
    bottom: 100%;
    left: auto;
    right: .7rem
}

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

.navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-name p {
    margin: 0
}

.navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-name a {
    color: #d11d10;
    font-weight: 500;
    font-size: .875rem
}

.navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-name:focus a,.navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-name:hover a {
    opacity: .7
}

.navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-price {
    color: #0a0a0a
}

.heroCarousel {
    margin-top: 0
}

.heroCarousel .slick-list {
    z-index: 1
}

.heroCarousel.slick-initialized {
    margin-bottom: 0;
    background-color: #131314
}

@media (min-width: 551px) {
    .heroCarousel.slick-initialized {
        max-height:none
    }
}

.heroCarousel .heroCarousel-image-wrapper {
    height: 32vw
}

@media (min-width: 551px) {
    .heroCarousel .heroCarousel-image-wrapper {
        height:35vw
    }
}

@media (min-width: 801px) {
    .heroCarousel .heroCarousel-image-wrapper {
        height:45vw
    }
}

@media (min-width: 1000px) {
    .heroCarousel .heroCarousel-image-wrapper {
        height:50vw
    }
}

@media (min-width: 1261px) {
    .heroCarousel .heroCarousel-image-wrapper {
        height:56vw
    }
}

.heroCarousel .heroCarousel-image {
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1000px) {
    .heroCarousel .heroCarousel-content-container {
        position:absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto
    }
}

.heroCarousel .heroCarousel-content {
    background-color: #131314;
    padding: 2rem 3.5rem 4.5rem 3.5rem
}

@media (min-width: 551px) {
    .heroCarousel .heroCarousel-content {
        position:static;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        max-height: none
    }
}

@media (min-width: 801px) {
    .heroCarousel .heroCarousel-content {
        position:absolute;
        width: 70%;
        max-height: 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 2rem 3.5rem
    }
}

@media (min-width: 1000px) {
    .heroCarousel .heroCarousel-content {
        width:500px;
        left: 5%;
        right: auto;
        background-color: rgba(10,10,10,.8);
        padding: 3.2rem
    }
}

@media (min-width: 1261px) {
    .heroCarousel .heroCarousel-content {
        width:680px
    }
}

@media (min-width: 1450px) {
    .heroCarousel .heroCarousel-content {
        left:0
    }
}

.heroCarousel .heroCarousel-content .heroCarousel-title {
    display: block;
    color: #fff;
    font-family: "Libre Franklin";
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: -1px
}

@media (min-width: 551px) {
    .heroCarousel .heroCarousel-content .heroCarousel-title {
        margin-bottom:1rem
    }
}

@media (min-width: 1000px) {
    .heroCarousel .heroCarousel-content .heroCarousel-title {
        text-align:left
    }
}

@media (min-width: 1261px) {
    .heroCarousel .heroCarousel-content .heroCarousel-title {
        font-size:3.125rem
    }
}

.heroCarousel .heroCarousel-content .heroCarousel-description {
    display: none;
    color: #fff;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 1.5rem
}

@media (min-width: 551px) {
    .heroCarousel .heroCarousel-content .heroCarousel-description {
        display:block
    }
}

@media (min-width: 1000px) {
    .heroCarousel .heroCarousel-content .heroCarousel-description {
        text-align:left
    }
}

@media (min-width: 1261px) {
    .heroCarousel .heroCarousel-content .heroCarousel-description {
        font-size:1.125rem
    }
}

.heroCarousel .heroCarousel-content .heroCarousel-action {
    display: block;
    width: 160px;
    margin: 0 auto
}

@media (min-width: 1000px) {
    .heroCarousel .heroCarousel-content .heroCarousel-action {
        margin-left:0
    }
}

@media (min-width: 1261px) {
    .heroCarousel .heroCarousel-content .heroCarousel-action {
        font-size:1.125rem
    }
}

.heroCarousel .slick-arrow {
    top: 62%;
    border: 1px solid #98150b;
    background-color: #98150b;
    width: 40px;
    height: 40px
}

@media (min-width: 801px) {
    .heroCarousel .slick-arrow {
        top:50%;
        width: 47px;
        height: 71px
    }
}

.heroCarousel .slick-arrow.disabled {
    opacity: .7
}

.heroCarousel .slick-arrow::before {
    width: 18px;
    height: 16px;
    margin-top: 2px
}

@media (min-width: 801px) {
    .heroCarousel .slick-arrow::before {
        height:20px;
        width: 20px;
        margin-top: 10px
    }
}

.heroCarousel .slick-arrow:active,.heroCarousel .slick-arrow:focus,.heroCarousel .slick-arrow:hover {
    background-color: #fff
}

.heroCarousel .slick-prev {
    left: -1px
}

@media (min-width: 1000px) {
    .heroCarousel .slick-prev {
        left:3.5%
    }
}

@media (min-width: 1400px) {
    .heroCarousel .slick-prev {
        left:4%
    }
}

@media (min-width: 1450px) {
    .heroCarousel .slick-prev {
        left:-1%
    }
}

@media (min-width: 1000px) {
    .heroCarousel .slick-prev::before {
        margin-left:5px
    }
}

.heroCarousel .slick-next {
    right: -1px
}

@media (min-width: 1000px) {
    .heroCarousel .slick-next {
        right:auto;
        left: 530px
    }
}

@media (min-width: 1200px) {
    .heroCarousel .slick-next {
        left:535px
    }
}

@media (min-width: 1261px) {
    .heroCarousel .slick-next {
        left:720px
    }
}

@media (min-width: 1450px) {
    .heroCarousel .slick-next {
        left:655px
    }
}

@media (min-width: 1000px) {
    .heroCarousel .slick-next::before {
        margin-left:3px
    }
}

.heroCarousel .slick-dots {
    bottom: .8rem;
    z-index: 10
}

.heroCarousel .slick-dots li {
    background: 0 0
}

.heroCarousel .slick-dots li.slick-active button::before {
    background-color: #fff
}

.heroCarousel .slick-dots li button {
    border-color: #fff
}

.heroCarousel .play-pause-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.heroCarousel .play-pause-container .heroCarousel-play-pause-button {
    bottom: 1.8rem
}

.heroCarousel .heroCarousel-play-pause-button {
    background: 0 0;
    border: none;
    height: 55px;
    width: 55px
}

.heroCarousel .heroCarousel-play-pause-button:focus,.heroCarousel .heroCarousel-play-pause-button:hover {
    color: #98150b
}

.heroCarousel .play-pause-icon {
    height: 50px;
    width: 50px;
    fill: white
}

.banner-below-hero {
    background-color: #98150b;
    padding: 1.5rem 0;
    margin-bottom: 0
}

@media (min-width: 801px) {
    .banner-below-hero {
        margin-bottom:0
    }
}

.four-column-section-container {
    margin: 0 0;
    background: #fff;
    padding: 60px 0 20px
}

@media (min-width: 801px) {
    .four-column-section-container {
        padding:30px 0
    }
}

.four-column-section-container [data-sub-layout-container] {
    max-width: 400px;
    margin: 0 auto;
    background: #fff
}

@media (min-width: 801px) {
    .four-column-section-container [data-sub-layout-container] {
        max-width:none
    }
}

.four-column-section-container [data-sub-layout-container] [data-sub-layout] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    width: 50%
}

@media (min-width: 400px) {
    .four-column-section-container [data-sub-layout-container] [data-sub-layout] {
        max-width:50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (min-width: 700px) {
    .four-column-section-container [data-sub-layout-container] [data-sub-layout] {
        max-width:50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (min-width: 801px) {
    .four-column-section-container [data-sub-layout-container] [data-sub-layout] {
        max-width:25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

.four-column-section-container [data-sub-layout-container] [data-sub-layout]:not(:last-of-type) .four-column-card {
    border-right: none
}

.four-column-section-container a {
    text-decoration: none
}

.four-column-section-container .four-column-card {
    margin-bottom: 2rem
}

@media (min-width: 801px) {
    .four-column-section-container .four-column-card {
        margin-bottom:0;
        border: 1px solid #979797;
        padding: 1rem
    }
}

.four-column-section-container .four-column-card:focus .four-column-card-heading,.four-column-section-container .four-column-card:hover .four-column-card-heading {
    color: #d11d10
}

.four-column-section-container .four-column-card-top {
    text-align: center
}

.four-column-section-container .four-column-card-top img {
    width: 120px;
    height: 120px
}

@media (min-width: 400px) {
    .four-column-section-container .four-column-card-top img {
        width:90px;
        height: 90px
    }
}

@media (min-width: 551px) {
    .four-column-section-container .four-column-card-top img {
        width:100px;
        height: 100px
    }
}

@media (min-width: 1261px) {
    .four-column-section-container .four-column-card-top img {
        max-width:120px
    }
}

.four-column-section-container .four-column-card-heading {
    font-family: "Libre Franklin";
    font-weight: 700;
    color: #000;
    font-size: 1rem;
    letter-spacing: -.3px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 400px) {
    .four-column-section-container .four-column-card-heading {
        font-size:.875rem
    }
}

@media (min-width: 551px) {
    .four-column-section-container .four-column-card-heading {
        font-size:1rem
    }
}

@media (min-width: 801px) {
    .four-column-section-container .four-column-card-heading {
        font-size:.875rem
    }
}

@media (min-width: 1000px) {
    .four-column-section-container .four-column-card-heading {
        font-size:1.125rem
    }
}

@media (min-width: 1261px) {
    .four-column-section-container .four-column-card-heading {
        font-size:1.375rem
    }
}

@media (min-width: 1500px) {
    .four-column-section-container .four-column-card-heading {
        font-size:1.5rem
    }
}

.brands-carousel-section-container {
    padding: 1.5rem 0
}

@media (min-width: 801px) {
    .brands-carousel-section-container {
        padding:2rem 0
    }
}

.brands-carousel-section-container [data-sub-layout] span[id^=sd-simple-text] {
    font-family: "Libre Franklin";
    font-weight: 700;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: -.3px;
    margin-bottom: 1.5rem
}

@media (min-width: 551px) {
    .brands-carousel-section-container [data-sub-layout] span[id^=sd-simple-text] {
        margin-bottom:2rem
    }
}

@media (min-width: 801px) {
    .brands-carousel-section-container [data-sub-layout] span[id^=sd-simple-text] {
        margin-bottom:1.5rem
    }
}

@media (min-width: 1000px) {
    .brands-carousel-section-container [data-sub-layout] span[id^=sd-simple-text] {
        margin-bottom:2rem
    }
}

@media (min-width: 1261px) {
    .brands-carousel-section-container [data-sub-layout] span[id^=sd-simple-text] {
        margin-bottom:2.5rem
    }
}

@media (min-width: 551px) {
    .brands-carousel-section-container [data-sub-layout] span[id^=sd-simple-text] {
        font-size:1.875rem
    }
}

@media (min-width: 801px) {
    .brands-carousel-section-container [data-sub-layout] span[id^=sd-simple-text] {
        font-size:1.5rem
    }
}

@media (min-width: 1000px) {
    .brands-carousel-section-container [data-sub-layout] span[id^=sd-simple-text] {
        font-size:1.6875rem
    }
}

@media (min-width: 1261px) {
    .brands-carousel-section-container [data-sub-layout] span[id^=sd-simple-text] {
        font-size:1.875rem
    }
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel {
    padding: 0 3rem
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .brands-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .brands-carousel-item img {
    width: auto;
    margin: 0 auto
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-arrow {
    top: 62%;
    border: 1px solid #98150b;
    background-color: #98150b;
    width: 40px;
    height: 40px
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-arrow.disabled {
    opacity: .7
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-arrow::before {
    width: 18px;
    height: 16px;
    margin-top: 2px
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-arrow:active,.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-arrow:focus,.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-arrow:hover {
    background-color: #fff
}

@media (min-width: 1261px) {
    .brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-prev {
        left:0
    }
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='11px' height='19px' viewBox='0 0 11 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-145.000000, -5611.000000)' fill='%23FFFFFF'%3E%3Cg transform='translate(-32.000000, 5086.000000)'%3E%3Cg transform='translate(59.000000, 190.000000)'%3E%3Cg transform='translate(93.000000, 314.000000)'%3E%3Cg transform='translate(30.500000, 30.500000) scale(-1, 1) translate(-30.500000, -30.500000) '%3E%3Cg transform='translate(30.500000, 30.500000) scale(-1, 1) translate(-30.500000, -30.500000) ' id='down-arrow-copy-10'%3E%3Cpath d='M29.3337462,35.6075635 L21.7161973,28.3142544 C21.3997652,27.9967013 21.3997652,27.4810867 21.7161973,27.1635336 L22.8620402,26.0128127 C23.1784723,25.6952596 23.691451,25.6952596 24.0078831,26.0128127 L29.9062599,31.580859 C30.222692,31.8984121 30.7364863,31.8984121 31.0521028,31.580859 L36.9921169,26.0128127 C37.308549,25.6952596 37.8215277,25.6952596 38.1379598,26.0128127 L39.2838027,27.1635336 C39.6002348,27.4810867 39.6002348,27.9967013 39.2838027,28.3142544 L31.6254321,35.6075635 C30.9925679,36.2434882 29.9666104,36.2434882 29.3337462,35.6075635 Z' transform='translate(30.500000, 30.929577) scale(-1, 1) rotate(-90.000000) translate(-30.500000, -30.929577) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 16px;
    width: 10px;
    margin-left: 4px
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-prev:focus::before,.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-prev:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='11px' height='19px' viewBox='0 0 11 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-145.000000, -5611.000000)' fill='%2398150B'%3E%3Cg transform='translate(-32.000000, 5086.000000)'%3E%3Cg transform='translate(59.000000, 190.000000)'%3E%3Cg transform='translate(93.000000, 314.000000)'%3E%3Cg transform='translate(30.500000, 30.500000) scale(-1, 1) translate(-30.500000, -30.500000) '%3E%3Cg transform='translate(30.500000, 30.500000) scale(-1, 1) translate(-30.500000, -30.500000) ' id='down-arrow-copy-10'%3E%3Cpath d='M29.3337462,35.6075635 L21.7161973,28.3142544 C21.3997652,27.9967013 21.3997652,27.4810867 21.7161973,27.1635336 L22.8620402,26.0128127 C23.1784723,25.6952596 23.691451,25.6952596 24.0078831,26.0128127 L29.9062599,31.580859 C30.222692,31.8984121 30.7364863,31.8984121 31.0521028,31.580859 L36.9921169,26.0128127 C37.308549,25.6952596 37.8215277,25.6952596 38.1379598,26.0128127 L39.2838027,27.1635336 C39.6002348,27.4810867 39.6002348,27.9967013 39.2838027,28.3142544 L31.6254321,35.6075635 C30.9925679,36.2434882 29.9666104,36.2434882 29.3337462,35.6075635 Z' transform='translate(30.500000, 30.929577) scale(-1, 1) rotate(-90.000000) translate(-30.500000, -30.929577) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

@media (min-width: 1261px) {
    .brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-next {
        right:0
    }
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='11px' height='19px' viewBox='0 0 11 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-219.000000, -5611.000000)' fill='%23FFFFFF'%3E%3Cg transform='translate(-32.000000, 5086.000000)'%3E%3Cg transform='translate(59.000000, 190.000000)'%3E%3Cg transform='translate(93.000000, 314.000000)'%3E%3Cg transform='translate(74.000000, 0.000000)'%3E%3Cg transform='translate(30.500000, 30.500000) scale(-1, 1) translate(-30.500000, -30.500000) ' id='down-arrow-copy-9'%3E%3Cpath d='M29.3337462,35.6075635 L21.7161973,28.3142544 C21.3997652,27.9967013 21.3997652,27.4810867 21.7161973,27.1635336 L22.8620402,26.0128127 C23.1784723,25.6952596 23.691451,25.6952596 24.0078831,26.0128127 L29.9062599,31.580859 C30.222692,31.8984121 30.7364863,31.8984121 31.0521028,31.580859 L36.9921169,26.0128127 C37.308549,25.6952596 37.8215277,25.6952596 38.1379598,26.0128127 L39.2838027,27.1635336 C39.6002348,27.4810867 39.6002348,27.9967013 39.2838027,28.3142544 L31.6254321,35.6075635 C30.9925679,36.2434882 29.9666104,36.2434882 29.3337462,35.6075635 Z' transform='translate(30.500000, 30.929577) scale(-1, 1) rotate(-90.000000) translate(-30.500000, -30.929577) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 16px;
    width: 10px;
    margin-left: 7px
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-next:focus::before,.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-next:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='11px' height='19px' viewBox='0 0 11 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-219.000000, -5611.000000)' fill='%2398150B'%3E%3Cg transform='translate(-32.000000, 5086.000000)'%3E%3Cg transform='translate(59.000000, 190.000000)'%3E%3Cg transform='translate(93.000000, 314.000000)'%3E%3Cg transform='translate(74.000000, 0.000000)'%3E%3Cg transform='translate(30.500000, 30.500000) scale(-1, 1) translate(-30.500000, -30.500000) ' id='down-arrow-copy-9'%3E%3Cpath d='M29.3337462,35.6075635 L21.7161973,28.3142544 C21.3997652,27.9967013 21.3997652,27.4810867 21.7161973,27.1635336 L22.8620402,26.0128127 C23.1784723,25.6952596 23.691451,25.6952596 24.0078831,26.0128127 L29.9062599,31.580859 C30.222692,31.8984121 30.7364863,31.8984121 31.0521028,31.580859 L36.9921169,26.0128127 C37.308549,25.6952596 37.8215277,25.6952596 38.1379598,26.0128127 L39.2838027,27.1635336 C39.6002348,27.4810867 39.6002348,27.9967013 39.2838027,28.3142544 L31.6254321,35.6075635 C30.9925679,36.2434882 29.9666104,36.2434882 29.3337462,35.6075635 Z' transform='translate(30.500000, 30.929577) scale(-1, 1) rotate(-90.000000) translate(-30.500000, -30.929577) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-disabled {
    opacity: .5
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-dots {
    left: 0;
    bottom: -35px
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-dots li {
    background: 0 0
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-dots li.slick-active button::before {
    background-color: #000
}

.brands-carousel-section-container [data-sub-layout] .brands-carousel .slick-dots li button {
    border-color: #000
}

.three-column-card-section-container {
    margin: 2rem 0
}

@media (min-width: 1000px) {
    .three-column-card-section-container .three-column-card-section {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -.5rem
    }
}

.three-column-card-section-container .three-column-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #979797;
    border-radius: 20px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 440px;
    margin: 0 auto;
    padding: 1.5rem 4rem 1.5rem 1.5rem
}

@media (min-width: 1000px) {
    .three-column-card-section-container .three-column-card {
        max-width:none;
        margin: 0 .5rem;
        width: 33.3%
    }
}

.three-column-card-section-container .three-column-card:not(:last-of-type) {
    margin-bottom: 1.5rem
}

@media (min-width: 551px) {
    .three-column-card-section-container .three-column-card:not(:last-of-type) {
        margin-bottom:2.5rem
    }
}

.three-column-card-section-container .three-column-card .three-column-card-heading {
    margin: 0;
    font-size: 2rem;
    font-family: "Libre Franklin";
    color: #992017;
    letter-spacing: -.5px;
    line-height: 1.2;
    margin-bottom: 1rem
}

.three-column-card-section-container .three-column-card .three-column-card-subHeading {
    margin: 0;
    font-size: .875rem;
    font-family: "Libre Franklin";
    color: #000;
    margin-bottom: 1rem
}

@media (min-width: 400px) {
    .three-column-card-section-container .three-column-card .three-column-card-subHeading {
        font-size:1rem
    }
}

.three-column-card-section-container .three-column-card .button--primary {
    font-size: .9375rem
}

@media (min-width: 1000px) {
    .three-column-card-extended-section .three-column-card-section {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -.5rem
    }
}

.three-column-card-extended-section .three-column-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #979797;
    border-radius: 20px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 440px;
    margin: 0 auto;
    padding: 1.5rem 4rem 1.5rem 1.5rem
}

@media (min-width: 1000px) {
    .three-column-card-extended-section .three-column-card {
        max-width:none;
        margin: 0 .5rem;
        width: 33.3%
    }
}

.three-column-card-extended-section .three-column-card:not(:last-of-type) {
    margin-bottom: 1.5rem
}

@media (min-width: 551px) {
    .three-column-card-extended-section .three-column-card:not(:last-of-type) {
        margin-bottom:2.5rem
    }
}

.three-column-card-extended-section .three-column-card .three-column-card-heading {
    margin: 0;
    font-size: 2rem;
    font-family: "Libre Franklin";
    color: #992017;
    letter-spacing: -.5px;
    line-height: 1.2;
    margin-bottom: 1rem
}

.three-column-card-extended-section .three-column-card .three-column-card-subHeading {
    margin: 0;
    font-size: .875rem;
    font-family: "Libre Franklin";
    color: #000;
    margin-bottom: 1rem
}

@media (min-width: 400px) {
    .three-column-card-extended-section .three-column-card .three-column-card-subHeading {
        font-size:1rem
    }
}

.three-column-card-extended-section .three-column-card .button--primary {
    font-size: .9375rem
}

.checkmark-list .checkmark-item {
    color: #fff;
    font-family: "Libre Franklin";
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 45px;
    padding-left: 14px;
    position: relative;
    list-style-type: none
}

.checkmark-list .checkmark-item::before {
    height: 26px;
    width: 26px;
    display: block;
    position: absolute;
    left: -23px;
    top: 6px;
    content: url("data:image/svg+xml,%3Csvg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAB21C2CE-8644-4546-852C-F5744E780257%3C/title%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Copperfield_DTP_v1.5dm--Home-B-FED' transform='translate(-1040.000000, -2276.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-7' transform='translate(261.000000, 1854.000000)'%3E%3Cg id='Group-20' transform='translate(779.000000, 55.000000)'%3E%3Cpath d='M13,393 C16.5833333,393 19.6458333,391.729167 22.1875,389.1875 C24.7291667,386.645833 26,383.583333 26,380 C26,376.416667 24.7291667,373.354167 22.1875,370.8125 C19.6458333,368.270833 16.5833333,367 13,367 C9.41666667,367 6.35416667,368.270833 3.8125,370.8125 C1.27083333,373.354167 0,376.416667 0,380 C0,383.583333 1.27083333,386.645833 3.8125,389.1875 C6.35416667,391.729167 9.41666667,393 13,393 Z M13,391.9375 C9.70833333,391.9375 6.89583333,390.770833 4.5625,388.4375 C2.22916667,386.104167 1.0625,383.291667 1.0625,380 C1.0625,376.708333 2.22916667,373.895833 4.5625,371.5625 C6.89583333,369.229167 9.70833333,368.0625 13,368.0625 C16.2916667,368.0625 19.1041667,369.229167 21.4375,371.5625 C23.7708333,373.895833 24.9375,376.708333 24.9375,380 C24.9375,383.291667 23.7708333,386.104167 21.4375,388.4375 C19.1041667,390.770833 16.2916667,391.9375 13,391.9375 Z M10.4375,384.875 C10.6458333,384.875 10.8333333,384.791667 11,384.625 L11,384.625 L19.375,376.1875 L18.25,375.0625 L10.4375,382.9375 L7.5,380 L6.375,381.125 L9.875,384.625 C10.0416667,384.791667 10.2291667,384.875 10.4375,384.875 Z' id='Checkmark-Copy-5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

@media (min-width: 801px) {
    .checkmark-list .checkmark-item {
        color:#fff;
        font-family: "Libre Franklin";
        font-size: 1.125rem;
        letter-spacing: .2px;
        line-height: 45px
    }
}

@media (min-width: 701px) {
    div[data-layout-name="Why Copperfield"] div[data-sub-layout]:nth-child(2) div[data-widget-id] div[id^=sd-image-] {
        display:block!important;
        background-size: cover!important
    }

    div[data-layout-name="Why Copperfield"] div[data-sub-layout]:nth-child(2) div[data-widget-id] div[id^=sd-image-] img {
        height: 100%!important
    }
}

div[data-layout-name="Why Copperfield"] div[data-sub-layout]:nth-child(3) {
    background: -webkit-gradient(linear,right top,left top,from(#ab170d),to(#8d120a));
    background: linear-gradient(270deg,#ab170d 0,#8d120a 100%);
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(242,242,242,.3);
    box-shadow: inset 0 1px 1px 0 rgba(242,242,242,.3);
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

@media (min-width: 701px) {
    div[data-layout-name="Why Copperfield"] div[data-sub-layout]:nth-child(3) {
        border-top-right-radius:20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
}

@media (min-width: 701px) and (min-width:801px) {
    div[data-layout-name="Why Copperfield"] div[data-sub-layout]:nth-child(3) {
        padding-left:80px;
        padding-top: 40px
    }
}

@media (min-width: 701px) and (min-width:801px) and (min-width:1100px) {
    div[data-layout-name="Why Copperfield"] div[data-sub-layout]:nth-child(3)::before {
        content:url("https://cdn11.bigcommerce.com/s-dea51z7cy/product_images/uploaded_images/fast-1-.png?t=1618608209&_ga=2.199383982.1813290552.1618206999-999854179.1615577664");
        position: absolute;
        top: 25px;
        right: 25px
    }
}

@media (min-width: 701px) and (min-width:801px) and (min-width:1261px) {
    div[data-layout-name="Why Copperfield"] div[data-sub-layout]:nth-child(3)::before {
        top:50px;
        right: 50px
    }
}

div[data-layout-name="Copperfield Customer"] .three-column-card-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    position: relative
}

@media (min-width: 1000px) {
    div[data-layout-name="Copperfield Customer"] .three-column-card-section {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

@media (min-width: 801px) {
    div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section {
        padding-top:70px;
        padding-bottom: 40px
    }
}

div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section::after {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .5;
    background-color: #041447;
    z-index: 0;
    position: absolute
}

div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .header-wrapper {
    padding: 0 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
    position: relative
}

div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .header-wrapper h3 {
    color: #fff;
    font-family: "Libre Franklin";
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.86px;
    line-height: 46px;
    text-align: center;
    margin: 0;
    padding-bottom: 24px
}

@media (min-width: 801px) {
    div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .header-wrapper h3 {
        font-size:3rem;
        font-weight: 600;
        letter-spacing: -1.28px;
        line-height: 57px;
        padding-bottom: 43px
    }
}

div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .three-column-card {
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 380px;
    padding-top: 37px
}

@media (min-width: 801px) {
    div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .three-column-card {
        padding-left:40px;
        padding-right: 40px;
        border-radius: 10px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 50px
    }
}

@media (min-width: 1261px) {
    div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .three-column-card:not(:last-of-type) {
        margin-right:40px
    }
}

div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .three-column-card-heading {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -.14px;
    line-height: 32px;
    text-align: center;
    padding-top: 21px;
    margin-bottom: 11px
}

@media (min-width: 801px) {
    div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .three-column-card-heading {
        letter-spacing:-.34px
    }
}

div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .three-column-card-subHeading {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1rem;
    letter-spacing: .2px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px
}

@media (min-width: 801px) {
    div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .three-column-card-subHeading {
        margin-bottom:24px
    }
}

div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .button {
    margin-bottom: 15px
}

@media (min-width: 801px) {
    div[data-layout-name="Copperfield Customer"] .three-column-card-extended-section .button {
        margin-bottom:40px
    }
}

@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon.woff2") format("woff"),url("../fonts/icomoon.woff") format("woff2");
    font-weight: 400;
    font-style: normal
}

.mob-customer-banner {
    display: none!important;
    margin-top: 1.5rem!important
}

@media (max-width: 1024px) {
    .mob-customer-banner {
        display:block!important
    }
}

body.Copperfield.Academy .academy-banner .text-box {
    z-index: 2;
    position: relative
}

body.Copperfield.Academy .academy-banner:before {
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    opacity: .4
}

.business-numbers-wrap {
    padding: 10px 0 50px;
    position: relative
}

.business-numbers-wrap::after,.business-numbers-wrap::before {
    content: '';
    display: block;
    width: 900px;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 0 auto
}

.business-numbers-wrap::before {
    margin-bottom: 40px
}

.business-numbers-wrap::after {
    margin-top: 50px
}

@media (max-width: 1024px) {
    .business-numbers-wrap::after,.business-numbers-wrap::before {
        width:90%
    }
}

@media (min-width: 1261px) {
    .business-numbers-wrap {
        padding:10px 0 50px
    }
}

.business-numbers-wrap .business-top-content {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0 0 40px
}

.business-numbers-wrap .business-top-content br {
    display: none
}

@media (min-width: 551px) {
    .business-numbers-wrap .business-top-content br {
        display:block
    }
}

@media (min-width: 801px) {
    .business-numbers-wrap .business-top-content {
        font-size:19px;
        line-height: 28px
    }
}

@media (min-width: 1261px) {
    .business-numbers-wrap .business-top-content {
        margin:0 0 60px
    }
}

.business-numbers-wrap .business-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0
}

.business-numbers-wrap .business-inner .business-single-box {
    gap: 0;
    width: 50%;
    border-right: none;
    min-height: 120px
}

@media (min-width: 801px) {
    .business-numbers-wrap .business-inner .business-single-box {
        width:25%;
        border-right: 2px solid #f13120;
        min-height: 150px
    }
}

@media (min-width: 1261px) {
    .business-numbers-wrap .business-inner .business-single-box {
        min-height:210px
    }
}

@media only screen and (max-width: 800px) {
    .business-numbers-wrap .business-inner .business-single-box:first-child,.business-numbers-wrap .business-inner .business-single-box:nth-child(3) {
        border-right:2px solid #f13120
    }
}

.business-numbers-wrap .business-inner .business-single-box:last-child {
    border-right: none
}

.business-numbers-wrap .business-inner .business-single-box img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 551px) {
    .business-numbers-wrap .business-inner .business-single-box img {
        width:40px;
        height: 40px
    }
}

@media (min-width: 1261px) {
    .business-numbers-wrap .business-inner .business-single-box img {
        width:60px;
        height: 60px
    }
}

.business-numbers-wrap .business-inner .business-single-box h3 {
    font-size: 15px;
    font-weight: 800;
    margin: 25px 0 5px
}

@media (min-width: 551px) {
    .business-numbers-wrap .business-inner .business-single-box h3 {
        font-size:20px;
        margin: 30px 0 5px
    }
}

@media (min-width: 1261px) {
    .business-numbers-wrap .business-inner .business-single-box h3 {
        font-size:35px;
        margin: 35px 0 8px
    }
}

.business-numbers-wrap .business-inner .business-single-box p {
    font-size: 13px;
    line-height: 21px;
    margin: 0
}

@media (min-width: 551px) {
    .business-numbers-wrap .business-inner .business-single-box p {
        font-size:15px;
        line-height: 23px
    }
}

@media (min-width: 1261px) {
    .business-numbers-wrap .business-inner .business-single-box p {
        font-size:21px;
        line-height: 29px
    }
}

.loyalty-top-img-txt {
    padding: 30px 0;
    background-color: #fff
}

@media (min-width: 801px) {
    .loyalty-top-img-txt {
        padding:40px 0
    }
}

.loyalty-top-img-txt .loyalty-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto
}

@media (min-width: 801px) {
    .loyalty-top-img-txt .loyalty-grid {
        grid-template-columns:1fr 1fr;
        gap: 40px
    }
}

.loyalty-top-img-txt .loyalty-grid .loyalty-image img {
    width: 100%
}

.loyalty-top-img-txt .loyalty-grid .loyalty-content h2 {
    font-size: 20px;
    margin: 0
}

@media (min-width: 801px) {
    .loyalty-top-img-txt .loyalty-grid .loyalty-content h2 {
        font-size:40px
    }
}

.loyalty-top-img-txt .loyalty-grid .loyalty-content p {
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0;
    color: #555
}

@media (min-width: 801px) {
    .loyalty-top-img-txt .loyalty-grid .loyalty-content p {
        font-size:18px;
        line-height: 28px;
        margin: 20px 0
    }
}

.loyalty-top-img-txt .loyalty-grid .loyalty-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.loyalty-top-img-txt .loyalty-grid .loyalty-actions .connect-with-us {
    background: #f13120;
    padding: 5px 15px;
    border: 1px solid #f13120;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    font-weight: 600
}

@media (min-width: 801px) {
    .loyalty-top-img-txt .loyalty-grid .loyalty-actions .connect-with-us {
        font-size:16px;
        padding: 8px 20px
    }
}

.loyalty-top-img-txt .loyalty-grid .loyalty-actions .connect-with-us:hover {
    background: #000;
    border-color: #000
}

.loyalty-top-img-txt .loyalty-grid .loyalty-actions .phone-num {
    font-size: 14px;
    font-weight: 600;
    color: #f13120
}

@media (min-width: 801px) {
    .loyalty-top-img-txt .loyalty-grid .loyalty-actions .phone-num {
        font-size:18px
    }
}

.loyalty-top-img-txt .loyalty-grid .loyalty-actions .phone-num:hover {
    color: #000
}

.loyalty-top-img-txt .loyalty-grid .loyalty-actions .loyalty-image img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.key-benefits-card-grid {
    background-color: #ebeded;
    padding: 40px 0
}

@media (min-width: 1261px) {
    .key-benefits-card-grid {
        padding:70px 0
    }
}

.key-benefits-card-grid .benefits-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 25px
}

@media (min-width: 801px) {
    .key-benefits-card-grid .benefits-title {
        font-size:40px;
        margin: 0 0 35px
    }
}

.key-benefits-card-grid .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    max-width: 1250px;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .key-benefits-card-grid .benefits-grid {
        grid-template-columns:repeat(2,1fr);
        gap: 15px
    }
}

@media (max-width: 550px) {
    .key-benefits-card-grid .benefits-grid {
        grid-template-columns:repeat(1,1fr)
    }
}

.key-benefits-card-grid .benefits-grid .benefit-card {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #c5c5c5
}

@media (max-width: 1024px) {
    .key-benefits-card-grid .benefits-grid .benefit-card {
        padding:20px
    }
}

.key-benefits-card-grid .benefits-grid .benefit-card .education-text {
    font-size: 14px;
    font-weight: 600;
    color: #f1311f
}

.key-benefits-card-grid .benefits-grid .benefit-card h3 {
    font-size: 15px;
    margin: 0 0 10px;
    color: #000;
    font-weight: 600
}

@media (min-width: 801px) {
    .key-benefits-card-grid .benefits-grid .benefit-card h3 {
        font-size:20px;
        margin: 0 0 15px
    }
}

.key-benefits-card-grid .benefits-grid .benefit-card p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    color: #000
}

@media (min-width: 801px) {
    .key-benefits-card-grid .benefits-grid .benefit-card p {
        font-size:15px;
        line-height: 20px
    }
}

@media (min-width: 1261px) {
    .key-benefits-card-grid .benefits-grid .benefit-card p {
        font-size:17px;
        line-height: 24px
    }
}

.key-benefits-card-grid .benefits-grid .benefit-card small {
    color: #000;
    font-size: 10px;
    margin-top: 10px;
    display: block
}

@media (min-width: 801px) {
    .key-benefits-card-grid .benefits-grid .benefit-card small {
        font-size:12px;
        margin-top: 12px;
        margin-top: 15px
    }
}

@media (min-width: 1261px) {
    .key-benefits-card-grid .benefits-grid .benefit-card small {
        font-size:14px
    }
}

.key-benefits-card-grid .benefits-grid .benefit-card .icon-wrap {
    margin-bottom: 10px
}

.key-benefits-card-grid .benefits-grid .benefit-card .icon-wrap img {
    max-width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain
}

.key-benefits-card-grid .benefits-grid .benefit-card .icon-wrap svg {
    max-width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain
}

.key-benefits-card-grid .benefits-grid .benefit-card .icon-wrap path {
    fill: none;
    stroke: #F13120
}

.loyalty-program-wrap {
    text-align: center;
    padding: 30px 0;
    border-radius: 6px;
    max-width: 100%;
    margin: 0 auto
}

@media (min-width: 801px) {
    .loyalty-program-wrap {
        padding:70px 0
    }
}

.loyalty-program-wrap h3 {
    font-size: 20px;
    margin: 0 0 15px
}

@media (min-width: 801px) {
    .loyalty-program-wrap h3 {
        font-size:40px;
        margin: 0 0 20px
    }
}

.loyalty-program-wrap p {
    font-size: 12px;
    color: #555;
    margin: 0 0 30px
}

@media (min-width: 801px) {
    .loyalty-program-wrap p {
        font-size:18px;
        margin: 0 0 60px
    }
}

@media only screen and (max-width: 768px) {
    .loyalty-program-wrap p br {
        display:none
    }
}

.loyalty-program-wrap .loyalty-table-wrap {
    max-width: 1250px;
    margin: 0 auto
}

.loyalty-program-wrap .loyalty-table-wrap .table-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #bfc0c0
}

.loyalty-program-wrap .loyalty-table-wrap .table-header .row .col {
    width: 20%;
    font-size: 24px;
    font-weight: 600;
    color: #0a0a0a;
    padding: 10px 4px 30px;
    border-right: 1px solid #b2b2b2
}

@media only screen and (max-width: 1024px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-header .row .col {
        font-size:16px
    }
}

@media only screen and (max-width: 768px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-header .row .col {
        font-size:10px;
        padding: 10px 2px 10px
    }
}

.loyalty-program-wrap .loyalty-table-wrap .table-header .row .col span {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #888787;
    max-width: 135px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-header .row .col span {
        font-size:11px;
        line-height: 14px;
        max-width: 120px
    }
}

@media only screen and (max-width: 768px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-header .row .col span {
        font-size:6px;
        line-height: 9px
    }
}

.loyalty-program-wrap .loyalty-table-wrap .table-header .row .col span span {
    letter-spacing: 2px
}

@media only screen and (max-width: 768px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-header .row .col span span {
        letter-spacing:1px
    }
}

.loyalty-program-wrap .loyalty-table-wrap .table-header .row .col.feature.empty {
    border: none
}

.loyalty-program-wrap .loyalty-table-wrap .table-header .row .col.bronze {
    border-top: 18px solid #cf8529;
    border-left: 1px solid #b2b2b2
}

.loyalty-program-wrap .loyalty-table-wrap .table-header .row .col.silver {
    border-top: 18px solid #878787
}

.loyalty-program-wrap .loyalty-table-wrap .table-header .row .col.platinum {
    border-top: 18px solid #535555
}

.loyalty-program-wrap .loyalty-table-wrap .table-header .row .col.diamond {
    border-top: 18px solid #000
}

.loyalty-program-wrap .loyalty-table-wrap .table-body .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #b2b2b2
}

.loyalty-program-wrap .loyalty-table-wrap .table-body .row .col {
    width: 20%;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #555;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #b2b2b2;
    padding: 5px
}

.loyalty-program-wrap .loyalty-table-wrap .table-body .row .col p {
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400
}

@media only screen and (max-width: 1024px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-body .row .col p {
        font-size:12px;
        line-height: 15px;
        height: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 768px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-body .row .col p {
        font-size:9px;
        line-height: 10px;
        height: 65px
    }
}

@media only screen and (max-width: 550px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-body .row .col p {
        font-size:8px
    }
}

@media only screen and (max-width: 1024px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-body .row .col {
        font-size:12px;
        line-height: 15px;
        height: 65px
    }
}

@media only screen and (max-width: 768px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-body .row .col {
        font-size:9px;
        line-height: 11px;
        height: 55px
    }
}

@media only screen and (max-width: 550px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-body .row .col {
        font-size:8px
    }
}

.loyalty-program-wrap .loyalty-table-wrap .table-body .row .col.feature {
    background-color: #eceeee;
    border-left: 1px solid #b2b2b2;
    text-align: left;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    padding-left: 27px
}

@media only screen and (max-width: 1024px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-body .row .col.feature {
        padding-left:17px
    }
}

@media only screen and (max-width: 768px) {
    .loyalty-program-wrap .loyalty-table-wrap .table-body .row .col.feature {
        padding-left:5px
    }
}

.loyalty-program-wrap .loyalty-table-wrap ul {
    text-align: start;
    margin: 30px 0 0
}

@media only screen and (max-width: 1024px) {
    .loyalty-program-wrap .loyalty-table-wrap ul {
        margin:20px 0 0
    }
}

.loyalty-program-wrap .loyalty-table-wrap ul li {
    list-style: none;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    margin-bottom: 6px
}

@media only screen and (max-width: 1024px) {
    .loyalty-program-wrap .loyalty-table-wrap ul li {
        font-size:12px;
        line-height: 17px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 1024px) {
    .loyalty-program-wrap .loyalty-table-wrap ul li {
        font-size:9px;
        line-height: 13px
    }
}

.loyalty-program-wrap .loyalty-table-wrap ul li sup {
    font-size: 10px
}

@media only screen and (max-width: 1024px) {
    .loyalty-program-wrap .loyalty-table-wrap ul li sup {
        font-size:7px
    }
}

.loyalty-contact-wrap .cta-holder {
    max-width: 1250px!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loyalty-contact-wrap .cta-holder .image-area {
    width: 50.9%!important
}

.loyalty-contact-wrap .cta-holder .cta-data p {
    color: #555!important;
    margin: 25px 0 33px!important
}

.loyalty-contact-wrap .cta-holder .cta-data p a {
    color: #555!important
}

.loyalty-contact-wrap .cta-holder .btn-loyalty {
    font-size: 16px;
    padding: 8px 20px;
    height: auto;
    font-weight: 600!important;
    letter-spacing: 0!important;
    line-height: unset
}

.loyalty-contact-wrap .cta-holder .loyalty-tell {
    font-weight: 600!important
}

@media only screen and (max-width: 1024px) {
    .loyalty-contact-wrap .cta-holder .cta-data {
        margin-left:0
    }

    .loyalty-contact-wrap .cta-holder .cta-data h2 {
        font-size: 25px;
        line-height: 32px
    }

    .loyalty-contact-wrap .cta-holder .cta-data h2 br {
        display: none
    }

    .loyalty-contact-wrap .cta-holder .cta-data p {
        font-size: 17px;
        line-height: 24px;
        margin: 15px 0 23px!important
    }

    .loyalty-contact-wrap .cta-holder .cta-data p br {
        display: none
    }

    .loyalty-contact-wrap .cta-holder .cta-data .btn-loyalty {
        font-size: 11px;
        padding: 5px 15px
    }
}

@media only screen and (max-width: 767px) {
    .loyalty-contact-wrap .cta-holder .image-area {
        width:100%!important
    }

    .loyalty-contact-wrap .cta-holder .cta-data h2 {
        font-size: 20px;
        line-height: 26px
    }

    .loyalty-contact-wrap .cta-holder .cta-data h2 br {
        display: none
    }

    .loyalty-contact-wrap .cta-holder .cta-data p {
        font-size: 14px;
        line-height: 21px
    }

    .loyalty-contact-wrap .cta-holder .cta-data p br {
        display: none
    }
}

@media only screen and (max-width: 1024px) and (min-width:768px) {
    .loyalty-contact-wrap .cta-holder {
        gap:30px
    }
}

.productView-options .productView-price {
    color: #999!important
}

.productView-options .your-cost-wrap .custom-price-wrapp-c {
    padding: 10px 0
}

.productView-options .your-cost-wrap .custom-price-wrapp-c span {
    font-size: 32px!important
}

.productView-options .your-cost-wrap .custom-price-wrapp-c span.discount-price-custom-sale {
    font-size: 19px!important;
    padding-left: 10px;
    color: #999;
    text-decoration: line-through
}

.productView-options .your-cost-wrap .custom-price-wrapp-c .discount-tag {
    font-size: 20px!important;
    position: relative;
    top: -2px;
    padding: 10px 10px;
    background-color: #ff001c;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    margin-right: 10px
}

.productView-options .your-cost-wrap .custom-price-wrapp-c .price.price--withoutTax {
    font-size: 32px!important
}

.btn-row.academy-btn-row {
    padding: 0!important
}

.header-promo-banner-container {
    padding: 0!important
}

.customer‑not‑login‑body.page-type-403 #main-content {
    background-color: #f5f5f5
}

.customer-not-login-body.page-type-403 nav[aria-label=Breadcrumb i] {
    display: none!important
}

.header-customer-based-bannner {
    padding: 0!important;
    max-width: 1860px!important;
    margin-bottom: 2rem!important
}

@media (max-width: 1024px) {
    .header-customer-based-bannner {
        display:none
    }
}

.customer-not-login-body.page-type-403 [data-content-region=header_bottom--global] {
    display: none
}

.login-required-wrap {
    text-align: center;
    padding: 60px 0 100px;
    background-color: #f5f5f5
}

@media (max-width: 1024px) {
    .login-required-wrap {
        padding:40px 0 50px
    }
}

.login-required-wrap .login-inner {
    max-width: 800px;
    margin: 0 auto
}

.login-required-wrap .login-top h2 {
    font-size: 45px;
    font-weight: 700;
    color: #ee2e24;
    margin: 0
}

@media (min-width: 551px) {
    .login-required-wrap .login-top h2 {
        font-size:60px
    }
}

@media (min-width: 801px) {
    .login-required-wrap .login-top h2 {
        font-size:80px
    }
}

.login-required-wrap .login-top p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px
}

@media (min-width: 551px) {
    .login-required-wrap .login-top p {
        font-size:24px
    }
}

@media (min-width: 801px) {
    .login-required-wrap .login-top p {
        font-size:30px;
        margin: 0 0 30px
    }
}

.login-required-wrap .login-top span {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 12px;
    display: block
}

@media (min-width: 801px) {
    .login-required-wrap .login-top span {
        font-size:22px
    }
}

.login-required-wrap .login-top .login-btn {
    display: inline-block;
    background-color: #ed3024;
    color: #fff;
    padding: 10px 90px;
    font-size: 18px;
    font-weight: 600
}

@media (min-width: 801px) {
    .login-required-wrap .login-top .login-btn {
        font-size:22px;
        padding: 11px 120px
    }
}

.login-required-wrap .login-bottom {
    margin-top: 110px
}

@media (max-width: 1024px) {
    .login-required-wrap .login-bottom {
        margin-top:60px
    }
}

.login-required-wrap .login-bottom h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px
}

@media (min-width: 551px) {
    .login-required-wrap .login-bottom h3 {
        font-size:30px
    }
}

@media (min-width: 801px) {
    .login-required-wrap .login-bottom h3 {
        font-size:50px
    }
}

.login-required-wrap .login-bottom p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.login-required-wrap .login-bottom p br {
    display: none
}

@media (min-width: 801px) {
    .login-required-wrap .login-bottom p {
        font-size:20px;
        line-height: 31px
    }

    .login-required-wrap .login-bottom p br {
        display: block
    }
}

.login-required-wrap .login-bottom p .link--phone {
    color: #000
}

.login-required-wrap .login-bottom a {
    font-weight: 700
}

.price-lock-ocv-main {
    margin-bottom: 35px;
    position: relative
}

.price-lock-ocv-main .price-lock-ocv {
    margin: 0;
    padding: 0;
    position: relative
}

.price-lock-ocv-main .price-lock-ocv .plocv-top {
    font-size: 22px;
    padding: 15px 20px 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #f23221
}

.price-lock-ocv-main .price-lock-ocv .plocv-top small {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-top: 0;
    font-style: italic;
    font-weight: 300
}

@media (max-width: 1300px) {
    .price-lock-ocv-main .price-lock-ocv .plocv-top {
        font-size:20px
    }
}

.price-lock-ocv-main .price-lock-ocv .price-lock-content {
    background: #ecefee;
    padding: 30px 20px
}

@media (max-width: 1200px) {
    .price-lock-ocv-main .price-lock-ocv .price-lock-content {
        padding-bottom:15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px
    }

    .price-lock-ocv-main .price-lock-ocv .price-lock-content .price-text {
        width: 70%
    }

    .price-lock-ocv-main .price-lock-ocv .price-lock-content img {
        width: 30%;
        margin: 0;
        position: relative;
        right: 20px;
        max-width: 300px
    }
}

@media (max-width: 768px) {
    .price-lock-ocv-main .price-lock-ocv .price-lock-content {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .price-lock-ocv-main .price-lock-ocv .price-lock-content .price-text {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .price-lock-ocv-main .price-lock-ocv .price-lock-content img {
        width: 100%;
        max-width: 220px;
        position: unset;
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.price-lock-ocv-main .price-lock-ocv h2 {
    font-size: 24px;
    margin: 0 0 15px;
    text-align: center;
    color: #000
}

@media (max-width: 1300px) {
    .price-lock-ocv-main .price-lock-ocv h2 {
        font-size:21px
    }
}

@media (max-width: 768px) {
    .price-lock-ocv-main .price-lock-ocv h2 {
        font-size:18px
    }
}

.price-lock-ocv-main .price-lock-ocv p {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin: 0
}

.price-lock-ocv-main .price-lock-ocv p.small-note {
    font-size: 15px;
    font-style: italic;
    color: #616161;
    margin-top: 5px
}

@media (max-width: 768px) {
    .price-lock-ocv-main .price-lock-ocv p.small-note {
        font-size:13px
    }
}

@media (max-width: 920px) {
    .price-lock-ocv-main .price-lock-ocv p br {
        display:none
    }
}

@media (max-width: 1300px) {
    .price-lock-ocv-main .price-lock-ocv p {
        font-size:14px;
        line-height: 21px
    }
}

@media (max-width: 768px) {
    .price-lock-ocv-main .price-lock-ocv p {
        font-size:13px;
        line-height: 19px
    }
}

.price-lock-ocv-main .price-lock-ocv img {
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
    max-width: 300px;
    height: auto
}

@media (max-width: 1320px) {
    .price-lock-ocv-main .price-lock-ocv img {
        right:2%;
        max-width: 260px
    }
}

@media (max-width: 1200px) {
    .price-lock-ocv-main .price-lock-ocv img {
        position:unset;
        -webkit-transform: unset;
        transform: unset;
        display: block;
        margin: 20px auto 0
    }
}

@media (max-width: 768px) {
    .price-lock-ocv-main .price-lock-ocv .plocv-top {
        font-size:16px;
        line-height: 23px
    }

    .price-lock-ocv-main .price-lock-ocv .plocv-top small {
        font-size: 13px;
        line-height: 21px
    }
}

.price-lock-ocv-main {
    margin-bottom: 35px;
    position: relative
}

.price-lock-ocv-main .price-lock-ocv {
    margin: 0;
    padding: 0;
    position: relative
}

.price-lock-ocv-main .price-lock-ocv .plocv-top {
    font-size: 22px;
    padding: 15px 20px 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #f23221
}

.price-lock-ocv-main .price-lock-ocv .plocv-top small {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-top: 0;
    font-style: italic;
    font-weight: 300
}

@media (max-width: 1300px) {
    .price-lock-ocv-main .price-lock-ocv .plocv-top {
        font-size:20px
    }
}

.price-lock-ocv-main .price-lock-ocv .price-lock-content {
    background: #ecefee;
    padding: 30px 20px
}

@media (max-width: 1200px) {
    .price-lock-ocv-main .price-lock-ocv .price-lock-content {
        padding-bottom:15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px
    }

    .price-lock-ocv-main .price-lock-ocv .price-lock-content .price-text {
        width: 70%
    }

    .price-lock-ocv-main .price-lock-ocv .price-lock-content img {
        width: 30%;
        margin: 0;
        position: relative;
        right: 20px;
        max-width: 300px
    }
}

@media (max-width: 768px) {
    .price-lock-ocv-main .price-lock-ocv .price-lock-content {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .price-lock-ocv-main .price-lock-ocv .price-lock-content .price-text {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .price-lock-ocv-main .price-lock-ocv .price-lock-content img {
        width: 100%;
        max-width: 220px;
        position: unset;
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.price-lock-ocv-main .price-lock-ocv h2 {
    font-size: 24px;
    margin: 0 0 15px;
    text-align: center;
    color: #000
}

@media (max-width: 1300px) {
    .price-lock-ocv-main .price-lock-ocv h2 {
        font-size:21px
    }
}

@media (max-width: 768px) {
    .price-lock-ocv-main .price-lock-ocv h2 {
        font-size:18px
    }
}

.price-lock-ocv-main .price-lock-ocv p {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin: 0
}

.price-lock-ocv-main .price-lock-ocv p.small-note {
    font-size: 15px;
    font-style: italic;
    color: #616161;
    margin-top: 5px
}

@media (max-width: 768px) {
    .price-lock-ocv-main .price-lock-ocv p.small-note {
        font-size:13px
    }
}

@media (max-width: 920px) {
    .price-lock-ocv-main .price-lock-ocv p br {
        display:none
    }
}

@media (max-width: 1300px) {
    .price-lock-ocv-main .price-lock-ocv p {
        font-size:14px;
        line-height: 21px
    }
}

@media (max-width: 768px) {
    .price-lock-ocv-main .price-lock-ocv p {
        font-size:13px;
        line-height: 19px
    }
}

.price-lock-ocv-main .price-lock-ocv img {
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
    max-width: 300px;
    height: auto
}

@media (max-width: 1320px) {
    .price-lock-ocv-main .price-lock-ocv img {
        right:2%;
        max-width: 260px
    }
}

@media (max-width: 1200px) {
    .price-lock-ocv-main .price-lock-ocv img {
        position:unset;
        -webkit-transform: unset;
        transform: unset;
        display: block;
        margin: 20px auto 0
    }
}

@media (max-width: 768px) {
    .price-lock-ocv-main .price-lock-ocv .plocv-top {
        font-size:16px;
        line-height: 23px
    }

    .price-lock-ocv-main .price-lock-ocv .plocv-top small {
        font-size: 13px;
        line-height: 21px
    }
}

[contenteditable=true]:focus,[href]:focus,[tabindex]:not([tabindex="-1"]):focus,button:focus,details:focus,input:focus,select:focus,textarea:focus {
    outline: 2px solid #ed3024!important;
    outline-offset: 1px!important
}

.CPGP [role=button]:focus {
    outline: 2px solid #ed3024!important;
    outline-offset: 4px!important
}

.eapp-events-calendar-events-calendar-component :focus {
    outline-color: #ed3024!important
}

.cpgp-tabsarea .tabs-pane {
    display: none
}

.cpgp-tabsarea .tabs-pane.active-tab {
    display: block
}

.cpgp-tabsarea .tabset li.active-tab a {
    font-weight: 700;
    color: #ed3024
}

.cpgp-template .elfsight-app-27e9f881-d367-4630-ba7f-04abd415c737 {
    max-width: 1250px!important;
    margin: 0 auto!important
}

.banner-area.cpgp-banner {
    padding: 0!important
}

.cpgp-infoarea .cpgp-accordion .opener.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cpgp-tabsarea .tabset li.active-tab a {
    font-weight: 700;
    color: #ed3024;
    border-bottom: 5px solid #ed3024
}

.cpgp-slider .slick-arrow {
    color: #f13120
}

.cpgp-slider .slick-next:hover::before {
    background-image: none!important;
    display: none!important
}

.cpgp-slider .slick-prev:hover::before {
    background-image: none!important;
    display: none!important
}

.cpgp-slider .slick-prev::before {
    display: none!important
}

.cpgp-slider .slick-next::before {
    display: none!important
}

.cpgp-slider .slick-arrow i {
    color: #000;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.cpgp-slider .slick-arrow.slick-disabled i {
    color: #000!important;
    opacity: 1;
    font-weight: 700
}

.cpgp-slider .slick-disabled {
    cursor: default;
    opacity: .3
}

.CPGP .cpgp-accordion .slide {
    display: none
}

.CPGP #sd-image-6300d515-dc4e-4ae0-ad44-4c2bad35128a {
    display: none!important
}

.icon-list-check-solid:before {
    content: "\e922"
}

.icon-list-check-regular:before {
    content: "\e923"
}

.icon-trophy-light:before {
    content: "\e924"
}

.icon-trophy-regular:before {
    content: "\e925"
}

.icon-file-certificate-regular:before {
    content: "\e926"
}

.icon-envelope-circle-check-sharp-regular:before {
    content: "\e927"
}

.icon-address-card-cpr:before {
    content: "\e928"
}

.icon-address-card-cp:before {
    content: "\e929"
}

.icon-clipboard-check-regular:before {
    content: "\e92a"
}

.icon-arrow-right-duotone-regular:before {
    content: "\e92b"
}

.icon-arrow-left-duotone-regular:before {
    content: "\e92c"
}

.cpgp-container {
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto
}

.cpgp-banner {
    position: relative;
    max-width: 1860px;
    margin: 0 auto;
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 231px;
    padding-top: 64px;
    position: relative;
    background-image: none!important;
    background: #000
}

@media (min-width: 1440px) {
    .cpgp-banner {
        padding-right:5%
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-banner {
        min-height:300px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-banner {
        display:block;
        padding: 0;
        overflow: hidden;
        min-height: inherit
    }
}

.cpgp-banner .cpgp-banner-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

@media (min-width: 1440px) {
    .cpgp-banner .cpgp-banner-img {
        background-position:20% 50%
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-banner .cpgp-banner-img {
        background-position:0 50%;
        position: static;
        width: 100%;
        height: 200px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-banner .cpgp-banner-img {
        min-height:300px
    }
}

@media (max-width: 767px) {
    .cpgp-banner .cpgp-banner-img {
        min-height:180px
    }
}

.cpgp-banner .logo-box {
    width: 568px;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 768px) {
    .cpgp-banner .logo-box {
        width:500px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 2
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-banner .logo-box {
        width:350px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-banner .logo-box {
        width:300px
    }
}

.cpgp-banner .logo-box img {
    display: block;
    width: 100%;
    height: auto
}

@media (max-width: 768px) {
    .cpgp-banner .logo-box img {
        max-width:350px;
        margin: 0 auto
    }
}

.cpgp-banner .logo-box h1 {
    margin: 0
}

.cpgp-post {
    padding: 80px 0 242px
}

@media (max-width: 768px) {
    .cpgp-post {
        padding:40px 0 200px
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-post {
        padding:60px 0 190px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-post {
        padding:30px 0 100px
    }
}

.cpgp-post.style01 {
    padding: 25px 0 79px
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-post.style01 {
        padding:50px 0 20px
    }
}

@media (max-width: 1025px) {
    .cpgp-post.style01 {
        padding:60px 0
    }
}

.cpgp-post.style01 .description {
    padding: 33px 0 0 61px
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-post.style01 .description {
        padding:0 0 0 30px
    }
}

@media (max-width: 1024px) {
    .cpgp-post.style01 .description {
        padding:30px 0 0
    }
}

.cpgp-post .cpgp-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .cpgp-post .cpgp-container {
        display:block
    }
}

.cpgp-post .image {
    width: 100%
}

@media (min-width: 1024px) {
    .cpgp-post .image {
        width:48%
    }
}

.cpgp-post .image img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.cpgp-post .description {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 33px 0 0 76px;
    font-size: 18px;
    line-height: 28px;
    color: #414141
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-post .description {
        padding:0 0 0 40px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-post .description {
        font-size:16px;
        line-height: 24px
    }
}

@media (max-width: 1024px) {
    .cpgp-post .description {
        padding:30px 0 0
    }
}

.cpgp-post h2 {
    margin: 0 0 34px
}

@media (max-width: 768px) {
    .cpgp-post h2 {
        margin:0 0 20px
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-post h2 {
        font-size:30px;
        line-height: 34px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-post h2 {
        font-size:26px;
        line-height: 30px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-post h2 {
        margin:0 0 10px
    }
}

.cpgp-post p {
    font-size: 18px;
    margin: 0 0 47px;
    line-height: 28px
}

@media (max-width: 768px) {
    .cpgp-post p {
        margin:0 0 20px
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-post p {
        margin:0 0 15px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-post p {
        font-size:16px;
        line-height: 24px
    }
}

.cpgp-post p:last-child {
    margin-bottom: 0
}

.cpgp-post h2.h3 {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 10px
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-post h2.h3 {
        font-size:20px;
        line-height: 26px
    }
}

.cpgp-post ul {
    padding: 0 0 0 10px;
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 38px
}

@media (max-width: 1023px) {
    .cpgp-post ul {
        font-size:16px;
        line-height: 24px;
        margin: 0
    }
}

.cpgp-post ul li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 15px
}

.cpgp-post ul li:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000
}

.cpgp-features-area .top-area {
    background: #ececec
}

.cpgp-features-area .top-area .cpgp-container {
    max-width: 1150px;
    margin: 0 auto
}

.cpgp-features-area .top-area .image-list {
    list-style: none;
    padding: 0;
    margin: -116px 0 57px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 96px
}

@media (max-width: 768px) {
    .cpgp-features-area .top-area .image-list {
        gap:56px
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-features-area .top-area .image-list {
        gap:40px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-features-area .top-area .image-list {
        gap:30px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-features-area .top-area .image-list {
        gap:15px;
        margin-top: -50px;
        margin-bottom: 30px
    }
}

.cpgp-features-area .top-area .image-list li {
    width: 289px
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-features-area .top-area .image-list li {
        width:250px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-features-area .top-area .image-list li {
        width:200px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-features-area .top-area .image-list li {
        width:100px
    }
}

.cpgp-features-area .top-area .image-list li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    box-shadow: 5px 5px 10px rgba(0,0,0,.2)
}

@media (max-width: 768px) {
    .cpgp-features-area .top-area .image-list li img {
        max-width:200px;
        margin: 0 auto
    }
}

.cpgp-features-area .top-area .description {
    text-align: center;
    padding: 0 0 95px
}

@media (max-width: 1024px) {
    .cpgp-features-area .top-area .description {
        padding:0 0 55px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-features-area .top-area .description {
        padding:0 0 40px
    }
}

.cpgp-features-area .top-area .description .h1 {
    margin: 0 0 30px;
    font-size: 52px;
    line-height: 1.2
}

@media (max-width: 768px) {
    .cpgp-features-area .top-area .description .h1 {
        margin:0 0 20px;
        font-size: 24px
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-features-area .top-area .description .h1 {
        font-size:40px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-features-area .top-area .description .h1 {
        font-size:36px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-features-area .top-area .description .h1 {
        font-size:26px
    }
}

.cpgp-features-area .top-area .description p {
    margin: 0 auto;
    max-width: 638px;
    font-size: 18px;
    line-height: 28px
}

@media (max-width: 1024px) {
    .cpgp-features-area .top-area .description p {
        font-size:16px;
        line-height: 24px
    }
}

.cpgp-order-list {
    padding: 112px 0 0
}

@media (max-width: 1024px) {
    .cpgp-order-list {
        padding:60px 0
    }
}

.cpgp-order-list .wrap {
    max-width: 816px;
    margin: 0 auto;
    padding: 0 15px
}

.cpgp-order-list .order-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    gap: 42px;
    padding: 0 0 85px 71px
}

@media (max-width: 1024px) {
    .cpgp-order-list .order-row {
        padding:4px 15px 30px 15px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-order-list .order-row {
        padding:0 20px 50px;
        gap: 15px
    }
}

.cpgp-order-list .order-row:last-child {
    padding-bottom: 141px
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-order-list .order-row:last-child {
        padding-bottom:60px
    }
}

@media (max-width: 1024px) {
    .cpgp-order-list .order-row:last-child {
        padding-bottom:0
    }
}

.cpgp-order-list .order-row:last-child .image:before {
    display: none
}

.cpgp-order-list .image {
    width: 118px;
    position: relative
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-order-list .image {
        width:80px
    }
}

.cpgp-order-list .image:before {
    position: absolute;
    left: 50%;
    top: 50px;
    bottom: -9999px;
    content: '';
    border-left: 2px dashed #d9d9d9
}

.cpgp-order-list .image img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.cpgp-order-list .holder {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.cpgp-order-list .holder .number {
    font-size: 18px;
    line-height: 24px;
    color: #ed3024;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px
}

@media (max-width: 768px) {
    .cpgp-order-list .holder .number {
        font-size:15px;
        line-height: 20px;
        letter-spacing: 1px
    }
}

.cpgp-order-list .holder h2 {
    font-size: 33px;
    line-height: 37px;
    color: #000;
    margin: 0 0 21px
}

@media (max-width: 1024px) {
    .cpgp-order-list .holder h2 {
        font-size:22px;
        line-height: 26px
    }
}

@media (max-width: 768px) {
    .cpgp-order-list .holder h2 {
        font-size:18px;
        line-height: 23px
    }
}

.cpgp-order-list .holder ul {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    font-size: 18px;
    line-height: 28px
}

@media (max-width: 1024px) {
    .cpgp-order-list .holder ul {
        font-size:16px;
        line-height: 24px
    }
}

.cpgp-order-list .holder ul li {
    position: relative;
    margin: 0 0 4px;
    padding: 0 0 0 17px
}

@media (max-width: 768px) {
    .cpgp-order-list .holder ul li {
        font-size:14px
    }
}

.cpgp-order-list .holder ul li:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000
}

.cpgp-order-list .holder ul li ul {
    padding: 9px 0 0 6px
}

.cpgp-order-list .holder ul li ul li {
    padding: 0 0 0 10px;
    margin: 0
}

.cpgp-order-list .holder ul li ul li:before {
    border-radius: 0;
    height: 2px;
    top: 13px
}

.cpgp-textbanner {
    min-height: 559px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 126px 0 0;
    color: #fff
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-textbanner {
        min-height:420px;
        padding-top: 100px
    }
}

@media (max-width: 767px) {
    .cpgp-textbanner {
        min-height:360px;
        padding-top: 70px
    }
}

.cpgp-textbanner .holder {
    padding: 0 15px;
    max-width: 806px;
    text-align: center;
    margin: 0 auto
}

.cpgp-textbanner .holder p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    position: relative
}

@media (max-width: 1024px) {
    .cpgp-textbanner .holder p {
        font-size:18px;
        line-height: 26px
    }
}

.cpgp-textbanner .holder p:before {
    position: absolute;
    left: 50%;
    height: 18px;
    bottom: -50px;
    width: 116px;
    margin-left: -58px;
    content: '';
    background: #ed3024
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-textbanner .holder p:before {
        height:10px;
        bottom: -30px
    }
}

.cpgp-textbanner .h1 {
    color: #fff;
    font-size: 52px;
    margin: 0 0 25px
}

@media (max-width: 1024px) {
    .cpgp-textbanner .h1 {
        font-size:30px;
        margin: 0 0 15px
    }
}

.cpgp-tabsarea {
    padding: 61px 0 75px
}

@media (max-width: 1024px) {
    .cpgp-tabsarea {
        padding:60px 0 0
    }
}

.cpgp-tabsarea .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px 0 26px;
    margin: 0;
    list-style: none;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    gap: 20px;
    border-bottom: 1px solid #c4c4c4
}

@media (max-width: 768px) {
    .cpgp-tabsarea .tabset {
        font-size:15px;
        line-height: 21px;
        gap: 15px;
        padding: 0 25px
    }
}

.cpgp-tabsarea .tabset li {
    margin: 0
}

@media (max-width: 1024px) {
    .cpgp-tabsarea .tabset li {
        width:calc(33.33% - 15px)
    }
}

@media (max-width: 550px) {
    .cpgp-tabsarea .tabset li {
        width:calc(50% - 15px)
    }
}

.cpgp-tabsarea .tabset a {
    padding: 0 30px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: 187px;
    height: 100%;
    color: #000;
    font-weight: 500
}

@media (max-width: 1024px) {
    .cpgp-tabsarea .tabset a {
        padding:0 0 18px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cpgp-tabsarea .tabset a.active {
    color: #ed3024
}

.cpgp-tabsarea .tabset a:hover {
    color: #ed3024
}

.cpgp-tabsarea .opener {
    font-size: 20px;
    line-height: 26px;
    padding: 15px 20px;
    color: #000;
    font-weight: 700;
    position: relative;
    display: none
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-tabsarea .opener {
        display:none
    }
}

.cpgp-tabsarea .opener:before {
    position: absolute;
    right: 29px;
    top: 17px;
    content: "\e912";
    font-family: icomoon;
    color: #ed3024;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-tabsarea .tabs-pane {
        border-bottom:1px solid #c4c4c4
    }

    .cpgp-tabsarea .tabs-pane.active .opener:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .cpgp-tabsarea .tabs-pane:last-child {
        border: 0
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-tabsarea .tabs-content {
        margin:0
    }
}

.cpgp-tabsarea .tab-holder {
    max-width: 955px;
    margin: 0 auto;
    padding: 100px 15px 0
}

@media (max-width: 1023px) {
    .cpgp-tabsarea .tab-holder {
        padding:60px 15px 0
    }
}

.cpgp-tabsarea .tab-holder h2 {
    text-align: center;
    margin: 0 0 30px
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-tabsarea .tab-holder h2 {
        display:none
    }
}

.cpgpbox-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .cpgpbox-holder {
        gap:30px
    }
}

.cpgpbox-holder .cpgpbox {
    width: 46%;
    background: #ececec;
    padding: 48px 47px 32px;
    font-size: 18px;
    line-height: 28px;
    text-align: center
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgpbox-holder .cpgpbox {
        width:48%
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgpbox-holder .cpgpbox {
        width:48%;
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .cpgpbox-holder .cpgpbox {
        width:100%
    }
}

.cpgpbox-holder .ico-box {
    text-align: center;
    color: #ed3024;
    font-size: 60px;
    line-height: 1;
    margin: 0 0 8px
}

.cpgpbox-holder h2.h3 {
    margin: 0 0 4px!important;
    font-size: 24px;
    line-height: 28px
}

.cpgpbox-holder p {
    font-size: 18px;
    line-height: 28px
}

.cpgp-testing {
    background: #ececec;
    border-bottom: 1px solid #c4c4c4;
    margin-top: 30px
}

@media (max-width: 1024px) {
    .cpgp-testing {
        margin-top:60px
    }
}

.cpgp-testing .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-testing .wrap {
        display:block
    }
}

.cpgp-testing .col-holder {
    width: 37%;
    padding: 0 0 50px 54px;
    position: relative
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-testing .col-holder {
        padding:0 0 30px 40px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-testing .col-holder {
        width:43%
    }
}

@media (max-width: 1023px) {
    .cpgp-testing .col-holder {
        width:100%
    }
}

.cpgp-testing .col-holder:before {
    position: absolute;
    left: 18px;
    top: 15px;
    bottom: 0;
    content: '';
    width: 1px;
    background: #000
}

.cpgp-testing .col-holder:after {
    position: absolute;
    left: 12px;
    top: 14px;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #ed3024
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-testing .col-holder:nth-child(2):before {
        top:-3px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-testing .col-holder:nth-child(2):after {
        top:10px
    }
}

.cpgp-testing .col-holder:first-child {
    width: 51%
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-testing .col-holder:first-child {
        width:55%
    }
}

@media (max-width: 1023px) {
    .cpgp-testing .col-holder:first-child {
        width:100%
    }
}

.cpgp-testing .col-holder:first-child ul {
    max-width: 100%
}

.cpgp-testing .col-holder h2.h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 4px
}

@media (max-width: 1024px) {
    .cpgp-testing .col-holder h2.h3 {
        margin:8px 0 12px
    }
}

.cpgp-testing .col-holder ul {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    max-width: 290px
}

@media (max-width: 1024px) {
    .cpgp-testing .col-holder ul {
        max-width:100%
    }
}

.cpgp-testing .col-holder ul li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 12px
}

.cpgp-testing .col-holder ul li a {
    font-weight: 700
}

.cpgp-testing .col-holder ul li:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000
}

.cpgp-testing .col-holder ul li ul {
    padding-top: 10px
}

.cpgp-testing .col-holder ul li ul li:before {
    border-radius: 0;
    height: 2px;
    top: 13px
}

.cpgp-img-banner {
    min-height: 373px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    color: #fff;
    text-align: center;
    margin: 0 0 55px
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-img-banner {
        min-height:250px;
        margin: 0 0 40px;
        padding-top: 30px
    }
}

.cpgp-img-banner h2 {
    color: #fff
}

.cpgp-rewards {
    padding: 60px 0 100px;
    border-bottom: 1px solid #c4c4c4
}

@media (min-width: 1440px) {
    .cpgp-rewards {
        padding:40px 0 150px
    }
}

.cpgp-rewards .cpgp-container {
    max-width: 1250px
}

.cpgp-rewards h2 {
    text-align: center;
    margin: 0 0 30px
}

.cpgp-rewards .cpgp-slider {
    position: relative
}

.cpgp-rewards .slide {
    padding: 0 20px;
    height: auto
}

@media (min-width: 1440px) {
    .cpgp-rewards .slide {
        padding:0 33px;
        max-width: 410px
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-rewards .slide {
        max-width:410px
    }
}

.cpgp-rewards .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cpgp-rewards .holder {
    background: #ececec;
    padding: 40px 30px 10px;
    height: 100%
}

@media (min-width: 1280px) {
    .cpgp-rewards .holder {
        padding:57px 50px 12px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-rewards .holder {
        padding:30px
    }
}

.cpgp-rewards .holder p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 11px
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-rewards .holder p {
        font-size:16px;
        line-height: 24px
    }
}

.cpgp-rewards .holder .ico-box {
    color: #ed3024;
    font-size: 40px;
    margin: 0 0 10px
}

.cpgp-rewards .holder h2.h3 {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    min-height: auto;
    margin: 0 0 14px
}

@media (min-width: 1024px) {
    .cpgp-rewards .holder h2.h3 {
        font-size:24px;
        line-height: 28px;
        min-height: 56px
    }
}

.cpgp-rewards .holder ul {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    font-size: 18px;
    line-height: 28px
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-rewards .holder ul {
        font-size:16px;
        line-height: 24px
    }
}

.cpgp-rewards .holder ul li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 12px
}

.cpgp-rewards .holder ul li:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000
}

.cpgp-rewards .slider-wrap {
    position: relative;
    margin-right: calc((100vw - 1250px)/ -2)
}

@media only screen and (max-width: 1280px) {
    .cpgp-rewards .slider-wrap {
        margin-right:unset
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-rewards .slider-wrap {
        margin:0
    }
}

.cpgp-rewards .slider-wrap:after,.cpgp-rewards .slider-wrap:before {
    display: none
}

.cpgp-rewards .slick-list {
    padding: 0;
    margin: 0
}

@media (min-width: 1440px) {
    .cpgp-rewards .slick-list {
        margin:0 -15px;
        padding-right: 50px
    }
}

.cpgp-rewards .slick-list:after,.cpgp-rewards .slick-list:before {
    display: none
}

.cpgp-rewards .slick-arrow {
    position: absolute;
    left: 36.5%;
    bottom: -75px;
    top: auto;
    -webkit-transform: none;
    transform: none;
    font-size: 32px
}

@media (min-width: 550px) {
    .cpgp-rewards .slick-arrow {
        left:34.5%
    }
}

.cpgp-rewards .slick-arrow i {
    font-weight: 700
}

@media (min-width: 1440px) {
    .cpgp-rewards .slick-arrow {
        left:44%
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-rewards .slick-arrow {
        left:42%
    }
}

.cpgp-rewards .slick-arrow.slick-next {
    left: 45%;
    right: auto
}

@media (min-width: 1440px) {
    .cpgp-rewards .slick-arrow.slick-next {
        left:49%
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-rewards .slick-arrow.slick-next {
        left:56%
    }
}

.cpgp-rewards .slick-arrow.slick-disabled {
    color: #000!important
}

.cpgp-post2 {
    padding: 60px 0;
    border-bottom: 1px solid #c4c4c4
}

@media (min-width: 1440px) {
    .cpgp-post2 {
        padding:45px 0 100px
    }
}

.cpgp-post2 .cpgp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1250px
}

@media (max-width: 1023px) {
    .cpgp-post2 .cpgp-container {
        display:block
    }
}

.cpgp-post2 .image {
    width: 60.7%
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-post2 .image {
        width:50%
    }
}

@media (max-width: 1023px) {
    .cpgp-post2 .image {
        width:100%
    }
}

.cpgp-post2 .image img {
    width: 100%;
    height: auto;
    display: block
}

.cpgp-post2 .description {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 44px 0 0 83px
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-post2 .description {
        padding:0 0 0 30px
    }
}

@media (max-width: 1024px) {
    .cpgp-post2 .description {
        padding:40px 0 0
    }
}

.cpgp-post2 .description h2 {
    margin: 0 0 33px
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-post2 .description h2 {
        margin:0 0 12px
    }
}

.cpgp-post2 .description strong {
    font-size: 24px;
    line-height: 28px;
    display: block;
    margin-bottom: 10px
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-post2 .description strong {
        font-size:20px;
        line-height: 24px
    }
}

.cpgp-post2 .description p {
    font-size: 18px;
    line-height: 28px
}

@media (max-width: 1024px) {
    .cpgp-post2 .description p {
        font-size:16px;
        line-height: 24px;
        margin-bottom: 0
    }
}

.cpgp-post3 {
    padding: 60px 0;
    border-bottom: 1px solid #c4c4c4
}

@media (min-width: 1440px) {
    .cpgp-post3 {
        padding:30px 0 100px
    }
}

.cpgp-post3 .cpgp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1250px
}

@media (max-width: 1024px) {
    .cpgp-post3 .cpgp-container {
        display:block
    }
}

.cpgp-post3 .image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 47%
}

@media (max-width: 1023px) {
    .cpgp-post3 .image {
        width:100%
    }
}

.cpgp-post3 .image img {
    width: 100%;
    height: auto;
    display: block
}

.cpgp-post3 .description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 41px 78px 0 4px
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-post3 .description {
        padding:0 30px 0 0
    }
}

@media (max-width: 1023px) {
    .cpgp-post3 .description {
        padding:40px 0 0
    }
}

.cpgp-post3 .description h2 {
    margin: 0 0 34px
}

@media (max-width: 1279px) {
    .cpgp-post3 .description h2 {
        margin:0 0 12px
    }
}

.cpgp-post3 .holder {
    margin: 0
}

@media (min-width: 1024px) {
    .cpgp-post3 .holder {
        margin:0 0 48px
    }
}

.cpgp-post3 .holder h2.h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px
}

@media (max-width: 1279px) {
    .cpgp-post3 .holder h2.h3 {
        font-size:20px;
        line-height: 24px
    }
}

.cpgp-post3 .holder p {
    font-size: 18px;
    line-height: 28px
}

.cpgp-post3 .holder p a {
    font-weight: 700
}

@media (max-width: 1279px) {
    .cpgp-post3 .holder p {
        font-size:16px;
        line-height: 24px;
        margin: 0
    }
}

.cpgp-enroll-area .enroll-banner {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    background-position: 50% 50%;
    padding-top: 45px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-enroll-area .enroll-banner {
        min-height:350px
    }
}

.cpgp-enroll-area .enroll-banner h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #fff;
    padding: 0 0 48px;
    position: relative;
    margin-top: 0
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-enroll-area .enroll-banner h2 {
        font-size:40px;
        padding: 0 0 30px
    }
}

@media (max-width: 768px) {
    .cpgp-enroll-area .enroll-banner h2 {
        font-size:30px;
        padding: 0 0 30px
    }
}

.cpgp-enroll-area .enroll-banner h2:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 116px;
    height: 18px;
    background: #ed3024;
    content: '';
    margin-left: -58px
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-enroll-area .enroll-banner h2:before {
        height:10px
    }
}

.cpgp-enroll-area .enroll-columns {
    padding: 70px 0 110px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1280x) {
    .cpgp-enroll-area .enroll-columns {
        padding:50px 0
    }
}

@media (max-width: 768px) {
    .cpgp-enroll-area .enroll-columns {
        gap:30px
    }
}

.cpgp-enroll-area .enroll-column {
    width: 33.333%;
    padding: 0 30px 0 30px;
    border-left: 1px solid #c4c4c4
}

@media (min-width: 1280px) {
    .cpgp-enroll-area .enroll-column {
        padding:0 96px 0 40px
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-enroll-area .enroll-column {
        padding:0 40px!important;
        width: 100%!important
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-enroll-area .enroll-column {
        padding:0 0 50px 25px!important
    }
}

.cpgp-enroll-area .enroll-column:first-child {
    width: 35.6%
}

@media (max-width: 768px) {
    .cpgp-enroll-area .enroll-column:first-child {
        width:100%
    }
}

.cpgp-enroll-area .enroll-column:nth-child(2) {
    width: 35.6%;
    padding-right: 30px
}

@media (max-width: 768px) {
    .cpgp-enroll-area .enroll-column:nth-child(2) {
        width:100%
    }
}

@media (min-width: 1280px) {
    .cpgp-enroll-area .enroll-column:nth-child(2) {
        padding-right:119px
    }
}

.cpgp-enroll-area .enroll-column:nth-child(3) {
    width: 27.8%;
    padding-right: 30px
}

@media (max-width: 768px) {
    .cpgp-enroll-area .enroll-column:nth-child(3) {
        width:100%
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-enroll-area .enroll-column:nth-child(3) {
        padding-bottom:0!important
    }
}

.cpgp-enroll-area .enroll-column ul {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    font-size: 15px;
    line-height: 24px
}

@media (min-width: 1024px) {
    .cpgp-enroll-area .enroll-column ul {
        font-size:18px;
        line-height: 28px
    }
}

.cpgp-enroll-area .enroll-column ul li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 12px
}

.cpgp-enroll-area .enroll-column ul li:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000
}

.cpgp-enroll-area .number {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #ed3024;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 26px
}

.cpgp-enroll-area .title {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 10px
}

@media (max-width: 768px) {
    .cpgp-enroll-area .title {
        font-size:18px;
        line-height: 24px
    }
}

.cpgp-enroll-area p {
    font-size: 15px;
    line-height: 24px
}

@media (min-width: 1024px) {
    .cpgp-enroll-area p {
        font-size:18px;
        line-height: 28px
    }
}

.cpgp-enroll-area p a {
    font-weight: 700
}

.cpgp-infoarea {
    background: #ececec;
    padding: 108px 0 115px
}

@media (max-width: 1024px) {
    .cpgp-infoarea {
        padding:60px 0
    }
}

.cpgp-infoarea h2 {
    margin: 0 0 62px;
    text-align: center
}

@media (max-width: 1279px) {
    .cpgp-infoarea h2 {
        margin:0 0 30px
    }
}

.cpgp-infoarea .cpgp-accordion {
    max-width: 940px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    border-top: 1px solid #c4c4c4
}

.cpgp-infoarea .cpgp-accordion li {
    border-bottom: 1px solid #c4c4c4
}

.cpgp-infoarea .cpgp-accordion li.active .opener:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cpgp-infoarea .cpgp-accordion .opener {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding: 42px 56px 38px
}

@media (max-width: 1024px) {
    .cpgp-infoarea .cpgp-accordion .opener {
        font-size:20px;
        line-height: 24px;
        padding: 20px 15px
    }
}

.cpgp-infoarea .cpgp-accordion .opener:before {
    position: absolute;
    right: 29px;
    top: 43px;
    content: "\e912";
    font-family: icomoon;
    color: #ed3024;
    font-size: 27px;
    line-height: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1023px) {
    .cpgp-infoarea .cpgp-accordion .opener:before {
        font-size:20px;
        top: 21px;
        right: 10px
    }
}

.cpgp-infoarea .cpgp-accordion .holder {
    padding: 0 56px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    top: -27px
}

@media (max-width: 1023px) {
    .cpgp-infoarea .cpgp-accordion .holder {
        top:0;
        padding: 0 15px
    }
}

.cpgp-infoarea .cpgp-accordion .holder p {
    font-size: 18px;
    line-height: 28px
}

@media (max-width: 1024px) {
    .cpgp-infoarea .cpgp-accordion .holder p {
        font-size:16px;
        line-height: 24px
    }
}

.cpgp-infoarea .cpgp-accordion .holder p a {
    font-weight: 700
}

.cpgp-online-classes {
    padding: 60px 0;
    background: #000
}

@media (min-width: 1024px) {
    .cpgp-online-classes {
        padding:106px 0 116px
    }
}

.cpgp-online-classes h2 {
    text-align: center;
    color: #fff;
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 72px
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-online-classes h2 {
        font-size:40px;
        margin: 0 0 30px
    }
}

@media (max-width: 1023px) {
    .cpgp-online-classes h2 {
        font-size:30px;
        margin: 0 0 30px
    }
}

.cpgp-online-classes .cpgp-container {
    max-width: 1180px
}

.cpgp-online-classes .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

@media (max-width: 1024px) {
    .cpgp-online-classes .holder {
        gap:20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1280px) {
    .cpgp-online-classes .holder {
        margin:0 -25px
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-online-classes .holder {
        margin:0 -7px
    }
}

.cpgp-online-classes .class-box {
    width: calc(50% - 15px);
    padding: 0
}

@media (min-width: 1024px) {
    .cpgp-online-classes .class-box {
        width:25%;
        padding: 0 25px
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-online-classes .class-box {
        padding:0 7px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-online-classes .class-box {
        width:50%;
        padding-bottom: 15px
    }
}

@media (max-width: 767px) {
    .cpgp-online-classes .class-box {
        width:100%
    }
}

.cpgp-online-classes .inner {
    background: #fff;
    height: 100%;
    padding: 33px 36px
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-online-classes .inner {
        padding:20px
    }
}

.cpgp-online-classes .inner .cat {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin: 0 0 4px;
    text-transform: uppercase
}

.cpgp-online-classes .inner .title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin: 0 0 30px;
    min-height: 54px
}

@media (min-width: 1024px) {
    .cpgp-online-classes .inner .title {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-online-classes .inner .title {
        font-size:20px
    }
}

@media (max-width: 767px) {
    .cpgp-online-classes .inner .title {
        min-height:inherit
    }
}

.cpgp-online-classes .inner .btn-red {
    display: block;
    background: #ed3024;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    text-align: center
}

.cpgp-online-classes .inner .btn-red:hover {
    background: #000
}

.cpgp-person-classes {
    background: #ececec;
    padding: 119px 0 66px
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-person-classes {
        padding:60px 0
    }
}

.cpgp-person-classes h2 {
    text-align: center;
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 69px
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-person-classes h2 {
        font-size:40px;
        margin: 0 0 40px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-person-classes h2 {
        font-size:30px
    }
}

.cpgp-person-classes .cpgp-container {
    max-width: 1180px
}

.cpgp-person-classes .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-person-classes .holder {
        margin:0 -7px
    }
}

.cpgp-person-classes .class-box {
    width: 33.333%;
    padding: 0 25px 52px
}

@media (min-width: 1280px) and (max-width:1439px) {
    .cpgp-person-classes .class-box {
        padding:0 7px 15px
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .cpgp-person-classes .class-box {
        width:50%
    }
}

@media (max-width: 767px) {
    .cpgp-person-classes .class-box {
        width:100%
    }
}

.cpgp-person-classes .inner {
    background: #fff;
    height: 100%;
    padding: 33px 36px
}

@media (min-width: 768px) and (max-width:1023px) {
    .cpgp-person-classes .inner {
        padding:20px
    }
}

.cpgp-person-classes .inner .cat {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin: 0 0 4px;
    text-transform: uppercase
}

.cpgp-person-classes .inner .title {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 17px;
    min-height: 84px
}

@media (max-width: 767px) {
    .cpgp-person-classes .inner .title {
        min-height:inherit
    }
}

.cpgp-person-classes .inner .date {
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 6px
}

.cpgp-person-classes .inner .date i {
    width: 15px
}

.cpgp-person-classes .inner .location {
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 12px
}

.cpgp-person-classes .inner .location i {
    width: 15px
}

.cpgp-person-classes .inner .btn-red {
    display: block;
    background: #ed3024;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    text-align: center
}

.cpgp-person-classes .inner .btn-red:hover {
    background: #000
}

.cpgp-cta {
    background: #ed3024;
    color: #fff;
    padding: 75px 0 60px
}

.cpgp-cta .holder {
    max-width: 720px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.cpgp-cta .holder h2 {
    color: #fff;
    margin: 0 0 31px
}

.cpgp-cta .holder p {
    font-size: 24px;
    line-height: 30px;
    padding: 0 10%;
    margin: 0
}

@media (max-width: 1024px) {
    .cpgp-cta .holder p {
        padding:0;
        font-size: 18px;
        line-height: 28px
    }
}

.cpgp-cta .holder a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

.cpgp-cta .holder a:hover {
    color: #000;
    text-decoration: none
}

.shipping-lead-prod-wrap .shipping-lead-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block {
    width: 100%;
    display: unset
}

@media (min-width: 801px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block {
        width:30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block .main-heading {
    font-size: 22px;
    margin: 0 0 10px
}

@media (min-width: 801px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block .main-heading {
        font-size:35px
    }
}

@media (min-width: 1261px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block .main-heading {
        font-size:45px
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block .main-heading br {
    display: none
}

@media (min-width: 801px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block .main-heading br {
        display:block
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block .sub-heading {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    display: block
}

@media (min-width: 801px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block .sub-heading {
        font-size:18px;
        line-height: 23px
    }
}

@media (min-width: 1261px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block .sub-heading {
        font-size:25px;
        line-height: 30px
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block .sub-heading br {
    display: none
}

@media (min-width: 801px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-heading-block .sub-heading br {
        display:block
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap {
    width: 100%;
    margin: 30px 0 0
}

@media (min-width: 801px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap {
        width:70%;
        margin: 0
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 20px
}

@media (min-width: 801px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head {
        padding:0 20px 30px
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head h4 {
    font-size: 14px;
    margin: 0
}

@media (min-width: 551px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head h4 {
        font-size:17px
    }
}

@media (min-width: 1261px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head h4 {
        font-size:20px
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head .prod-type-heading {
    width: 40%
}

@media (min-width: 551px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head .prod-type-heading {
        width:35%
    }
}

@media (min-width: 1261px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head .prod-type-heading {
        width:60%
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head .prod-lead-heading {
    width: 60%
}

@media (min-width: 551px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head .prod-lead-heading {
        width:60%
    }
}

@media (min-width: 1261px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-head .prod-lead-heading {
        width:40%
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body {
    margin: 0;
    list-style: none
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px
}

@media (min-width: 801px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li {
        padding:12px 20px
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li:nth-child(odd) {
    background: #f5f5f5
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li p {
    font-size: 11px;
    line-height: 16px;
    margin: 0
}

@media (min-width: 551px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li p {
        font-size:14px;
        line-height: 20px
    }
}

@media (min-width: 1261px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li p {
        font-size:20px;
        line-height: 20px
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li .prod-desc {
    width: 35%
}

@media (min-width: 1261px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li .prod-desc {
        width:60%
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li .prod-lead {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (min-width: 1261px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li .prod-lead {
        width:40%
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li .prod-lead .prod-days {
    width: 50%
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li .prod-bar {
    width: 50%;
    height: 18px;
    overflow: hidden;
    display: block
}

@media (min-width: 1261px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li .prod-bar {
        height:22px
    }
}

.shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li .prod-bar .prod-bar-inner {
    display: block;
    height: 100%;
    background-color: #f13120;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

@media only screen and (max-width: 1400px) and (min-width:1261px) {
    .shipping-lead-prod-wrap .shipping-lead-grid .prod-info-wrap .prod-info-body li p {
        font-size:18px;
        line-height: 20px
    }
}

.pack-common-heading {
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    margin: 20px 0
}

.pack-common-heading br {
    display: none
}

@media (min-width: 551px) {
    .pack-common-heading br {
        display:block
    }
}

@media (min-width: 551px) {
    .pack-common-heading {
        font-size:30px;
        line-height: 37px
    }
}

@media (min-width: 801px) {
    .pack-common-heading {
        font-size:50px;
        line-height: 57px
    }
}

@media (min-width: 1261px) {
    .pack-common-heading {
        font-size:70px;
        line-height: 77px
    }
}

.pack-common-description {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #555;
    margin: 0 0 25px
}

.pack-common-description br {
    display: none
}

@media (min-width: 551px) {
    .pack-common-description br {
        display:block
    }
}

@media (min-width: 551px) {
    .pack-common-description {
        font-size:15px;
        line-height: 23px
    }
}

@media (min-width: 801px) {
    .pack-common-description {
        font-size:18px;
        line-height: 28px;
        margin: 0 0 45px
    }
}

.pack-safe-top-wrap {
    padding: 40px 0;
    text-align: center
}

@media (min-width: 801px) {
    .pack-safe-top-wrap {
        padding:80px 0
    }
}

.pack-safe-top-wrap .pack-common-description br {
    display: none
}

@media (min-width: 801px) {
    .pack-safe-top-wrap .pack-common-description br {
        display:block
    }
}

.pack-safe-top-wrap .pack-safe-logo {
    max-width: 200px
}

@media (min-width: 551px) {
    .pack-safe-top-wrap .pack-safe-logo {
        max-width:100%
    }
}

@media (min-width: 801px) {
    .pack-safe-top-wrap .pack-safe-logo {
        max-width:100%
    }
}

.pack-safe-top-wrap .pack-bottom-img {
    max-width: 100%
}

@media (min-width: 801px) {
    .pack-safe-top-wrap .pack-bottom-img {
        max-width:750px
    }
}

@media (min-width: 1200px) {
    .pack-safe-top-wrap .pack-bottom-img {
        max-width:100%
    }
}

.test-limit-wrap {
    text-align: center
}

.test-limit-wrap .test-limit-top {
    position: relative;
    padding: 40px 0 0
}

@media (min-width: 801px) {
    .test-limit-wrap .test-limit-top {
        padding:80px 0 0
    }
}

.test-limit-wrap .test-limit-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #ed3123;
    clip-path: polygon(0 0,100% 0%,100% 65%,0% 100%);
    z-index: -1
}

@media (min-width: 801px) {
    .test-limit-wrap .test-limit-top:before {
        height:95%;
        clip-path: polygon(0 0,100% 0%,100% 45%,0% 100%)
    }
}

.test-limit-wrap h3 {
    color: #fff;
    margin: 0 0 20px
}

.test-limit-wrap p {
    color: #fff;
    margin: 0
}

.test-limit-wrap .video-holder {
    margin: 25px 0 0;
    position: relative;
    display: inline-block
}

@media (min-width: 801px) {
    .test-limit-wrap .video-holder {
        margin:40px 0 0
    }
}

.test-limit-wrap .video-holder video {
    width: 100%;
    max-width: 1100px;
    height: auto;
    -webkit-box-shadow: 0 20px 80px 2px rgba(0,0,0,.53);
    box-shadow: 0 20px 80px 2px rgba(0,0,0,.53)
}

@media (min-width: 801px) {
    .test-limit-wrap .video-holder video {
        overflow:visible;
        display: block;
        -o-object-fit: fill;
        object-fit: fill
    }
}

.test-limit-wrap .video-holder .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 2;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.test-limit-wrap .video-holder .play-icon.hidden {
    opacity: 0;
    pointer-events: none
}

.test-limit-wrap a {
    color: #fff
}

.pack-safe-contact-wrap {
    padding: 40px 0 0
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap {
        padding:80px 0 0
    }
}

.pack-safe-contact-wrap .contact-top-section {
    position: relative;
    max-width: 1800px;
    margin: 0 auto
}

@media only screen and (max-width: 640px) {
    .pack-safe-contact-wrap .contact-top-section {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 1261px) {
    .pack-safe-contact-wrap .contact-top-section img {
        min-height:550px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width: 640px) {
    .pack-safe-contact-wrap .contact-top-section img {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        min-height: 320px;
        margin-top: -80px
    }
}

.pack-safe-contact-wrap .contact-top-section .top-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
    padding: 0 20px
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .contact-top-section .top-content {
        padding:0 40px
    }
}

@media (min-width: 1261px) {
    .pack-safe-contact-wrap .contact-top-section .top-content {
        top:80px;
        max-width: 1140px;
        padding: 0 20px
    }
}

@media only screen and (max-width: 640px) {
    .pack-safe-contact-wrap .contact-top-section .top-content {
        position:unset;
        -webkit-transform: none;
        transform: none;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 100%;
        padding: 0 20px
    }
}

.pack-safe-contact-wrap .contact-top-section .top-content .pack-common-heading {
    margin: 0 0 20px!important
}

.pack-safe-contact-wrap .contact-top-section .top-content .pack-common-heading br {
    display: block
}

@media only screen and (max-width: 640px) {
    .pack-safe-contact-wrap .contact-top-section .top-content .pack-common-heading br {
        display:none
    }
}

.pack-safe-contact-wrap .contact-top-section .top-content .pack-common-description {
    margin: 0 0 20px!important;
    font-size: 14px;
    line-height: 21px
}

.pack-safe-contact-wrap .contact-top-section .top-content .pack-common-description br {
    display: block
}

@media only screen and (max-width: 640px) {
    .pack-safe-contact-wrap .contact-top-section .top-content .pack-common-description br {
        display:none
    }
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .contact-top-section .top-content .pack-common-description {
        font-size:15px;
        line-height: 23px;
        margin: 0 0 25px!important
    }
}

@media (min-width: 1261px) {
    .pack-safe-contact-wrap .contact-top-section .top-content .pack-common-description {
        font-size:20px;
        line-height: 30px
    }
}

.pack-safe-contact-wrap .contact-top-section .top-content a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    z-index: 999
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .contact-top-section .top-content a {
        font-size:16px
    }
}

.pack-safe-contact-wrap .contact-top-section .top-content .phone-no {
    display: inline-block
}

.pack-safe-contact-wrap .contact-top-section .top-content .email-us {
    display: block;
    width: 70px;
    background-color: #f13120;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin-bottom: 15px;
    letter-spacing: .5px
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .contact-top-section .top-content .email-us {
        width:90px;
        margin-bottom: 25px
    }
}

.pack-safe-contact-wrap .testimonial-content-section {
    position: relative;
    max-width: 1800px;
    margin: 0 auto
}

.pack-safe-contact-wrap .testimonial-content-section img {
    max-height: 300px;
    width: 100%
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .testimonial-content-section img {
        max-height:400px
    }
}

.pack-safe-contact-wrap .testimonial-content-section:after,.pack-safe-contact-wrap .testimonial-content-section:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(https://cdn11.bigcommerce.com/s-84f6hu9r35/images/stencil/original/image-manager/commas.png?t=1738090516);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: none;
    transform: none;
    z-index: 1;
    opacity: .2
}

@media (min-width: 551px) {
    .pack-safe-contact-wrap .testimonial-content-section:after,.pack-safe-contact-wrap .testimonial-content-section:before {
        width:150px;
        height: 150px
    }
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .testimonial-content-section:after,.pack-safe-contact-wrap .testimonial-content-section:before {
        display:block
    }
}

@media (min-width: 1261px) {
    .pack-safe-contact-wrap .testimonial-content-section:after,.pack-safe-contact-wrap .testimonial-content-section:before {
        width:250px;
        height: 250px
    }
}

.pack-safe-contact-wrap .testimonial-content-section:before {
    top: -50px;
    left: 0
}

@media (min-width: 551px) {
    .pack-safe-contact-wrap .testimonial-content-section:before {
        top:-100px
    }
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .testimonial-content-section:before {
        top:-130px;
        left: 60px
    }
}

.pack-safe-contact-wrap .testimonial-content-section:after {
    bottom: -40px;
    right: 0
}

@media (min-width: 551px) {
    .pack-safe-contact-wrap .testimonial-content-section:after {
        bottom:-60px
    }
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .testimonial-content-section:after {
        bottom:-70px
    }
}

@media (min-width: 1261px) {
    .pack-safe-contact-wrap .testimonial-content-section:after {
        bottom:-90px
    }
}

.pack-safe-contact-wrap .testimonial-content-section .testimonial-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 0 20px;
    width: 100%
}

.pack-safe-contact-wrap .testimonial-content-section .testimonial-content p {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    text-align: center;
    color: #fff
}

@media (min-width: 551px) {
    .pack-safe-contact-wrap .testimonial-content-section .testimonial-content p {
        font-size:17px;
        line-height: 27px
    }
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .testimonial-content-section .testimonial-content p {
        font-size:24px;
        line-height: 37px
    }
}

@media (min-width: 1261px) {
    .pack-safe-contact-wrap .testimonial-content-section .testimonial-content p {
        font-size:35px;
        line-height: 47px
    }
}

.pack-safe-contact-wrap .testimonial-content-section .testimonial-content .author-name {
    display: block;
    font-size: 13px;
    color: #36444f;
    font-weight: 700
}

@media (min-width: 551px) {
    .pack-safe-contact-wrap .testimonial-content-section .testimonial-content .author-name {
        font-size:18px
    }
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .testimonial-content-section .testimonial-content .author-name {
        font-size:24px
    }
}

@media (min-width: 1261px) {
    .pack-safe-contact-wrap .testimonial-content-section .testimonial-content .author-name {
        font-size:35px
    }
}

.pack-safe-contact-wrap .testimonial-content-section .testimonial-content .designation {
    font-size: 13px;
    font-weight: 500;
    color: #fff
}

@media (min-width: 801px) {
    .pack-safe-contact-wrap .testimonial-content-section .testimonial-content .designation {
        font-size:17px
    }
}

@media (min-width: 1261px) {
    .pack-safe-contact-wrap .testimonial-content-section .testimonial-content .designation {
        font-size:20px
    }
}

.productGrid.wishlist-items-lists-c .card-body a {
    font-size: 18px
}

.productGrid.wishlist-items-lists-c .price--withoutTax {
    font-size: 16px!important
}

.productGrid.wishlist-items-lists-c .price-section--withoutTax {
    font-size: 14px!important
}

.productGrid.wishlist-items-lists-c input.button {
    height: 55px;
    color: #f13120;
    width: 100%;
    margin: 15px 0 0;
    background-color: transparent!important
}

.productGrid.wishlist-items-lists-c .add-to-cart-btn input.button {
    color: #fff!important;
    background-color: #f13120!important
}

.productGrid.wishlist-items-lists-c form {
    margin: 0
}

.productGrid.wishlist-items-lists-c .out-of-stock-container {
    margin-top: 15px;
    color: #fff;
    background-color: #ccc;
    padding: 10px 17px;
    height: 55px;
    line-height: 36px;
    text-align: center
}

.productGrid.wishlist-items-lists-c .product {
    padding: 0 1rem 25px!important
}

.share-wishlist {
    margin-bottom: 4rem
}

@media (max-width: 768px) {
    .productGrid.wishlist-items-lists-c .card-body a {
        font-size:14px
    }

    .productGrid.wishlist-items-lists-c .price--withoutTax {
        font-size: 14px!important
    }

    .productGrid.wishlist-items-lists-c .price-section--withoutTax {
        font-size: 12px!important
    }

    .productGrid.wishlist-items-lists-c .product {
        padding: 0 .8rem 1rem!important
    }

    .productGrid.wishlist-items-lists-c input.button {
        height: 42px
    }

    .productGrid.wishlist-items-lists-c .out-of-stock-container {
        height: 42px;
        line-height: 24px
    }

    .share-wishlist {
        margin-bottom: 2rem
    }
}

.about-video-banner .video-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px
}

.about-video-banner .video-holder a {
    width: 50%
}

.about-video-banner .video-holder iframe {
    height: 350px!important
}

.about-topics-area .container.style01 {
    max-width: 1400px
}

[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.productVideo-thumbnail .productVideo-img {
    text-align: center;
    margin: 5px 0 10px
}

.productVideo-thumbnail .productVideo-img img {
    width: 80px
}

.productVideo-thumbnail .modal-content {
    background: 0 0
}

.productVideo-thumbnail .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: .6rem;
    color: #fff;
    background: 0 0;
    border: 2px solid #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

.productVideo-thumbnail button {
    position: relative;
    padding-left: 0;
    padding-right: 0
}

.productVideo-thumbnail .modal-close {
    top: 5px!important;
    right: 5px!important;
    background-color: #000;
    color: #fff!important
}

.page-type-product .modal-background {
    background: rgba(0,0,0,.6)!important;
    margin-top: 0!important
}

.page-type-product .modal {
    background-color: transparent!important;
    top: 53%!important
}

.page-type-product .Slider-product-gallery-c .productView-thumbnails .slick-prev::before {
    -webkit-transform: translateX(-50%) rotate(270deg)!important;
    transform: translateX(-50%) rotate(270deg)!important
}

.productVideoPopup {
    margin-top: 0!important
}

.toolkit-cutomer-wrap {
    padding: 30px 0
}

@media (min-width: 801px) {
    .toolkit-cutomer-wrap {
        padding:50px 0
    }
}

.toolkit-cutomer-wrap .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.toolkit-cutomer-wrap .tookit-customer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 0
}

@media (min-width: 801px) {
    .toolkit-cutomer-wrap .tookit-customer-inner {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        gap: 20px 40px
    }
}

.toolkit-cutomer-wrap .tookit-customer-inner .img-container {
    width: 100%
}

.toolkit-cutomer-wrap .tookit-customer-inner .img-container img {
    width: 100%
}

@media (min-width: 801px) {
    .toolkit-cutomer-wrap .tookit-customer-inner .img-container {
        width:40%
    }
}

@media (min-width: 1261px) {
    .toolkit-cutomer-wrap .tookit-customer-inner .img-container {
        width:27%
    }
}

.toolkit-cutomer-wrap .tookit-customer-inner .customer-content {
    width: 100%
}

@media (min-width: 801px) {
    .toolkit-cutomer-wrap .tookit-customer-inner .customer-content {
        width:60%
    }
}

@media (min-width: 1261px) {
    .toolkit-cutomer-wrap .tookit-customer-inner .customer-content {
        width:73%
    }
}

.toolkit-cutomer-wrap .tookit-customer-inner h2 {
    font-size: 30px;
    line-height: 30px;
    color: #ee3124;
    margin: 0 0 8px
}

@media (min-width: 801px) {
    .toolkit-cutomer-wrap .tookit-customer-inner h2 {
        font-size:33px;
        line-height: 33px
    }
}

@media (min-width: 1261px) {
    .toolkit-cutomer-wrap .tookit-customer-inner h2 {
        font-size:72px;
        line-height: 72px
    }
}

.toolkit-cutomer-wrap .tookit-customer-inner h3 {
    font-size: 15px;
    line-height: 15px;
    color: #0a0a0a;
    margin: 0 0 10px
}

@media (min-width: 801px) {
    .toolkit-cutomer-wrap .tookit-customer-inner h3 {
        font-size:20px;
        line-height: 20px
    }
}

@media (min-width: 1261px) {
    .toolkit-cutomer-wrap .tookit-customer-inner h3 {
        font-size:25px;
        line-height: 25px
    }
}

.toolkit-cutomer-wrap .tookit-customer-inner p {
    font-size: 12px;
    line-height: 18px;
    color: #0a0a0a;
    margin: 0
}

@media (min-width: 801px) {
    .toolkit-cutomer-wrap .tookit-customer-inner p {
        font-size:15px;
        line-height: 25px
    }
}

.tookit-guide-wrap {
    background-color: #eee;
    padding: 50px 0
}

@media (min-width: 801px) {
    .tookit-guide-wrap {
        padding:100px 0
    }
}

.tookit-guide-wrap .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px
}

.tookit-guide-wrap h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #0a0a0a
}

@media (min-width: 801px) {
    .tookit-guide-wrap h3 {
        font-size:25px;
        margin: 0 0 30px
    }
}

.guide-details-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 15px
}

@media (min-width: 801px) {
    .guide-details-box {
        grid-template-columns:repeat(3,1fr);
        grid-gap: 40px 25px
    }
}

.single-guide-box {
    text-align: center
}

.single-guide-box img {
    width: 100%
}

.single-guide-box h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
    margin: 18px 0 0
}

@media (min-width: 801px) {
    .single-guide-box h4 {
        font-size:20px;
        line-height: 30px;
        margin: 25px 0 0
    }
}

@media (min-width: 1261px) {
    .single-guide-box h4 {
        font-size:30px;
        line-height: 40px;
        margin: 25px 0 0
    }
}

.single-guide-box p {
    font-size: 12px;
    margin: 10px 0 20px;
    line-height: 16px;
    color: #0a0a0a
}

@media (min-width: 801px) {
    .single-guide-box p {
        font-size:16px;
        line-height: 20px
    }
}

.single-guide-box p br {
    display: none
}

@media (min-width: 801px) {
    .single-guide-box p br {
        display:none
    }
}

@media (min-width: 1261px) {
    .single-guide-box p br {
        display:block
    }
}

.single-guide-box a {
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #f13120;
    background-color: #f13120;
    text-decoration: none;
    color: #fff;
    padding: 6px 20px;
    display: inline-block
}

@media (min-width: 801px) {
    .single-guide-box a {
        font-size:18px
    }
}

.legal-consent-container ul.inputs-list {
    list-style: none;
    margin: 2rem 0
}

.legal-consent-container ul.inputs-list:first-child {
    margin-top: 0
}

.legal-consent-container input[type=checkbox] {
    height: 25px;
    width: 25px!important;
    margin-right: 15px
}

.legal-consent-container .hs-richtext p {
    font-size: 18px
}

.academy-docket-btn-wrapper .academy-docket-btn {
    background: #f13120;
    color: #fff;
    padding: 12px;
    margin: 1rem auto 8rem!important;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    max-width: 600px!important;
    display: block;
    margin: 0 auto;
    -webkit-transition: color .4s ease,background .4s ease,opacity .4s ease,visibility .4s ease;
    transition: color .4s ease,background .4s ease,opacity .4s ease,visibility .4s ease
}

@media (max-width: 749px) {
    .academy-docket-btn-wrapper .academy-docket-btn {
        font-size:18px;
        margin: 1rem auto 5rem!important;
        margin: 10px auto
    }
}

@media (max-width: 1200px) {
    .academy-docket-btn-wrapper .academy-docket-btn {
        max-width:400px!important;
        font-size: 22px;
        margin: 1rem auto 5rem!important
    }
}

.academy-docket-btn-wrapper .academy-docket-btn:hover {
    background: #000
}

.cap-banner-btn .btn-primary {
    font-size: 22px;
    line-height: 38px;
    padding: 10px 30px;
    height: 60px
}

@media (max-width: 749px) {
    .cap-banner-btn .btn-primary {
        font-size:16px;
        line-height: 23px;
        padding: 10px 25px;
        height: 46px
    }
}

.cap-banner-btn {
    margin-top: 3rem;
    margin-bottom: 1rem
}

@media (max-width: 749px) {
    .cap-banner-btn {
        margin-top:2rem
    }
}

.docket-blocks-area img {
    width: 100%;
    height: auto!important;
    height: 356px!important;
    -o-object-fit: contain;
    object-fit: contain
}

.popup-filter-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px 25px 4rem
}

.popup-filter-wrapper .ais-FacetList .ais-Panel {
    padding: 0!important
}

.popup-filter-wrapper .ais-FacetList .ais-Panel .ais-Panel-header {
    padding: 20px 0
}

.popup-filter-wrapper .ais-FacetList .ais-Panel .ais-Panel-header .icon {
    font-size: 26px;
    font-weight: 400!important
}

.popup-filter-wrapper .ais-FacetList .ais-Panel .ais-Panel-header .ais-facet-title {
    font-size: 16px!important
}

.popup-filter-wrapper .ais-FacetList .ais-Panel .ais-Panel-body {
    display: none
}

.popup-filter-wrapper .ais-FacetList .ais-Panel.active-head .ais-Panel-body {
    display: block
}

.popup-filter-wrapper .close-filter-header {
    font-size: 19px;
    margin: 1rem 0
}

.popup-filter-wrapper .bottom-filter-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #fff;
    padding: 13px;
    gap: 10px
}

.popup-filter-wrapper .bottom-filter-btns button {
    border: 1px solid;
    display: block;
    height: 50px;
    width: 100%
}

.popup-filter-wrapper .bottom-filter-btns .apply-btn {
    background: #f13120!important;
    color: #fff
}

.popup-filter-wrapper .bottom-filter-btns .reset-btn {
    border: 1px solid
}

.popup-filter-wrapper .ais-FacetList .ais-Panel .ais-Panel-body label.ais-RefinementList-label span {
    font-size: 14px!important
}

.filter-sort-btn {
    font-size: 20px;
    margin: 1.5rem 0
}

@media (max-width: 749px) {
    body #showMorePopup {
        z-index:999999!important
    }

    body #showMorePopup .ais-facet-title {
        font-size: 22px
    }

    body #showMorePopup li.ais-RefinementList-item {
        font-size: 12px
    }

    body #showMorePopup .ais-SearchBox-form::before {
        top: 18px
    }

    body #showMorePopup .ais-SearchBox form.ais-SearchBox-form input {
        height: 36px;
        padding: 10px 15px 10px 46px;
        font-size: 15px
    }

    body #showMorePopup .popup-content {
        padding: 8px;
        margin: 0 13px
    }

    body #showMorePopup span.icon.cross {
        display: none!important
    }
}

@media (max-width: 749px) {
    .ais-CurrentRefinements-list {
        border-bottom:0!important
    }

    .ais-CurrentRefinements-list li.ais-CurrentRefinements-item {
        margin-bottom: 1rem!important
    }

    .ais-CurrentRefinements-list li.ais-CurrentRefinements-item span.ais-CurrentRefinements-category {
        gap: 4px
    }

    .ais-CurrentRefinements-list li.ais-CurrentRefinements-item span.ais-CurrentRefinements-category span.ais-CurrentRefinements-categoryLabel {
        font-size: 15px!important
    }
}

html.no-scroll {
    overflow: hidden
}

html.no-scroll .header-top-flex {
    z-index: 0
}

@media (max-width: 749px) {
    #dynamic-widgets ul.ais-FacetList {
        display:block!important
    }

    .ais-InstantSearch .ais-CurrentRefinements-list {
        border-bottom: 0!important
    }
}

.contact-row-primary {
    margin: 0
}

.contact-row-primary .col {
    padding: 0 15px
}

@media (max-width: 991px) {
    .contact-row-primary .col {
        width:100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 991px) {
    .contact-row-primary .col:last-child {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

.contact-row-primary .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .contact-row-primary .image-holder {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

.contact-row-primary .image-holder img {
    margin: -14px 0 0 20px
}

@media (max-width: 991px) {
    .contact-row-primary .image-holder img {
        margin:0 0 40px;
        width: 100%;
        display: block;
        height: auto
    }
}

.contact-row-primary h1 {
    margin: 0 0 46px
}

.contact-row-primary .contact-info {
    padding-bottom: 45px;
    padding-top: 45px
}

@media (max-width: 991px) {
    .contact-row-primary .contact-info {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.contact-col-primary {
    width: 27.25%
}

@media (max-width: 1199px) {
    .contact-col-primary {
        padding-right:20px;
        width: 33%
    }
}

@media (max-width: 991px) {
    .contact-col-primary {
        width:50%!important;
        margin-bottom: 2.5rem
    }
}

@media (max-width: 767px) {
    .contact-col-primary {
        width:100%!important;
        margin-bottom: 3rem!important
    }
}

.contact-col-primary:first-child {
    width: 35.1%
}

@media (max-width: 1199px) {
    .contact-col-primary:first-child {
        width:34%
    }
}

.contact-col-primary:nth-child(2) {
    width: 37%
}

@media (max-width: 1199px) {
    .contact-col-primary:nth-child(2) {
        width:33%
    }
}

@media (max-width: 767px) {
    .contact-col-primary {
        width:100%;
        margin-bottom: 20px
    }
}

.contact-col-primary .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px
}

@media (max-width: 991px) {
    .contact-col-primary .head {
        margin:0 0 10px
    }
}

.contact-col-primary .head h2 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

@media (max-width: 1199px) {
    .contact-col-primary .head h2 br {
        display:none
    }
}

.contact-col-primary .ico-box {
    display: block;
    font-size: 48px;
    line-height: 1;
    margin: 0;
    width: 66px
}

.contact-col-primary h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0
}

@media (max-width: 1199px) {
    .contact-col-primary h2 {
        font-size:20px
    }
}

@media (max-width: 1199px) {
    .contact-col-primary .btn-primary {
        font-size:14px
    }
}

.contact-col-primary .email {
    display: block;
    margin: 0 0 23px
}

@media (max-width: 767px) {
    .contact-col-primary .email {
        margin:0 0 15px
    }
}

.contact-col-primary .email a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    line-height: 24px
}

@media (max-width: 1749px) {
    .contact-col-primary .email a {
        font-size:16px
    }
}

@media (max-width: 1449px) {
    .contact-col-primary .email a {
        font-size:14px
    }
}

.contact-col-primary .email a:hover {
    color: #f13120
}

.contact-col-primary .email a i {
    display: block;
    margin-right: 7px
}

.contact-col-primary .time {
    display: block;
    padding: 0 0 0 25px
}

@media (max-width: 1749px) {
    .contact-col-primary .time {
        font-size:16px;
        padding-left: 20px
    }
}

@media (max-width: 1449px) {
    .contact-col-primary .time {
        font-size:14px
    }
}

.contact-col-primary .tell {
    display: block
}

.contact-col-primary .tell a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    line-height: 24px
}

@media (max-width: 1749px) {
    .contact-col-primary .tell a {
        font-size:16px
    }
}

@media (max-width: 1449px) {
    .contact-col-primary .tell a {
        font-size:14px
    }
}

.contact-col-primary .tell a:hover {
    color: #f13120
}

.contact-col-primary .tell a i {
    display: block;
    -webkit-transform: rotate(265deg);
    transform: rotate(265deg);
    margin-right: 7px
}

.contact-col-primary .tell .time {
    display: block;
    font-size: 16px;
    line-height: 1.2
}

.contact-col-primary .btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 23px;
    padding: 30px 0 0;
    max-width: 355px
}

@media (max-width: 1199px) {
    .contact-col-primary .btn-row {
        max-width:100%
    }
}

.contact-col-primary .btn-row a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.contact-col-primary .btn-row .btn-primary-outline {
    border-width: 2px
}

.thank-you-custom .submission-holder {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 88px 0 140px;
    font-size: 25px;
    line-height: 33px;
    color: #414141
}

@media (max-width: 767px) {
    .thank-you-custom .submission-holder {
        font-size:20px;
        padding: 40px 0
    }
}

.thank-you-custom .submission-holder .ico-holder {
    border: 6px solid #000;
    width: 88px;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 33px;
    font-size: 40px;
    line-height: 1
}

.thank-you-custom .submission-holder a {
    text-decoration: underline
}

.thank-you-custom .submission-holder a:hover {
    text-decoration: none
}

.thank-you-custom .submission-holder h1 {
    margin: 0 0 30px
}

.thank-you-custom .submission-holder p {
    font-size: 25px;
    line-height: 33px;
    color: #414141
}

@media (max-width: 767px) {
    .thank-you-custom .submission-holder p {
        font-size:18px;
        line-height: 1.3
    }
}

.contact-page .contact-form-area .head {
    margin: 0 0 30px;
    font-size: 25px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .contact-page .contact-form-area .head {
        font-size:20px
    }
}

.contact-page .contact-form-area .head p {
    font-size: 25px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .contact-page .contact-form-area .head p {
        font-size:20px
    }
}

.contact-page .contact-form-area .fields-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -36px
}

@media (max-width: 767px) {
    .contact-page .contact-form-area .fields-area {
        margin:0
    }
}

.contact-page .contact-form-area .field {
    width: 50%;
    padding: 0 36px;
    margin: 0 0 40px
}

@media (max-width: 767px) {
    .contact-page .contact-form-area .field {
        width:100%;
        padding: 0;
        margin: 0 0 20px
    }
}

.contact-page .contact-form-area .field.full {
    width: 100%
}

.contact-page .contact-form-area .field.error input[type=text] {
    border-color: #f13120
}

.contact-page .contact-form-area input[type=email],.contact-page .contact-form-area input[type=tel],.contact-page .contact-form-area input[type=text] {
    display: block;
    margin: 0;
    width: 100%;
    height: 70px;
    border: 1px solid #000;
    padding: 20px;
    font-size: 20px;
    border-radius: 0!important;
    line-height: 30px
}

.contact-page .contact-form-area textarea {
    display: block;
    margin: 0;
    width: 100%;
    height: 320px;
    border: 1px solid #000;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    resize: none
}

.contact-page .contact-form-area label {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 15px
}

.contact-page .contact-form-area .btn-primary {
    margin: 0 36px;
    height: 70px;
    min-width: 340px;
    font-size: 25px;
    line-height: 30px;
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 767px) {
    .contact-page .contact-form-area .btn-primary {
        margin:0;
        min-width: 300px
    }
}

.contact-page .footer {
    margin: 0!important
}

.contact-page .contact-form-wrapper h2 {
    margin-bottom: 1rem!important
}

.contact-page .contact-form-wrapper .head {
    padding: 0 0 60px!important
}

@media screen and (max-width: 1024px) {
    .contact-page .contact-form-area.contact-form-hub {
        padding:0!important
    }
}

.hs-error-msgs.inputs-list {
    margin: 10px 0!important;
    list-style: none
}

.hs-error-msgs.inputs-list label {
    margin: 10px 0!important;
    font-size: 16px!important;
    color: #d11d0d!important
}

.contact-form-hub .contact-form-wrapper {
    padding: 0!important
}

.contact-form-hub .submitted-message {
    font-size: 26px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .contact-form-hub .submitted-message {
        font-size:22px
    }
}

.contact-form-hub ul.inputs-list {
    list-style: none;
    margin: 2rem 0
}

.contact-form-hub input[type=checkbox] {
    width: 25px;
    height: 25px;
    margin-right: 15px
}

.contact-form-hub .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none
}

.contact-form-hub .hs-richtext {
    margin-bottom: 2rem
}

.contact-form-hub .hs-richtext p {
    font-size: 18px
}

@media screen and (max-width: 1024px) {
    .contact-form-hub .hs-richtext p {
        font-size:15px
    }
}

.contact-form-area.registration-wholesale {
    background-color: #fff!important;
    padding: 0
}

.contact-form-area.registration-wholesale .description {
    font-size: 22px!important
}

.contact-form-area.registration-wholesale .contact-form-wrapper .head {
    padding: 60px 0;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .contact-form-area.registration-wholesale .contact-form-wrapper .head {
        padding:30px 0!important
    }
}

.contact-form-area.registration-wholesale .contact-form-wrapper .inner-link {
    text-decoration: underline
}

.contact-form-area.registration-wholesale .contact-form-wrapper h2 {
    margin: 0
}

.contact-form-area.registration-wholesale .contact-form-wrapper p {
    margin: 30px 0
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg {
    background: #eceeed;
    padding: 100px 0
}

@media screen and (max-width: 1400px) {
    .contact-form-area.registration-wholesale .hubspot-custom-form-bg {
        padding:100px 30px
    }
}

@media screen and (max-width: 1024px) {
    .contact-form-area.registration-wholesale .hubspot-custom-form-bg {
        padding:60px 30px!important
    }
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg form .field {
    width: 100%
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg form .form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media screen and (max-width: 1024px) {
    .contact-form-area.registration-wholesale .hubspot-custom-form-bg form .form-columns-2 {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .contact-form-area.registration-wholesale .hubspot-custom-form-bg form .form-columns-2>div {
        width: 100%
    }

    .contact-form-area.registration-wholesale .hubspot-custom-form-bg form .form-columns-2.hs-form-field {
        width: 100%!important
    }
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg form .form-columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media screen and (max-width: 1024px) {
    .contact-form-area.registration-wholesale .hubspot-custom-form-bg form .form-columns-3 {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .contact-form-area.registration-wholesale .hubspot-custom-form-bg form .form-columns-3>div {
        width: 100%
    }

    .contact-form-area.registration-wholesale .hubspot-custom-form-bg form .form-columns-3>div.hs-form-field {
        width: 100%!important
    }
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset {
    max-width: 100%!important;
    padding: 0!important
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset.hs-form-field {
    padding: 0
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset h1 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 30px;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif
}

@media (max-width: 1024px) {
    .contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset h1 {
        font-size:26px
    }
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset label {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700
}

@media (max-width: 1024px) {
    .contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset label {
        font-size:17px
    }
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset select {
    display: block;
    margin: 0;
    width: 100%;
    height: 70px;
    border: 1px solid #000;
    padding: 20px;
    font-size: 20px;
    border-radius: 0!important;
    line-height: 30px;
    background: #fff
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset .hs-input:not([type=checkbox]) {
    display: block;
    margin: 0;
    width: 100%!important;
    height: 70px;
    border: 1px solid #000;
    padding: 0 15px!important;
    font-size: 20px;
    border-radius: 0!important;
    line-height: 30px;
    background-color: #fff
}

@media (max-width: 1024px) {
    .contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset .hs-input:not([type=checkbox]) {
        height:60px
    }
}

.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset .hs-form-fe20c0b2-fa57-4133-9f9e-570db82c7b4e_27719f3d-bb1f-4d9b-92ad-5668c2306920 fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: left
}

.contact-form-area.registration-wholesale .hs-button.primary.large {
    margin: 0;
    height: 70px;
    min-width: 340px;
    font-size: 25px;
    line-height: 30px;
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0!important;
    background-color: #d11d10;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d11d10
}

@media (max-width: 1024px) {
    .contact-form-area.registration-wholesale .hs-button.primary.large {
        height:50px;
        min-width: 240px;
        line-height: 10px;
        padding: 20px 10px;
        font-size: 19px
    }
}

.contact-form-area.registration-wholesale fieldset.form-columns-2 .hs-form-field {
    width: 100%!important
}

.contact-form-area.registration-wholesale .field {
    width: 100%!important;
    padding: 0!important
}

.ned-catalog-main-class .ned-banner {
    padding-top: 105px;
    padding-bottom: 83px
}

.ned-catalog-main-class {
    overflow: hidden
}

@media (max-width: 767px) {
    .ned-catalog-main-class .ned-banner {
        padding:60px 0
    }
}

.ned-catalog-main-class .ned-accordion .slide {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out
}

.ned-catalog-main-class .ned-accordion .active-wrap-accordian .slide {
    max-height: 500px;
    -webkit-transition: max-height .5s ease-in;
    transition: max-height .5s ease-in
}

.ned-catalog-main-class .ned-banner .container {
    max-width: 1682px
}

.ned-catalog-main-class .ned-banner .text-box {
    color: #fff;
    max-width: 740px;
    margin: 0
}

.ned-catalog-main-class .ned-banner .text-box h1 {
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 19px
}

@media (min-width: 1449px) {
    .ned-catalog-main-class .ned-banner .text-box h1 {
        font-size:48px
    }
}

.ned-catalog-main-class .ned-banner .text-box p {
    max-width: 100%;
    padding-right: 77px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-banner .text-box p {
        font-size:18px;
        padding: 0
    }
}

.ned-catalog-main-class .ned-banner .text-box a:hover {
    color: #fff
}

.ned-catalog-main-class .ned-banner .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin: 0 0 3px
}

.ned-catalog-main-class .ned-banner .head .text {
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    line-height: 1.1
}

.ned-catalog-main-class .ned-banner .banner-logo {
    width: 142px
}

.ned-catalog-main-class .ned-banner .banner-logo img {
    display: block;
    width: 100%;
    height: auto
}

.ned-catalog-main-class .ned-topics {
    padding: 95px 0 101px
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-topics {
        padding:50px 0
    }
}

.ned-catalog-main-class .ned-topics .container {
    max-width: 1472px
}

.ned-catalog-main-class .ned-topics .accordion-wrap {
    margin-bottom: 15px
}

.ned-catalog-main-class .ned-topics .accordion-wrap.active .ned-opener:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ned-catalog-main-class .ned-topics .ned-opener {
    display: block;
    font-size: 28px;
    line-height: 34px;
    padding: 15px 75px 15px 35px;
    background: #e7e7e7;
    color: #414141;
    position: relative
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-topics .ned-opener {
        font-size:22px
    }
}

.ned-catalog-main-class .ned-topics .ned-opener:hover {
    background: #cecece
}

.ned-catalog-main-class .ned-topics .ned-opener:before {
    position: absolute;
    right: 35px;
    top: 20px;
    content: "\e912";
    font-family: icomoon!important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 24px;
    line-height: 1
}

@media (max-width: 767px) {
    .ned-catalog-main-class .ned-topics .ned-opener:before {
        right:20px
    }
}

.ned-catalog-main-class .ned-topics .holder {
    padding: 35px 35px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ned-catalog-main-class .ned-topics .ned-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #414141;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ned-catalog-main-class .ned-topics [data-content-region=ned-accordian-4] {
    width: 100%
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-topics .ned-list {
        font-size:16px
    }
}

@media (max-width: 767px) {
    .ned-catalog-main-class .ned-topics .ned-list {
        display:block;
        width: 100%!important;
        margin-bottom: 30px
    }
}

.ned-catalog-main-class .ned-topics .ned-list .title {
    font-weight: 700;
    display: block
}

@media (max-width: 1199px) {
    .ned-catalog-main-class .ned-topics .ned-list .title {
        display:block
    }
}

.ned-catalog-main-class .ned-topics .ned-list a {
    color: #414141;
    text-decoration: underline
}

.ned-catalog-main-class .ned-topics .ned-list a:hover {
    text-decoration: none;
    color: #f13120
}

.ned-catalog-main-class .ned-topics .ned-list li {
    margin: 0 0 19px;
    width: 48%
}

@media (max-width: 768px) {
    .ned-catalog-main-class .ned-topics .ned-list li {
        width:100%
    }
}

.ned-catalog-main-class .ned-cta {
    background: #f13120;
    color: #fff;
    padding: 86px 0;
    text-align: center;
    font-size: 28px;
    line-height: 35px
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-cta {
        padding:50px 0
    }
}

.ned-catalog-main-class .ned-cta p {
    margin: 0;
    font-size: 28px;
    line-height: 35px
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-cta p {
        font-size:20px;
        line-height: 1.5
    }
}

@media (max-width: 767px) {
    .ned-catalog-main-class .ned-cta p {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .ned-catalog-main-class .ned-cta p br {
        display:none
    }
}

.ned-catalog-main-class .ned-cta a {
    color: #fff;
    font-weight: 700
}

.ned-catalog-main-class .ned-cta a:hover {
    color: #000
}

.ned-catalog-main-class .ned-post-area {
    background: #e7e7e7
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-post-area {
        padding:40px 0 0
    }
}

.ned-catalog-main-class .ned-post-area .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1546px
}

@media (max-width: 767px) {
    .ned-catalog-main-class .ned-post-area .container {
        display:block
    }
}

.ned-catalog-main-class .ned-post-area .description {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.ned-catalog-main-class .ned-post-area .description h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-right: -75px;
    margin-top: .2rem!important;
    margin-bottom: .5rem!important
}

@media (max-width: 1199px) {
    .ned-catalog-main-class .ned-post-area .description h2 {
        font-size:40px
    }
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-post-area .description h2 {
        font-size:32px
    }
}

@media (max-width: 767px) {
    .ned-catalog-main-class .ned-post-area .description h2 {
        margin:0 0 10px
    }
}

.ned-catalog-main-class .ned-post-area .description .subhead {
    font-size: 28px;
    line-height: 1.3;
    color: #0a0a0a;
    margin: 0 0 15px;
    display: block
}

@media (max-width: 1199px) {
    .ned-catalog-main-class .ned-post-area .description .subhead {
        font-size:24px
    }
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-post-area .description .subhead {
        font-size:20px
    }
}

.ned-catalog-main-class .ned-post-area .description p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    max-width: 611px;
    margin: 0 0 20px;
    padding-right: 15px
}

@media (max-width: 1199px) {
    .ned-catalog-main-class .ned-post-area .description p {
        font-size:18px
    }
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-post-area .description p {
        font-size:14px
    }
}

@media (max-width: 767px) {
    .ned-catalog-main-class .ned-post-area .description p {
        font-size:18px;
        padding: 0
    }
}

.ned-catalog-main-class .ned-post-area .description .btn-primary {
    padding: 10px 48px;
    font-size: 20px;
    display: none
}

.ned-catalog-main-class .ned-post-area .image {
    width: 57.1%;
    position: relative
}

@media (max-width: 1499px) {
    .ned-catalog-main-class .ned-post-area .image {
        width:52%
    }
}

@media (max-width: 1299px) {
    .ned-catalog-main-class .ned-post-area .image {
        width:45%
    }
}

@media (max-width: 767px) {
    .ned-catalog-main-class .ned-post-area .image {
        width:300px;
        margin: 0 auto
    }
}

.ned-catalog-main-class .ned-post-area .image:before {
    position: absolute;
    left: 280px;
    bottom: -172px;
    content: "";
    background: url("https://cdn11.bigcommerce.com/s-84f6hu9r35/images/stencil/original/image-manager/ned-image2.png?t=1726675716") no-repeat;
    width: 764px;
    height: 855px
}

@media (max-width: 991px) {
    .ned-catalog-main-class .ned-post-area .image:before {
        display:none
    }
}

.ned-catalog-main-class .ned-post-area .image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: -60px;
    position: relative
}

@media (max-width: 767px) {
    .ned-catalog-main-class .ned-post-area .image img {
        margin:50px 0 0
    }
}

.single-post-content .wrap h1:first-of-type,.single-post-content .wrap h2:first-of-type {
    display: none
}

.docket-intro .container {
    max-width: 1570px
}

.docket-intro .text-box {
    margin: 0;
    max-width: 870px;
    padding: 150px 0 75px
}

@media (max-width: 1199px) {
    .docket-intro .text-box {
        padding:70px 0 50px
    }
}

.docket-intro h1 {
    margin: 0 0 30px;
    font-size: 48px!important
}

@media (max-width: 768px) {
    .docket-intro h1 {
        margin:0 0 15px;
        font-size: 32px!important
    }
}

.docket-intro .subhead {
    display: block;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 9px
}

@media (max-width: 768px) {
    .docket-intro .subhead {
        font-size:20px
    }
}

.docket-intro p {
    font-size: 20px;
    line-height: 1.2
}

@media (max-width: 768px) {
    .docket-intro p {
        font-size:16px
    }
}

.docket-blocks-area .container {
    max-width: 1570px
}

.docket-blocks-area {
    background: #eee;
    padding: 100px 0 133px
}

@media (max-width: 1199px) {
    .docket-blocks-area {
        padding:50px 0
    }
}

.docket-blocks-area .title {
    display: block;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    color: #0a0a0a;
    margin: 0 0 33px
}

@media (max-width: 1199px) {
    .docket-blocks-area .title {
        font-size:22px
    }
}

.docket-blocks-area .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -21px -8px
}

@media (max-width: 1359px) {
    .docket-blocks-area .holder {
        margin:0 -15px
    }
}

.docket-blocks-area .docket-block {
    width: 25%;
    padding: 0 21px;
    text-align: center
}

@media (max-width: 1359px) {
    .docket-blocks-area .docket-block {
        padding:0 15px
    }
}

@media (max-width: 1400px) {
    .docket-blocks-area .docket-block {
        width:50%
    }
}

@media (max-width: 768px) {
    .docket-blocks-area .docket-block {
        width:100%
    }
}

.docket-blocks-area .docket-block:nth-child(2) .description p {
    margin-left: auto;
    margin-right: auto
}

.docket-blocks-area .docket-block:nth-child(3) .description p {
    margin-left: auto;
    margin-right: auto
}

.docket-blocks-area .docket-block h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 15px
}

.docket-blocks-area .description {
    padding: 27px 0 90px;
    font-size: 20px;
    line-height: 24px
}

@media (max-width: 1199px) {
    .docket-blocks-area .description {
        padding:20px 0 40px
    }
}

.docket-blocks-area .description p {
    font-size: 20px;
    line-height: 24px;
    max-width: 386px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1199px) {
    .docket-blocks-area .description p {
        font-size:16px
    }
}

.docket-blocks-area .description .btn-primary {
    min-width: 243px;
    font-size: 20px
}

.docket-blocks-area .image {
    background: #fff;
    text-align: center;
    padding: 10px;
    height: 356px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.docket-blocks-area .text {
    display: block;
    color: #7c7c7c;
    font-size: 16px;
    line-height: 1.2
}

.ais-FacetList mark {
    background: 0 0!important
}

.page-type-default [data-content-region=header_bottom--global] {
    display: none!important
}

body.Privacy .page-heading {
    max-width: 100%!important;
    margin: 0 20px!important
}

body.Frequently .page-heading,body.Frequently [aria-label=Breadcrumb],body.Return .page-heading,body.Return [aria-label=Breadcrumb],body.Warranty .page-heading,body.Warranty [aria-label=Breadcrumb] {
    display: none
}

#contact-us-page {
    max-width: 100%!important
}

@media only screen and (max-width: 1450px) and (min-width:768px) {
    .contact-form-area .fields-area {
        margin:0
    }

    .contact-form-area {
        padding: 3rem 0!important
    }
}

@media only screen and (max-width: 1250px) and (min-width:991px) {
    .contact-row {
        display:grid!important;
        margin-top: 2rem;
        grid-template-columns: 1fr 1.7fr!important
    }

    .contact-row .col {
        width: 100%!important
    }

    .contact-col {
        width: 100%!important
    }

    .contact-row .holder {
        row-gap: 2rem!important
    }
}

.navPages-container .navPage-subMenu-action {
    color: #000!important
}

@media only screen and (max-width: 768px) {
    .navPages-container .navPage-subMenu-action {
        color:#fff!important
    }
}

.navPages-container .navPage-subMenu-action .media-holder .tab-media-link {
    font-size: 17px
}

.navPage-subMenu-horizontal {
    z-index: 999
}

.productView .productView-thumbnails {
    display: grid!important;
    gap: 0;
    grid-template-columns: 1fr!important
}

.productView-image {
    width: 80%!important
}

.productView-thumbnails {
    width: 20%!important
}

.productView-thumbnails .productView-thumbnail {
    margin: 0!important
}

.productView .productView-images {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 1rem;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.productView-images button.slick-arrow {
    width: 100%!important;
    font-size: 0;
    height: 2rem;
    padding: 0!important;
    position: relative;
    background: #fff!important
}

.productView-images .slick-prev.slick-arrow {
    top: 30px!important;
    margin-top: -1rem!important
}

.productView-images .slick-next.slick-arrow {
    top: 100%!important
}

.productView-images .slick-list.draggable {
    height: 400px!important
}

.productView-thumbnails .slick-list {
    margin: 0!important
}

.productView-thumbnail {
    width: 100%!important
}

.Slider-product-gallery-c .productView-thumbnails .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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")!important;
    left: 50%!important;
    background-size: contain!important;
    -webkit-transform: translateX(-50%) rotate(-270deg);
    transform: translateX(-50%) rotate(-270deg);
    position: absolute
}

.Slider-product-gallery-c .productView-thumbnails .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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%) rotate(-270deg);
    transform: translateX(-50%) rotate(-270deg);
    position: absolute;
    background-size: contain!important
}

.productView-thumbnails .carousel-tooltip {
    display: none!important
}

.Slider-product-gallery-c ul.productView-thumbnails .slick-disabled {
    visibility: hidden!important;
    opacity: 0!important;
    -webkit-transition: opacity .5s ease,height .5s ease;
    transition: opacity .5s ease,height .5s ease
}

#sd-image-09bec5d7-5417-488d-83de-fe225476e422,#sd-image-47e17600-4294-4447-ac31-5b51baf0d5d1 {
    display: none!important
}

@media only screen and (min-width: 769px) {
    #sd-image-41123f96-39df-411c-921c-aebb309868a6 {
        display:block!important
    }
}

@media only screen and (max-width: 768px) {
    #sd-image-41123f96-39df-411c-921c-aebb309868a6 {
        display:none!important
    }

    .p-update-heading {
        font-size: 30px!important;
        line-height: 1.2!important
    }

    .p-update-desc {
        font-size: 17px!important
    }
}

@media only screen and (max-width: 479px) and (min-width:200px) {
    #sd-image-47e17600-4294-4447-ac31-5b51baf0d5d1 {
        display:block!important
    }
}

@media only screen and (max-width: 768px) and (min-width:480px) {
    #sd-image-09bec5d7-5417-488d-83de-fe225476e422 {
        display:block!important
    }
}

h1,h2,h3,h4,h5,h6 {
    color: #000
}

.custom-cap-options {
    margin-bottom: 3rem
}

.cap-visual-options {
    padding: 0 0 70px
}

.cap-visual-options .h1 {
    margin: 0 0 63px
}

.cap-visual-options .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 5%
}

.cap-visual-options .visual-option-box {
    padding: 0 15px
}

.cap-visual-options .option-image {
    margin: 0 0 12px
}

.cap-visual-options p {
    padding: 0 0 0 9%;
    font-size: 18px;
    line-height: 22px;
    text-align: center
}

.cap-visual-options .number {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 28px
}

.custom-cap-options .h1 {
    margin: 0 0 70px
}

@media (min-width: 1700px) {
    .custom-cap-options {
        margin-top:-20px
    }
}

.quote-detail-section {
    position: relative;
    padding: 111px 0 0
}

@media only screen and (max-width: 768px) {
    .quote-detail-section {
        padding:40px 0 0
    }
}

.quote-detail-section .quote-heading-area {
    position: relative;
    margin: 0 0 86px
}

.quote-detail-section .quote-heading-area h1 {
    margin: 0 0 80px
}

@media only screen and (max-width: 768px) {
    .quote-detail-section .quote-heading-area h1 {
        margin:0 0 30px
    }
}

.quote-detail-section .quote-info-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 84px
}

@media only screen and (max-width: 768px) {
    .quote-detail-section .quote-info-list {
        gap:40px
    }
}

.quote-detail-section .quote-info-list li {
    position: relative
}

.quote-detail-section .quote-info-list .quote-info-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quote-detail-section .quote-info-list .icon {
    display: block;
    width: 60px;
    height: auto
}

@media only screen and (max-width: 768px) {
    .quote-detail-section .quote-info-list .icon {
        width:45px
    }
}

.quote-detail-section .quote-info-list .text-wrap {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    padding: 0 0 0 20px
}

.quote-detail-section .quote-info-list .text {
    position: relative;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700
}

@media only screen and (max-width: 768px) {
    .quote-detail-section .quote-info-list .text {
        font-size:22px
    }
}

@media only screen and (max-width: 1200px) and (min-width:1001px) {
    .quote-detail-section .quote-info-list .text {
        font-size:20px
    }
}

@media only screen and (max-width: 1500px) and (min-width:1201px) {
    .quote-detail-section .quote-info-list .text {
        font-size:25px
    }
}

.quote-detail-section .quote-info-list .icon svg {
    max-width: 100%;
    width: 100%;
    height: auto;
    fill: #000;
    display: block
}

.quote-detail-section .quote-text-section {
    position: relative;
    background: #eceeee;
    padding: 62px 0 110px
}

@media only screen and (max-width: 768px) {
    .quote-detail-section .quote-text-section {
        padding:42px 0 30px
    }
}

.quote-detail-section .inner-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quote-detail-section .text-col {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    padding: 60px 60px 0 0
}

@media only screen and (max-width: 768px) {
    .quote-detail-section .text-col {
        padding:0
    }
}

.quote-detail-section .text-col h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 28px
}

@media only screen and (max-width: 768px) {
    .quote-detail-section .text-col h2 {
        font-size:25px
    }
}

@media only screen and (max-width: 1200px) and (min-width:1001px) {
    .quote-detail-section .text-col h2 {
        font-size:21px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1500px) and (min-width:1201px) {
    .quote-detail-section .text-col h2 {
        font-size:24px;
        line-height: 32px
    }
}

.quote-detail-section .text-col p {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 30px
}

@media only screen and (max-width: 768px) {
    .quote-detail-section .text-col p {
        font-size:18px
    }
}

@media only screen and (max-width: 1200px) and (min-width:1001px) {
    .quote-detail-section .text-col p {
        font-size:17px;
        line-height: 22px
    }
}

@media only screen and (max-width: 1500px) and (min-width:1201px) {
    .quote-detail-section .text-col p {
        font-size:19px;
        line-height: 25px
    }
}

.quote-detail-section .text-col .btn-wrap {
    position: relative;
    display: block;
    padding: 48px 0 0
}

@media only screen and (max-width: 1200px) and (min-width:1001px) {
    .quote-detail-section .text-col .btn-wrap {
        padding:0
    }
}

@media only screen and (max-width: 1500px) and (min-width:1201px) {
    .quote-detail-section .text-col .btn-wrap {
        font-size:24px;
        line-height: 32px
    }
}

.quote-detail-section .text-col .btn-primary {
    height: 70px;
    font-size: 25px;
    line-height: 1;
    padding: 22px 54px
}

@media only screen and (max-width: 1200px) and (min-width:1001px) {
    .quote-detail-section .text-col .btn-primary {
        height:64px;
        font-size: 20px
    }
}

@media only screen and (max-width: 1500px) and (min-width:1201px) {
    .quote-detail-section .text-col .btn-primary {
        height:67px;
        font-size: 22px
    }
}

@media only screen and (max-width: 768px) {
    .quote-detail-section .text-col .btn-primary {
        height:60px;
        font-size: 18px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 2rem
    }
}

.quote-detail-section .image-holder {
    position: relative;
    max-width: 912px
}

@media only screen and (max-width: 1200px) and (min-width:1001px) {
    .quote-detail-section .image-holder {
        max-width:500px
    }
}

@media only screen and (max-width: 1500px) and (min-width:1201px) {
    .quote-detail-section .image-holder {
        max-width:600px
    }
}

.quote-detail-section .image-holder img {
    width: 100%;
    height: auto;
    display: block
}

body.Privacy .page-heading {
    max-width: 1570px!important;
    text-align: left;
    width: 100%!important;
    margin: 0 auto;
    padding: 0 20px
}

body.Privacy ol.breadcrumbs {
    display: none
}

body.Privacy main#main-content .container {
    margin: 4rem auto!important
}

body.Privacy .number-list-main li {
    margin-bottom: 12px
}

.page-content.page-content--centered {
    width: 100%!important;
    max-width: 1890px;
    float: none!important
}

.Course-homepage-academy .eapp-events-calendar-name-component.eapp-events-calendar-grid-item-name {
    min-height: 40px
}

.Course-homepage-academy .eapp-events-calendar-grid-component .eapp-events-calendar-grid-item {
    display: none
}

.Course-homepage-academy .eapp-events-calendar-grid-item-date {
    display: none
}

.Course-homepage-academy .eapp-events-calendar-grid-item-info {
    margin: 0!important
}

.Course-homepage-academy .eapp-events-calendar-grid-component .eapp-events-calendar-grid-item:nth-child(-n+2) {
    display: block
}

.eapp-events-calendar-time-time {
    white-space: pre-wrap!important;
    overflow: auto!important;
    text-overflow: initial!important
}

.Course-homepage-academy .eapp-events-calendar-events-calendar-title {
    display: none
}

@media only screen and (min-width: 768px) {
    .Course-homepage-academy .eapp-events-calendar-grid-item {
        width:48%!important
    }
}

input.ais-SearchBox-input::-webkit-input-placeholder {
    color: #000!important
}

input.ais-SearchBox-input::-moz-placeholder {
    color: #000!important
}

input.ais-SearchBox-input:-ms-input-placeholder {
    color: #000!important
}

input.ais-SearchBox-input::-ms-input-placeholder {
    color: #000!important
}

input.ais-SearchBox-input::placeholder {
    color: #000!important
}

.eapp-events-calendar-grid-item-component {
    background: #fff!important
}

.eapp-events-calendar-grid-item-component * {
    color: #000!important;
    fill: #000!important
}

.aa-Source .aa-List {
    gap: 1rem
}

.aa-Source .aa-List .aa-Item {
    padding: 0!important
}

.aa-Source .aa-List .aa-ItemContentBody {
    padding: 0!important
}

@media only screen and (max-width: 1024px) {
    .aa-Source .aa-List {
        grid-template-columns:repeat(2,1fr)!important
    }
}

.eapp-events-calendar-grid-item-button .eapp-events-calendar-button-link {
    background: #f13120!important;
    color: #fff!important;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 17px;
    height: 40px!important
}

.eapp-events-calendar-grid-item-date {
    padding: 32px!important
}

html .aa-Panel {
    width: unset!important;
    border: 1px solid #333!important;
    margin-top: 10px!important;
    border-radius: 20px!important;
    padding-top: 10px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

@media only screen and (max-width: 768px) {
    html .aa-Panel {
        border:none!important
    }
}

html .aa-Panel .aa-GridItem {
    margin-bottom: 0!important
}

html .aa-Panel .aa-ItemPicture {
    height: 160px
}

html .aa-Panel .aa-ItemPicture img {
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #ccc
}

html .aa-Panel .aa-SourceHeaderLine {
    display: none
}

html .aa-Panel .aa-SourceHeader {
    font-size: 24px;
    margin-bottom: 1rem
}

html .aa-Panel .aa-SourceHeader span {
    color: #222!important
}

.eapp-events-calendar-name-component.eapp-events-calendar-grid-item-name {
    min-height: 88px
}

.eapp-events-calendar-events-calendar-title {
    color: #000!important;
    text-align: center
}

.eapp-events-calendar-grid-group>.eapp-events-calendar-grid-component {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 2rem
}

.eapp-events-calendar-grid-item {
    width: 32%!important
}

@media only screen and (max-width: 768px) {
    .eapp-events-calendar-grid-item {
        width:49%!important
    }
}

@media only screen and (max-width: 480px) {
    .eapp-events-calendar-grid-item {
        width:100%!important
    }
}

.eapp-events-calendar-grid-item-locationAndTime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.eapp-events-calendar-location-text,.eapp-events-calendar-time-text {
    font-size: 15px!important
}

.contact-col a span {
    text-decoration: underline
}

main.page.page--invoices {
    padding: 0!important;
    margin: 0!important
}

.ais-SearchBox-form::before {
    background: rgba(0,0,0,0) url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E) repeat scroll 0 0!important
}

.ais-GeoSearch-input:checked,.ais-RefinementList-item--selected .ais-RefinementList-checkbox {
    background-image: url('data:image/svg+xml;utf8,<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"16"%20height%3D"16"%20viewBox%3D"0%200%2024%2024"%20fill%3D"none"%20stroke%3D"%23000000"%20stroke-width%3D"2"%20stroke-linecap%3D"round"%20stroke-linejoin%3D"round"><polyline%20points%3D"20%206%209%2017%204%2012"><%2Fpolyline><%2Fsvg>')!important
}

#dynamic-widgets .ais-RefinementList-item:nth-child(n+15) {
    display: none!important
}

#dynamic-widgets .show-more {
    padding: 0!important;
    color: #222;
    text-decoration: underline;
    padding-top: 11px!important
}

.customer-logout-msrp.price-section {
    display: block!important;
    font-size: 28px;
    font-weight: 700;
    color: #222
}

.customer-logout-msrp.price-section .price.price--rrp {
    text-decoration: none
}

#showMorePopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#showMorePopup .sidebar-widget-opener {
    display: none
}

#showMorePopup .ais-Panel {
    border: 0!important
}

#showMorePopup .ais-RefinementList-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

#showMorePopup .ais-RefinementList-count {
    background: 0 0!important;
    border: none!important;
    padding: 0!important
}

#showMorePopup .popup-content {
    background-color: #fff;
    padding: 30px;
    max-width: 80%;
    max-height: 80%;
    overflow-y: auto;
    margin: 0 20px;
    width: 100%!important;
    max-width: 1400px!important
}

#showMorePopup .close-button {
    float: right;
    font-size: 24px;
    cursor: pointer
}

#showMorePopup .ais-facet-title {
    font-size: 43px;
    padding: 0 17px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 30px!important
}

#showMorePopup .ais-RefinementList-checkbox {
    background-color: #fff;
    border-color: #8f8f8f;
    margin-right: 14px;
    border: 1px solid #000!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

#showMorePopup .ais-SearchBox-form::before {
    left: 20px!important;
    top: 21px
}

.panel--newAddress:hover {
    background: #eceeee!important
}

.contact-form-area label {
    color: #000
}

.cart-item .cart-item-image {
    max-width: 100%
}

.address-addNew .box-title {
    font-size: 25px;
    font-weight: 700;
    top: 20px;
    position: relative
}

.stock-update {
    margin-bottom: 45px
}

.productView-actionBtns-wrap {
    margin-right: 10px!important
}

.item-info__outer-wrap .productView-actionBtns-wrap .form-action {
    margin: 0!important;
    padding: 0!important
}

.address-addNew .box-title:before {
    position: absolute;
    top: -64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 49px;
    width: 3px;
    content: "";
    background: #000
}

.address-addNew .box-title:after {
    position: absolute;
    left: 50%;
    top: -42px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 51px;
    content: "";
    background: #000
}

[data-content-region=category_below_description] .page-heading,[data-content-region=page_builder_content] .page-heading {
    text-align: left;
    margin: 3rem 0 1.5rem;
    color: #000!important;
    font-size: 50px!important
}

.header-top-bar a:hover {
    color: #ab170d
}

[data-address-form] .req-text-span {
    padding-top: 30px;
    text-align: center;
    display: block;
    color: #414141;
    font-size: 16px;
    line-height: 24px
}

[data-address-form] .form-label {
    margin-bottom: 8px!important
}

[data-address-form] .form-label small {
    display: none
}

[data-address-form] .form-select {
    background: #eeee;
    border-radius: 0!important
}

[data-address-form] [data-type=CompanyName] input,[data-address-form] [data-type=FirstName] input,[data-address-form] [data-type=LastName] input {
    background: 0 0!important
}

[data-address-form] .form-input {
    border-radius: 0!important;
    background: #eceeee
}

@media (min-width: 1261px) {
    [data-address-form] .form-row .form-field {
        padding-left:2rem;
        padding-right: 2rem
    }
}

h1,h2,h3,h4,h5,h6 {
    counter-reset: #222
}

.main {
    overflow-x: visible!important
}

.about-video-banner iframe {
    width: 100%!important
}

.custom-cap-bg {
    background: #eceeee!important
}

.custom-cap-bg .productView-header {
    padding: 0!important
}

.custom-cap-bg .customView-info .custom-field-pv {
    position: relative;
    max-width: 1480px;
    padding: 57px 0;
    margin: 0 auto
}

.custom-cap-bg .customView-info .sectionNum {
    font-size: 20px;
    font-weight: 700
}

.custom-cap-bg .customView-info .sectionHeader::after {
    height: 5px;
    bottom: -18px
}

.custom-cap-bg .accordion .accordion-title {
    padding: 0;
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a0a0a;
    margin-top: 10px
}

.custom-cap-bg .productView.caps-productView {
    padding: 4rem 1rem;
    width: 100%!important;
    max-width: 1730px;
    margin: 0 auto
}

.custom-cap-bg .caps-productView .productView-options {
    width: 100%
}

.custom-cap-bg .custom-cap-title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    color: #f13120;
    padding: 0 0 15px;
    margin: 0
}

.custom-cap-bg .customView-page.sized-container {
    padding: 4rem 0
}

.custom-cap-bg .customView-page.sized-container {
    padding: 4rem 1rem;
    width: 100%!important;
    max-width: 1730px
}

.custom-cap-bg .customView-info {
    background: #fff;
    padding: 0 2rem;
    margin: 0!important;
    border-top: 7px solid #f13120
}

.custom-cap-bg .custom-fields-pv {
    max-width: 1480px;
    padding: 2rem 0;
    margin: 0 auto
}

ul.no-bullet {
    list-style: none
}

.icon-print-regular:before {
    content: "\e91f"
}

.icon-x-twitter:before {
    content: "\e920"
}

.icon-envelope-dot-regular:before {
    content: "\e921"
}

.icon-magnifying-glass-plus-light:before {
    content: "\e919"
}

.icon-address-card-light:before {
    content: "\e91a"
}

.icon-phone-light:before {
    content: "\e91b"
}

.icon-phone-regular:before {
    content: "\e91c"
}

.icon-envelope-light:before {
    content: "\e91d"
}

.icon-envelope-regular:before {
    content: "\e91e"
}

.icon-trash-regular:before {
    content: "\e917"
}

.icon-trash-light:before {
    content: "\e918"
}

.icon-circle-info-solid:before {
    content: "\e914"
}

.icon-plus-solid:before {
    content: "\e915"
}

.icon-minus-solid:before {
    content: "\e916"
}

.icon-chevron-down-solid:before {
    content: "\e912"
}

.icon-xmark-regular:before {
    content: "\e913"
}

.icon-clock-eight-light:before {
    content: "\e900"
}

.icon-location-dot-light:before {
    content: "\e901"
}

.icon-location-dot-regular:before {
    content: "\e902"
}

.icon-linkedin:before {
    content: "\e903"
}

.icon-instagram:before {
    content: "\e904"
}

.icon-youtube:before {
    content: "\e905"
}

.icon-facebook:before {
    content: "\e906"
}

.icon-wrench-simple-light:before {
    content: "\e907"
}

.icon-user-graduate-light:before {
    content: "\e908"
}

.icon-book-open-regular:before {
    content: "\e909"
}

.icon-rocket-launch-light:before {
    content: "\e90a"
}

.icon-chevron-right-regular:before {
    content: "\e90b"
}

.icon-cart-shopping-regular:before {
    content: "\e90c"
}

.icon-right-to-bracket-regular:before {
    content: "\e90d"
}

.icon-magnifying-glass-regular:before {
    content: "\e90e"
}

.icon-user-light:before {
    content: "\e90f"
}

.icon-circle-xmark-sharp-solid:before {
    content: "\e910"
}

.icon-check-solid:before {
    content: "\e911"
}

html {
    overflow-x: hidden
}

input#form-action-addToCart[disabled] {
    background: #ccc
}

body {
    min-width: 360px;
    font-size: 16px;
    color: #0a0a0a;
    line-height: 1.5;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif
}

@media screen and (max-width: 1500px) {
    .account__loyalty-info .account__loyalty-info-top {
        font-size:12px!important
    }

    .account__loyalty-info .account__loyalty-info-bottom {
        font-size: 20px!important
    }

    .account__loyalty-container .account__icon-description-container--top-aligned {
        top: 17%!important
    }
}

@media screen and (max-width: 1024px) {
    .account__loyalty-container .account__icon-description-container--top-aligned {
        display:none!important
    }

    .account__loyalty-container .account__loyalty-info {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .account__loyalty-container .account__loyalty-info {
        padding: 15px 30px!important
    }

    .account__loyalty-col {
        grid-template-columns: 1fr 2fr!important
    }
}

.account__loyalty-info {
    padding: 28px 48px!important
}

.account__loyalty-col {
    display: grid;
    grid-template-columns: 2fr 3fr;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.account__loyalty-info-top {
    font-size: 20px
}

.account__loyalty-info-bottom {
    font-size: 40px!important;
    margin-left: 15px
}

.account__icon-description-container--top-aligned {
    top: 42%!important
}

a,button {
    -webkit-transition: color .4s ease,background .4s ease,opacity .4s ease,visibility .4s ease;
    transition: color .4s ease,background .4s ease,opacity .4s ease,visibility .4s ease;
    outline: 0;
    color: #f13120;
    text-decoration: none
}

.navUser-item--account:focus span,.navUser-item--account:hover span {
    color: inherit!important
}

.navUser-action:hover span {
    color: #ab170d!important
}

a:hover,button:hover {
    color: #000
}

.related-carousel .card-body {
    padding: 30px 22px!important
}

.price-section.price-section--withoutTax.rrp-price--withoutTax,.related-carousel .price-section .price {
    text-align: left
}

.related-carousel.container.style01 {
    max-width: 1800px;
    padding: 0 3rem
}

.container.style01 {
    overflow-x: hidden
}

.related-carousel .card-img-container::after {
    content: none!important
}

.btn-primary {
    height: 42px;
    background: #f13120;
    padding: 10px 17px;
    border: 1px solid #f13120;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.btn-primary:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn-primary:active,.btn-primary:focus {
    background: #000;
    border: 1px dashed #000;
    color: #fff;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn-primary-outline {
    height: 42px;
    background: 0 0;
    padding: 10px 17px;
    border: 1px solid #f13120;
    color: #f13120;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.btn-primary-outline:hover {
    background: #f13120;
    border-color: #f13120;
    color: #fff;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn-primary-outline:active,.btn-primary-outline:focus {
    background: #f13120;
    border: 1px solid #f13120;
    color: #fff;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn-secondary {
    min-width: 122px;
    height: 38px;
    background: 0 0;
    padding: 9px 10px 10px;
    border: 1px solid #4e4e4e;
    color: #414141;
    border-radius: 19px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400
}

.btn-secondary i {
    margin-right: 8px
}

.btn-secondary:hover {
    background: #414141;
    border-color: #414141;
    color: #fff;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn-secondary:active,.btn-secondary:focus {
    background: #414141;
    border: 1px solid #414141;
    color: #fff;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn-outline {
    min-width: 122px;
    height: 42px;
    background: 0 0;
    padding: 15px 10px 34px 16px;
    border: 1px solid #b1b1b1;
    color: #b1b1b1;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    font-size: 20px;
    line-height: 18px;
    font-weight: 400
}

@media (max-width: 1299px) {
    .btn-outline {
        padding:11px 10px 31px 16px
    }
}

.btn-outline i {
    margin-right: 8px
}

.btn-outline:hover {
    background: #414141;
    border-color: #414141;
    color: #fff;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn-outline:active,.btn-outline:focus {
    background: #414141;
    border: 1px solid #414141;
    color: #fff;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.js-tab-hidden {
    display: block!important;
    left: -9999px!important;
    position: absolute!important;
    top: -9999px!important
}

@media (max-width: 767px) {
    .mobile-hidden {
        display:none!important
    }
}

@media (min-width: 768px) {
    .desktop-hidden {
        display:none!important
    }
}

.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

.container {
    padding: 0 20px;
    max-width: 1890px;
    margin: 0 auto
}

@media (max-width: 1449px) {
    .container {
        max-width:100%
    }
}

.img {
    display: block;
    width: 100%;
    height: auto
}

.h1,h1 {
    font-size: 50px;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    line-height: 1.08;
    font-weight: 700
}

@media (max-width: 1449px) {
    .h1,h1 {
        font-size:40px
    }
}

@media (max-width: 767px) {
    .h1,h1 {
        font-size:36px
    }
}

.h2,h2 {
    font-size: 40px;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    line-height: 1.2;
    font-weight: 700
}

@media (max-width: 767px) {
    .h2,h2 {
        font-size:26px
    }
}

.h3,h3 {
    font-size: 30px;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    line-height: 1.2;
    font-weight: 700
}

@media (max-width: 767px) {
    .h3,h3 {
        font-size:20px
    }
}

.h4,h4 {
    font-size: 20px;
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    line-height: 1.2;
    font-weight: 700
}

@media (max-width: 767px) {
    .h4,h4 {
        font-size:16px
    }
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    background: #f13120;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    background: #f13120;
    color: #fff
}

.main {
    position: relative;
    overflow-x: hidden
}

.banner-area {
    position: relative;
    padding: 129px 0 60px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 767px) {
    .banner-area {
        padding-top:70px
    }
}

.banner-area .text-box {
    max-width: 550px;
    margin-left: 10.2%
}

.about-banner h1 {
    color: #fff!important
}

@media (max-width: 767px) {
    .banner-area .text-box {
        margin-left:3%
    }
}

.banner-area .text-box h1 {
    margin: 0 0 11px;
    color: #222
}

.banner-area p {
    max-width: 310px;
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 1.5
}

.categories-area {
    padding: 48px 0 66px
}

@media (max-width: 767px) {
    .categories-area {
        padding:30px 0
    }
}

.categories-area h2 {
    margin: 0 0 28px
}

.categories-area .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 991px) {
    .categories-area .wrap {
        display:block;
        margin-right: -20px
    }
}

.categories-area .categories-sidebar {
    width: 30.7%;
    border: 1px solid #ccc;
    margin-left: 9px;
    padding: 46px 70px 94px;
    position: relative
}

@media (max-width: 1749px) {
    .categories-area .categories-sidebar {
        padding:46px 30px 80px
    }
}

@media (max-width: 1199px) {
    .categories-area .categories-sidebar {
        padding:30px 30px 60px
    }
}

@media (max-width: 991px) {
    .categories-area .categories-sidebar {
        width:inherit;
        margin: 30px 20px 0 0
    }
}

.categories-area .categories-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

@media (max-width: 1449px) {
    .categories-area .categories-holder {
        gap:20px
    }
}

.categories-area .categories-box {
    position: relative;
    width: calc(25% - 30px);
    border: 1px solid #d2d2d2;
    overflow: hidden
}

@media (max-width: 1449px) {
    .categories-area .categories-box {
        width:calc(25% - 20px)
    }
}

@media (max-width: 767px) {
    .categories-area .categories-box {
        width:calc(33.333% - 20px)
    }
}

@media (max-width: 575px) {
    .categories-area .categories-box {
        width:calc(50% - 20px)
    }
}

.categories-area .categories-box a {
    display: block;
    height: 100%
}

.categories-area .categories-box a:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.categories-area .categories-box a:hover .title {
    color: #f13120
}

.categories-area .categories-box .title {
    position: absolute;
    left: 18px;
    top: 16px;
    color: #0a0a0a;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1449px) {
    .categories-area .categories-box .title {
        font-size:14px;
        left: 12px;
        top: 10px
    }
}

@media (max-width: 1199px) {
    .categories-area .categories-box .title {
        font-size:12px
    }
}

.categories-area .categories-box img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.categories-area .info-list {
    list-style: none;
    padding: 0 20px 0 21px;
    margin: 0;
    font-size: 28px;
    line-height: 34px
}

@media (max-width: 1749px) {
    .categories-area .info-list {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 1449px) {
    .categories-area .info-list {
        font-size:16px
    }
}

@media (max-width: 1199px) {
    .categories-area .info-list {
        padding:0
    }
}

.categories-area .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 50px
}

@media (max-width: 1749px) {
    .categories-area .info-list li {
        margin:0 0 30px
    }
}

.categories-area .info-list .ico-box {
    width: 70px;
    margin-right: 28px
}

@media (max-width: 1449px) {
    .categories-area .info-list .ico-box {
        width:50px
    }
}

@media (max-width: 1199px) {
    .categories-area .info-list .ico-box {
        width:40px;
        margin-right: 12px
    }
}

.categories-area .info-list .ico-box img {
    display: block;
    width: 100%;
    height: auto
}

.categories-area .info-list .text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.categories-sidebar {
    position: relative
}

.categories-sidebar .logo-holder {
    padding-right: 20px
}

.categories-sidebar .logo {
    width: 100%;
    position: relative;
    margin: 0 0 47px
}

@media (max-width: 1199px) {
    .categories-sidebar .logo {
        margin:0 0 14px
    }
}

@media (max-width: 991px) {
    .categories-sidebar .logo {
        width:260px
    }
}

.categories-sidebar .logo .text {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    color: #f13120;
    display: block;
    margin: 0 0 -27px;
    padding: 0 0 0 112px
}

@media (max-width: 1199px) {
    .categories-sidebar .logo .text {
        font-size:20px;
        margin: 0 0 -14px;
        padding-left: 70px
    }
}

@media (max-width: 991px) {
    .categories-sidebar .logo .text {
        padding-left:100px
    }
}

.categories-sidebar .logo .text2 {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    color: #f13120;
    display: block;
    margin: -17px 0 0;
    padding: 0 0 0 52.6%;
    letter-spacing: 1.8px
}

@media (max-width: 1199px) {
    .categories-sidebar .logo .text2 {
        padding:0 0 0 50%;
        font-size: 20px
    }
}

.categories-sidebar .text-bar {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    text-align: center;
    color: #fff;
    height: 83px;
    font-size: 27px;
    line-height: 33px;
    padding: 25px 15px;
    background: #f13120
}

@media (max-width: 1749px) {
    .categories-sidebar .text-bar {
        font-size:20px;
        line-height: 26px;
        height: 60px;
        padding: 17px 15px
    }
}

@media (max-width: 1199px) {
    .categories-sidebar .text-bar {
        font-size:16px
    }
}

.categories-sidebar .text-bar strong {
    font-weight: 800
}

.academy-banner h2 {
    margin: 0 0 30px
}

.academy-banner-holder {
    background: #eceeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 81px
}

@media (max-width: 1199px) {
    .academy-banner-holder {
        display:block
    }
}

.academy-banner-holder .img {
    position: absolute;
    left: 21.3%;
    bottom: 0;
    pointer-events: none;
    z-index: 9
}

@media (max-width: 1199px) {
    .academy-banner-holder .img {
        position:static;
        max-width: 250px;
        margin: 0 auto;
        padding-top: 50px;
        display: none
    }
}

.academy-topics {
    width: 47.7%;
    position: relative;
    padding: 96px 66px 64px;
    overflow: hidden
}

@media (max-width: 1749px) {
    .academy-topics {
        padding:96px 20px 64px;
        width: 53%
    }
}

@media (max-width: 1199px) {
    .academy-topics {
        width:100%;
        position: relative;
        padding: 40px 30px 20px
    }
}

.academy-topics:before {
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    right: 27%;
    content: "";
    -webkit-transform: skewX(42deg);
    transform: skewX(42deg);
    background: #f13120
}

@media (max-width: 1199px) {
    .academy-topics:before {
        -webkit-transform:skewX(0);
        transform: skewX(0);
        width: 96%;
        display: none
    }
}

.academy-topics:after {
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    right: 35%;
    content: "";
    -webkit-transform: skewX(39.1deg);
    transform: skewX(39.1deg);
    background: #000
}

@media (max-width: 1199px) {
    .academy-topics:after {
        -webkit-transform:skewX(0);
        transform: skewX(0);
        width: 100%;
        left: 0
    }
}

.academy-topics .topics-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 27px;
    line-height: 31px;
    position: relative;
    z-index: 5
}

@media (max-width: 1749px) {
    .academy-topics .topics-list {
        font-size:20px;
        line-height: 24px;
        width: 390px
    }
}

@media (max-width: 1199px) {
    .academy-topics .topics-list {
        width:100%
    }
}

.academy-topics .topics-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 23px
}

.academy-topics .topics-list .icon-box {
    width: 52px;
    padding: 3px 0 0 3px
}

.academy-topics .topics-list .text {
    display: block;
    max-width: 302px;
    color: #fff
}

@media (max-width: 1749px) {
    .academy-topics .topics-list .text {
        max-width:254px
    }
}

@media (max-width: 1199px) {
    .academy-topics .topics-list .text {
        max-width:inherit;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        font-size: 16px
    }
}

.academy-topics .topics-list i {
    color: #f13120
}

.academy-cards {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    padding: 48px 54px 40px 0;
    position: relative;
    z-index: 22
}

@media (max-width: 1749px) {
    .academy-cards {
        padding-right:20px
    }
}

@media (max-width: 1199px) {
    .academy-cards {
        padding:25px 30px
    }
}

.academy-cards .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 17px
}

.academy-cards .head h2 {
    margin: 0;
    letter-spacing: 1px
}

@media (max-width: 767px) {
    .academy-cards .head h2 {
        padding-right:15px;
        letter-spacing: 0;
        padding-bottom: 5px
    }
}

.academy-cards .head a {
    display: inline-block
}

.academy-cards .head a i {
    display: inline-block;
    margin: 0 5px 0 10px
}

.academy-cards .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

@media (max-width: 1449px) {
    .academy-cards .holder {
        gap:15px
    }
}

@media (max-width: 767px) {
    .academy-cards .holder {
        display:block
    }
}

.academy-cards .card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 13px 16px;
    background: #fff;
    -webkit-box-shadow: 0 8px 25px rgba(0,0,0,.15);
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1449px) {
    .academy-cards .card {
        padding:10px;
        margin-bottom: 30px
    }
}

.academy-cards .card:hover {
    background: #f1f1f1
}

.academy-cards .card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #0a0a0a;
    height: 100%
}

@media (max-width: 767px) {
    .academy-cards .card a {
        display:block
    }
}

.academy-cards .card .date {
    display: block;
    font-size: 14px;
    color: #0a0a0a;
    line-height: 1.2;
    margin: 0 0 7px
}

@media (max-width: 1449px) {
    .academy-cards .card .date {
        font-size:12px
    }
}

.academy-cards .card .meta {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin: 0;
    font-style: normal
}

@media (max-width: 1449px) {
    .academy-cards .card .meta {
        font-size:12px
    }
}

@media (max-width: 767px) {
    .academy-cards .card .meta {
        padding:0 15px 15px
    }
}

.academy-cards .card .meta span {
    display: inline-block;
    padding: 0 3px
}

.academy-cards .card .descripiton {
    padding: 15px 0 26px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

@media (max-width: 767px) {
    .academy-cards .card .descripiton {
        padding:15px 15px 26px
    }
}

.academy-cards .card .h4 {
    margin: 0
}

@media (max-width: 1449px) {
    .academy-cards .card .h4 {
        font-size:14px
    }
}

@media (max-width: 991px) {
    .academy-cards .card .h4 {
        font-size:20px
    }
}

@media (max-width: 1449px) {
    .academy-cards .image {
        overflow:hidden
    }
}

.academy-cards .image img {
    display: block;
    width: 100%;
    height: auto
}

.block-post-area .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    border: 1px solid #f4f4f4;
    padding-left: 44px;
    position: relative
}

@media (max-width: 1449px) {
    .block-post-area .holder {
        padding:0
    }
}

@media (max-width: 991px) {
    .block-post-area .holder {
        display:block
    }
}

.block-post-area .holder .badge {
    position: absolute;
    left: 0;
    top: -26px;
    pointer-events: none;
    text-transform: uppercase;
    font-size: 20px
}

.block-post-area .image-holder {
    width: 35.3333%
}

@media (max-width: 1749px) {
    .block-post-area .image-holder {
        width:25%
    }
}

@media (max-width: 1449px) {
    .block-post-area .image-holder {
        width:45%
    }
}

@media (max-width: 991px) {
    .block-post-area .image-holder {
        width:80%;
        margin: 0 auto
    }
}

.block-post-area .image-holder img {
    width: 100%;
    display: block;
    height: auto
}

.block-post-area .post-info {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 51px 8px 0 0
}

@media (max-width: 1449px) {
    .block-post-area .post-info {
        padding:20px 25px 0 0
    }
}

@media (max-width: 991px) {
    .block-post-area .post-info {
        padding:45px 25px 30px
    }
}

@media (max-width: 767px) {
    .block-post-area .post-info {
        padding:45px 15px 30px
    }
}

.block-post-area .post-info .title {
    font-size: 20px;
    display: block;
    margin: 0 0 4px;
    font-weight: 700;
    color: #f23f2f
}

.block-post-area .post-info h2 {
    margin: 0 0 13px;
    line-height: 1
}

@media (max-width: 767px) {
    .block-post-area .post-info h2 {
        font-size:30px
    }
}

.block-post-area .post-info p {
    letter-spacing: 0;
    margin: 0 0 15px
}

.block-post-area .post-list {
    margin: 0 0 25px 15px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500
}

@media (max-width: 767px) {
    .block-post-area .post-list {
        margin-left:0
    }
}

.block-post-area .post-list li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 11px
}

.block-post-area .post-list li:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #f13120;
    content: ""
}

.block-post-area .service-post-area {
    width: 30.8333%
}

@media (max-width: 1449px) {
    .block-post-area .service-post-area {
        width:100%
    }
}

.block-post-area .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

@media (max-width: 767px) {
    .block-post-area .btn-wrap .btn-primary,.block-post-area .btn-wrap .btn-primary-outline {
        font-size:14px
    }
}

.service-post-area {
    padding: 38px 64px 12px 53px;
    background-color: #eceeee
}

@media (max-width: 1749px) {
    .service-post-area {
        padding:38px 30px 12px 30px
    }
}

.service-post-area .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-post-area .title-area .view-title {
    font-size: 25px;
    display: block;
    font-weight: 700
}

.service-post-area .box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    margin: 0 0 30px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 20px 45px;
    box-shadow: rgba(0,0,0,.2) 0 20px 45px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 575px) {
    .service-post-area .box-wrap {
        display:block;
        position: relative
    }
}

.service-post-area .box-wrap:hover {
    background: #f1f1f1
}

.service-post-area .box-image {
    padding: 0 10px;
    width: 193px;
    height: 163px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 575px) {
    .service-post-area .box-image {
        width:100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 50px 0 20px;
        height: inherit
    }
}

.service-post-area .box-image img {
    max-width: 100%;
    display: block;
    height: auto
}

.service-post-area .box-data {
    padding: 0 30px 0 0;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0
}

@media (max-width: 1749px) {
    .service-post-area .box-data {
        padding-right:10px
    }
}

@media (max-width: 575px) {
    .service-post-area .box-data {
        padding:0 25px 20px
    }
}

.service-post-area .box-data .tag {
    display: inline-block;
    background: #414141;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 10px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .service-post-area .box-data .tag {
        position:absolute;
        left: 0;
        top: 0
    }
}

.service-post-area .box-data .title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #0a0a0a
}

.service-post-area .box-data p {
    margin: 0;
    font-size: 14px;
    color: #555;
    max-width: 212px
}

@media (max-width: 1749px) {
    .service-post-area .box-data p {
        font-size:12px
    }
}

.post-detail-area {
    padding: 50px 0 31px
}

.post-detail-area .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1433px;
    margin: 0 auto;
    gap: 80px;
    padding: 0 10px
}

@media (max-width: 991px) {
    .post-detail-area .holder {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        gap: 0
    }
}

.post-detail-area .text-holder {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    font-size: 18px;
    color: #8e8e8e;
    position: relative;
    z-index: 40;
    padding-top: 86px
}

@media (max-width: 991px) {
    .post-detail-area .text-holder {
        -ms-flex-preferred-size:inherit;
        flex-basis: inherit;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 0 40px
    }
}

@media (max-width: 767px) {
    .post-detail-area .text-holder {
        padding:0 0 10px
    }
}

.post-detail-area .text-holder h2 {
    color: #000;
    margin: 0 0 16px
}

.post-detail-area .text-holder .subheading {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin: 0 0 25px
}

@media (max-width: 991px) {
    .post-detail-area .text-holder .subheading {
        font-size:20px
    }
}

.post-detail-area .text-holder p {
    font-size: 18px;
    line-height: 1.5
}

.post-detail-area .text-holder .para {
    max-width: 420px;
    margin: 0 0 23px
}

.post-detail-area .image-holder {
    width: 50.5%
}

@media (max-width: 1449px) {
    .post-detail-area .image-holder {
        width:45%
    }
}

@media (max-width: 991px) {
    .post-detail-area .image-holder {
        width:100%;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.post-detail-area .image-holder .mob-image {
    display: none
}

@media (max-width: 991px) {
    .post-detail-area .image-holder .mob-image {
        display:block;
        float: none;
        width: 100%;
        height: auto
    }
}

.post-detail-area .image-holder img {
    max-width: inherit;
    float: left;
    margin: 34px 0 0 -395px
}

@media (max-width: 1449px) {
    .post-detail-area .image-holder img {
        max-width:150%;
        margin-left: -252px
    }
}

@media (max-width: 991px) {
    .post-detail-area .image-holder img {
        display:none;
        margin: 0 0 40px
    }
}

.contact-section {
    background-color: #e7e7e7;
    position: relative;
    z-index: 10
}

.contact-section .cta-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1030px;
    margin: 0 auto
}

.contact-section .cta-logo-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -208px
}

@media (max-width: 1449px) {
    .contact-section .cta-logo-wrap {
        bottom:-130px
    }
}

@media (max-width: 1199px) {
    .contact-section .cta-logo-wrap {
        bottom:-100px
    }
}

@media (max-width: 767px) {
    .contact-section .cta-logo-wrap {
        bottom:-60px
    }
}

@media (max-width: 575px) {
    .contact-section .cta-logo-wrap {
        bottom:-30px
    }
}

.contact-section .image-area {
    width: 52.9%;
    margin-top: -35px;
    position: relative;
    z-index: 50
}

@media (max-width: 767px) {
    .contact-section .image-area {
        width:100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0
    }
}

@media (max-width: 767px) {
    .contact-section .image-area img {
        width:290px;
        margin: 0 auto;
        display: block
    }
}

.contact-section .cta-data {
    font-size: 20px;
    color: #555;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    position: relative;
    z-index: 50;
    margin-left: -64px;
    padding: 58px 0 0
}

@media (max-width: 991px) {
    .contact-section .cta-data {
        margin-left:-30px;
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    .contact-section .cta-data {
        width:100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        margin: 0 0 30px
    }
}

.contact-section .cta-data h2 {
    margin: 0 0 14px;
    color: #000
}

.contact-section .cta-data p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 23px
}

@media (max-width: 991px) {
    .contact-section .cta-data p {
        font-size:16px;
        line-height: 24px
    }
}

.contact-section .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.contact-section .btn-wrap .btn-primary {
    font-weight: 700;
    letter-spacing: .7px
}

.contact-section .btn-wrap .tell {
    font-weight: 700
}

@media (max-width: 767px) {
    .contact-section .btn-wrap .tell {
        font-size:14px
    }
}

.breadcrumb-area {
    position: relative;
    padding: 30px 0 40px
}

@media (max-width: 1449px) {
    .breadcrumb-area {
        padding:20px 0 30px
    }
}

@media (max-width: 639px) {
    .breadcrumb-area {
        padding:15px 0 20px
    }
}

.breadcrumb-holder {
    position: relative;
    overflow: hidden
}

.breadcrumbs {
    position: relative;
    background: 0 0;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0
}

.breadcrumbs:after,.breadcrumbs:before {
    display: none
}

.breadcrumbs>:before {
    display: none
}

.breadcrumbs li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none
}

@media (max-width: 639px) {
    .breadcrumbs li {
        font-size:15px
    }
}

.breadcrumbs li:not(:last-child):after {
    font-family: icomoon!important;
    position: relative;
    content: "\e90b";
    color: #ccc;
    top: 0;
    margin: 0 14px
}

@media (max-width: 1199px) {
    .breadcrumbs li:not(:last-child):after {
        margin:0 10px
    }
}

@media (max-width: 639px) {
    .breadcrumbs li:not(:last-child):after {
        top:2px;
        margin: 0 8px
    }
}

.breadcrumbs li.disabled a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000
}

.breadcrumbs li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    color: #ccc
}

.breadcrumbs li a:hover {
    color: #000;
    text-decoration: none
}

.product-category-section {
    position: relative
}

.product-category-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.category-sidebar {
    position: relative;
    width: 294px
}

@media (max-width: 1449px) {
    .category-sidebar {
        width:250px
    }
}

@media (max-width: 1199px) {
    .category-sidebar {
        width:220px
    }
}

@media (max-width: 991px) {
    .category-sidebar {
        width:100%
    }
}

.sidebar-widget-area {
    position: relative;
    border-top: 1px solid #ddd
}

.sidebar-widget {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #ddd
}

@media (max-width: 1449px) {
    .sidebar-widget {
        padding:22px 0
    }
}

@media (max-width: 1199px) {
    .sidebar-widget {
        padding:20px 0
    }
}

.sidebar-widget.style01 {
    border-bottom: 0;
    padding-bottom: 0
}

.sidebar-widget.active .sidebar-widget-opener:after {
    opacity: 0;
    visibility: hidden
}

.widget-heading-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

.widget-heading-area.style01 .heading {
    font-weight: 400
}

.widget-heading-area .heading {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000
}

@media (max-width: 1449px) {
    .widget-heading-area .heading {
        font-size:18px
    }
}

@media (max-width: 1199px) {
    .widget-heading-area .heading {
        font-size:17px;
        line-height: 20px
    }
}

.sidebar-breabcrumb-area {
    position: relative;
    padding: 17px 0 0
}

@media (max-width: 1199px) {
    .sidebar-breabcrumb-area {
        padding:13px 0 0
    }
}

.sidebar-breabcrumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin: 0
}

@media (max-width: 1449px) {
    .sidebar-breabcrumb {
        font-size:18px
    }
}

@media (max-width: 1199px) {
    .sidebar-breabcrumb {
        font-size:16px;
        line-height: 20px
    }
}

.sidebar-breabcrumb li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sidebar-breabcrumb li+li:before {
    font-family: icomoon!important;
    position: relative;
    content: "\e90b";
    top: 0;
    margin: 0 18px
}

@media (max-width: 1199px) {
    .sidebar-breabcrumb li+li:before {
        margin:0 14px
    }
}

.sidebar-breabcrumb li:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0
}

.sidebar-breabcrumb .text {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0
}

.sidebar-breabcrumb .text a {
    color: #000
}

.sidebar-breabcrumb .text a:hover {
    color: #f13120
}

.sidebar-breabcrumb .cancel-tag {
    position: relative;
    display: block;
    color: #000;
    font-size: 24px
}

@media (max-width: 1199px) {
    .sidebar-breabcrumb .cancel-tag {
        font-size:20px
    }
}

.sidebar-breabcrumb .cancel-tag:hover {
    color: #f13120
}

.sidebar-widget-opener-wrap {
    position: relative;
    display: block
}

.sidebar-widget-opener {
    position: relative;
    display: block;
    width: 16px;
    height: 16px
}

.sidebar-widget-opener:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -1px 0 0;
    width: 16px;
    height: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #ddd
}

.sidebar-widget-opener:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #ddd
}

.sidebar-widget-opener span:before {
    content: "";
    position: absolute;
    left: -9999px;
    right: 0;
    top: -3px;
    bottom: -4px
}

.sidebar-widget-slide {
    position: relative
}

.inner-widget-content {
    position: relative;
    padding: 17px 0 0
}

@media (max-width: 1449px) {
    .inner-widget-content {
        padding:14px 0 0
    }
}

.inner-widget-content.active .widget-more-link .less-text {
    display: inline
}

.inner-widget-content.active .widget-more-link .more-text {
    display: none
}

.checkbox-list-holder {
    position: relative;
    overflow: hidden
}

.checkbox-list {
    position: relative;
    margin: 0
}

.checkbox-list li {
    position: relative;
    margin: 0 0 20px
}

@media (max-width: 1449px) {
    .checkbox-list li {
        margin:0 0 14px
    }
}

@media (max-width: 1199px) {
    .checkbox-list li {
        margin:0 0 10px
    }
}

.products-list-holder {
    position: relative;
    overflow: hidden
}

.products-list {
    position: relative;
    margin: 0;
    font-size: 20px
}

.products-list li {
    position: relative;
    margin: 0 0 20px
}

@media (max-width: 1449px) {
    .products-list li {
        margin:0 0 14px
    }
}

@media (max-width: 1199px) {
    .products-list li {
        margin:0 0 10px
    }
}

.products-list a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.products-list a i {
    margin-right: 0;
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px;
    margin-left: 12px
}

.products-list a:hover {
    color: #f13120
}

.checkbox-label-holder {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.checkbox-label-holder .checkbox-field {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin: 0
}

.checkbox-label-holder .checkbox-field:checked+.checkbox-label .icon-wrap:before {
    opacity: 1
}

.checkbox-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.checkbox-label .checkbox-text {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding: 0 0 0 10px
}

@media (max-width: 1449px) {
    .checkbox-label .checkbox-text {
        font-size:18px
    }
}

@media (max-width: 1199px) {
    .checkbox-label .checkbox-text {
        font-size:16px;
        line-height: 20px;
        padding: 0 0 0 8px
    }
}

.checkbox-label .icon-wrap {
    position: relative;
    display: block;
    border: 2px solid #000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 4px
}

.checkbox-label .icon-wrap:before {
    position: absolute;
    left: 1px;
    top: 0;
    font-family: icomoon!important;
    content: "\e911";
    font-size: 12px;
    color: #000;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.checkbox-more-option-slide {
    position: relative
}

.widget-more-link-holder {
    position: relative;
    display: block
}

.price-link,.widget-more-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #414141;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1449px) {
    .price-link,.widget-more-link {
        font-size:15px;
        line-height: 18px
    }
}

@media (max-width: 1199px) {
    .price-link,.widget-more-link {
        font-size:14px
    }
}

.price-link .less-text,.widget-more-link .less-text {
    display: none
}

.price-link:hover,.widget-more-link:hover {
    text-decoration: none;
    color: #000
}

.price-link {
    display: block
}

.price-fields-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-link-holder {
    position: relative;
    display: block
}

.price-field-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.price-field-col {
    position: relative;
    padding: 0 10px 0 0
}

@media (max-width: 1449px) {
    .price-field-col {
        padding:0 8px 0 0
    }
}

@media (max-width: 1199px) {
    .price-field-col {
        padding:0 7px 0 0
    }
}

.price-field-col .price-field {
    width: 102px;
    height: 32px;
    background: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 16px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0
}

.price-field-col .price-field:-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.price-field-col .price-field::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.price-field-col .price-field:-ms-input-placeholder {
    color: #ccc
}

.price-field-col .price-field::-webkit-input-placeholder {
    color: #ccc
}

@media (max-width: 1449px) {
    .price-field-col .price-field {
        width:88px;
        padding: 5px 12px
    }
}

@media (max-width: 1199px) {
    .price-field-col .price-field {
        width:78px;
        padding: 5px 10px
    }
}

.category-content {
    position: relative;
    padding: 0 0 0 90px
}

@media (max-width: 1749px) {
    .category-content {
        padding:0 0 0 50px
    }
}

@media (max-width: 1449px) {
    .category-content {
        padding:0 0 0 35px
    }
}

@media (max-width: 991px) {
    .category-content {
        padding:30px 0 0
    }
}

@media (min-width: 992px) {
    .category-content {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        min-width: 0
    }
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

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

input[type=number] {
    -moz-appearance: textfield
}

.category-banner-area {
    position: relative;
    background: #eceeee
}

.category-banner-area:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #ccc;
    clip-path: polygon(0 0,100% 0%,100% 100%,40% 100%)
}

@media (max-width: 1199px) {
    .category-banner-area:before {
        width:60%
    }
}

.category-banner-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px 0 44px
}

@media (max-width: 1749px) {
    .category-banner-holder {
        padding:0 30px
    }
}

@media (max-width: 1449px) {
    .category-banner-holder {
        padding:0 10px 0 25px
    }
}

@media (max-width: 1199px) {
    .category-banner-holder {
        display:block;
        padding: 0 15px
    }
}

.category-banner-holder .image-holder {
    position: relative;
    max-width: 482px;
    margin: -35px 0 0
}

@media (max-width: 1749px) {
    .category-banner-holder .image-holder {
        max-width:400px;
        margin: -30px 0 0
    }
}

@media (max-width: 1449px) {
    .category-banner-holder .image-holder {
        max-width:350px
    }
}

@media (max-width: 1199px) {
    .category-banner-holder .image-holder {
        margin:0 auto
    }
}

.category-banner-holder .image-holder img {
    width: 100%;
    height: auto;
    display: block
}

.category-caption {
    position: relative;
    max-width: 635px;
    padding: 28px 0;
    color: #000
}

@media (max-width: 1749px) {
    .category-caption {
        max-width:600px;
        padding: 18px 0 24px
    }
}

@media (max-width: 1449px) {
    .category-caption {
        max-width:500px
    }
}

@media (max-width: 1199px) {
    .category-caption {
        max-width:100%;
        width: 100%;
        padding: 20px 0;
        text-align: center
    }
}

.category-caption h1 {
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 7px
}

@media (max-width: 1749px) {
    .category-caption h1 {
        font-size:34px;
        margin: 0 0 5px
    }
}

@media (max-width: 1449px) {
    .category-caption h1 {
        font-size:28px
    }
}

@media (max-width: 639px) {
    .category-caption h1 {
        font-size:24px
    }
}

.category-caption .title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    margin: 0 0 4px
}

@media (max-width: 1749px) {
    .category-caption .title {
        font-size:24px
    }
}

@media (max-width: 1449px) {
    .category-caption .title {
        font-size:22px
    }
}

@media (max-width: 639px) {
    .category-caption .title {
        font-size:20px
    }
}

.category-caption p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 14px
}

@media (max-width: 1449px) {
    .category-caption p {
        font-size:19px;
        margin: 0 0 12px
    }
}

@media (max-width: 639px) {
    .category-caption p {
        font-size:17px
    }
}

.category-button-holder {
    position: relative;
    display: block
}

.category-button-holder .btn-primary {
    padding: 10px 25px
}

.category-detail-area {
    position: relative;
    padding: 65px 0 80px
}

@media (max-width: 1749px) {
    .category-detail-area {
        padding:50px 0
    }
}

@media (max-width: 1449px) {
    .category-detail-area {
        padding:40px 0
    }
}

@media (max-width: 1199px) {
    .category-detail-area {
        padding:35px 0
    }
}

@media (max-width: 639px) {
    .category-detail-area {
        padding:30px 0
    }
}

.category-detail-area.style01 {
    padding-top: 0
}

.category-detail-area .category-button-holder {
    text-align: center;
    padding: 20px 0 0
}

@media (max-width: 1449px) {
    .category-detail-area .category-button-holder {
        padding:10px 0 0
    }
}

.category-detail-area .category-button-holder .btn-primary {
    padding: 14px 25px;
    height: 50px;
    min-width: 280px;
    font-size: 20px
}

@media (max-width: 1449px) {
    .category-detail-area .category-button-holder .btn-primary {
        font-size:18px;
        min-width: 240px
    }
}

@media (max-width: 575px) {
    .category-detail-area .category-button-holder .btn-primary {
        min-width:200px;
        font-size: 16px
    }
}

.category-heading-area {
    position: relative;
    padding: 0 0 30px;
    border-bottom: 2px solid #ccc
}

.category-heading-area h1 {
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 20px
}

@media (max-width: 1749px) {
    .category-heading-area h1 {
        font-size:44px
    }
}

@media (max-width: 1449px) {
    .category-heading-area h1 {
        font-size:38px
    }
}

@media (max-width: 1199px) {
    .category-heading-area h1 {
        font-size:34px
    }
}

@media (max-width: 639px) {
    .category-heading-area h1 {
        font-size:30px
    }
}

.category-heading-area h2 {
    font-family: "Libre Franklin",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 20px
}

@media (max-width: 1749px) {
    .category-heading-area h2 {
        font-size:44px
    }
}

@media (max-width: 1449px) {
    .category-heading-area h2 {
        font-size:38px
    }
}

@media (max-width: 1199px) {
    .category-heading-area h2 {
        font-size:34px
    }
}

@media (max-width: 639px) {
    .category-heading-area h2 {
        font-size:30px
    }
}

.category-heading-area .search-field {
    position: relative;
    max-width: 590px
}

@media (max-width: 1449px) {
    .category-heading-area .search-field {
        max-width:500px
    }
}

.category-heading-area .search-field input[type=search],.category-heading-area .search-field input[type=text] {
    width: 100%;
    background: #ececec;
    border-radius: 22px;
    height: 44px;
    padding: 10px 15px 10px 52px;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.category-heading-area .search-field:before {
    font-family: icomoon!important;
    position: absolute;
    left: 20px;
    top: 10px;
    content: "\e90e";
    font-size: 18px
}

.category-sub-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0 32px
}

@media (max-width: 1449px) {
    .category-sub-header {
        padding:12px 0 25px
    }
}

@media (max-width: 639px) {
    .category-sub-header {
        padding:12px 0 20px
    }
}

.category-sub-header .text {
    position: relative;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 639px) {
    .category-sub-header .text {
        font-size:15px
    }
}

.category-select-holder {
    position: relative;
    width: 254px
}

@media (max-width: 575px) {
    .category-select-holder {
        width:175px
    }
}

.category-select-holder:before {
    font-family: icomoon!important;
    content: "\e912";
    position: absolute;
    right: 18px;
    top: 11px;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    pointer-events: none
}

@media (max-width: 575px) {
    .category-select-holder:before {
        right:10px;
        font-size: 14px;
        top: 12px
    }
}

.category-select-holder .select-label {
    position: absolute;
    left: 29px;
    top: 11px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    pointer-events: none;
    margin: 0
}

@media (max-width: 575px) {
    .category-select-holder .select-label {
        left:11px;
        top: 12px;
        font-size: 14px;
        line-height: 18px
    }
}

.category-select-holder select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    padding: 5px 40px 4px 96px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    width: 100%;
    height: 40px;
    margin: 0
}

@media (max-width: 575px) {
    .category-select-holder select {
        padding:5px 30px 4px 63px;
        font-size: 14px;
        line-height: 18px
    }
}

select::-ms-expand {
    display: none
}

.category-blocks-area {
    position: relative
}

.category-row-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    overflow: hidden
}

@media (max-width: 1749px) {
    .category-row-holder {
        margin:0 -10px
    }
}

@media (max-width: 1199px) {
    .category-row-holder {
        margin:0 -5px
    }
}

.category-row-holder .columns+.columns:last-child {
    float: left
}

.category-row-holder .columns {
    float: none;
    padding: 0 20px;
    margin: 0 0 60px
}

@media (max-width: 1749px) {
    .category-row-holder .columns {
        padding:0 10px;
        margin: 0 0 40px
    }
}

@media (max-width: 1449px) {
    .category-row-holder .columns {
        margin:0 0 30px
    }
}

@media (max-width: 1199px) {
    .category-row-holder .columns {
        padding:0 5px;
        margin: 0 0 25px
    }
}

@media (max-width: 575px) {
    .category-row-holder .columns {
        width:100%
    }
}

@media (min-width: 1449px) {
    .category-row-holder .xlarge-3 {
        width:25%
    }
}

.category-block {
    position: relative
}

.category-block .image-holder {
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden
}

.category-block .image-holder a {
    display: block
}

.category-block .image-holder a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.category-block .image-holder img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.category-block .description {
    position: relative;
    color: #000;
    padding: 20px 0 0
}

@media (max-width: 1449px) {
    .category-block .description {
        padding:16px 0 0
    }
}

.category-block .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 8px
}

.category-block .title a {
    color: #000
}

.category-block .title a:hover {
    color: #f13120
}

.category-block .sub-title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px
}

.category-block .sub-title a {
    color: #000
}

.category-block .sub-title a:hover {
    color: #f13120
}

@media (max-width: 1749px) {
    .category-block .sub-title {
        font-size:18px
    }
}

@media (max-width: 1449px) {
    .category-block .sub-title {
        font-size:16px;
        line-height: 20px
    }
}

@media (max-width: 1199px) {
    .category-block .sub-title {
        font-size:15px
    }
}

.category-block .price {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: block
}

@media (max-width: 1449px) {
    .category-block .price {
        font-size:18px;
        line-height: 22px
    }
}

.category-block .price.old-price {
    color: #f13120
}

.category-block .discount {
    position: relative;
    display: block;
    margin: 10px 0 0;
    color: #414141;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

@media (max-width: 1449px) {
    .category-block .discount {
        font-size:15px;
        line-height: 18px
    }
}

.category-block .discount .amount {
    text-decoration: line-through
}

.input-number-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.input-number-group input[type=number]::-webkit-inner-spin-button,.input-number-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.input-number-group .input-group-button {
    line-height: 54px
}

.input-number-group .input-number {
    width: 54px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: 0;
    display: block;
    margin: 0;
    font-size: 20px
}

.input-number-group .input-number,.input-number-group .input-number-decrement,.input-number-group .input-number-increment {
    border: 1px solid #0a0a0a;
    height: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0
}

.input-number-group .input-number-decrement,.input-number-group .input-number-increment {
    display: inline-block;
    width: 53px;
    background: #fff;
    color: #000;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400
}

.input-number-group .input-number-decrement {
    margin-right: 0;
    border-right: 0
}

.input-number-group .input-number-increment {
    margin-left: 0;
    border-left: 0
}

.container.style01 {
    max-width: 1730px
}

.products-area {
    padding: 0 0 70px
}

@media (max-width: 991px) {
    .products-area {
        padding:0 0 30px
    }
}

.products-area .head {
    margin: 0 0 50px
}

@media (max-width: 991px) {
    .products-area .head {
        margin:0 0 30px
    }
}

.products-area .head .cat-text {
    display: block;
    color: #f13120;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.products-area h1 {
    margin: 0
}

@media (max-width: 767px) {
    .products-area h1 {
        font-size:30px
    }
}

.products-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .products-columns {
        display:block
    }
}

.products-columns .product-holder {
    width: 48%;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1199px) {
    .products-columns .product-holder {
        width:100%;
        margin: 0 0 30px
    }
}

.product-thumbs-slider {
    width: 121px;
    margin: 0 20px 0 0
}

@media (max-width: 767px) {
    .product-thumbs-slider {
        width:80px
    }
}

.product-thumbs-slider .slide {
    border: 2px solid transparent
}

.product-thumbs-slider .slide.slick-current {
    border-color: #f13120
}

.product-thumbs-slider img {
    display: block;
    width: 100%;
    height: auto
}

.product-image-slider {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.product-image-slider img {
    display: block;
    width: 100%;
    height: auto
}

.product-info {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.product-info .item-number {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px
}

.product-info .item-price {
    display: block;
    color: #ccc;
    font-size: 28px;
    line-height: 1.3
}

.product-info .item-price .old-price {
    text-decoration: line-through
}

.product-info .item-cost {
    display: block;
    font-size: 40px;
    line-height: 1.3
}

@media (max-width: 1449px) {
    .product-info .item-cost {
        font-size:30px;
        margin-bottom: 10px
    }
}

.product-info .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 45px
}

@media (max-width: 1449px) {
    .product-info .status {
        font-size:16px
    }
}

.product-info .status .icon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #6bd16e;
    color: #6bd16e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px
}

.product-info .status .icon i {
    font-size: 10px;
    line-height: 1
}

.product-info .form-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 50px
}

@media (max-width: 1749px) {
    .product-info .form-items {
        gap:15px
    }
}

@media (max-width: 767px) {
    .product-info .form-items {
        display:block
    }
}

.product-info .form-items .category-select-holder select {
    padding-left: 20px
}

@media (max-width: 767px) {
    .product-info .form-items .input-number-group {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px
    }
}

.product-info .form-items .btn-primary {
    height: 54px;
    line-height: 24px;
    padding: 15px 20px;
    font-size: 25px;
    min-width: 302px
}

@media (max-width: 1749px) {
    .product-info .form-items .btn-primary {
        font-size:20px;
        min-width: 220px
    }
}

@media (max-width: 1449px) {
    .product-info .form-items .btn-primary {
        font-size:16px;
        min-width: 170px
    }
}

@media (max-width: 767px) {
    .product-info .form-items .btn-primary {
        margin-bottom:20px
    }
}

.product-info .form-items .category-select-holder {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

@media (max-width: 767px) {
    .product-info .form-items .category-select-holder {
        width:100%
    }
}

.product-info .form-items .category-select-holder:before {
    font-size: 22px;
    right: 22px;
    top: 16px
}

@media (max-width: 1449px) {
    .product-info .form-items .category-select-holder:before {
        font-size:16px;
        right: 15px
    }
}

.product-info .form-items .category-select-holder select {
    font-size: 25px;
    height: 54px
}

@media (max-width: 1449px) {
    .product-info .form-items .category-select-holder select {
        font-size:16px
    }
}

.product-info-accordian .holder {
    padding: 0 0 25px;
    border-top: 1px solid #999
}

.product-info-accordian .holder.active .opener:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-info-accordian .acc-hidden {
    display: none
}

.product-info-accordian .opener {
    cursor: pointer
}

.description-holder h1 {
    font-size: 19px;
    margin-top: 10px;
    font-weight: 500
}

.product-info-accordian .opener {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 0;
    color: #000;
    position: relative
}

.product-info-accordian .opener:before {
    position: absolute;
    right: 20px;
    top: 17px;
    content: "";
    font-family: icomoon!important;
    content: "\e912";
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.product-info-accordian .list {
    font-size: 20px;
    line-height: 24px
}

.product-info-accordian .list li {
    position: relative;
    padding: 0 0 0 28px;
    margin: 0 0 6px
}

.product-info-accordian .list li:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 100%;
    background: #f13120
}

.related-products {
    padding: 60px 0 105px;
    background: #eceeee
}

@media (max-width: 991px) {
    .related-products {
        padding:50px 0
    }
}

.related-products h2 {
    margin: 0 0 40px;
    font-weight: 600
}

@media (max-width: 991px) {
    .related-products h2 {
        margin:0 0 20px
    }
}

.related-products .cards-slider {
    padding: 0 26px
}

@media (max-width: 1749px) {
    .related-products .cards-slider {
        padding:0
    }
}

.related-products .cards-slider .slick-list {
    padding: 20px 0 30px
}

@media (max-width: 1749px) {
    .related-products .cards-slider .slick-list {
        padding:20px 10px 30px
    }
}

@media (max-width: 767px) {
    .related-products .cards-slider .slick-list {
        padding:20px 0
    }
}

.products-card {
    background: #fff;
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,.2);
    box-shadow: 5px 5px 20px rgba(0,0,0,.2);
    margin: 0 26px
}

@media (max-width: 1749px) {
    .products-card {
        margin:0 10px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
        box-shadow: 0 0 10px rgba(0,0,0,.1)
    }
}

.products-card a {
    display: block
}

.products-card .image img {
    display: block;
    width: 100%;
    height: auto
}

.products-card .description {
    padding: 30px 22px
}

.products-card .description h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 38px
}

.products-card .description .price {
    display: block;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px
}

.products-card .description .old-price {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #ccc;
    text-transform: uppercase
}

.products-card .description .old-price em {
    font-style: normal;
    text-decoration: line-through
}

.contact-page .page-content--centered {
    width: 100%!important;
    padding: 0
}

body.contact-page .page-heading,body.contact-page nav[aria-label=Breadcrumb] {
    display: none
}

.contact-page .page {
    margin: 0!important
}

[data-contact-form] .button--primary {
    margin: 0;
    height: 70px;
    min-width: 340px;
    font-size: 25px;
    line-height: 30px;
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0!important
}

[data-contact-form] .form-actions {
    text-align: left;
    margin: 1rem 0
}

.contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.contact-row .col {
    padding: 0 15px
}

@media (max-width: 991px) {
    .contact-row .col {
        width:100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 991px) {
    .contact-row .col:last-child {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

.contact-row .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .contact-row .image-holder {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

div#contact-us-page .form-row {
    margin: 0!important;
    max-width: none;
    width: auto
}

#contact-us-page p {
    margin: 0!important
}

.contact-row .image-holder img {
    margin: -14px 0 0 20px;
    width: 100%
}

@media (max-width: 991px) {
    .contact-row .image-holder img {
        margin:0 0 40px;
        width: 100%;
        display: block;
        height: auto
    }
}

.contact-row h1 {
    margin: 0 0 46px
}

.contact-row .contact-info {
    padding-bottom: 88px
}

@media (max-width: 991px) {
    .contact-row .contact-info {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding-bottom: 40px
    }
}

.contact-col {
    width: 52%
}

@media (max-width: 767px) {
    .contact-col {
        width:100%;
        margin-bottom: 20px
    }
}

.contact-col:last-child {
    width: 48%
}

@media (max-width: 767px) {
    .contact-col:last-child {
        width:100%
    }
}

.contact-col .ico-box {
    display: block;
    font-size: 48px;
    line-height: 1;
    margin: 0 0 7px
}

.contact-col h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 30px
}

.contact-col .email {
    display: block;
    margin: 0 0 32px
}

@media (max-width: 767px) {
    .contact-col .email {
        margin:0 0 15px
    }
}

.contact-col .email a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    gap: 7px;
    line-height: 24px
}

@media (max-width: 1749px) {
    .contact-col .email a {
        font-size:16px
    }
}

@media (max-width: 1449px) {
    .contact-col .email a {
        font-size:14px
    }
}

.contact-col .email a:hover {
    color: #f13120
}

.contact-col .email a i {
    display: block;
    margin-right: 7px
}

.contact-col .time {
    display: block;
    padding: 0 0 0 30px
}

@media (max-width: 1749px) {
    .contact-col .time {
        font-size:16px;
        padding-left: 20px
    }
}

@media (max-width: 1449px) {
    .contact-col .time {
        font-size:14px
    }
}

.contact-col .tell {
    display: block
}

.contact-col .tell a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    gap: 7px;
    line-height: 24px
}

@media (max-width: 1749px) {
    .contact-col .tell a {
        font-size:16px
    }
}

@media (max-width: 1449px) {
    .contact-col .tell a {
        font-size:14px
    }
}

.contact-col .tell a:hover {
    color: #f13120
}

.contact-col .tell a i {
    display: block;
    -webkit-transform: rotate(265deg);
    transform: rotate(265deg);
    margin-right: 7px
}

.contact-col .tell .time {
    display: block;
    font-size: 16px;
    line-height: 1.2
}

.contact-form-area {
    background: #eceeee;
    padding: 112px 0 145px
}

@media (max-width: 767px) {
    .contact-form-area {
        padding:2rem 1rem!important
    }

    .contact-form-area.registration-wholesale {
        padding: 2rem 0!important
    }
}

.contact-form-area .head {
    margin: 0 0 30px;
    font-size: 25px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .contact-form-area .head {
        font-size:20px
    }
}

.contact-form-area .head p {
    font-size: 25px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .contact-form-area .head p {
        font-size:20px
    }
}

.contact-form-area .fields-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -36px
}

@media (max-width: 767px) {
    .contact-form-area .fields-area {
        margin:0
    }
}

.contact-form-area .field {
    width: 50%;
    padding: 0 36px;
    margin: 0 0 40px
}

@media (max-width: 767px) {
    .contact-form-area .field {
        width:100%;
        padding: 0;
        margin: 0 0 20px
    }
}

.contact-form-area .field.full {
    width: 100%
}

.contact-form-area .field.error input[type=text] {
    border-color: #f13120
}

.contact-form-area input[type=text] {
    display: block;
    margin: 0;
    width: 100%;
    height: 70px;
    border: 1px solid #000;
    padding: 20px;
    font-size: 20px;
    border-radius: 0!important;
    line-height: 30px
}

.contact-form-area textarea {
    display: block;
    margin: 0;
    width: 100%;
    height: 320px;
    border: 1px solid #000;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    resize: none
}

.contact-form-area label {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 15px
}

.contact-form-area .btn-primary {
    margin: 0 36px;
    height: 70px;
    min-width: 340px;
    font-size: 25px;
    line-height: 30px;
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 767px) {
    .contact-form-area .btn-primary {
        margin:0;
        min-width: 300px
    }
}

.brand-banner {
    max-width: 1860px;
    margin: 0 auto;
    min-height: 432px;
    padding-top: 9.7%
}

@media (max-width: 1199px) {
    .brand-banner {
        min-height:350px
    }
}

.brand-banner .text-box {
    margin-left: 4.2%
}

.brand-intro {
    padding: 102px 0 109px
}

@media (max-width: 1449px) {
    .brand-intro {
        padding:60px 0
    }
}

.brand-intro-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto
}

.brand-intro-row .description {
    padding-right: 48px;
    font-size: 20px;
    line-height: 1.4
}

@media (max-width: 1199px) {
    .brand-intro-row .description {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: 0
    }
}

@media (max-width: 991px) {
    .brand-intro-row .description {
        padding:0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit
    }
}

.brand-intro-row p {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 35px
}

@media (max-width: 1199px) {
    .brand-intro-row p {
        font-size:16px
    }
}

.brand-intro-row h2 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 25px
}

@media (max-width: 1199px) {
    .brand-intro-row h2 {
        font-size:20px
    }
}

.brand-intro-row .cta-box {
    background: #f13120;
    color: #fff;
    padding: 23px 56px 15px 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 516px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .brand-intro-row .cta-box {
        padding:20px
    }
}

.brand-intro-row .cta-box:hover {
    background: #000
}

.brand-intro-row .cta-box i {
    width: 62px;
    font-size: 39px;
    line-height: 1
}

.brand-intro-row .cta-box .text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    font-weight: 700;
    font-size: 18px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.brand-intro-row .image {
    margin-top: 8px
}

@media (max-width: 991px) {
    .brand-intro-row .image {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 30px
    }
}

@media (max-width: 1199px) {
    .brand-intro-row .image {
        width:45%
    }
}

@media (max-width: 991px) {
    .brand-intro-row .image {
        width:100%
    }
}

.brand-intro-row .image img {
    float: left;
    margin-left: 26px
}

@media (max-width: 1449px) {
    .brand-intro-row .image img {
        max-width:100%;
        margin: 0;
        display: block;
        height: auto
    }
}

@media (max-width: 1199px) {
    .brand-intro-row .image img {
        float:none
    }
}

.brands-area {
    padding: 86px 0 18px;
    overflow-x: hidden;
    background: #eceeee
}

.brand-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px
}

@media (max-width: 1449px) {
    .brand-box-row {
        margin:0 -15px
    }
}

.brand-box {
    padding: 0 25px 75px
}

@media (max-width: 1449px) {
    .brand-box {
        padding:0 15px 30px
    }
}

.brand-box a {
    display: block;
    position: relative;
    overflow: hidden
}

.brand-box img {
    display: block;
    width: 100%;
    height: auto
}

.brand-box .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 82%;
    min-height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    padding: 0 20px;
    color: #000
}

@media (max-width: 1449px) {
    .brand-box .title {
        font-size:20px;
        line-height: 24px
    }
}

@media (max-width: 991px) {
    .brand-box .title {
        font-size:14px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .brand-box .title {
        font-size:13px;
        line-height: 20px;
        padding: 0 12px;
        min-height: 60px
    }
}

@media (max-width: 575px) {
    .brand-box .title {
        font-size:11px;
        line-height: 15px;
        padding: 0 10px;
        min-height: 50px
    }
}

.brand-box .title span {
    position: relative
}

.brand-box .title:before {
    position: absolute;
    left: -40px;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #fff;
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg)
}

.blog-banner {
    max-width: 1860px;
    margin: 0 auto;
    min-height: 419px;
    padding-top: 8.6%
}

@media (max-width: 767px) {
    .blog-banner {
        min-height:300px
    }
}

.blog-banner .text-box {
    margin-left: 9.2%
}

.blog-banner h1 {
    color: #fff;
    margin: 0
}

.blog-banner .text {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #fff
}

.blog-main {
    background: #eceeee
}

.blog-main h1 {
    color: #fff!important
}

.blogs-features {
    padding: 55px 0 86px
}

@media (max-width: 1449px) {
    .blogs-features {
        padding:40px 0
    }
}

.blogs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

@media (max-width: 1449px) {
    .blogs-row {
        margin:0 -15px
    }
}

.blogs-row .large-6 {
    padding: 0 25px
}

@media (max-width: 1449px) {
    .blogs-row .large-6 {
        padding:0 15px
    }
}

.blog-post-main .image {
    margin: 0 0 30px
}

.blog-post-main .image img {
    display: block;
    width: 100%;
    height: auto
}

@media (max-width: 767px) {
    .blog-post-main .description {
        margin-bottom:25px
    }
}

.blog-post-main .description .date {
    display: block;
    color: #ccc;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 2px
}

.blog-post-main .description h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #000;
    margin: 0 0 6px
}

@media (max-width: 767px) {
    .blog-post-main .description h2 {
        font-size:22px
    }
}

.blog-post-main .description p {
    color: #414141;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 10px
}

@media (max-width: 767px) {
    .blog-post-main .description p {
        font-size:16px
    }
}

.blog-post-main .description .more {
    text-decoration: underline;
    font-size: 20px;
    line-height: 1.4;
    color: #f13120;
    font-weight: 700
}

.blog-post-main .description .more:hover {
    text-decoration: none;
    color: #000
}

.blog-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 17px;
    padding: 44px 0;
    border-top: 2px solid #ccc
}

@media (max-width: 767px) {
    .blog-post {
        padding:30px 0
    }
}

.blog-post:first-child {
    border-top: 0;
    padding-top: 0
}

.blog-post .image {
    width: 47.2%
}

@media (max-width: 767px) {
    .blog-post .image {
        width:100%;
        margin: 0 0 15px
    }
}

section.blogs-features .blog-post .image img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-post .image img {
    display: block;
    width: 100%;
    height: auto
}

.blog-post .description {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.blog-post .description .date {
    display: block;
    color: #ccc;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 3px
}

.blog-post .description h2 {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin: 0 0 14px
}

@media (max-width: 1449px) {
    .blog-post .description h2 {
        font-size:22px
    }
}

.blog-post .description p {
    color: #414141;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 8px
}

@media (max-width: 1449px) {
    .blog-post .description p {
        font-size:16px
    }
}

.blog-post .description .more {
    text-decoration: underline;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #f13120
}

.blog-post .description .more:hover {
    text-decoration: none;
    color: #000
}

.blogs-post-cards {
    padding: 96px 0;
    background: #fff
}

.white-text-banner h1 {
    color: #fff!important
}

.blogs-post-cards .large-3 {
    padding: 0 25px 75px
}

@media (max-width: 1449px) {
    .blogs-post-cards .large-3 {
        padding:0 15px 45px
    }
}

.blogs-post-cards .btn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 34px
}

@media (max-width: 767px) {
    .blogs-post-cards .btn-more {
        padding-top:20px
    }
}

.blogs-post-cards .btn-more .btn-primary {
    min-width: 360px;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 20px
}

@media (max-width: 767px) {
    .blogs-post-cards .btn-more .btn-primary {
        min-width:250px
    }
}

.blogs-post-cards .post-card .image {
    margin: 0 0 23px
}

.blogs-post-cards .post-card .image img {
    display: block;
    width: 100%;
    height: 330px!important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: auto
}

.blogs-post-cards .post-card .description .date {
    display: block;
    color: #ccc;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 5px
}

.blogs-post-cards .post-card .description h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 14px
}

@media (max-width: 1449px) {
    .blogs-post-cards .post-card .description h2 {
        font-size:22px
    }
}

.blogs-post-cards .post-card .description p {
    color: #414141;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 5px
}

@media (max-width: 1449px) {
    .blogs-post-cards .post-card .description p {
        font-size:16px
    }
}

.blogs-post-cards .post-card .description .more {
    text-decoration: underline;
    font-size: 20px;
    line-height: 1.4;
    color: #f13120;
    font-weight: 700;
    text-transform: capitalize
}

.blogs-post-cards .post-card .description .more:hover {
    text-decoration: none;
    color: #000
}

.single-post-area {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px
}

.single-post-area h1 {
    margin: 0 0 45px
}

@media (max-width: 767px) {
    .single-post-area h1 {
        margin:0 0 20px
    }
}

@media (max-width: 767px) {
    .single-post-area h1 br {
        display:none
    }
}

.single-post-area .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .single-post-area .holder {
        display:block
    }
}

.single-post-sidebar {
    width: 288px
}

@media (max-width: 1199px) {
    .single-post-sidebar {
        width:170px
    }
}

@media (max-width: 767px) {
    .single-post-sidebar {
        width:100%
    }
}

.single-post-area .image-banner img {
    width: 100%!important;
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.single-post-sidebar .date {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 14px;
    display: block
}

.single-post-sidebar .social-links {
    margin: 0
}

.single-post-area {
    padding-bottom: 3rem
}

.single-post-sidebar .social-links {
    gap: 10px;
    font-size: 26px;
    line-height: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.single-post-sidebar .social-links a {
    color: #000;
    font-size: 26px
}

.single-post-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

.single-post-content .wrap {
    margin: 0 0 18px
}

.single-post-content .wrap .title {
    display: block;
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 2px;
    font-weight: 700
}

.single-post-content .wrap p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 10px
}

.single-post-content .tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 24px;
    gap: 20px;
    padding: 30px 0 20px
}

@media (max-width: 767px) {
    .single-post-content .tag-list {
        padding:30px 0 50px
    }
}

.single-post-content a {
    font-weight: 600
}

.cap-visual-section-area {
    position: relative;
    padding-top: 3rem
}

.cap-visual-section-area .container {
    max-width: 1730px
}

.cap-visual-section-area.style01 .cap-visual-caption {
    max-width: 648px;
    padding: 50px 0 0
}

@media (max-width: 1749px) {
    .cap-visual-section-area.style01 .cap-visual-caption {
        max-width:550px;
        padding: 40px 0 0
    }
}

@media (max-width: 1449px) {
    .cap-visual-section-area.style01 .cap-visual-caption {
        max-width:450px;
        padding: 25px 0 0
    }
}

@media (max-width: 1199px) {
    .cap-visual-section-area.style01 .cap-visual-caption {
        max-width:100%;
        padding: 0
    }
}

.cap-visual-section-area.style01 .cap-visual-image-holder {
    max-width: 1056px
}

@media (max-width: 1749px) {
    .cap-visual-section-area.style01 .cap-visual-image-holder {
        max-width:850px
    }
}

@media (max-width: 1449px) {
    .cap-visual-section-area.style01 .cap-visual-image-holder {
        max-width:700px
    }
}

@media (max-width: 1199px) {
    .cap-visual-section-area.style01 .cap-visual-image-holder {
        max-width:550px
    }
}

.cap-visual-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cap-visual-caption {
    position: relative;
    max-width: 800px;
    color: #0a0a0a;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400
}

@media (max-width: 1749px) {
    .cap-visual-caption {
        max-width:700px;
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width: 1449px) {
    .cap-visual-caption {
        max-width:570px;
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 1199px) {
    .cap-visual-caption {
        max-width:100%;
        width: 100%;
        text-align: center;
        margin: 0 0 30px
    }
}

@media (max-width: 767px) {
    .cap-visual-caption {
        font-size:15px;
        line-height: 22px;
        margin: 0 0 25px
    }
}

.cap-visual-caption h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #222
}

@media (max-width: 1749px) {
    .cap-visual-caption h1 {
        font-size:45px;
        line-height: 50px
    }
}

@media (max-width: 1449px) {
    .cap-visual-caption h1 {
        font-size:40px;
        line-height: 1.1
    }
}

@media (max-width: 767px) {
    .cap-visual-caption h1 {
        font-size:32px
    }
}

.cap-visual-caption .title {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px
}

@media (max-width: 1749px) {
    .cap-visual-caption .title {
        font-size:22px;
        line-height: 28px
    }
}

@media (max-width: 1449px) {
    .cap-visual-caption .title {
        font-size:18px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .cap-visual-caption .title {
        font-size:16px;
        line-height: 20px
    }
}

.cap-visual-caption p {
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.cap-visual-image-holder {
    position: relative;
    max-width: 894px;
    margin: 0 -60px -25px 0;
    z-index: 3
}

@media (max-width: 1749px) {
    .cap-visual-image-holder {
        margin:0;
        top: 20px;
        max-width: 700px
    }
}

@media (max-width: 1449px) {
    .cap-visual-image-holder {
        max-width:580px
    }
}

@media (max-width: 1199px) {
    .cap-visual-image-holder {
        margin:0 auto;
        width: 100%;
        max-width: 500px;
        top: 0
    }
}

.cap-visual-image-holder img {
    width: 100%;
    height: auto;
    display: block
}

.cap-main-section {
    position: relative;
    background: #eceeee;
    margin: -130px 0 0
}

@media (max-width: 1449px) {
    .cap-main-section {
        margin:-30px 0 0
    }
}

.cap-main-section .container {
    max-width: 1730px
}

.cap-main-section.style01 {
    margin: -60px 0 0
}

@media (max-width: 1449px) {
    .cap-main-section.style01 {
        margin:0
    }
}

.cap-main-section.style01 .steps-form-area {
    padding: 0
}

.cap-main-section.style01 .inner-content {
    padding-bottom: 0
}

.cap-main-section.style01 .cap-checkbox-area {
    text-align: center;
    padding: 20px 0 0
}

@media (max-width: 1199px) {
    .cap-main-section.style01 .cap-checkbox-area {
        padding:10px 0 0
    }
}

@media (max-width: 991px) {
    .cap-main-section.style01 .cap-checkbox-area {
        padding:0
    }
}

.cap-main-section.style01 .custom-cap-area .button-holder.last-step-button {
    padding: 30px 0 160px
}

@media (max-width: 1449px) {
    .cap-main-section.style01 .custom-cap-area .button-holder.last-step-button {
        padding:30px 0 100px
    }
}

@media (max-width: 1199px) {
    .cap-main-section.style01 .custom-cap-area .button-holder.last-step-button {
        padding:25px 0 70px
    }
}

@media (max-width: 991px) {
    .cap-main-section.style01 .custom-cap-area .button-holder.last-step-button {
        padding:20px 0 50px
    }
}

@media (max-width: 767px) {
    .cap-main-section.style01 .custom-cap-area .button-holder.last-step-button {
        padding:15px 0 35px
    }
}

.cap-main-content {
    position: relative;
    padding: 65px 0
}

@media (max-width: 1449px) {
    .cap-main-content {
        padding:50px 0
    }
}

@media (max-width: 767px) {
    .cap-main-content {
        padding:45px 0
    }
}

.cap-main-content h2 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    color: #f13120;
    padding: 0 0 15px;
    margin: 0
}

@media (max-width: 1749px) {
    .cap-main-content h2 {
        font-size:36px
    }
}

@media (max-width: 1199px) {
    .cap-main-content h2 {
        font-size:34px
    }
}

@media (max-width: 991px) {
    .cap-main-content h2 {
        font-size:30px
    }

    .single-post-area .image-banner img {
        height: 400px
    }
}

@media (max-width: 767px) {
    .cap-main-content h2 {
        font-size:24px;
        padding: 0 0 12px
    }

    .single-post-area .image-banner img {
        height: 300px
    }
}

.custom-cap-area {
    position: relative;
    background: #fff;
    padding: 0 25px;
    border-top: 7px solid #f13120;
    z-index: 5
}

@media (max-width: 991px) {
    .custom-cap-area {
        border-top-width:5px;
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .custom-cap-area {
        border-top-width:3px
    }
}

.custom-cap-area .inner-content {
    position: relative;
    max-width: 1480px;
    padding: 57px 0;
    margin: 0 auto
}

@media (max-width: 1749px) {
    .custom-cap-area .inner-content {
        padding:45px 0
    }
}

@media (max-width: 1199px) {
    .custom-cap-area .inner-content {
        padding:35px 0
    }
}

@media (max-width: 991px) {
    .custom-cap-area .inner-content {
        padding:30px 0
    }
}

.custom-cap-area .inner-content.active .cap-opener i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-cap-area .sub-title {
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 12px
}

@media (max-width: 1749px) {
    .custom-cap-area .sub-title {
        font-size:18px
    }
}

@media (max-width: 1199px) {
    .custom-cap-area .sub-title {
        font-size:16px;
        margin: 0 0 8px
    }
}

@media (max-width: 767px) {
    .custom-cap-area .sub-title {
        font-size:15px;
        margin: 0 0 6px
    }
}

.custom-cap-area .heading-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 0 18px;
    border-bottom: 5px solid #000
}

@media (max-width: 1199px) {
    .custom-cap-area .heading-area {
        border-bottom-width:4px;
        padding: 0 0 14px
    }
}

@media (max-width: 767px) {
    .custom-cap-area .heading-area {
        border-bottom-width:2px;
        padding: 0 0 12px
    }
}

.custom-cap-area .heading-area .heading {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a0a0a
}

@media (max-width: 1749px) {
    .custom-cap-area .heading-area .heading {
        font-size:34px
    }
}

@media (max-width: 1449px) {
    .custom-cap-area .heading-area .heading {
        font-size:32px
    }
}

@media (max-width: 1199px) {
    .custom-cap-area .heading-area .heading {
        font-size:28px
    }
}

@media (max-width: 767px) {
    .custom-cap-area .heading-area .heading {
        font-size:22px;
        padding: 0 30px 0 0
    }
}

.custom-cap-area .heading-area .cap-opener {
    position: relative;
    display: block;
    color: #0a0a0a;
    font-size: 24px;
    margin: 10px 0 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1749px) {
    .custom-cap-area .heading-area .cap-opener {
        font-size:22px
    }
}

@media (max-width: 1199px) {
    .custom-cap-area .heading-area .cap-opener {
        font-size:20px
    }
}

@media (max-width: 767px) {
    .custom-cap-area .heading-area .cap-opener {
        font-size:18px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.custom-cap-area .heading-area .cap-opener i {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block
}

.custom-cap-area .heading-area .cap-opener:before {
    content: "";
    position: absolute;
    left: -9999px;
    top: -10px;
    bottom: -10px;
    right: 0
}

.custom-cap-area .heading-area .cap-opener:hover {
    color: #f13120
}

.custom-cap-area .inner-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 40px
}

@media (max-width: 1449px) {
    .custom-cap-area .inner-row {
        margin:0 0 25px
    }
}

@media (max-width: 767px) {
    .custom-cap-area .inner-row {
        margin:0 0 18px
    }
}

.custom-cap-area .title-col {
    position: relative;
    width: 315px
}

@media (max-width: 1449px) {
    .custom-cap-area .title-col {
        width:250px
    }
}

@media (max-width: 1199px) {
    .custom-cap-area .title-col {
        width:180px
    }
}

@media (max-width: 991px) {
    .custom-cap-area .title-col {
        width:100%;
        margin: 0 0 20px
    }
}

.custom-cap-area .title-col .sub-text {
    display: block;
    color: #ee3126;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

@media (max-width: 1749px) {
    .custom-cap-area .title-col .sub-text {
        font-size:15px
    }
}

@media (max-width: 1199px) {
    .custom-cap-area .title-col .sub-text {
        font-size:14px
    }
}

.custom-cap-area .title-col .sub-title {
    margin: 0 0 8px
}

@media (max-width: 1199px) {
    .custom-cap-area .title-col .sub-title {
        margin:0 0 6px
    }
}

.custom-cap-area .inner-title {
    position: relative;
    display: block;
    color: #0a0a0a;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 5px
}

@media (max-width: 1749px) {
    .custom-cap-area .inner-title {
        font-size:24px
    }
}

@media (max-width: 1449px) {
    .custom-cap-area .inner-title {
        font-size:22px
    }
}

@media (max-width: 1199px) {
    .custom-cap-area .inner-title {
        font-size:20px
    }
}

.custom-cap-area .description-col {
    position: relative
}

@media (min-width: 992px) {
    .custom-cap-area .description-col {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        min-width: 0
    }

    .academy-columns-area .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .academy-intro .row {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: 3rem;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .large-3 {
        width: 33.33%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-6 {
        width: 50%
    }

    .large-3 {
        width: 25%
    }
}

@media (max-width: 991px) {
    .custom-cap-area .description-col {
        width:100%
    }
}

.custom-cap-area .button-holder {
    position: relative
}

.custom-cap-area .button-holder .btn-primary {
    min-width: 272px;
    height: 62px;
    font-size: 20px;
    line-height: 24px;
    padding: 19px 25px
}

@media (max-width: 1199px) {
    .custom-cap-area .button-holder .btn-primary {
        padding:15px 20px;
        min-width: 220px;
        height: 50px;
        font-size: 18px;
        line-height: 20px
    }
}

.custom-cap-area .button-holder.last-step-button {
    text-align: center
}

.custom-cap-area .button-holder.last-step-button .btn-primary {
    min-width: 490px
}

@media (max-width: 1449px) {
    .custom-cap-area .button-holder.last-step-button .btn-primary {
        min-width:420px
    }
}

@media (max-width: 991px) {
    .custom-cap-area .button-holder.last-step-button .btn-primary {
        min-width:350px
    }
}

@media (max-width: 767px) {
    .custom-cap-area .button-holder.last-step-button .btn-primary {
        min-width:270px
    }

    .academy-intro .row {
        grid-template-columns: 1fr!important
    }
}

.content-slide {
    position: relative
}

.content-slide-wrap {
    position: relative;
    padding: 50px 0 0
}

@media (max-width: 1749px) {
    .content-slide-wrap {
        padding:40px 0 0
    }
}

@media (max-width: 767px) {
    .content-slide-wrap {
        padding:25px 0 0
    }
}

.cap-option-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -2.85%
}

@media (max-width: 1749px) {
    .cap-option-area {
        margin:0 -2%
    }
}

@media (max-width: 1199px) {
    .cap-option-area {
        margin:0 -1.5%
    }
}

.cap-option-area.four-col .cap-option-col {
    width: 25%
}

@media (max-width: 767px) {
    .cap-option-area.four-col .cap-option-col {
        width:50%
    }
}

@media (max-width: 575px) {
    .cap-option-area.four-col .cap-option-col {
        width:100%
    }
}

.cap-option-col {
    position: relative;
    padding: 0 2.85%;
    width: 33.3333%;
    margin: 0 0 20px
}

@media (max-width: 1749px) {
    .cap-option-col {
        padding:0 2%
    }
}

@media (max-width: 1199px) {
    .cap-option-col {
        padding:0 1.5%
    }
}

@media (max-width: 767px) {
    .cap-option-col {
        width:50%
    }
}

@media (max-width: 575px) {
    .cap-option-col {
        width:100%
    }
}

.caption-option-block {
    position: relative
}

.caption-option-block .image-holder {
    position: relative;
    overflow: hidden
}

.caption-option-block .image-holder img {
    width: 100%;
    height: auto;
    display: block
}

.caption-option-block .option-caption {
    position: relative;
    padding: 17px 0 0
}

@media (max-width: 767px) {
    .caption-option-block .option-caption {
        padding:12px 0 0
    }
}

.radio-option-label {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.radio-option-label input[type=radio] {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    margin: 0
}

.radio-option-label input[type=radio]:checked+.radio-option {
    font-weight: 700
}

.radio-option-label input[type=radio]:checked+.radio-option .icon:before {
    opacity: 1;
    visibility: visible
}

.radio-option-label .radio-option {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer
}

@media (max-width: 1749px) {
    .radio-option-label .radio-option {
        font-size:18px;
        line-height: 22px
    }
}

@media (max-width: 1199px) {
    .radio-option-label .radio-option {
        font-size:15px;
        line-height: 20px
    }
}

.radio-option-label .radio-option .icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1199px) {
    .radio-option-label .radio-option .icon {
        width:20px;
        height: 20px
    }
}

.radio-option-label .radio-option .icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: #000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin: -9px 0 0 -9px;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 1199px) {
    .radio-option-label .radio-option .icon:before {
        width:14px;
        height: 14px;
        margin: -7px 0 0 -7px
    }
}

.radio-option-label .radio-option .text {
    position: relative;
    display: block;
    padding: 0 0 0 12px
}

@media (max-width: 1749px) {
    .radio-option-label .radio-option .text {
        padding:0 0 0 10px
    }
}

@media (max-width: 1199px) {
    .radio-option-label .radio-option .text {
        padding:0 0 0 7px
    }
}

.cap-option-select-holder {
    position: relative
}

.cap-option-select {
    position: relative;
    width: 470px;
    height: 72px;
    margin: 0 0 20px
}

@media (max-width: 1749px) {
    .cap-option-select {
        width:420px;
        height: 64px
    }
}

@media (max-width: 767px) {
    .cap-option-select {
        width:100%;
        height: 54px;
        margin: 0 0 10px
    }
}

.cap-option-select:before {
    font-family: icomoon!important;
    content: "\e912";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 62px;
    color: #000;
    font-size: 20px;
    z-index: 3
}

@media (max-width: 1749px) {
    .cap-option-select:before {
        width:45px
    }
}

@media (max-width: 767px) {
    .cap-option-select:before {
        width:40px;
        font-size: 18px
    }
}

.cap-option-select select {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 50px;
    padding: 0 65px 0 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media (max-width: 1749px) {
    .cap-option-select select {
        padding:0 50px 0 30px;
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .cap-option-select select {
        padding:0 45px 0 20px
    }
}

.cap-option-select select::-ms-expand {
    display: none
}

.dimension-image {
    position: relative;
    max-width: 1448px;
    margin: 0 auto
}

.dimension-image img {
    width: 100%;
    height: auto;
    display: block
}

.steps-form-area {
    position: relative;
    padding: 74px 0 0
}

@media (max-width: 991px) {
    .steps-form-area {
        padding:40px 0 0
    }
}

@media (max-width: 767px) {
    .steps-form-area {
        padding:25px 0 0
    }
}

.steps-info-bar-area {
    position: relative;
    margin: 0 0 45px
}

@media (max-width: 1449px) {
    .steps-info-bar-area {
        margin:0 0 35px
    }
}

@media (max-width: 767px) {
    .steps-info-bar-area {
        margin:0 0 20px
    }
}

.steps-info-bar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #eceeee;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    padding: 16px 22px
}

@media (max-width: 1449px) {
    .steps-info-bar {
        font-size:18px;
        line-height: 24px;
        padding: 15px 18px
    }
}

@media (max-width: 767px) {
    .steps-info-bar {
        font-size:16px;
        line-height: 22px;
        padding: 12px 15px
    }
}

.steps-info-bar .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin: 4px 12px 0 0
}

@media (max-width: 1449px) {
    .steps-info-bar .info {
        font-size:18px;
        margin: 3px 8px 0 0
    }
}

@media (max-width: 767px) {
    .steps-info-bar .info {
        font-size:16px;
        margin: 2px 5px 0 0
    }
}

.steps-info-bar .info i {
    display: block
}

.steps-info-bar span {
    font-weight: 700
}

.cap-fields-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -25px
}

@media (max-width: 1449px) {
    .cap-fields-row {
        margin:0 -15px
    }
}

@media (max-width: 991px) {
    .cap-fields-row {
        margin:0 -10px
    }
}

.cap-fields-col {
    position: relative;
    padding: 0 25px;
    width: 50%
}

@media (max-width: 1449px) {
    .cap-fields-col {
        padding:0 15px
    }
}

@media (max-width: 991px) {
    .cap-fields-col {
        padding:0 10px
    }
}

@media (max-width: 767px) {
    .cap-fields-col {
        width:100%
    }
}

.cap-fields-holder {
    position: relative;
    margin: 0 0 30px
}

@media (max-width: 1449px) {
    .cap-fields-holder {
        margin:0 0 25px
    }
}

@media (max-width: 991px) {
    .cap-fields-holder {
        margin:0 0 20px
    }
}

.cap-fields-holder .label-holder {
    position: relative;
    margin: 0 0 8px
}

.cap-fields-holder label {
    display: block;
    cursor: default;
    color: #0a0a0a;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0
}

@media (max-width: 991px) {
    .cap-fields-holder label {
        font-size:17px;
        line-height: 20px
    }
}

.cap-fields-holder .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #ee3126;
    margin: 3px 0 0 6px
}

@media (max-width: 991px) {
    .cap-fields-holder .info {
        margin:2px 0 0 5px
    }
}

.cap-fields-holder .info i {
    position: relative;
    display: block;
    font-size: 18px
}

@media (max-width: 991px) {
    .cap-fields-holder .info i {
        font-size:16px
    }
}

.cap-fields-holder .required {
    font-weight: 400;
    color: #ee3126
}

.cap-fields-holder input[type=number],.cap-fields-holder input[type=text],.cap-fields-holder textarea {
    width: 100%;
    height: 62px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #000;
    padding: 5px 22px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 0
}

@media (max-width: 991px) {
    .cap-fields-holder input[type=number],.cap-fields-holder input[type=text],.cap-fields-holder textarea {
        height:48px;
        padding: 5px 18px;
        font-size: 20px;
        line-height: 22px
    }
}

.cap-fields-holder input[type=number]:focus,.cap-fields-holder input[type=text]:focus,.cap-fields-holder textarea:focus {
    border-width: 3px
}

@media (max-width: 991px) {
    .cap-fields-holder input[type=number]:focus,.cap-fields-holder input[type=text]:focus,.cap-fields-holder textarea:focus {
        border-width:2px
    }
}

.cap-fields-holder input[type=number]:disabled,.cap-fields-holder input[type=text]:disabled,.cap-fields-holder textarea:disabled {
    background: #eceeee
}

.cap-fields-holder textarea {
    height: 145px
}

.field-select-holder {
    position: relative;
    width: 100%;
    height: 62px
}

@media (max-width: 991px) {
    .field-select-holder {
        height:48px
    }
}

.field-select-holder:before {
    font-family: icomoon!important;
    content: "\e912";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    color: #000;
    font-size: 20px;
    z-index: 3
}

@media (max-width: 991px) {
    .field-select-holder:before {
        width:35px;
        font-size: 18px
    }
}

.field-select-holder select {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 0;
    padding: 0 55px 0 25px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media (max-width: 991px) {
    .field-select-holder select {
        font-size:18px;
        line-height: 22px;
        padding: 0 45px 0 18px
    }
}

.field-select-holder select::-ms-expand {
    display: none
}

.cap-sub-fields-holder {
    position: relative;
    max-width: 790px;
    padding: 12px 0 20px
}

.cap-sub-fields-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -20px
}

@media (max-width: 1449px) {
    .cap-sub-fields-area {
        margin:0 -10px
    }
}

.sub-fields-col {
    position: relative;
    padding: 0 20px;
    width: 50%
}

@media (max-width: 1449px) {
    .sub-fields-col {
        padding:0 10px
    }
}

@media (max-width: 767px) {
    .sub-fields-col {
        width:100%
    }
}

.check-options-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .check-options-list {
        margin:0 -25px
    }
}

@media (max-width: 767px) {
    .check-options-list {
        margin:0 -15px
    }
}

.check-options-list li {
    position: relative;
    padding: 0 40px
}

@media (max-width: 991px) {
    .check-options-list li {
        padding:0 25px
    }
}

@media (max-width: 767px) {
    .check-options-list li {
        padding:0 15px
    }
}

.cap-checkbox-area {
    position: relative
}

.cap-checkbox-label-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    margin: 0
}

.cap-checkbox-label-holder input[type=checkbox] {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    margin: 0
}

.cap-checkbox-label-holder input[type=checkbox]:checked+.cap-checkbox-label .icon {
    background: #0a0a0a
}

.cap-checkbox-label-holder .cap-checkbox-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer
}

.cap-checkbox-label-holder .icon {
    position: relative;
    display: block;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #0a0a0a
}

@media (max-width: 1449px) {
    .cap-checkbox-label-holder .icon {
        margin:2px 0 0
    }
}

@media (max-width: 767px) {
    .cap-checkbox-label-holder .icon {
        width:20px;
        height: 20px;
        border-radius: 3px
    }
}

.cap-checkbox-label-holder .text {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    padding: 0 0 0 13px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1749px) {
    .cap-checkbox-label-holder .text {
        font-size:18px;
        line-height: 26px;
        padding: 0 0 0 12px
    }
}

@media (max-width: 767px) {
    .cap-checkbox-label-holder .text {
        font-size:16px;
        line-height: 22px;
        padding: 0 0 0 8px
    }
}

.side-drips-col-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -30px
}

@media (max-width: 1449px) {
    .side-drips-col-area {
        margin:0 -15px
    }
}

.side-drips-col-area .inner-col {
    position: relative;
    width: 50%;
    padding: 0 30px
}

@media (max-width: 1449px) {
    .side-drips-col-area .inner-col {
        padding:0 15px
    }
}

@media (max-width: 767px) {
    .side-drips-col-area .inner-col {
        width:100%
    }

    .side-drips-col-area .inner-col .steps-info-bar-area {
        margin: 20px 0 0
    }
}

.side-drips-col-area .cap-option-select {
    width: 100%;
    margin: 0
}

.side-drips-col-area .cap-fields-holder,.side-drips-col-area .steps-info-bar-area {
    margin: 0
}

.side-drips-col-area .steps-info-bar {
    display: block;
    text-align: center
}

.holes-Specification-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 125px
}

@media (max-width: 1749px) {
    .holes-Specification-area {
        margin:0 0 80px
    }
}

@media (max-width: 1449px) {
    .holes-Specification-area {
        margin:0 0 60px
    }
}

@media (max-width: 991px) {
    .holes-Specification-area {
        margin:0 0 45px
    }
}

@media (max-width: 767px) {
    .holes-Specification-area {
        margin:0 0 30px
    }
}

.holes-text-col {
    position: relative;
    max-width: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1449px) {
    .holes-text-col {
        max-width:350px
    }
}

@media (max-width: 1199px) {
    .holes-text-col {
        max-width:300px
    }
}

@media (max-width: 991px) {
    .holes-text-col {
        max-width:280px
    }
}

@media (max-width: 767px) {
    .holes-text-col {
        max-width:100%;
        width: 100%
    }
}

.holes-text-col .cap-option-select {
    width: 100%;
    margin: 0
}

.holes-text-wrap {
    position: relative;
    color: #0a0a0a;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    max-width: 415px
}

@media (max-width: 1199px) {
    .holes-text-wrap {
        font-size:18px;
        line-height: 24px;
        max-width: inherit
    }
}

@media (max-width: 991px) {
    .holes-text-wrap {
        font-size:16px;
        line-height: 22px
    }
}

.holes-text-wrap p {
    margin: 30px 0 0;
    font-size: inherit;
    line-height: inherit
}

@media (max-width: 1199px) {
    .holes-text-wrap p {
        margin:22px 0 0
    }
}

@media (max-width: 991px) {
    .holes-text-wrap p {
        margin:18px 0 0
    }
}

.holes-text-wrap p strong {
    font-weight: 700
}

.holes-images-area {
    position: relative;
    padding: 0 0 0 56px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0
}

@media (max-width: 1449px) {
    .holes-images-area {
        padding:0 0 0 40px
    }
}

@media (max-width: 1199px) {
    .holes-images-area {
        padding:0 0 0 25px
    }
}

@media (max-width: 767px) {
    .holes-images-area {
        padding:20px 0 0;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        min-width: inherit
    }
}

.holes-images-area .images-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 -4px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.holes-images-area .images-list li {
    position: relative;
    padding: 0 4px;
    margin: 0 0 10px;
    width: 50%
}

.holes-images-area .images-list .image-wrap {
    position: relative;
    overflow: hidden
}

.holes-images-area .images-list .image-wrap img {
    width: 100%;
    height: auto;
    display: block
}

.holes-info-block {
    position: relative;
    padding: 15px 0 100px;
    border-top: 1px solid #000
}

@media (max-width: 1749px) {
    .holes-info-block {
        padding:15px 0 50px
    }
}

@media (max-width: 991px) {
    .holes-info-block {
        padding:15px 0 40px
    }
}

@media (max-width: 767px) {
    .holes-info-block {
        padding:12px 0 20px
    }
}

.holes-info-block:last-child {
    padding-bottom: 0
}

.holes-info-block .inner-heading-area {
    position: relative;
    margin: 0 0 34px
}

@media (max-width: 991px) {
    .holes-info-block .inner-heading-area {
        margin:0 0 25px
    }
}

@media (max-width: 767px) {
    .holes-info-block .inner-heading-area {
        margin:0 0 18px
    }
}

.holes-info-block .inner-heading-area .inner-heading {
    display: block;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 10px
}

@media (max-width: 991px) {
    .holes-info-block .inner-heading-area .inner-heading {
        font-size:22px;
        line-height: 26px;
        margin: 0 0 8px
    }
}

@media (max-width: 767px) {
    .holes-info-block .inner-heading-area .inner-heading {
        font-size:20px;
        line-height: 24px;
        margin: 0 0 4px
    }
}

.holes-info-block .inner-heading-area .inner-sub-text {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #ee3126
}

@media (max-width: 991px) {
    .holes-info-block .inner-heading-area .inner-sub-text {
        font-size:15px
    }
}

@media (max-width: 767px) {
    .holes-info-block .inner-heading-area .inner-sub-text {
        font-size:14px
    }
}

.holes-shapes-info-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 38px
}

@media (max-width: 991px) {
    .holes-shapes-info-row {
        margin:0 0 25px
    }
}

@media (max-width: 767px) {
    .holes-shapes-info-row {
        margin:0 0 18px
    }
}

.hole-label {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 10px
}

@media (max-width: 1199px) {
    .hole-label {
        font-size:18px;
        line-height: 22px
    }
}

@media (max-width: 991px) {
    .hole-label {
        font-size:17px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .hole-label {
        font-size:16px
    }
}

.shape-select-area {
    position: relative;
    width: 476px
}

@media (max-width: 1199px) {
    .shape-select-area {
        width:400px
    }
}

@media (max-width: 991px) {
    .shape-select-area {
        width:350px
    }
}

@media (max-width: 767px) {
    .shape-select-area {
        width:100%
    }
}

.shape-select-area .cap-option-select {
    width: 100%;
    margin: 0
}

.shape-option-radio-area {
    position: relative;
    padding: 0 0 0 40px
}

@media (max-width: 991px) {
    .shape-option-radio-area {
        padding:0 0 0 25px
    }
}

@media (max-width: 767px) {
    .shape-option-radio-area {
        padding:15px 0 0
    }
}

.shape-option-radio-holder {
    position: relative
}

.shape-option-radio-holder .check-options-list {
    margin-top: 29px
}

@media (max-width: 991px) {
    .shape-option-radio-holder .check-options-list {
        margin-top:22px
    }
}

@media (max-width: 767px) {
    .shape-option-radio-holder .check-options-list {
        margin-top:12px
    }
}

.holes-fields-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -25px 44px
}

@media (max-width: 1749px) {
    .holes-fields-area {
        margin:0 -15px 40px
    }
}

@media (max-width: 1199px) {
    .holes-fields-area {
        margin:0 -10px 30px
    }
}

@media (max-width: 767px) {
    .holes-fields-area {
        margin:0
    }
}

.holes-fields-area:last-child {
    margin-bottom: 0
}

.holes-field-col {
    position: relative;
    padding: 0 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1749px) {
    .holes-field-col {
        padding:0 15px
    }
}

@media (max-width: 1199px) {
    .holes-field-col {
        padding:0 10px
    }
}

@media (max-width: 767px) {
    .holes-field-col {
        padding:0;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: 100%;
        margin: 0 0 20px
    }
}

.holes-field-col .shape-select-area {
    width: 100%
}

.holes-field-col .cap-fields-holder {
    margin: 0
}

.holes-field-col .cap-option-select,.holes-shapes-info-row .cap-option-select {
    height: 62px
}

@media (max-width: 991px) {
    .holes-field-col .cap-option-select,.holes-shapes-info-row .cap-option-select {
        height:48px
    }
}

@media (max-width: 991px) {
    .holes-field-col .cap-option-select select,.holes-shapes-info-row .cap-option-select select {
        padding:0 45px 0 25px
    }
}

.holes-field-col .cap-option-select:before,.holes-shapes-info-row .cap-option-select:before {
    width: 50px
}

@media (max-width: 991px) {
    .holes-field-col .cap-option-select:before,.holes-shapes-info-row .cap-option-select:before {
        width:40px;
        font-size: 18px
    }
}

.product-cart-area {
    padding: 157px 0 138px
}

@media (max-width: 1199px) {
    .product-cart-area {
        padding:120px 0
    }
}

@media (max-width: 767px) {
    .product-cart-area {
        padding:80px 0
    }
}

@media (max-width: 574px) {
    .product-cart-area {
        padding:40px 0
    }
}

.product-cart-area .holder {
    max-width: 692px;
    margin: 0 auto;
    padding: 0 10px
}

.product-cart-area .cart-image {
    text-align: center;
    margin-bottom: 12px
}

.product-cart-area .cart-image span {
    display: block;
    font-size: 100px
}

@media (max-width: 1199px) {
    .product-cart-area .cart-image span {
        font-size:80px
    }
}

@media (max-width: 767px) {
    .product-cart-area .cart-image span {
        font-size:60
    }
}

@media (max-width: 574px) {
    .product-cart-area .cart-image span {
        font-size:40px
    }
}

.product-cart-area .cart-info {
    text-align: center
}

.product-cart-area .cart-info h1 {
    margin: 0 0 14px
}

@media (max-width: 1199px) {
    .product-cart-area .cart-info h1 {
        font-size:38px
    }
}

@media (max-width: 767px) {
    .product-cart-area .cart-info h1 {
        font-size:28px
    }
}

@media (max-width: 574px) {
    .product-cart-area .cart-info h1 {
        font-size:22px
    }
}

.product-cart-area .cart-info p {
    margin: 0;
    font-size: 25px
}

@media (max-width: 767px) {
    .product-cart-area .cart-info p {
        font-size:22px
    }
}

@media (max-width: 574px) {
    .product-cart-area .cart-info p {
        font-size:18px
    }
}

.order-products-area {
    padding: 14px 0 80px
}

.order-products-area .product-area {
    padding: 0 10px;
    max-width: 1722px;
    margin: 0 auto
}

.order-products-area .product-area h1 {
    font-size: 50px;
    text-align: left;
    color: #222;
    margin: 0
}

@media (max-width: 767px) {
    .order-products-area .product-area h1 {
        font-size:38px
    }
}

@media (max-width: 574px) {
    .order-products-area .product-area h1 {
        font-size:28px;
        padding: 0
    }
}

.order-products-area .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .order-products-area .holder {
        display:block
    }
}

.order-products-area .cart-products-list {
    width: 63.5%
}

@media (max-width: 1024px) {
    .order-products-area .cart-products-list {
        width:100%
    }
}

.order-products-area .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 50px 0 66px
}

@media (max-width: 767px) {
    .order-products-area .list {
        gap:16px;
        padding: 30px 0
    }
}

@media (max-width: 574px) {
    .order-products-area .list {
        display:block;
        padding: 15px 0
    }
}

.order-products-area .list:first-child {
    border-bottom: 1px solid #ccc
}

.order-products-area .list:nth-child(2) {
    padding-top: 68px
}

@media (max-width: 767px) {
    .order-products-area .list:nth-child(2) {
        gap:16px;
        padding: 30px 0
    }
}

@media (max-width: 574px) {
    .order-products-area .list:nth-child(2) {
        padding:15px 0
    }
}

.order-products-area .list-image {
    width: 175px;
    height: 175px
}

@media (max-width: 574px) {
    .order-products-area .list-image {
        width:100%;
        margin-bottom: 20px;
        height: auto
    }
}

.order-products-area .list-image img {
    width: 100%;
    display: block
}

.order-products-area .add-item-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

@media (max-width: 767px) {
    .order-products-area .add-item-holder {
        gap:20px
    }
}

@media (max-width: 574px) {
    .order-products-area .add-item-holder {
        gap:12px
    }
}

.order-products-area .product-data {
    margin: -7px 0 0;
    width: 100%
}

.order-products-area .product-data p {
    font-size: 15px;
    margin-bottom: 16px
}

@media (max-width: 1199px) {
    .order-products-area .product-data p {
        margin-bottom:15px
    }
}

.order-products-area .product-data .trash-icon {
    display: inline-block;
    color: #000;
    font-size: 32px
}

@media (max-width: 1199px) {
    .order-products-area .product-data .trash-icon {
        font-size:26px
    }
}

@media (max-width: 767px) {
    .order-products-area .product-data .trash-icon {
        font-size:22px
    }
}

@media (max-width: 574px) {
    .order-products-area .product-data .trash-icon {
        font-size:18px
    }
}

.order-products-area .product-data .trash-icon:hover {
    color: #f13120
}

.order-products-area .product-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 574px) {
    .order-products-area .product-range {
        margin-bottom:10px
    }
}

.order-products-area .product-range .range {
    font-size: 16px;
    display: block
}

.order-products-area .product-range .price {
    font-weight: 700;
    font-size: 18px
}

.order-products-area .product-range p {
    margin: 0 0 20px;
    font-size: 20px
}

.order-products-area .product-title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px
}

@media (max-width: 574px) {
    .order-products-area .product-title {
        font-size:12px
    }
}

@media (max-width: 767px) {
    .order-products-area .product-title {
        font-size:16px
    }
}

@media (max-width: 1380px) {
    .order-products-area .product-title br {
        display:none
    }
}

.order-products-area .product-title a {
    color: #000;
    text-decoration: underline
}

.order-products-area .product-title a:hover {
    color: #f13120;
    text-decoration: none
}

.order-products-area .product-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

.order-products-area .product-count li {
    list-style: none
}

.order-products-area .product-count a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    width: 49px;
    height: 46px;
    border: 1px solid #000
}

@media (max-width: 574px) {
    .order-products-area .product-count a {
        font-size:14px;
        width: 25px;
        height: 25px
    }
}

.order-products-area .order-list {
    width: 25.3%;
    padding-top: 38px
}

@media (max-width: 1024px) {
    .order-products-area .order-list {
        width:100%;
        padding-top: 24px
    }
}

@media (max-width: 767px) {
    .order-products-area .order-list {
        padding-top:18px
    }
}

.order-products-area .order-list .order-list-title {
    display: block;
    font-size: 25px;
    font-weight: 600
}

.order-products-area .order-list .price-list {
    padding: 0;
    margin: 0
}

.order-products-area .order-list .price-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 6px;
    gap: 15px
}

.order-products-area .order-list .price-list li .btn {
    display: block
}

.order-products-area .order-list .price-list li a {
    color: #000;
    text-decoration: underline
}

.order-products-area .order-list .price-list li a:hover {
    color: #f13120;
    text-decoration: none
}

.order-products-area .order-list .price-list .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.order-products-area .order-list .price-list .btn-wrap .btn {
    width: 256px;
    height: 30px;
    font-size: 16px;
    padding: 5px 0;
    color: #fff;
    text-decoration: none
}

@media (max-width: 574px) {
    .order-products-area .order-list .price-list .btn-wrap .btn {
        width:195px
    }
}

.order-products-area .order-list .price-list .input {
    width: 256px
}

@media (max-width: 574px) {
    .order-products-area .order-list .price-list .input {
        width:195px
    }
}

.order-products-area .order-list .price-list .input input {
    outline: 0;
    background-color: transparent;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 10px;
    border: 1px solid #000
}

.order-products-area .order-list .price-list .input input::-webkit-input-placeholder {
    font-size: 16px;
    color: #b1b1b1
}

.order-products-area .order-list .price-list .input input::-moz-placeholder {
    font-size: 16px;
    color: #b1b1b1
}

.order-products-area .order-list .price-list .input input:-ms-input-placeholder {
    font-size: 16px;
    color: #b1b1b1
}

.order-products-area .order-list .price-list .input input::-ms-input-placeholder {
    font-size: 16px;
    color: #b1b1b1
}

.order-products-area .order-list .price-list .input input::placeholder {
    font-size: 16px;
    color: #b1b1b1
}

@media (max-width: 574px) {
    .order-products-area .order-list .price-list .input input::-webkit-input-placeholder {
        font-size:12px
    }

    .order-products-area .order-list .price-list .input input::-moz-placeholder {
        font-size: 12px
    }

    .order-products-area .order-list .price-list .input input:-ms-input-placeholder {
        font-size: 12px
    }

    .order-products-area .order-list .price-list .input input::-ms-input-placeholder {
        font-size: 12px
    }

    .order-products-area .order-list .price-list .input input::placeholder {
        font-size: 12px
    }
}

.order-products-area .order-list .price-list .item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    gap: 15px
}

.order-products-area .order-list .price-list .item-name label {
    background-color: transparent;
    border: 1px solid #050505;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    height: 18px;
    position: absolute;
    display: inline-block;
    width: 18px
}

.order-products-area .order-list .price-list .item-name label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px
}

.order-products-area .order-list .price-list .item-name input[type=checkbox]+label {
    margin: 0 0 0 3px
}

.order-products-area .order-list .price-list .item-name input[type=checkbox] {
    visibility: hidden
}

.order-products-area .order-list .price-list .item-name input[type=checkbox]:checked+label {
    background-color: #f13120;
    border-color: #f13120
}

.order-products-area .order-list .price-list .item-name input[type=checkbox]:checked+label:after {
    opacity: 1
}

.order-products-area .order-list .price-list .item-price {
    font-size: 20px;
    font-weight: 400;
    display: block
}

.order-products-area .order-list .price-list .input-select {
    position: relative;
    width: 256px
}

@media (max-width: 574px) {
    .order-products-area .order-list .price-list .input-select {
        width:195px
    }
}

.order-products-area .order-list .price-list .input-select:before {
    font-family: icomoon!important;
    content: "\e912";
    position: absolute;
    right: 18px;
    top: 6px;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    pointer-events: none
}

@media (max-width: 574px) {
    .order-products-area .order-list .price-list .input-select:before {
        right:10px;
        font-size: 14px;
        top: 6px
    }
}

.order-products-area .order-list .price-list .input-label {
    font-size: 20px;
    display: block;
    color: #868686
}

@media (max-width: 574px) {
    .order-products-area .order-list .price-list .input-label {
        font-size:12px
    }
}

.order-products-area .order-list .price-list select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    width: 100%;
    height: 30px;
    margin: 0
}

@media (max-width: 574px) {
    .order-products-area .order-list .price-list select {
        font-size:12px
    }
}

.order-products-area .order-list .btn {
    display: block;
    font-size: 25px;
    height: 70px;
    padding: 22px 17px
}

@media (max-width: 767px) {
    .order-products-area .order-list .btn {
        height:48px;
        font-size: 20px;
        padding: 14px 17px
    }
}

.order-products-area .total-price {
    border-top: 2px solid #000;
    margin-top: 16px;
    padding-top: 6px!important;
    margin-bottom: 26px
}

.order-products-area .total-price .item-name {
    color: #000;
    font-size: 25px!important;
    font-weight: 600!important;
    display: block!important
}

@media (max-width: 574px) {
    .order-products-area .total-price .item-name {
        font-size:20px!important
    }
}

.order-products-area .total-price .item-price {
    color: #000;
    font-size: 25px!important;
    font-weight: 600!important;
    display: block
}

@media (max-width: 574px) {
    .order-products-area .total-price .item-price {
        font-size:20px!important
    }
}

.tabs-area-row {
    padding: 99px 0
}

@media (max-width: 1024px) {
    .tabs-area-row {
        padding:50px 0
    }
}

@media (max-width: 767px) {
    .tabs-area-row {
        padding:20px 0 40px
    }
}

.tabs-area-row h1 {
    margin-bottom: 1rem
}

@media (max-width: 1299px) {
    .tabs-area-row h1 {
        font-size:38px
    }
}

@media (max-width: 767px) {
    .tabs-area-row h1 {
        font-size:26px
    }
}

.tabs-area-row .tabs-menu-select {
    display: none
}

.tabs-area-row .tabs-menu-select select {
    outline: 0;
    border: 1px solid #ececec
}

@media (max-width: 767px) {
    .tabs-area-row .tabs-menu-select {
        display:block
    }
}

.tabs-area-row .tabs-menu-row {
    padding: 0;
    margin: 0 0 57px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    margin-bottom: 30px
}

.tabs-area-row .tabs-menu-row.order-tabs-row {
    margin-bottom: 56px
}

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

@media (max-width: 1199px) {
    .tabs-area-row .tabs-menu-row {
        gap:12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tabs-area-row .tabs-menu-row li {
    list-style: none
}

.tabs-area-row .tabs-menu-row a {
    display: block;
    font-size: 20px;
    border-bottom: 1px solid transparent;
    color: #1a1a1a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width: 1199px) {
    .tabs-area-row .tabs-menu-row a {
        font-size:16px
    }
}

.tabs-area-row .tabs-menu-row a:hover {
    color: #f13120
}

.tabs-area-row .tabs-menu-row a.active {
    color: #f13120;
    border-color: #f13120;
    font-weight: 700
}

.tabs-area-row .bronze-bar {
    background: #f1b911;
    margin-left: -15px;
    padding: 6px 0 7px 63px;
    position: relative
}

.tabs-area-row .bronze-bar.disable {
    background: #bfbfc0
}

.tabs-area-row .bronze-bar:before {
    position: absolute;
    left: 2px;
    bottom: -10px;
    background-color: #000;
    width: 25px;
    height: 15px;
    content: "";
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tabs-area-row .bronze-bar .bar-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    position: relative
}

.tabs-area-row .bronze-item-row {
    background: #eceeee;
    z-index: 10;
    position: relative;
    padding: 28px 190px 28px 48px;
    margin-bottom: 31px
}

@media (max-width: 1024px) {
    .tabs-area-row .bronze-item-row {
        padding:22px 80px 22px 30px
    }
}

@media (max-width: 767px) {
    .tabs-area-row .bronze-item-row {
        margin-bottom:0
    }
}

@media (max-width: 574px) {
    .tabs-area-row .bronze-item-row {
        padding:15px 39px 22px 13px
    }
}

.tabs-area-row .bronze-item-row .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .tabs-area-row .bronze-item-row .item-wrap {
        display:block
    }
}

.tabs-area-row .bronze-item-row .item.order {
    margin-left: -107px
}

@media (max-width: 991px) {
    .tabs-area-row .bronze-item-row .item.order {
        margin-left:0
    }
}

.tabs-area-row .bronze-item-row .item p {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

@media (max-width: 1499px) {
    .tabs-area-row .bronze-item-row .item p {
        font-size:16px
    }
}

@media (max-width: 1024px) {
    .tabs-area-row .bronze-item-row .item p {
        font-size:12px
    }
}

.tabs-area-row .bronze-item-row .item p i {
    color: #f13120
}

.tabs-area-row .bronze-item-row .item p img {
    margin-right: 10px
}

.tabs-area-row .bronze-item-row .item p span {
    font-size: 40px;
    font-weight: 500;
    margin-left: 15px
}

@media (max-width: 1499px) {
    .tabs-area-row .bronze-item-row .item p span {
        font-size:28px;
        margin-left: 8px
    }
}

@media (max-width: 1024px) {
    .tabs-area-row .bronze-item-row .item p span {
        font-size:20px
    }
}

.tabs-area-row .boxes-row {
    padding: 40px 0
}

@media (max-width: 767px) {
    .tabs-area-row .boxes-row {
        padding:20px 0
    }
}

.tabs-area-row .boxes-row .boxes-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px
}

@media (max-width: 1024px) {
    .tabs-area-row .boxes-row .boxes-wrap {
        display:block
    }
}

.tabs-area-row .boxes-row .box-area {
    padding: 0 30px;
    width: 33.3333%
}

@media (max-width: 1024px) {
    .tabs-area-row .boxes-row .box-area {
        width:100%;
        margin-bottom: 20px
    }
}

.tabs-area-row .boxes-row .box-area.type .box {
    padding: 65px 50px 15px 50px;
    text-align: center;
    background: 0 0;
    min-height: 100%
}

.tabs-area-row .boxes-row .box-area.type .box-title {
    position: relative;
    margin: 0
}

@media (max-width: 1299px) {
    .tabs-area-row .boxes-row .box-area.type .box-title {
        font-size:20px
    }
}

.tabs-area-row .boxes-row .box-area.type .box-title:before {
    position: absolute;
    top: -64px;
    left: 50%;
    height: 49px;
    width: 3px;
    content: "";
    background: #000
}

@media (max-width: 1499px) {
    .tabs-area-row .boxes-row .box-area.type .box-title:before {
        left:52%
    }
}

@media (max-width: 1299px) {
    .tabs-area-row .boxes-row .box-area.type .box-title:before {
        height:30px;
        top: -50px
    }
}

@media (max-width: 1024px) {
    .tabs-area-row .boxes-row .box-area.type .box-title:before {
        left:50.6%
    }
}

@media (max-width: 767px) {
    .tabs-area-row .boxes-row .box-area.type .box-title:before {
        left:49%
    }
}

.tabs-area-row .boxes-row .box-area.type .box-title:after {
    position: absolute;
    left: 45%;
    top: -42px;
    height: 3px;
    width: 51px;
    content: "";
    background: #000
}

@media (max-width: 1299px) {
    .tabs-area-row .boxes-row .box-area.type .box-title:after {
        width:30px;
        left: 47%;
        top: -37px
    }
}

@media (max-width: 1024px) {
    .tabs-area-row .boxes-row .box-area.type .box-title:after {
        width:30px;
        left: 43.3%;
        top: -37px
    }
}

@media (max-width: 767px) {
    .tabs-area-row .boxes-row .box-area.type .box-title:after {
        left:43.3%
    }
}

.tabs-area-row .boxes-row a.box:hover {
    background: #eceeee!important
}

.tabs-area-row .boxes-row .box {
    background: #eceeee;
    padding: 56px 50px 71px 74px;
    border: 1px solid #ccc;
    display: block;
    color: #000;
    min-height: 398px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1499px) {
    .tabs-area-row .boxes-row .box {
        padding:40px 40px 60px 50px
    }
}

@media (max-width: 1299px) {
    .tabs-area-row .boxes-row .box {
        padding:30px 30px 40px 40px
    }
}

.tabs-area-row .boxes-row .box .box-title {
    display: block;
    margin: 0 0 25px
}

.tabs-area-row .boxes-row .box p {
    margin: 0 0 20px;
    font-size: 20px
}

@media (max-width: 1299px) {
    .tabs-area-row .boxes-row .box p {
        font-size:18px
    }
}

.tabs-area-row .boxes-row .box p .expiry {
    margin-left: 50px
}

.tabs-area-row .boxes-row .box .tel {
    display: block;
    font-size: 20px;
    margin: 0 0 26px
}

@media (max-width: 1299px) {
    .tabs-area-row .boxes-row .box .tel {
        font-size:16px
    }
}

.tabs-area-row .boxes-row .box .tel a {
    color: #000;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tabs-area-row .boxes-row .box .tel a:hover {
    color: #f13120
}

.tabs-area-row .boxes-row .box-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block
}

@media (max-width: 1299px) {
    .tabs-area-row .boxes-row .box-title {
        font-size:20px
    }
}

.tabs-area-row .boxes-row .btn-area {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs-area-row .boxes-row .btn-area .btn-primary {
    padding: 15px 41px 35px 33px
}

@media (max-width: 1299px) {
    .tabs-area-row .boxes-row .btn-area .btn-primary {
        padding:12px 29px 30px 29px
    }
}

.form-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 51px;
    padding-top: 27px
}

@media (max-width: 574px) {
    .form-holder {
        display:block;
        margin-bottom: 18px
    }
}

.form-holder .search-box {
    width: 522px;
    position: relative;
    margin-right: 21px
}

@media (max-width: 574px) {
    .form-holder .search-box {
        width:100%;
        margin-bottom: 10px
    }
}

.form-holder .search-box input[type=text] {
    width: 100%;
    background: #ececec;
    border-radius: 22px;
    height: 44px;
    padding: 10px 15px 10px 52px;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    outline: 0;
    border: 0;
    margin: 0
}

.form-holder .search-box:before {
    font-family: icomoon!important;
    position: absolute;
    left: 21px;
    top: 8px;
    content: "\e90e";
    font-size: 18px
}

.form-holder .btn-secondary {
    font-size: 20px;
    border-radius: 30px;
    padding: 12px 25px 31px 25px
}

@media (max-width: 1499px) {
    .form-holder .btn-secondary {
        font-size:16px;
        padding: 12px 20px 22px 22px
    }
}

@media (max-width: 991px) {
    .form-holder .btn-secondary {
        font-size:12px;
        padding: 10px 12px 16px 16px
    }
}

@media (max-width: 574px) {
    .form-holder .btn-secondary {
        display:block
    }
}

.blocks-area .block-info {
    border: 1px solid #000;
    padding: 36px 50px 52px 64px;
    margin-bottom: 47px
}

@media (max-width: 991px) {
    .blocks-area .block-info {
        padding:23px 0 23px 30px
    }
}

@media (max-width: 574px) {
    .blocks-area .block-info {
        margin-bottom:23px
    }
}

.blocks-area .order-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blocks-area .order-number {
    width: 30%
}

@media (max-width: 991px) {
    .blocks-area .order-number {
        margin-bottom:15px
    }
}

@media (max-width: 991px) {
    .blocks-area .order-number {
        width:50%
    }
}

@media (max-width: 574px) {
    .blocks-area .order-number {
        width:100%
    }
}

.blocks-area .order-number .bold-title {
    font-weight: 600;
    font-size: 20px;
    display: block
}

@media (max-width: 1299px) {
    .blocks-area .order-number .bold-title {
        font-size:16px
    }
}

.blocks-area .order-number p {
    margin: 0
}

.blocks-area .order-number:nth-child(2) {
    margin-left: 69px
}

@media (max-width: 991px) {
    .blocks-area .order-number:nth-child(2) {
        margin-left:0
    }
}

.blocks-area .order-number:nth-child(3) {
    margin-left: -37px
}

@media (max-width: 991px) {
    .blocks-area .order-number:nth-child(3) {
        margin-left:0
    }
}

.blocks-area .order-number:nth-child(4) {
    margin-left: -33px;
    width: 10%
}

@media (max-width: 991px) {
    .blocks-area .order-number:nth-child(4) {
        width:50%;
        margin-left: 0
    }
}

@media (max-width: 574px) {
    .blocks-area .order-number:nth-child(4) {
        width:100%
    }
}

.blocks-area .order-number:nth-child(5) {
    padding-top: 35px
}

@media (max-width: 991px) {
    .blocks-area .order-number:nth-child(5) {
        padding-top:0
    }
}

.blocks-area .order-number:nth-child(6) {
    padding-top: 35px;
    margin-left: 69px
}

@media (max-width: 991px) {
    .blocks-area .order-number:nth-child(6) {
        margin-left:0;
        padding-top: 0
    }
}

.blocks-area .order-number:nth-child(7) {
    padding-top: 35px;
    margin-left: -37px
}

@media (max-width: 991px) {
    .blocks-area .order-number:nth-child(7) {
        margin-left:0;
        padding-top: 0
    }
}

.blocks-area .order-number .btn {
    font-size: 20px;
    font-weight: 600;
    padding: 16px 24px 33px 33px;
    margin-left: -58px;
    border-radius: 25px
}

@media (max-width: 1499px) {
    .blocks-area .order-number .btn {
        font-size:16px;
        padding: 12px 20px 22px 22px
    }
}

@media (max-width: 991px) {
    .blocks-area .order-number .btn {
        font-size:12px;
        padding: 10px 12px 16px 16px;
        margin-left: 0
    }
}

@media (max-width: 574px) {
    .blocks-area .order-number .btn {
        margin-right:23px;
        display: block
    }
}

.blocks-area .order-number .title {
    display: block;
    font-size: 25px;
    font-weight: 700
}

@media (max-width: 1299px) {
    .blocks-area .order-number .title {
        font-size:18px
    }
}

.blocks-area .order-number p {
    font-size: 20px;
    margin: 0
}

@media (max-width: 1299px) {
    .blocks-area .order-number p {
        font-size:14px
    }
}

.bronze-bar.gray {
    background-color: #bfbfc0
}

.order-items {
    padding: 40px 0
}

@media only screen and (max-width: 768px) {
    .order-items .container {
        padding:0!important
    }
}

@media (max-width: 1024px) {
    .order-items {
        padding:20px 0
    }
}

.order-items .item-wrap {
    max-width: 1571px;
    margin: 0 auto;
    padding: 0 15px
}

@media only screen and (max-width: 768px) {
    .order-items .item-wrap {
        padding:0
    }
}

.order-items .item {
    border: 1px solid #ccc;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 54px;
    margin-bottom: 42px
}

@media (max-width: 1024px) {
    .order-items .item {
        gap:20px
    }
}

@media (max-width: 767px) {
    .order-items .item {
        display:block;
        padding: 20px;
        margin-bottom: 28px
    }
}

.order-items .item-image {
    border: 1px solid #ccc;
    width: 187px;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 767px) {
    .order-items .item-image {
        padding:0
    }
}

.order-items .item-image img {
    width: 100%;
    display: block;
    height: auto
}

.order-items .item-detail {
    width: 100%;
    padding-top: 5px
}

.order-items .item-top-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 574px) {
    .order-items .item-top-data {
        display:block
    }
}

.order-items .item-top-data .item-title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #0a0a0a
}

@media (max-width: 1024px) {
    .order-items .item-top-data .item-title {
        font-size:22px
    }
}

@media (max-width: 767px) {
    .order-items .item-top-data .item-title {
        font-size:18px
    }
}

@media (max-width: 574px) {
    .order-items .item-top-data .item-title {
        font-size:14px;
        margin-bottom: 5px
    }
}

.order-items .item-top-data .item-title-btn {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #858686;
    padding: 8px 36px;
    background: #eceeee
}

@media (max-width: 1024px) {
    .order-items .item-top-data .item-title-btn {
        font-size:16px
    }
}

@media (max-width: 767px) {
    .order-items .item-top-data .item-title-btn {
        font-size:12px
    }
}

@media (max-width: 574px) {
    .order-items .item-top-data .item-title-btn {
        text-align:center
    }
}

.order-items .order-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-items .detail-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -3px
}

@media (max-width: 1024px) {
    .order-items .detail-title {
        font-size:14px;
        margin-bottom: 3px
    }
}

.order-items .detail {
    width: 26%
}

@media (max-width: 1024px) {
    .order-items .detail {
        width:50%
    }
}

@media (max-width: 1024px) {
    .order-items .detail {
        margin-bottom:10px
    }
}

.order-items .detail:nth-child(3) {
    margin-left: 36px
}

@media (max-width: 1024px) {
    .order-items .detail:nth-child(3) {
        margin-left:0
    }
}

.order-items .detail p {
    margin: 0;
    font-size: 20px
}

@media (max-width: 1024px) {
    .order-items .detail p {
        font-size:16px
    }
}

.order-items .pages-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0
}

@media (max-width: 1024px) {
    .order-items .pages-wrap {
        padding:10px 0
    }
}

.whish-list-holder {
    max-width: 718px;
    margin: 0 auto;
    padding: 70px 0
}

.whish-list-holder .field-holder {
    margin: 0 0 10px
}

.whish-list-holder .field-holder .req {
    text-align: right;
    display: block;
    padding: 10px 0;
    color: #414141;
    font-size: 16px
}

.whish-list-holder .field-holder label {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 15px
}

.whish-list-holder .field-holder input[type=text] {
    display: block;
    margin: 0;
    width: 100%;
    height: 70px;
    border: 1px solid #000;
    padding: 20px;
    font-size: 20px;
    line-height: 30px
}

.whish-list-holder .btn-primary {
    display: block;
    min-width: 313px;
    height: 70px;
    font-size: 20px;
    font-weight: 700;
    margin: 50px auto 0;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.account-setting-holder {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px
}

.account-setting-holder .cap-fields-row {
    margin: 0 -34px
}

.account-setting-holder .cap-fields-col {
    padding: 0 34px
}

.submit.btn-primary {
    display: block;
    min-width: 313px;
    height: 70px;
    font-size: 20px;
    font-weight: 700;
    margin: 50px auto 0;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.order-detail-section {
    position: relative
}

@media (min-width: 1749px) {
    .order-detail-section {
        padding:3px 0 0
    }
}

.order-detail-section .order-price-list {
    padding-right: 20px
}

.order-detail-section .order-product-info-area {
    border-bottom: 0
}

.order-detail-section .order-price-block {
    border: 1px solid #ccc;
    border-top: 0
}

.order-detail-section .order-price-list li:last-child {
    font-size: 22px;
    font-weight: 600;
    border-top: 2px solid #000;
    padding-top: 14px
}

.order-detail-section .order-product-info .image-holder img {
    height: 100%;
    max-width: 100%;
    width: 100%
}

.order-detail-section .definitionList-value {
    margin: 0 0 6px
}

.order-detail-section .definitionList {
    margin-bottom: 0
}

.order-detail-section .account-order-address {
    margin-bottom: 0
}

@media screen and (max-width: 769px) {
    .order-detail-section .order-price-list li:last-child {
        font-size:20px!important
    }
}

.order-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -3.5%
}

@media (max-width: 1849px) {
    .order-row {
        margin:0 -1.2%
    }
}

@media (max-width: 1449px) {
    .order-row {
        margin:0 -15px
    }
}

@media (min-width: 1849px) {
    .order-row {
        margin:0
    }
}

.order-col {
    position: relative;
    padding: 0 3.5%;
    width: 50%
}

@media (min-width: 1849px) {
    .order-col:first-child {
        width:48.2%;
        padding: 0
    }

    .order-col:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        min-width: 0;
        width: auto;
        padding: 0 0 0 3.6%
    }
}

@media (max-width: 1849px) {
    .order-col {
        padding:0 1.2%
    }
}

@media (max-width: 1449px) {
    .order-col {
        padding:0 15px
    }
}

@media (max-width: 1199px) {
    .order-col {
        width:100%;
        margin: 0 0 20px
    }

    .order-col:last-child {
        margin-bottom: 0
    }
}

.order-col .heading-area {
    position: relative;
    color: #0a0a0a;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 13px 0 22px
}

@media (max-width: 1849px) {
    .order-col .heading-area {
        font-size:18px;
        line-height: 26px;
        margin: 10px 0 22px
    }
}

@media (max-width: 1749px) {
    .order-col .heading-area {
        font-size:16px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .order-col .heading-area {
        font-size:15px;
        line-height: 22px;
        margin: 0 0 18px
    }
}

.order-col .heading-area p {
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.order-col h3 {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 19px
}

@media (max-width: 1749px) {
    .order-col h3 {
        font-size:22px;
        margin: 0 0 12px
    }
}

@media (max-width: 767px) {
    .order-col h3 {
        font-size:20px;
        margin: 0 0 8px
    }
}

.order-product-info-area {
    position: relative;
    padding: 32px 35px 0;
    border: 1px solid #ccc
}

@media (max-width: 1749px) {
    .order-product-info-area {
        padding:22px 20px 0
    }
}

@media (max-width: 767px) {
    .order-product-info-area {
        padding:20px 15px 0
    }
}

.order-product-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 25px;
    border-bottom: 1px solid #ccc
}

@media (max-width: 1749px) {
    .order-product-info {
        padding:0 0 20px
    }
}

.order-product-info .image-holder {
    position: relative;
    width: 110px;
    height: 100px;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1749px) {
    .order-product-info .image-holder {
        width:100px
    }
}

@media (max-width: 1449px) {
    .order-product-info .image-holder {
        width:90px;
        height: 90px
    }
}

@media (max-width: 767px) {
    .order-product-info .image-holder {
        width:70px;
        height: 70px
    }
}

.order-product-info .image-holder img {
    max-width: 84px;
    display: block;
    height: auto
}

@media (max-width: 1449px) {
    .order-product-info .image-holder img {
        max-width:70px
    }
}

@media (max-width: 767px) {
    .order-product-info .image-holder img {
        max-width:55px
    }
}

.order-product-info .description {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    padding: 0 0 0 21px
}

@media (max-width: 1749px) {
    .order-product-info .description {
        padding:0 0 0 15px
    }
}

@media (max-width: 767px) {
    .order-product-info .description {
        padding:0 0 0 10px
    }
}

.order-product-info .description .price {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    color: #0a0a0a;
    margin: 0 0 10px
}

@media (max-width: 1749px) {
    .order-product-info .description .price {
        font-size:18px
    }
}

.order-product-info .description .info-text {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    color: #0a0a0a
}

@media (max-width: 1849px) {
    .order-product-info .description .info-text {
        font-size:23px
    }
}

@media (max-width: 1749px) {
    .order-product-info .description .info-text {
        font-size:18px;
        line-height: 22px
    }
}

@media (max-width: 1199px) {
    .order-product-info .description .info-text {
        font-size:16px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .order-product-info .description .info-text {
        font-size:15px
    }
}

.order-price-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 31px 0 16px
}

@media (max-width: 1749px) {
    .order-price-block {
        padding:20px 0
    }
}

.order-price-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 435px
}

@media (max-width: 1749px) {
    .order-price-list {
        width:375px
    }
}

@media (max-width: 1449px) {
    .order-price-list {
        width:325px
    }
}

@media (max-width: 767px) {
    .order-price-list {
        width:290px
    }
}

.order-price-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 18px;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #000
}

@media (max-width: 1749px) {
    .order-price-list li {
        font-size:18px;
        padding: 0 0 16px
    }
}

@media (max-width: 767px) {
    .order-price-list li {
        font-size:16px;
        padding: 0 0 14px
    }
}

.order-price-list li.total-row {
    border-top: 2px solid #000;
    padding-top: 14px;
    font-size: 25px
}

@media (max-width: 1749px) {
    .order-price-list li.total-row {
        font-size:22px
    }
}

@media (max-width: 767px) {
    .order-price-list li.total-row {
        padding-top:14px;
        font-size: 20px
    }
}

.order-price-list li.total-row .text {
    font-weight: 600
}

.order-price-list .title {
    display: block;
    font-weight: 600
}

.order-price-list .text {
    display: block
}

.order-detail-list-block {
    position: relative;
    padding: 58px 6.1% 56px 7.6%;
    border: 1px solid #ccc
}

@media (max-width: 1849px) {
    .order-detail-list-block {
        padding:58px 6.1% 56px
    }
}

@media (max-width: 1749px) {
    .order-detail-list-block {
        padding:48px 3.5%
    }
}

@media (max-width: 1449px) {
    .order-detail-list-block {
        padding:35px 18px
    }
}

@media (max-width: 767px) {
    .order-detail-list-block {
        padding:25px 15px
    }
}

.order-detail-list-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px 45px
}

@media (max-width: 1749px) {
    .order-detail-list-holder {
        margin:0 -5px 45px
    }
}

@media (max-width: 1449px) {
    .order-detail-list-holder {
        margin:0 -5px 30px
    }
}

@media (max-width: 767px) {
    .order-detail-list-holder {
        display:block;
        margin: 0 0 20px
    }
}

.order-detail-list-holder:last-child {
    margin-bottom: 0
}

.order-detail-list-col {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #0a0a0a;
    padding: 0 15px;
    width: 375px
}

@media (max-width: 1749px) {
    .order-detail-list-col {
        font-size:17px;
        line-height: 24px;
        padding: 0 5px;
        width: 320px
    }
}

@media (max-width: 1449px) {
    .order-detail-list-col {
        padding:0 5px;
        font-size: 15px;
        line-height: 22px;
        width: 270px
    }
}

@media (max-width: 767px) {
    .order-detail-list-col {
        max-width:100%;
        width: 100%;
        font-size: 15px;
        line-height: 22px;
        padding: 0 0 15px
    }

    .order-detail-list-col:last-child {
        padding-bottom: 0
    }
}

@media (min-width: 1849px) {
    .order-detail-list-col h3 {
        margin:0 0 13px
    }
}

.order-detail-list-col .name-text {
    display: block
}

.order-detail-list-col address {
    font-style: normal;
    margin: 0
}

.order-detail-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

.order-detail-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 6px
}

@media (max-width: 1449px) {
    .order-detail-list li {
        margin:0 0 4px
    }
}

@media (max-width: 767px) {
    .order-detail-list li {
        margin:0 0 3px
    }
}

.order-detail-list .title {
    display: block
}

.order-detail-list .text {
    display: block;
    padding: 0 0 0 4px
}

.steps-form-area .link-cancel {
    display: block;
    text-align: center;
    padding-top: 27px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.steps-form-area .link-cancel a {
    color: #414141;
    text-decoration: underline
}

.steps-form-area .link-cancel a:hover {
    color: #f13120
}

.steps-form-area .req-text-span {
    padding-top: 30px;
    text-align: center;
    display: block;
    color: #414141;
    font-size: 16px;
    line-height: 24px
}

.whish-list-sharebox {
    max-width: 802px;
    margin: 0 auto;
    background: #eceeee;
    padding: 22px 42px 42px
}

.whish-list-sharebox h5 {
    margin: 0 0 15px;
    text-transform: capitalize;
    font-size: 20px;
    text-align: left;
    color: #000!important
}

.whish-list-sharebox .form-input[readonly] {
    padding: 20px 15px!important;
    height: 63px;
    background: #fff!important;
    font-size: 19px
}

@media (max-width: 767px) {
    .whish-list-sharebox {
        padding:20px;
        margin-bottom: 10px
    }
}

.whish-list-sharebox label {
    display: block;
    margin: 0 0 15px;
    font-weight: 700
}

.whish-list-sharebox .cap-fields-holder {
    margin: 0
}

.whish-list-sharebox .cap-fields-holder input[type=text] {
    font-size: 20px;
    height: 78px
}

@media (max-width: 767px) {
    .whish-list-sharebox .cap-fields-holder input[type=text] {
        font-size:12px;
        height: 50px
    }
}

.blogs-post-cards.style01 {
    padding: 0
}

.blogs-post-cards.style01 .post-card {
    padding-bottom: 120px
}

@media (max-width: 575px) {
    .blogs-post-cards.style01 .post-card {
        padding-bottom:30px
    }
}

.blogs-post-cards.style01 .post-card .image {
    position: relative;
    overflow: hidden
}

.blogs-post-cards.style01 .post-card .image img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blogs-post-cards.style01 .post-card a {
    display: block
}

.blogs-post-cards.style01 .post-card a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blogs-post-cards.style01 .post-card h2 a {
    color: #000
}

.blogs-post-cards.style01 .post-card h2 a:hover {
    color: #f13120
}

.blogs-post-cards.style01 .holder {
    height: 100%;
    position: relative
}

.blogs-post-cards.style01 .holder .btn {
    position: absolute;
    left: 0;
    bottom: -50px
}

@media (max-width: 575px) {
    .blogs-post-cards.style01 .holder .btn {
        position:static
    }
}

@media (max-width: 991px) {
    .wish-list-table {
        overflow-x:auto;
        overflow-y: hidden
    }
}

.wish-list-table table {
    width: 100%;
    border-collapse: collapse;
    border: 0
}

@media (max-width: 991px) {
    .wish-list-table table {
        width:1100px
    }
}

@media (max-width: 767px) {
    .wish-list-table table {
        width:900px
    }
}

.wish-list-table table tr {
    background: 0 0
}

.wish-list-table table tr td,.wish-list-table table tr th {
    padding: 10px 12px;
    font-size: 20px;
    line-height: 24px;
    text-align: left
}

@media (max-width: 991px) {
    .wish-list-table table tr td,.wish-list-table table tr th {
        font-size:16px;
        padding: 5px 10px
    }
}

.wish-list-table table tr td:last-child,.wish-list-table table tr th:last-child {
    text-align: right;
    background: 0 0
}

.wish-list-table table thead {
    background: 0 0;
    border-bottom: 2px solid #000
}

.wish-list-table table tbody tr {
    border-bottom: 1px solid #b1b1b1
}

.wish-list-table table .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
    margin: 0;
    padding: 35px 0
}

@media (max-width: 991px) {
    .wish-list-table table .btn-list {
        padding:10px 0
    }
}

.wish-list-table table .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

@media (max-width: 991px) {
    .wish-list-table table .title {
        font-size:16px
    }
}

.wish-list-table table .name {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700
}

.wish-list-table table .name a {
    color: #222
}

@media (max-width: 991px) {
    .wish-list-table table .name {
        font-size:20px;
        line-height: 24px
    }
}

.wish-list-table .btn-primary {
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    min-width: 110px;
    line-height: 30px
}

.wish-list-table .btn-outline {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px
}

.wish-btns-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 52px;
    padding: 100px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991px) {
    .wish-btns-row {
        gap:15px;
        padding: 25px 0
    }
}

.wish-btns-row .btn {
    min-width: 313px;
    height: 70px;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0
}

@media (max-width: 991px) {
    .wish-btns-row .btn {
        min-width:inherit;
        padding: 10px 15px;
        height: 50px;
        font-size: 16px
    }
}

.invoice-detail-section {
    position: relative
}

.invoice-detail-section .heading-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #0a0a0a;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 22px
}

@media (max-width: 1449px) {
    .invoice-detail-section .heading-area {
        font-size:18px;
        line-height: 24px;
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .invoice-detail-section .heading-area {
        display:block;
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .invoice-detail-section .heading-area {
        font-size:15px
    }
}

.invoice-detail-section h3 {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 16px
}

@media (max-width: 1749px) {
    .invoice-detail-section h3 {
        font-size:22px;
        margin: 0 0 12px
    }
}

@media (max-width: 767px) {
    .invoice-detail-section h3 {
        font-size:20px;
        margin: 0 0 8px
    }
}

.invoice-info-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.invoice-info-area .text {
    display: block;
    font-weight: 700;
    margin: 0 40px 0 0
}

@media (max-width: 1449px) {
    .invoice-info-area .text {
        margin:0 25px 0 0
    }
}

@media (max-width: 991px) {
    .invoice-info-area .text {
        margin:0 18px 0 0
    }
}

.invoice-info-area .text .date {
    font-weight: 400
}

.invoice-info-area .invoice-btn {
    position: relative;
    display: block;
    color: #0a0a0a;
    height: 52px;
    border: 1px solid #0a0a0a;
    padding: 15px 34px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width: 1449px) {
    .invoice-info-area .invoice-btn {
        font-size:18px
    }
}

@media (max-width: 991px) {
    .invoice-info-area .invoice-btn {
        padding:15px 25px
    }
}

.invoice-info-area .invoice-btn:hover {
    background: #0a0a0a;
    color: #fff
}

.invoice-detail-block,.invoice-detail-table-area {
    position: relative;
    padding: 32px 45px;
    margin: 0 0 45px;
    border: 1px solid #ccc
}

@media (max-width: 1199px) {
    .invoice-detail-block,.invoice-detail-table-area {
        padding:20px 25px;
        margin: 0 0 35px
    }
}

.invoice-detail-block .inner-row,.invoice-detail-table-area .inner-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1580px
}

@media (max-width: 1199px) {
    .invoice-detail-block .inner-row,.invoice-detail-table-area .inner-row {
        display:block
    }
}

.invoice-detail-block .inner-col,.invoice-detail-table-area .inner-col {
    position: relative
}

.invoice-detail-block .order-detail-list-col,.invoice-detail-table-area .order-detail-list-col {
    position: relative;
    max-width: inherit;
    padding: 0
}

.invoice-detail-block .order-detail-list li,.invoice-detail-table-area .order-detail-list li {
    display: block;
    margin: 0 0 12px
}

@media (max-width: 1199px) {
    .invoice-detail-block .order-detail-list li,.invoice-detail-table-area .order-detail-list li {
        margin:0 0 10px
    }
}

.invoice-detail-block .order-detail-list li:last-child,.invoice-detail-table-area .order-detail-list li:last-child {
    margin-bottom: 0
}

.invoice-detail-block .order-detail-list a,.invoice-detail-table-area .order-detail-list a {
    color: #000
}

.invoice-detail-block .order-detail-list a:hover,.invoice-detail-table-area .order-detail-list a:hover {
    color: #f13120
}

.invoice-detail-block .order-detail-list .text,.invoice-detail-table-area .order-detail-list .text {
    padding: 0
}

.order-detail-list-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 615px
}

@media (max-width: 1749px) {
    .order-detail-list-wrap {
        width:550px
    }
}

@media (max-width: 1449px) {
    .order-detail-list-wrap {
        width:470px
    }
}

@media (max-width: 1199px) {
    .order-detail-list-wrap {
        width:410px
    }
}

@media (max-width: 1199px) {
    .order-detail-list-wrap {
        width:100%;
        margin: 0 0 20px
    }
}

.invoice-detail-table-area {
    margin: 0
}

.invoice-detail-table-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1650px
}

@media (max-width: 1199px) {
    .invoice-detail-table-block {
        display:block
    }
}

.invoice-detail-table-block .order-price-list {
    margin: 0 0 0 7%
}

@media (max-width: 1449px) {
    .invoice-detail-table-block .order-price-list {
        margin:0 0 0 4%
    }
}

@media (max-width: 1199px) {
    .invoice-detail-table-block .order-price-list {
        margin:0 0 0 25px
    }
}

@media (max-width: 1199px) {
    .invoice-detail-table-block .order-price-list {
        margin:25px 0 0
    }
}

@media (min-width: 1449px) {
    .invoice-detail-table-block .order-price-list li {
        padding-bottom:28px
    }
}

.invoice-detail-table-holder {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0
}

@media (max-width: 991px) {
    .invoice-detail-table-holder {
        -webkit-box-flex:inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        min-width: inherit
    }
}

@media (max-width: 767px) {
    .invoice-detail-table-holder {
        overflow:auto
    }
}

.invoice-detail-table {
    border: none;
    background: 0 0;
    margin: 0;
    border-spacing: 0;
    width: 100%
}

@media (max-width: 767px) {
    .invoice-detail-table {
        min-width:650px
    }
}

.invoice-detail-table tbody,.invoice-detail-table thead {
    background: 0 0
}

.invoice-detail-table td,.invoice-detail-table th {
    color: #0a0a0a;
    border: none;
    background: 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    padding: 0 0 34px
}

@media (max-width: 1749px) {
    .invoice-detail-table td,.invoice-detail-table th {
        font-size:18px
    }
}

@media (max-width: 1449px) {
    .invoice-detail-table td,.invoice-detail-table th {
        font-size:16px;
        padding: 0 0 25px
    }
}

.invoice-detail-table td:last-child,.invoice-detail-table th:last-child {
    text-align: right
}

.invoice-detail-table th {
    font-weight: 700;
    padding: 0 0 6px
}

.invoice-detail-table td {
    border-bottom: 2px solid #ccc
}

.about-banner {
    max-width: 1860px;
    margin: 0 auto;
    min-height: 432px;
    padding-top: 9.7%;
    background-size: cover;
    background-position: 50% 50%
}

@media (max-width: 1199px) {
    .about-banner {
        min-height:350px
    }
}

@media (max-width: 767px) {
    .about-banner {
        min-height:350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 50%
    }
}

.about-banner .text-box {
    margin-left: 4.2%
}

.about-banner h1 {
    color: #fff
}

.about-intro {
    padding: 112px 0 104px
}

@media (max-width: 1199px) {
    .about-intro {
        padding:60px 0
    }
}

.about-intro .container {
    max-width: 1400px
}

@media (max-width: 991px) {
    .about-intro h2 {
        margin:0 0 30px
    }
}

.about-intro-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-intro-row .description {
    padding-right: 50px
}

@media (max-width: 991px) {
    .about-intro-row .description {
        padding:0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.about-intro-row .description p {
    font-size: 18px;
    line-height: 30px
}

@media (max-width: 1199px) {
    .about-intro-row .description p {
        font-size:16px;
        line-height: 24px
    }
}

@media (max-width: 991px) {
    .about-intro-row .image {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 30px
    }
}

.about-intro-row .image-wrap {
    background: #eaeaea;
    padding: 20px;
    -webkit-box-shadow: 7px 7px 25px rgba(0,0,0,.25);
    box-shadow: 7px 7px 25px rgba(0,0,0,.25)
}

.about-intro-row .image-wrap img {
    display: block;
    width: 100%;
    height: auto
}

.about-video-banner {
    background: #eaeaea;
    padding: 70px 0;
    overflow: hidden;
    position: relative
}

.about-video-banner .logo-text {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -155px
}

.about-video-banner .logo-text img {
    display: block;
    width: 100%;
    height: auto
}

.about-video-banner .video-holder {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.about-alert-bar {
    background: #f13120;
    color: #fff;
    padding: 45px 15px 43px
}

.about-alert-bar .holder {
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700
}

@media (max-width: 1199px) {
    .about-alert-bar .holder {
        font-size:24px
    }
}

.about-alert-bar .holder p {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0
}

@media (max-width: 1199px) {
    .about-alert-bar .holder p {
        font-size:30px
    }
}

.about-topics-area {
    padding: 110px 0 98px;
    background: #fff
}

@media (max-width: 1199px) {
    .about-topics-area {
        padding:40px 0 50px
    }
}

.about-topics-area h2 {
    margin: 0 0 52px
}

.about-topics-area .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
    max-width: inherit
}

@media (max-width: 1199px) {
    .about-topics-area .row {
        margin:0 -15px;
        width: auto
    }
}

.about-topics-area .columns {
    padding: 0 30px
}

@media (max-width: 1199px) {
    .about-topics-area .columns {
        padding:0 15px
    }
}

.about-topics-area .columns p {
    font-size: 18px;
    line-height: 1.2;
    color: #555;
    margin: 0 0 15px;
    letter-spacing: .2px
}

.about-topics-area .ico-box {
    min-height: 93px
}

.about-topics-area .title {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 25px
}

.price-data-area {
    padding: 100px 0 40px
}

@media (max-width: 991px) {
    .price-data-area {
        padding:60px 0 30px
    }
}

.price-data-area .container {
    max-width: 1570px
}

.price-data-area h1 {
    margin: 0 0 70px
}

@media (max-width: 991px) {
    .price-data-area h1 {
        margin:0 0 30px
    }
}

.price-data-wrap h2 {
    margin: 0 0 5px
}

@media (max-width: 991px) {
    .price-data-wrap h2 {
        font-size:30px
    }
}

.price-data-wrap .head {
    margin: 0 0 38px
}

.price-data-wrap .head p {
    font-size: 20px;
    margin: 0 0 15px
}

.price-data-wrap .price-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 42px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 97px
}

@media (max-width: 1749px) {
    .price-data-wrap .price-links {
        gap:20px
    }
}

@media (max-width: 991px) {
    .price-data-wrap .price-links {
        gap:inherit;
        margin: 0 -15px 40px
    }
}

.price-data-wrap .price-links li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 991px) {
    .price-data-wrap .price-links li {
        -webkit-box-flex:inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: 50%;
        padding: 0 15px 30px
    }
}

@media (max-width: 767px) {
    .price-data-wrap .price-links li {
        width:100%
    }
}

.price-data-wrap .price-links a {
    background: #f13120;
    color: #fff;
    padding: 18px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    text-align: center
}

@media (max-width: 1449px) {
    .price-data-wrap .price-links a {
        font-size:16px
    }
}

.price-data-wrap .price-links a:hover {
    background: #000
}

.price-data-wrap .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
    row-gap: 38px;
    margin: 0 0 127px
}

@media (max-width: 1749px) {
    .price-data-wrap .holder {
        -webkit-column-gap:inherit;
        -moz-column-gap: inherit;
        column-gap: inherit;
        margin: 0 -15px 100px
    }
}

@media (max-width: 1749px) {
    .price-data-wrap .holder .item-box {
        width:20%;
        padding: 0 15px
    }
}

@media (max-width: 1199px) {
    .price-data-wrap .holder .item-box {
        width:25%
    }
}

@media (max-width: 991px) {
    .price-data-wrap .holder .item-box {
        width:33.333%
    }
}

@media (max-width: 767px) {
    .price-data-wrap .holder .item-box {
        width:50%
    }
}

.price-data-wrap .holder a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.price-data-wrap .holder a:hover .title {
    background: #000
}

.price-data-wrap .holder .image {
    margin: 0 0 15px;
    overflow: hidden;
    position: relative
}

.price-data-wrap .holder .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.price-data-wrap .holder .title {
    display: block;
    background: #f13120;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1449px) {
    .price-data-wrap .holder .title {
        font-size:16px
    }
}

@media (max-width: 767px) {
    .price-data-wrap .holder .title {
        font-size:14px
    }
}

.price-data-wrap .brand-dealer-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
    row-gap: 38px;
    margin: 0 0 127px
}

@media (max-width: 1449px) {
    .price-data-wrap .brand-dealer-data {
        margin:0 0 40px
    }
}

@media (max-width: 1199px) {
    .price-data-wrap .brand-dealer-data {
        margin:0 -15px 40px;
        -webkit-column-gap: inherit;
        -moz-column-gap: inherit;
        column-gap: inherit
    }
}

.price-data-wrap .brand-dealer-data .brand-dealer {
    width: 16.666%
}

@media (max-width: 1199px) {
    .price-data-wrap .brand-dealer-data .brand-dealer {
        width:20%;
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .price-data-wrap .brand-dealer-data .brand-dealer {
        width:25%
    }
}

@media (max-width: 767px) {
    .price-data-wrap .brand-dealer-data .brand-dealer {
        width:50%
    }
}

.price-data-wrap .brand-dealer-data a:hover .title {
    background: #000
}

.price-data-wrap .brand-dealer-data .brand-logo {
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
    height: 148px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991px) {
    .price-data-wrap .brand-dealer-data .brand-logo {
        height:100px
    }
}

.price-data-wrap .brand-dealer-data .brand-logo img {
    display: block
}

.price-data-wrap .brand-dealer-data .title {
    display: block;
    background: #f13120;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.snaplok-catalog {
    background: #e7e7e7;
    padding: 70px 0 60px
}

.snaplok-catalog .container {
    max-width: 1108px
}

.snaplok-catalog .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width: 767px) {
    .snaplok-catalog .holder {
        gap:15px
    }
}

.snaplok-catalog .description {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

@media (max-width: 767px) {
    .snaplok-catalog .description h2 {
        font-size:22px;
        line-height: 1.5
    }
}

@media (max-width: 991px) {
    .snaplok-catalog .image {
        width:50%
    }
}

.snaplok-catalog .image img {
    display: block;
    max-width: 100%;
    height: auto
}

.media-section-intro {
    padding: 100px 0 124px
}

@media (max-width: 1199px) {
    .media-section-intro {
        padding:50px 0 110px
    }
}

.media-section-intro .container {
    max-width: 1570px
}

.media-section-intro h1 {
    margin: 0 0 90px
}

@media (max-width: 1199px) {
    .media-section-intro h1 {
        margin:0 0 40px
    }
}

.media-section-intro .holder {
    max-width: 1262px;
    margin: 0 auto;
    background: #eaeaea;
    padding: 68px 90px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .media-section-intro .holder {
        padding:60px
    }
}

@media (max-width: 767px) {
    .media-section-intro .holder {
        padding:30px
    }
}

@media (max-width: 767px) {
    .media-section-intro .holder {
        padding:15px 15px 30px
    }
}

.media-section-intro .description {
    width: 400px
}

@media (max-width: 991px) {
    .media-section-intro .description {
        width:280px
    }
}

@media (max-width: 767px) {
    .media-section-intro .description {
        width:100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 991px) {
    .media-section-intro .description h2 {
        font-size:30px
    }
}

.media-section-intro .image {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0
}

@media (max-width: 767px) {
    .media-section-intro .image {
        -ms-flex-preferred-size:inherit;
        flex-basis: inherit;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.media-section-intro .image img {
    position: absolute;
    left: 0;
    top: -187px
}

@media (max-width: 1449px) {
    .media-section-intro .image img {
        top:-160px
    }
}

@media (max-width: 1199px) {
    .media-section-intro .image img {
        top:-100px
    }
}

@media (max-width: 767px) {
    .media-section-intro .image img {
        position:static;
        width: 100%
    }
}

.media-section-banner {
    background: #eaeaea;
    position: relative
}

.media-section-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55.6%;
    content: "";
    background: url("https://cdn11.bigcommerce.com/s-dea51z7cy/images/stencil/original/image-manager/media-image3.png?t=1716577094") no-repeat;
    background-position: 100% 0;
    background-size: cover
}

@media (max-width: 767px) {
    .media-section-banner:before {
        display:none
    }
}

.media-section-banner .container {
    max-width: 1292px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.media-section-banner .image {
    margin-top: -90px
}

@media (max-width: 991px) {
    .media-section-banner .image {
        width:50%
    }
}

@media (max-width: 767px) {
    .media-section-banner .image {
        width:inherit;
        margin: 0 -15px;
        background: url("../images/media-image3.png") no-repeat;
        background-position: 100% 0;
        background-size: cover
    }
}

@media (max-width: 767px) {
    .media-section-banner .image img {
        width:70%;
        display: block;
        height: auto;
        margin: -30px auto 0
    }
}

.media-section-banner .description {
    max-width: 470px
}

@media (max-width: 1199px) {
    .media-section-banner .description {
        max-width:380px
    }
}

@media (max-width: 991px) {
    .media-section-banner .description {
        max-width:45%
    }
}

@media (max-width: 767px) {
    .media-section-banner .description {
        max-width:100%;
        padding: 20px 0 40px
    }
}

.media-section3 {
    padding: 143px 0 133px
}

@media (max-width: 1199px) {
    .media-section3 {
        padding:100px 0
    }
}

@media (max-width: 991px) {
    .media-section3 {
        padding:50px 0
    }
}

.media-section3 .container {
    max-width: 1164px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-section3 h2 {
    margin: 0;
    width: 430px
}

@media (max-width: 1199px) {
    .media-section3 h2 {
        width:330px
    }
}

@media (max-width: 991px) {
    .media-section3 h2 {
        width:100%;
        margin: 0 0 30px
    }
}

.media-section3 .btn-holder {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px
}

@media (max-width: 1199px) {
    .media-section3 .btn-holder {
        gap:20px
    }
}

@media (max-width: 767px) {
    .media-section3 .btn-holder {
        display:block
    }
}

.media-section3 .btn-holder a {
    height: 100%;
    padding: 18px 10px;
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700
}

@media (max-width: 767px) {
    .media-section3 .btn-holder a {
        margin-bottom:20px
    }
}

.media-section3 .btn-holder a span {
    display: block;
    font-weight: 400
}

.media-section4 {
    background: #eaeaea;
    padding: 70px 0 107px
}

@media (max-width: 1199px) {
    .media-section4 {
        padding:50px 0
    }
}

.media-section4 .container {
    max-width: 1570px
}

.media-section4 h2 {
    margin: 0 0 5px
}

.media-section4 .head {
    margin: 0 0 38px
}

.media-section4 .head p {
    font-size: 20px;
    margin: 0 0 15px
}

.media-section4 .product-list-guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 38px;
    margin: 0 -22px
}

@media (max-width: 1449px) {
    .media-section4 .product-list-guide {
        margin:0 -10px
    }
}

@media (max-width: 767px) {
    .media-section4 .product-list-guide {
        row-gap:0
    }
}

.media-section4 .product-list-guide li {
    width: 16.666%;
    padding: 0 22px
}

@media (max-width: 1449px) {
    .media-section4 .product-list-guide li {
        padding:0 10px
    }
}

@media (max-width: 1199px) {
    .media-section4 .product-list-guide li {
        width:25%;
        padding-bottom: 20px
    }
}

@media (max-width: 991px) {
    .media-section4 .product-list-guide li {
        width:33.333%
    }
}

@media (max-width: 767px) {
    .media-section4 .product-list-guide li {
        width:50%
    }
}

.media-section4 .product-list-guide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@media (max-width: 1449px) {
    .media-section4 .product-list-guide a {
        display:block;
        height: auto
    }
}

.media-section4 .product-list-guide a:hover .title {
    background: #000
}

.media-section4 .product-list-guide .image {
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
    height: 286px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1449px) {
    .media-section4 .product-list-guide .image {
        height:inherit;
        display: block
    }
}

.media-section4 .product-list-guide .image img {
    display: block
}

@media (max-width: 767px) {
    .media-section4 .product-list-guide .image img {
        width:100%;
        height: auto
    }
}

.media-section4 .product-list-guide .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f13120;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 1449px) {
    .media-section4 .product-list-guide .title {
        font-size:16px;
        line-height: 24px;
        padding: 10px;
        min-height: 68px
    }
}

@media (max-width: 767px) {
    .media-section4 .product-list-guide .title {
        font-size:14px
    }
}

.media-section5 {
    padding: 70px 0 107px
}

@media (max-width: 1199px) {
    .media-section5 {
        padding:50px 0
    }
}

.media-section5 .container {
    max-width: 1570px
}

.media-section5 h2 {
    margin: 0 0 5px
}

.media-section5 .head {
    margin: 0 0 38px
}

.media-section5 .head p {
    font-size: 20px;
    margin: 0 0 15px
}

.media-section5 .product-list-guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 38px;
    margin: 0 -22px 70px
}

@media (max-width: 1199px) {
    .media-section5 .product-list-guide {
        margin:0 -10px 50px;
        row-gap: 10px
    }
}

@media (max-width: 767px) {
    .media-section5 .product-list-guide {
        margin-bottom:30px
    }
}

.media-section5 .product-list-guide li {
    width: 16.666%;
    padding: 0 22px
}

@media (max-width: 1199px) {
    .media-section5 .product-list-guide li {
        width:25%;
        padding: 0 10px
    }
}

@media (max-width: 991px) {
    .media-section5 .product-list-guide li {
        width:33.333%
    }
}

@media (max-width: 767px) {
    .media-section5 .product-list-guide li {
        width:50%
    }
}

.media-section5 .product-list-guide a {
    display: block
}

.media-section5 .product-list-guide a:hover .title {
    background: #000
}

.media-section5 .product-list-guide .image {
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
    height: 286px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .media-section5 .product-list-guide .image {
        height:auto
    }
}

.media-section5 .product-list-guide .image img {
    display: block
}

@media (max-width: 767px) {
    .media-section5 .product-list-guide .image img {
        width:100%;
        height: auto
    }
}

.media-section5 .btn-row {
    display: block;
    text-align: center
}

.media-section5 .btn-primary {
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 80px
}

.careers-section {
    position: relative;
    padding: 98px 0 0
}

@media (max-width: 1749px) {
    .careers-section {
        padding:70px 0 0
    }
}

@media (max-width: 1449px) {
    .careers-section {
        padding:40px 0 0
    }
}

@media (max-width: 1199px) {
    .careers-section {
        padding:20px 0 0
    }
}

@media (max-width: 767px) {
    .careers-section {
        padding:10px 0 0
    }
}

.careers-section .container {
    max-width: 1570px
}

.careers-section img {
    width: 100%;
    height: auto;
    display: block
}

@media (max-width: 1449px) {
    .careers-section h2 {
        font-size:36px
    }
}

@media (max-width: 1199px) {
    .careers-section h2 {
        font-size:34px
    }
}

@media (max-width: 767px) {
    .careers-section h2 {
        font-size:28px
    }
}

.careers-section p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #0a0a0a;
    margin: 0
}

@media (max-width: 1449px) {
    .careers-section p {
        font-size:18px;
        line-height: 22px
    }
}

@media (max-width: 1199px) {
    .careers-section p {
        font-size:16px;
        line-height: 20px
    }
}

.careers-heading-row {
    position: relative;
    margin: 0 0 54px
}

@media (max-width: 1749px) {
    .careers-heading-row {
        margin:0 0 45px
    }
}

@media (max-width: 1199px) {
    .careers-heading-row {
        margin:0 0 30px
    }
}

@media (max-width: 767px) {
    .careers-heading-row {
        margin:0 0 20px
    }
}

.careers-heading-row .heading-wrap {
    position: relative
}

.careers-heading-row h1 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0
}

@media (max-width: 1749px) {
    .careers-heading-row h1 {
        font-size:44px
    }
}

@media (max-width: 1199px) {
    .careers-heading-row h1 {
        font-size:38px
    }
}

@media (max-width: 767px) {
    .careers-heading-row h1 {
        font-size:32px
    }
}

.careers-banner-area {
    position: relative;
    background: #eaeaea
}

.careers-banner-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.careers-banner-holder .image-holder {
    position: relative;
    margin: -55px 0 -48px -84px
}

@media (max-width: 1749px) {
    .careers-banner-holder .image-holder {
        margin:-55px 0 -48px
    }
}

@media (max-width: 1449px) {
    .careers-banner-holder .image-holder {
        margin:-35px 0
    }
}

@media (max-width: 1199px) {
    .careers-banner-holder .image-holder {
        margin:-30px 0
    }
}

@media (max-width: 991px) {
    .careers-banner-holder .image-holder {
        width:100%
    }
}

.careers-banner-holder .image-wrap {
    -webkit-filter: drop-shadow(12px 15px 10px rgba(0,0,0,0.25));
    filter: drop-shadow(12px 15px 10px rgba(0, 0, 0, .25));
    max-width: 819px;
    position: relative
}

@media (max-width: 1749px) {
    .careers-banner-holder .image-wrap {
        max-width:750px
    }
}

@media (max-width: 1449px) {
    .careers-banner-holder .image-wrap {
        -webkit-filter:drop-shadow(8px 10px 10px rgba(0,0,0,0.25));
        filter: drop-shadow(8px 10px 10px rgba(0, 0, 0, .25));
        max-width: 620px
    }
}

@media (max-width: 1199px) {
    .careers-banner-holder .image-wrap {
        -webkit-filter:drop-shadow(4px 5px 5px rgba(0,0,0,0.2));
        filter: drop-shadow(4px 5px 5px rgba(0, 0, 0, .2));
        max-width: 475px
    }
}

@media (max-width: 991px) {
    .careers-banner-holder .image-wrap {
        margin:0 auto
    }
}

.career-caption-area {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    padding: 69px 0 40px 73px
}

@media (max-width: 1749px) {
    .career-caption-area {
        padding:55px 0 40px 45px
    }
}

@media (max-width: 1449px) {
    .career-caption-area {
        padding:35px 0 30px 25px
    }
}

@media (max-width: 1199px) {
    .career-caption-area {
        padding:30px 0 25px 20px
    }
}

@media (max-width: 991px) {
    .career-caption-area {
        padding:60px 0 35px;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        min-width: inherit;
        width: 100%
    }
}

@media (max-width: 767px) {
    .career-caption-area {
        padding:50px 0 30px
    }
}

.career-caption-text-block {
    position: relative;
    max-width: 625px;
    color: #0a0a0a;
    font-weight: 400
}

@media (max-width: 1199px) {
    .career-caption-text-block {
        max-width:100%
    }
}

.career-caption-text-block .heading-area {
    position: relative;
    margin: 0 0 26px
}

@media (max-width: 1749px) {
    .career-caption-text-block .heading-area {
        margin:0 0 20px
    }
}

@media (max-width: 1449px) {
    .career-caption-text-block .heading-area {
        margin:0 0 15px
    }
}

.career-caption-text-block h2 {
    color: #0a0a0a;
    margin: 0 0 10px
}

.career-caption-text-block .heading {
    position: relative;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    display: block
}

@media (max-width: 1449px) {
    .career-caption-text-block .heading {
        font-size:24px;
        line-height: 30px
    }
}

@media (max-width: 1199px) {
    .career-caption-text-block .heading {
        font-size:22px;
        line-height: 28px
    }
}

.career-caption-text-block p {
    margin: 0 0 24px
}

@media (max-width: 1449px) {
    .career-caption-text-block p {
        margin:0 0 18px
    }
}

@media (max-width: 1199px) {
    .career-caption-text-block p {
        margin:0 0 16px
    }
}

.career-caption-text-block .btn-wrap {
    position: relative;
    padding: 14px 0 0
}

@media (max-width: 1749px) {
    .career-caption-text-block .btn-wrap {
        padding:8px 0 0
    }
}

@media (max-width: 1449px) {
    .career-caption-text-block .btn-wrap {
        padding:4px 0 0
    }
}

.career-caption-text-block .btn-primary {
    height: 50px;
    min-width: 215px;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 18px
}

@media (max-width: 1199px) {
    .career-caption-text-block .btn-primary {
        font-size:18px;
        min-width: 200px
    }
}

.careers-video-area {
    position: relative;
    padding: 160px 0 124px
}

@media (max-width: 1749px) {
    .careers-video-area {
        padding:140px 0 100px
    }
}

@media (max-width: 1449px) {
    .careers-video-area {
        padding:100px 0
    }
}

@media (max-width: 1199px) {
    .careers-video-area {
        padding:70px 0
    }
}

@media (max-width: 991px) {
    .careers-video-area {
        padding:45px 0
    }
}

@media (max-width: 767px) {
    .careers-video-area {
        padding:30px 0
    }
}

.careers-video-holder {
    position: relative;
    max-width: 930px;
    margin: 0 auto
}

@media (max-width: 1199px) {
    .careers-video-holder {
        max-width:850px
    }
}

.careers-core-area {
    position: relative;
    padding: 73px 0 90px;
    background: #f13120
}

@media (max-width: 1749px) {
    .careers-core-area {
        padding:70px 0
    }
}

@media (max-width: 1199px) {
    .careers-core-area {
        padding:55px 0
    }
}

@media (max-width: 991px) {
    .careers-core-area {
        padding:45px 0
    }
}

@media (max-width: 767px) {
    .careers-core-area {
        padding:25px 0 30px
    }
}

.careers-core-area h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 56px
}

@media (max-width: 1749px) {
    .careers-core-area h2 {
        margin:0 0 45px
    }
}

@media (max-width: 1199px) {
    .careers-core-area h2 {
        margin:0 0 35px
    }
}

@media (max-width: 991px) {
    .careers-core-area h2 {
        margin:0 0 25px
    }
}

@media (max-width: 767px) {
    .careers-core-area h2 {
        margin:0 0 20px
    }
}

.careers-core-area .core-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -32px
}

@media (max-width: 1749px) {
    .careers-core-area .core-row {
        margin:0 -20px
    }
}

@media (max-width: 1449px) {
    .careers-core-area .core-row {
        margin:0 -15px
    }
}

@media (max-width: 1199px) {
    .careers-core-area .core-row {
        margin:0 -10px
    }
}

.careers-core-area .core-col {
    position: relative;
    width: 33.333%;
    padding: 0 32px;
    margin: 0 0 20px
}

@media (max-width: 1749px) {
    .careers-core-area .core-col {
        padding:0 20px
    }
}

@media (max-width: 1449px) {
    .careers-core-area .core-col {
        padding:0 15px
    }
}

@media (max-width: 1199px) {
    .careers-core-area .core-col {
        padding:0 10px
    }
}

@media (max-width: 991px) {
    .careers-core-area .core-col {
        width:50%
    }
}

@media (max-width: 767px) {
    .careers-core-area .core-col {
        width:100%
    }
}

.core-info-block {
    position: relative;
    background: #fff;
    padding: 63px 55px 78px;
    text-align: center;
    -webkit-box-shadow: 12px 15px 20px rgba(0,0,0,.25);
    box-shadow: 12px 15px 20px rgba(0,0,0,.25);
    height: 100%
}

@media (max-width: 1749px) {
    .core-info-block {
        padding:60px 40px
    }
}

@media (max-width: 1449px) {
    .core-info-block {
        padding:50px 25px 55px
    }
}

@media (max-width: 1199px) {
    .core-info-block {
        -webkit-box-shadow:8px 10px 15px rgba(0,0,0,.2);
        box-shadow: 8px 10px 15px rgba(0,0,0,.2);
        padding: 40px 18px
    }
}

.core-info-block .icon-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 120px;
    min-height: 120px;
    margin: 0 auto
}

@media (max-width: 1449px) {
    .core-info-block .icon-holder {
        max-width:100px;
        min-height: 100px
    }
}

@media (max-width: 1199px) {
    .core-info-block .icon-holder {
        max-width:80px;
        min-height: 80px
    }
}

.core-info-block .description {
    position: relative;
    padding: 38px 0 0;
    color: #0a0a0a
}

@media (max-width: 1749px) {
    .core-info-block .description {
        padding:30px 0 0
    }
}

@media (max-width: 1449px) {
    .core-info-block .description {
        padding:25px 0 0
    }
}

.core-info-block .description h3 {
    font-size: 28px;
    color: #0a0a0a;
    margin: 0 0 27px
}

@media (max-width: 1749px) {
    .core-info-block .description h3 {
        font-size:26px;
        margin: 0 0 22px
    }
}

@media (max-width: 1449px) {
    .core-info-block .description h3 {
        font-size:24px;
        margin: 0 0 20px
    }
}

@media (max-width: 1199px) {
    .core-info-block .description h3 {
        font-size:22px;
        margin: 0 0 15px
    }
}

.careers-testimonials-area {
    position: relative;
    padding: 118px 0
}

@media (max-width: 1749px) {
    .careers-testimonials-area {
        padding:90px 0 118px
    }
}

@media (max-width: 1449px) {
    .careers-testimonials-area {
        padding:70px 0 95px
    }
}

@media (max-width: 1199px) {
    .careers-testimonials-area {
        padding:55px 0 70px
    }
}

@media (max-width: 991px) {
    .careers-testimonials-area {
        padding:45px 0
    }
}

@media (max-width: 767px) {
    .careers-testimonials-area {
        padding:25px 0 30px
    }
}

.careers-testimonials-area h2 {
    margin: 0 0 37px
}

@media (max-width: 1449px) {
    .careers-testimonials-area h2 {
        margin:0 0 28px
    }
}

@media (max-width: 1199px) {
    .careers-testimonials-area h2 {
        margin:0 0 22px
    }
}

@media (max-width: 991px) {
    .careers-testimonials-area h2 {
        margin:0 0 18px
    }
}

.testimonials-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -11px
}

@media (max-width: 1199px) {
    .testimonials-row {
        margin:0 -5px
    }
}

.testimonials-col {
    position: relative;
    width: 33.333%;
    padding: 0 11px;
    margin: 0 0 20px
}

@media (max-width: 1199px) {
    .testimonials-col {
        padding:0 5px;
        margin: 0 0 15px
    }
}

@media (max-width: 991px) {
    .testimonials-col {
        width:50%
    }
}

@media (max-width: 767px) {
    .testimonials-col {
        width:100%
    }
}

.careers-testimonials-block {
    position: relative
}

.careers-testimonials-block .image-holder {
    position: relative;
    overflow: hidden
}

.careers-training-area {
    position: relative;
    background: #eaeaea
}

.careers-training-holder {
    position: relative;
    padding: 52px 0 128px
}

@media (max-width: 1449px) {
    .careers-training-holder {
        padding:50px 0 95px
    }
}

@media (max-width: 1199px) {
    .careers-training-holder {
        padding:40px 0 75px
    }
}

@media (max-width: 991px) {
    .careers-training-holder {
        padding:40px 0 0
    }
}

@media (max-width: 767px) {
    .careers-training-holder {
        padding:30px 0 0
    }
}

.careers-training-holder .text-block {
    position: relative;
    max-width: 880px;
    color: #0a0a0a
}

@media (max-width: 1749px) {
    .careers-training-holder .text-block {
        max-width:800px
    }
}

@media (max-width: 1449px) {
    .careers-training-holder .text-block {
        max-width:680px
    }
}

@media (max-width: 1199px) {
    .careers-training-holder .text-block {
        max-width:580px
    }
}

@media (max-width: 991px) {
    .careers-training-holder .text-block {
        width:100%;
        max-width: 100%
    }
}

.careers-training-holder .text-block h2 {
    margin: 0 0 38px
}

@media (max-width: 1449px) {
    .careers-training-holder .text-block h2 {
        margin:0 0 24px
    }
}

@media (max-width: 1199px) {
    .careers-training-holder .text-block h2 {
        margin:0 0 18px
    }
}

.careers-training-holder .text-block p {
    margin: 0 0 24px
}

@media (max-width: 1449px) {
    .careers-training-holder .text-block p {
        margin:0 0 20px
    }
}

@media (max-width: 767px) {
    .careers-training-holder .text-block p {
        margin:0 0 18px
    }
}

.careers-training-holder .text-block p:last-child {
    margin-bottom: 0
}

.careers-training-holder .image-holder {
    position: absolute;
    right: 51px;
    bottom: 0;
    max-width: 594px
}

@media (max-width: 1749px) {
    .careers-training-holder .image-holder {
        max-width:570px;
        right: 40px
    }
}

@media (max-width: 1449px) {
    .careers-training-holder .image-holder {
        max-width:520px;
        right: 5px
    }
}

@media (max-width: 1199px) {
    .careers-training-holder .image-holder {
        max-width:420px
    }
}

@media (max-width: 991px) {
    .careers-training-holder .image-holder {
        position:relative;
        width: 100%;
        right: 0;
        margin: 30px auto 0
    }
}

@media (max-width: 767px) {
    .careers-training-holder .image-holder {
        margin:25px auto 0
    }
}

.careers-reward-area {
    position: relative;
    padding: 83px 0 94px
}

@media (max-width: 1749px) {
    .careers-reward-area {
        padding:80px 0
    }
}

@media (max-width: 1199px) {
    .careers-reward-area {
        padding:60px 0 25px
    }
}

@media (max-width: 991px) {
    .careers-reward-area {
        padding:55px 0 20px
    }
}

@media (max-width: 767px) {
    .careers-reward-area {
        padding:32px 0 20px
    }
}

.careers-reward-area h2 {
    text-align: center;
    margin: 0 0 75px
}

@media (max-width: 1749px) {
    .careers-reward-area h2 {
        margin:0 0 55px
    }
}

@media (max-width: 1449px) {
    .careers-reward-area h2 {
        margin:0 0 45px
    }
}

@media (max-width: 1199px) {
    .careers-reward-area h2 {
        margin:0 0 30px
    }
}

@media (max-width: 991px) {
    .careers-reward-area h2 {
        margin:0 0 25px
    }
}

.careers-reward-area .reward-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -30px
}

@media (max-width: 1749px) {
    .careers-reward-area .reward-row {
        margin:0 -15px
    }
}

@media (max-width: 1449px) {
    .careers-reward-area .reward-row {
        margin:0 -10px
    }
}

.careers-reward-area .reward-col {
    position: relative;
    padding: 0 30px;
    width: 25%
}

@media (max-width: 1749px) {
    .careers-reward-area .reward-col {
        padding:0 15px
    }
}

@media (max-width: 1449px) {
    .careers-reward-area .reward-col {
        padding:0 10px
    }
}

@media (max-width: 1199px) {
    .careers-reward-area .reward-col {
        width:33.333%;
        margin: 0 0 35px
    }
}

@media (max-width: 991px) {
    .careers-reward-area .reward-col {
        width:50%
    }
}

@media (max-width: 767px) {
    .careers-reward-area .reward-col {
        width:100%;
        margin: 0 0 25px
    }
}

.reward-block {
    position: relative;
    text-align: center
}

.reward-block .icon-holder {
    position: relative;
    max-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1449px) {
    .reward-block .icon-holder {
        max-width:75px
    }
}

.reward-block .description {
    position: relative;
    padding: 14px 0 0
}

.reward-block .description h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 22px
}

@media (max-width: 1449px) {
    .reward-block .description h3 {
        font-size:24px;
        line-height: 30px;
        margin: 0 0 18px
    }
}

@media (max-width: 991px) {
    .reward-block .description h3 {
        font-size:22px;
        line-height: 26px
    }
}

.careers-checkout-area {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 991px) {
    .careers-checkout-area {
        background-position:15% 0
    }
}

@media (max-width: 767px) {
    .careers-checkout-area {
        background-position:0 0
    }
}

.careers-checkout-holder {
    position: relative;
    padding: 110px 0 72px
}

@media (max-width: 1749px) {
    .careers-checkout-holder {
        padding:75px 0
    }
}

@media (max-width: 1449px) {
    .careers-checkout-holder {
        padding:55px 0
    }
}

@media (max-width: 1199px) {
    .careers-checkout-holder {
        padding:40px 0
    }
}

@media (max-width: 991px) {
    .careers-checkout-holder {
        padding:25px 0 35px
    }
}

.careers-checkout-text-block {
    position: relative;
    max-width: 760px
}

@media (max-width: 1199px) {
    .careers-checkout-text-block {
        max-width:620px
    }
}

@media (max-width: 767px) {
    .careers-checkout-text-block {
        max-width:100%
    }
}

.careers-checkout-text-block h2 {
    max-width: 595px;
    line-height: 1.3;
    margin: 0 0 42px
}

@media (max-width: 1449px) {
    .careers-checkout-text-block h2 {
        margin:0 0 25px
    }
}

@media (max-width: 1199px) {
    .careers-checkout-text-block h2 {
        max-width:500px;
        margin: 0 0 18px
    }
}

@media (max-width: 991px) {
    .careers-checkout-text-block h2 {
        margin:0 0 15px
    }
}

.careers-checkout-list {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 0
}

@media (max-width: 1449px) {
    .careers-checkout-list {
        font-size:18px;
        line-height: 22px
    }
}

@media (max-width: 1199px) {
    .careers-checkout-list {
        font-size:16px;
        line-height: 20px
    }
}

.careers-checkout-list li {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 16px
}

@media (max-width: 1449px) {
    .careers-checkout-list li {
        margin:0 0 12px
    }
}

@media (max-width: 1199px) {
    .careers-checkout-list li {
        padding:0 0 0 22px;
        margin: 0 0 10px
    }
}

.careers-checkout-list li:last-child {
    margin-bottom: 0
}

.careers-checkout-list li i {
    position: absolute;
    left: 0;
    top: 3px
}

@media (max-width: 1449px) {
    .careers-checkout-list li i {
        top:2px
    }
}

@media (max-width: 1199px) {
    .careers-checkout-list li i {
        top:1px
    }
}

.careers-checkout-list .text {
    position: relative;
    display: block;
    padding: 0 0 0 12px
}

@media (max-width: 1199px) {
    .careers-checkout-list .text {
        padding:0 0 0 10px
    }
}

.careers-checkout-list .text:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0
}

.product-news-section {
    position: relative;
    padding: 98px 0 40px
}

@media (max-width: 1749px) {
    .product-news-section {
        padding:75px 0 40px
    }
}

@media (max-width: 1449px) {
    .product-news-section {
        padding:50px 0 30px
    }
}

@media (max-width: 991px) {
    .product-news-section {
        padding:30px 0 20px
    }
}

@media (max-width: 767px) {
    .product-news-section {
        padding:15px 0
    }
}

.product-news-section .container {
    max-width: 1570px
}

.product-news-section h1 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 74px
}

@media (max-width: 1749px) {
    .product-news-section h1 {
        font-size:44px;
        margin: 0 0 50px
    }
}

@media (max-width: 1449px) {
    .product-news-section h1 {
        margin:0 0 30px
    }
}

@media (max-width: 1199px) {
    .product-news-section h1 {
        font-size:38px
    }
}

@media (max-width: 991px) {
    .product-news-section h1 {
        margin:0 0 20px
    }
}

@media (max-width: 767px) {
    .product-news-section h1 {
        font-size:28px;
        margin: 0 0 16px
    }
}

.product-news-section h2 {
    margin: 0 0 30px
}

@media (max-width: 1449px) {
    .product-news-section h2 {
        font-size:36px;
        margin: 0 0 20px
    }
}

@media (max-width: 1199px) {
    .product-news-section h2 {
        font-size:34px
    }
}

@media (max-width: 991px) {
    .product-news-section h2 {
        font-size:32px;
        margin: 0 0 15px
    }
}

@media (max-width: 767px) {
    .product-news-section h2 {
        font-size:24px;
        margin: 0 0 12px
    }
}

.product-news-text-block {
    position: relative;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    color: #0a0a0a;
    margin: 0 0 90px
}

@media (max-width: 1749px) {
    .product-news-text-block {
        margin:0 0 70px
    }
}

@media (max-width: 1449px) {
    .product-news-text-block {
        font-size:24px;
        line-height: 30px;
        margin: 0 0 50px
    }
}

@media (max-width: 1199px) {
    .product-news-text-block {
        font-size:22px;
        line-height: 28px
    }
}

@media (max-width: 991px) {
    .product-news-text-block {
        font-size:20px;
        line-height: 26px;
        margin: 0 0 35px
    }
}

@media (max-width: 767px) {
    .product-news-text-block {
        font-size:18px;
        line-height: 24px
    }
}

.product-news-text-block p {
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.product-news-text-block p a {
    color: #0a0a0a
}

.product-news-text-block p a:hover {
    color: #f13120
}

.product-news-widget-area {
    position: relative
}

.product-news-widget-area .widget-holder {
    position: relative;
    margin: 0 0 58px
}

@media (max-width: 1749px) {
    .product-news-widget-area .widget-holder {
        margin:0 0 40px
    }
}

@media (max-width: 1449px) {
    .product-news-widget-area .widget-holder {
        margin:0 0 30px
    }
}

@media (max-width: 991px) {
    .product-news-widget-area .widget-holder {
        margin:0 0 20px
    }
}

@media (max-width: 767px) {
    .product-news-widget-area .widget-holder {
        margin:0 0 15px
    }
}

.product-news-list-holder {
    position: relative
}

.product-news-list {
    position: relative;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1449px) {
    .product-news-list {
        margin:0 -15px
    }
}

@media (max-width: 1199px) {
    .product-news-list {
        margin:0 -10px
    }
}

@media (max-width: 991px) {
    .product-news-list {
        margin:0 -5px
    }
}

.product-news-list li {
    position: relative;
    width: 25%;
    padding: 0 20px;
    margin: 0 0 35px
}

@media (max-width: 1449px) {
    .product-news-list li {
        padding:0 15px;
        margin: 0 0 30px
    }
}

@media (max-width: 1199px) {
    .product-news-list li {
        padding:0 10px;
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .product-news-list li {
        padding:0 5px;
        margin: 0 0 10px
    }
}

@media (max-width: 767px) {
    .product-news-list li {
        width:33.333%
    }
}

@media (max-width: 575px) {
    .product-news-list li {
        width:50%
    }
}

.product-news-list .tag-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    height: 50px;
    background: #f13120;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width: 1199px) {
    .product-news-list .tag-text {
        font-size:18px
    }
}

@media (max-width: 991px) {
    .product-news-list .tag-text {
        height:44px;
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .product-news-list .tag-text {
        font-size:15px
    }
}

.product-news-list .tag-text:hover {
    background: #000;
    color: #fff
}

.terms-text-content {
    position: relative;
    padding: 98px 0 0
}

@media (max-width: 1749px) {
    .terms-text-content {
        padding:70px 0 0
    }
}

@media (max-width: 1199px) {
    .terms-text-content {
        padding:50px 0 0
    }
}

@media (max-width: 991px) {
    .terms-text-content {
        padding:30px 0 0
    }
}

@media (max-width: 767px) {
    .terms-text-content {
        padding:20px 0 0
    }
}

.terms-text-content .container {
    max-width: 1570px
}

.terms-text-content.style01 .head p {
    font-size: 28px;
    line-height: 1.4;
    max-width: 990px;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .terms-text-content.style01 .head p {
        font-size:18px;
        margin-bottom: 20px
    }
}

.terms-text-content.style01 .data-wrap {
    padding: 0 0 90px
}

@media (max-width: 767px) {
    .terms-text-content.style01 .data-wrap {
        padding:0 0 40px;
        overflow-x: hidden
    }
}

.terms-text-content.style01 .data-holder>h2 {
    margin-bottom: 30px;
    color: #222
}

.terms-text-content.style01 p {
    margin: 0 0 14px
}

.terms-text-content.style01 a {
    color: #0a0a0a;
    font-weight: 700
}

.terms-text-content.style01 a:hover {
    color: #f13120
}

.terms-text-content h1 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 79px
}

@media (max-width: 1749px) {
    .terms-text-content h1 {
        font-size:44px;
        margin: 0 0 50px
    }
}

@media (max-width: 1199px) {
    .terms-text-content h1 {
        font-size:38px
    }
}

@media (max-width: 991px) {
    .terms-text-content h1 {
        font-size:32px;
        margin: 0 0 30px
    }
}

@media (max-width: 767px) {
    .terms-text-content h1 {
        font-size:28px;
        margin: 0 0 22px
    }
}

.terms-text-content h2 {
    margin: 0
}

@media (max-width: 1449px) {
    .terms-text-content h2 {
        font-size:36px
    }
}

@media (max-width: 1199px) {
    .terms-text-content h2 {
        font-size:34px
    }
}

@media (max-width: 991px) {
    .terms-text-content h2 {
        font-size:28px
    }
}

@media (max-width: 767px) {
    .terms-text-content h2 {
        font-size:22px
    }
}

.terms-text-content .data-holder {
    position: relative;
    color: #0a0a0a;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0
}

@media (max-width: 1449px) {
    .terms-text-content .data-holder {
        font-size:18px;
        line-height: 24px
    }
}

@media (max-width: 1199px) {
    .terms-text-content .data-holder {
        font-size:16px;
        line-height: 22px
    }
}

.terms-text-content .data-holder>h2 {
    border-bottom: 4px solid #000;
    line-height: 1;
    padding: 0 0 15px
}

@media (max-width: 991px) {
    .terms-text-content .data-holder>h2 {
        padding:0 0 12px;
        border-bottom-width: 2px
    }
}

.terms-text-content .data-holder>h2+p {
    margin: 25px 0 0
}

@media (max-width: 767px) {
    .terms-text-content .data-holder>h2+p {
        margin:18px 0 0
    }
}

.terms-text-content .data-wrap {
    position: relative;
    padding: 0 0 130px
}

@media (max-width: 1749px) {
    .terms-text-content .data-wrap {
        padding:0 0 90px
    }
}

@media (max-width: 1449px) {
    .terms-text-content .data-wrap {
        padding:0 0 60px
    }
}

@media (max-width: 991px) {
    .terms-text-content .data-wrap {
        padding:0 0 45px
    }
}

@media (max-width: 767px) {
    .terms-text-content .data-wrap {
        padding:0 0 30px
    }
}

.terms-text-content .data {
    position: relative;
    padding: 35px 0 0
}

@media (max-width: 1449px) {
    .terms-text-content .data {
        padding:25px 0 0
    }
}

@media (max-width: 767px) {
    .terms-text-content .data {
        padding:20px 0 0
    }
}

.terms-text-content .data b {
    color: #000;
    font-weight: 700;
    text-decoration: underline
}

.terms-text-content .data a:hover {
    text-decoration: none
}

.terms-text-content .data a.mail {
    color: #f13120
}

.terms-text-content .data a.mail:hover {
    color: #000
}

.terms-text-content .data a.call {
    font-weight: 400;
    text-decoration: none
}

.terms-text-content .data a.call:hover {
    color: #f13120
}

.terms-text-content .data strong a.call {
    font-weight: 700
}

.terms-text-content .h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 8px
}

@media (max-width: 1449px) {
    .terms-text-content .h3 {
        font-size:24px;
        line-height: 30px
    }
}

@media (max-width: 1199px) {
    .terms-text-content .h3 {
        font-size:22px;
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .terms-text-content .h3 {
        font-size:20px;
        line-height: 24px
    }
}

.terms-text-content .list {
    position: relative
}

.terms-text-content .list li {
    position: relative;
    padding: 0 0 0 13px
}

.terms-text-content .list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%
}

@media (max-width: 991px) {
    .terms-text-content .list li:before {
        top:8px
    }
}

.terms-text-content .number-list-main {
    counter-reset: item
}

.terms-text-content .number-list-main .h3 {
    position: relative;
    padding: 0 0 0 28px
}

@media (max-width: 767px) {
    .terms-text-content .number-list-main .h3 {
        padding:0 0 0 22px
    }
}

.terms-text-content .number-list-main .h3:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0
}

.terms-text-content .list-alpha {
    counter-reset: item
}

.terms-text-content .list-alpha li {
    position: relative!important;
    padding: 0 0 0 22px!important;
    margin: 0 0 12px!important
}

.terms-text-content .list-alpha li:before {
    content: counter(item,lower-latin) "."!important;
    counter-increment: item!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important
}

.terms-text-content .list-roman {
    counter-reset: item
}

.terms-text-content .list-roman li {
    position: relative!important;
    padding: 0 0 0 42px!important;
    margin: 0 0 12px!important
}

.terms-text-content .list-roman li:before {
    content: counter(item,lower-roman) "."!important;
    counter-increment: item!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important
}

.terms-text-content .sub-number-list {
    counter-reset: subitem;
    padding: 2px 0 0 22px
}

@media (max-width: 767px) {
    .terms-text-content .sub-number-list {
        padding-left:0
    }
}

.terms-text-content .sub-number-list li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 12px
}

.terms-text-content .sub-number-list li:before {
    content: counters(subitem, ".") ".";
    counter-increment: subitem;
    position: absolute;
    left: 0;
    top: 0
}

.terms-text-content .check-list {
    position: relative;
    padding: 12px 0 0
}

.terms-text-content .check-list li {
    position: relative;
    padding: 0 0 0 14px;
    margin: 0 0 12px
}

.terms-text-content .check-list li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0
}

.terms-text-content .data-contact-list {
    position: relative
}

.terms-text-content .data-contact-list p {
    margin: 0 0 12px
}

.terms-text-content .data-contact-list li {
    position: relative;
    word-break: break-all;
    margin: 0 0 12px
}

.terms-text-content .data-contact-list li:last-child {
    margin-bottom: 0
}

.terms-text-content .data-contact-list .text {
    position: relative;
    display: block
}

.terms-text-content ol,.terms-text-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.terms-text-content li,.terms-text-content ol,.terms-text-content p,.terms-text-content ul {
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.terms-text-content.faq-text-content .data:first-child,.terms-text-content.privacy-content .data:first-child {
    padding: 0
}

.terms-text-content.faq-text-content p+p {
    margin: 12px 0 0
}

.academy-banner {
    max-width: 1860px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 421px;
    padding-top: 6.7%;
    background-size: cover;
    background-position: 50% 50%
}

@media (max-width: 1199px) {
    .academy-banner {
        min-height:350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 767px) {
    .academy-banner {
        min-height:280px
    }
}

.academy-banner .text-box {
    margin-left: 8.8%
}

.academy-banner h1 {
    color: #fff!important
}

@media (max-width: 991px) {
    .academy-banner h1 {
        text-shadow:3px 3px 5px rgba(0,0,0,.55)
    }
}

.academy-intro {
    padding: 88px 0 104px
}

@media (max-width: 1449px) {
    .academy-intro {
        padding:60px 0
    }
}

.academy-intro .row {
    max-width: 100%;
    margin: 0 -15px
}

@media (max-width: 1199px) {
    .academy-intro .row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }
}

.academy-intro .container {
    max-width: 1570px;
    padding: 0 30px
}

.academy-intro .video-holder {
    margin: 0 -30px 0 12px
}

@media (max-width: 1199px) {
    .academy-intro .video-holder {
        margin:0 0 30px
    }
}

@media (max-width: 1199px) {
    .academy-intro .video-holder img {
        width:100%;
        height: auto;
        display: block
    }
}

.academy-intro .description {
    max-width: 502px;
    padding-top: 17px
}

@media (max-width: 1199px) {
    .academy-intro .description {
        max-width:100%
    }
}

.academy-intro .description h2 {
    margin: 0 0 27px
}

.academy-intro .description p {
    font-size: 24px;
    line-height: 1.3;
    color: #000
}

@media (max-width: 1449px) {
    .academy-intro .description p {
        font-size:20px
    }
}

@media (max-width: 1199px) {
    .academy-intro .large-5 {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 1199px) {
    .academy-intro .large-7 {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

.academy-topics-section {
    background: #f13120;
    padding: 70px 0 64px
}

@media (max-width: 1199px) {
    .academy-topics-section {
        padding:60px 0 30px
    }
}

.academy-topics-section .container {
    max-width: 1570px
}

.academy-topics-section .h3 {
    font-size: 28px;
    color: #fff;
    margin: 0 0 45px 6px
}

@media (max-width: 1449px) {
    .academy-topics-section .h3 {
        margin:0 0 20px
    }
}

.academy-topics-section .academy-topics-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 28px
}

@media (max-width: 1449px) {
    .academy-topics-section .academy-topics-list {
        font-size:16px;
        line-height: 24px
    }
}

@media (max-width: 1199px) {
    .academy-topics-section .academy-topics-list {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.academy-topics-section .academy-topics-list li {
    padding: 10px 55px 18px;
    position: relative;
    text-align: center
}

@media (max-width: 1449px) {
    .academy-topics-section .academy-topics-list li {
        padding:10px 30px 18px
    }
}

@media (max-width: 1199px) {
    .academy-topics-section .academy-topics-list li {
        width:33.333%;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .academy-topics-section .academy-topics-list li {
        width:50%;
        margin-bottom: 30px;
        padding: 10px
    }
}

.academy-topics-section .academy-topics-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 1px;
    background: #555
}

.academy-topics-section .academy-topics-list li:first-child:before {
    display: none
}

@media (max-width: 1199px) {
    .academy-topics-section .academy-topics-list li:nth-child(4):before {
        display:none
    }
}

@media (max-width: 767px) {
    .academy-topics-section .academy-topics-list li:nth-child(4):before {
        display:block
    }
}

@media (max-width: 767px) {
    .academy-topics-section .academy-topics-list li:nth-child(odd):before {
        display:none
    }
}

.academy-topics-section .academy-topics-list a {
    display: block
}

.academy-topics-section .academy-topics-list a:hover .text {
    color: #000
}

.academy-topics-section .academy-topics-list .image {
    margin: 0;
    min-height: 94px
}

.academy-topics-section .academy-topics-list .text {
    display: block;
    color: #fff
}

.academy-columns-area {
    padding: 73px 0 50px;
    background: #eaeaea
}

@media (max-width: 767px) {
    .academy-columns-area {
        padding:40px 0 20px
    }
}

.academy-columns-area .container {
    max-width: 1570px;
    padding: 0 30px
}

.academy-columns-area .row {
    max-width: 100%;
    margin: 0 -15px;
    gap: 2rem
}

.academy-columns-area h2 {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 36px
}

@media (max-width: 1449px) {
    .academy-columns-area h2 {
        font-size:24px;
        line-height: 28px
    }
}

.academy-columns-area .columns:last-child .list {
    padding-right: 0
}

@media (max-width: 991px) {
    .academy-columns-area .columns {
        margin-bottom:30px
    }
}

.academy-columns-area .list {
    margin: 0;
    padding-right: 4px;
    font-size: 20px;
    line-height: 1.3
}

@media (max-width: 1449px) {
    .academy-columns-area .list {
        font-size:16px;
        line-height: 20px
    }
}

.academy-columns-area .list li {
    position: relative;
    padding: 0 0 0 11px;
    margin: 0 0 13px
}

@media (max-width: 1449px) {
    .academy-columns-area .list li {
        margin:0 0 7px
    }
}

.academy-columns-area .list li:before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 100%;
    background: #000
}

@media (max-width: 1449px) {
    .academy-columns-area .list li:before {
        top:7px
    }
}

.academy-data-area {
    padding: 109px 0 70px
}

@media (max-width: 1449px) {
    .academy-data-area {
        padding:60px 0 30px
    }
}

.academy-data-area .container {
    max-width: 1570px
}

.academy-data-area h2 {
    margin: 0 0 14px
}

.academy-data-area .head {
    margin: 0 0 41px
}

.academy-data-area .head p {
    font-size: 20px;
    margin: 0 0 15px
}

.academy-data-area .academy-data-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -23px 111px
}

@media (max-width: 1449px) {
    .academy-data-area .academy-data-list {
        margin:0 -23px 40px
    }
}

@media (max-width: 767px) {
    .academy-data-area .academy-data-list {
        margin:0 -10px 25px
    }
}

@media (max-width: 575px) {
    .academy-data-area .academy-data-list {
        margin:0 0 25px
    }
}

.academy-data-area .academy-data-list li {
    width: 33.333%;
    padding: 0 23px 33px
}

@media (max-width: 767px) {
    .academy-data-area .academy-data-list li {
        width:50%;
        padding: 0 10px 25px
    }
}

@media (max-width: 575px) {
    .academy-data-area .academy-data-list li {
        width:100%;
        padding: 0 0 25px
    }
}

.academy-data-area .academy-data-list a {
    display: block;
    font-size: 20px;
    height: 50px
}

@media (max-width: 1449px) {
    .academy-data-area .academy-data-list a {
        font-size:16px;
        line-height: 30px
    }
}

.academy-events-area {
    background: #eaeaea;
    padding: 55px 130px 60px 89px
}

@media (max-width: 1449px) {
    .academy-events-area {
        padding:50px 40px 60px
    }
}

@media (max-width: 767px) {
    .academy-events-area {
        padding:30px 15px 30px
    }
}

.academy-events-area h2 {
    margin: 0 0 66px;
    text-align: center;
    padding-left: 38px
}

@media (max-width: 767px) {
    .academy-events-area h2 {
        padding:0;
        margin: 0 0 30px
    }
}

.academy-events-area .box-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -21px
}

@media (max-width: 767px) {
    .academy-events-area .box-holder {
        margin:0
    }
}

.academy-events-area .box-holder .event-box {
    padding: 0 21px 45px;
    width: 33.333%
}

@media (max-width: 1449px) {
    .academy-events-area .box-holder .event-box {
        padding:0 10px 20px
    }
}

@media (max-width: 991px) {
    .academy-events-area .box-holder .event-box {
        width:50%
    }
}

@media (max-width: 767px) {
    .academy-events-area .box-holder .event-box {
        width:100%;
        padding: 0 0 20px
    }
}

.academy-events-area .box-holder .inner {
    background: #fff;
    height: 100%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1449px) {
    .academy-events-area .box-holder .inner {
        padding:25px
    }
}

.academy-events-area .box-holder .date-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0 0 35px
}

@media (max-width: 1449px) {
    .academy-events-area .box-holder .date-holder {
        margin:0 0 15px
    }
}

.academy-events-area .box-holder .date-holder .month {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    text-transform: uppercase
}

.academy-events-area .box-holder .date-holder .day {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700
}

.academy-events-area .box-holder .date-holder .date.add {
    position: relative;
    margin: 4px 0 0 6px
}

.academy-events-area .box-holder .date-holder .date.add:before {
    position: absolute;
    left: -14px;
    top: 13px;
    content: "";
    width: 7px;
    height: 2px;
    background: #0a0a0a
}

.academy-events-area .box-holder .date-holder .date.add .month {
    font-size: 16px;
    line-height: 1.2
}

.academy-events-area .box-holder .date-holder .date.add .day {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700
}

.academy-events-area .box-holder .description {
    margin: 0 0 35px
}

@media (max-width: 1449px) {
    .academy-events-area .box-holder .description {
        margin:0 0 15px
    }
}

.academy-events-area .box-holder .description h2 {
    text-align: left;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
    padding-left: 0
}

@media (max-width: 991px) {
    .academy-events-area .box-holder .description h2 {
        font-size:20px
    }
}

.academy-events-area .box-holder .description .cat {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #0a0a0a;
    text-transform: uppercase
}

.academy-events-area .box-holder .schedule-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin: 0 0 8px;
    font-weight: 400
}

@media (max-width: 1199px) {
    .academy-events-area .box-holder .schedule-row {
        font-size:14px
    }
}

.academy-events-area .box-holder .schedule-row i {
    display: block;
    margin-right: 5px
}

.academy-events-area .box-holder .address {
    display: block;
    margin: 0 0 25px;
    font-weight: 400;
    font-style: normal;
    padding: 0!important;
    width: 100%!important
}

.academy-events-area .box-holder .address i {
    display: inline-block;
    margin-right: 10px
}

.academy-events-area .box-holder .btn-primary {
    display: block;
    width: 100%;
    font-size: 20px;
    height: 40px
}

.slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.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-arrow {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 991px) {
    .slick-arrow {
        left:-10px;
        z-index: 9
    }
}

.slick-arrow:hover {
    color: #f13120
}

.slick-arrow.slick-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right:-10px
    }
}

.footer {
    background-color: #000;
    padding: 114px 0 0;
    position: relative;
    z-index: 40
}

@media (max-width: 1449px) {
    .footer {
        padding-top:60px
    }
}

@media (max-width: 991px) {
    .footer {
        padding-top:40px
    }
}

.footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 80px
}

@media (max-width: 1449px) {
    .footer .footer-content {
        padding:0 0 40px
    }
}

@media (max-width: 991px) {
    .footer .footer-content {
        display:block;
        text-align: center
    }

    .academy-columns-area {
        padding: 3rem 2rem!important
    }
}

@media (max-width: 767px) {
    .footer .footer-content {
        padding:0 0 10px
    }
}

.footer .logo-holder {
    color: #fff;
    width: 432px;
    font-size: 20px
}

@media (max-width: 1749px) {
    .footer .logo-holder {
        width:300px
    }
}

@media (max-width: 1449px) {
    .footer .logo-holder {
        width:250px
    }
}

@media (max-width: 991px) {
    .footer .logo-holder {
        width:100%
    }
}

.footer .logo-holder p {
    margin: 0 0 61px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500
}

@media (max-width: 1749px) {
    .footer .logo-holder p {
        font-size:20px
    }
}

@media (max-width: 1449px) {
    .footer .logo-holder p {
        font-size:16px
    }
}

@media (max-width: 991px) {
    .footer .logo-holder p {
        margin:0 0 15px
    }
}

.footer .logo-holder .logo {
    display: block;
    width: 370px;
    margin: 0 0 31px
}

@media (max-width: 1449px) {
    .footer .logo-holder .logo {
        width:250px
    }
}

@media (max-width: 991px) {
    .footer .logo-holder .logo {
        margin:0 auto 20px
    }
}

.footer .logo-holder a {
    display: block
}

.footer .logo-holder img {
    width: 100%
}

.footer .footer-content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10%;
    padding-top: 23px
}

@media (max-width: 1449px) {
    .footer .footer-content-holder {
        padding-left:45px
    }
}

@media (max-width: 991px) {
    .footer .footer-content-holder {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        padding: 0;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
        text-align: left
    }
}

.footer .footer-col {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1449px) {
    .footer .footer-col {
        padding-right:15px
    }
}

@media (max-width: 767px) {
    .footer .footer-col {
        max-width:50%;
        width: 50%;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        margin-bottom: 20px
    }
}

.footer .footer-col:nth-child(4) {
    max-width: 180px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit
}

@media (max-width: 1449px) {
    .footer .footer-col:nth-child(4) {
        max-width:100px
    }
}

@media (max-width: 767px) {
    .footer .footer-col:nth-child(4) {
        max-width:50%
    }
}

@media (max-width: 767px) {
    .footer .footer-col:first-child {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3;
        max-width: 60%;
        width: 60%
    }
}

@media (max-width: 767px) {
    .footer .footer-col:nth-child(2) {
        -webkit-box-ordinal-group:5;
        -ms-flex-order: 4;
        order: 4;
        max-width: 40%;
        width: 40%;
        margin-top: -100px
    }
}

@media (max-width: 767px) {
    .footer .footer-col:nth-child(3) {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 60%;
        width: 60%
    }
}

@media (max-width: 767px) {
    .footer .footer-col:nth-child(4) {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 40%;
        width: 40%
    }
}

.footer .footer-col .list-title {
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    margin-bottom: 10px
}

.footer .time {
    display: block;
    font-size: 20px;
    margin: 0 0 12px
}

@media (max-width: 1749px) {
    .footer .time {
        font-size:16px
    }
}

@media (max-width: 1449px) {
    .footer .time {
        font-size:14px
    }
}

@media (max-width: 767px) {
    .footer .time {
        font-size:12px
    }
}

.footer p {
    font-size: 20px;
    line-height: 1.3
}

@media (max-width: 1449px) {
    .footer p {
        font-size:14px
    }
}

.footer .tell {
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 8px
}

@media (max-width: 1749px) {
    .footer .tell {
        font-size:20px
    }
}

.footer .tell a {
    color: #fff
}

.footer .tell a:hover {
    color: #f13120
}

.footer .text {
    display: block;
    max-width: 220px;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 26px
}

@media (max-width: 1749px) {
    .footer .text {
        font-size:16px
    }
}

@media (max-width: 1449px) {
    .footer .text {
        font-size:14px
    }
}

.footer .country-location {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    line-height: 1.3
}

@media (max-width: 1449px) {
    .footer .country-location {
        font-size:14px
    }
}

.footer .country-location li {
    margin: 0 0 6px
}

.footer .country-location i {
    display: inline-block;
    margin-right: 8px
}

.footer .country-location a {
    color: #fff;
    margin: 0;
    pointer-events: none
}

.footer .country-location a:hover {
    color: #f13120
}

.footer .footer-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    line-height: 1.3
}

@media (max-width: 1449px) {
    .footer .footer-nav {
        font-size:14px
    }
}

.footer .footer-nav li {
    margin: 0 0 5px
}

.footer .footer-nav a {
    color: #fff
}

.footer .footer-nav a:hover {
    color: #f13120
}

.footer .bottom-bar {
    border-top: 2px solid #888;
    padding: 35px 0 50px
}

@media (max-width: 1449px) {
    .footer .bottom-bar {
        padding:25px 0
    }
}

@media (max-width: 767px) {
    .footer .bottom-bar {
        padding:15px 0
    }
}

.footer .bottom-bar p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

@media (max-width: 767px) {
    .footer .bottom-bar p {
        font-size:11px
    }
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    font-size: 48px;
    line-height: 1
}

@media (max-width: 1449px) {
    .social-links {
        font-size:30px;
        gap: 20px
    }
}

@media (max-width: 991px) {
    .social-links {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.social-links a {
    color: #fff
}

.social-links a:hover {
    color: #f13120
}

@media only screen and (max-width: 767px) and (min-width:320px) {
    #showMorePopup .popup-content {
        padding:20px;
        margin: 0 20px
    }

    #showMorePopup .ais-facet-title {
        font-size: 32px;
        margin-bottom: 10px!important;
        line-height: 1.5
    }

    #showMorePopup .ais-RefinementList-list {
        grid-template-columns: 1fr!important
    }
}

@media only screen and (max-width: 1200px) and (min-width:768px) {
    #showMorePopup .popup-content {
        padding:20px;
        margin: 0 20px
    }

    #showMorePopup .ais-RefinementList-list {
        grid-template-columns: 1fr 1fr!important
    }
}

@media only screen and (max-width: 1024px) and (min-width:768px) {
    .productView-images .slick-list.draggable {
        height:400px!important
    }

    .productView .productView-images {
        gap: 2rem!important
    }

    .productView-images .slick-next::before,.productView-images .slick-prev::before {
        height: 3.3rem!important
    }
}

@media only screen and (max-width: 1024px) {
    .productView-images.container {
        margin-top:2rem
    }

    .productView-thumbnails {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .productView-images .slick-next::before,.productView-images .slick-prev::before {
        height: 1.3rem!important
    }

    .slick-arrow.slick-next {
        right: 0!important
    }
}

@media only screen and (max-width: 767px) and (min-width:480px) {
    .productView-images .slick-list.draggable {
        height:300px!important
    }

    .productView-images .slick-next::before,.productView-images .slick-prev::before {
        height: 2.3rem!important
    }
}

@media only screen and (max-width: 479px) and (min-width:200px) {
    .productView-images .slick-list.draggable {
        height:170px!important
    }
}

@media (max-width: 767px) {
    .footer .footer-col:nth-child(2) {
        margin-top:0!important
    }
}

@media only screen and (max-width: 500px) and (min-width:200px) {
    .about-video-banner {
        padding:70px 0 30px!important
    }
}

@media (max-width: 768px) {
    .about-video-banner .video-holder {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .about-video-banner .video-holder a {
        width: 100%
    }

    .about-video-banner .video-holder iframe {
        height: 300px!important
    }
}

@media (max-width: 799px) {
    button.aa-DetachedSearchButton .aa-DetachedSearchButtonIcon {
        position:static;
        height: 40px;
        background-color: #ab170d;
        border-radius: 0 30px 30px 0;
        cursor: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: 0 0;
        width: calc(var(--aa-icon-size) + var(--aa-spacing));
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important;
        color: #000!important
    }

    form.aa-Form button.aa-SubmitButton {
        position: static!important;
        width: calc(var(--aa-icon-size) + var(--aa-spacing)* 1.25 - 1px)!important;
        background: 0 0!important;
        height: 100%!important
    }

    .aa-DetachedOverlay .aa-Panel {
        display: block!important
    }
}

ol.breadcrumbs {
    display: block;
    text-align: left;
    margin-top: 21px;
    margin-bottom: 21px
}

@media (min-width: 801px) {
    ol.breadcrumbs {
        margin-top:30px;
        margin-bottom: 40px
    }
}

ol.breadcrumbs .breadcrumb-label {
    color: #ccc;
    font-family: "Libre Franklin";
    font-size: .875rem;
    letter-spacing: .2px;
    line-height: 20px;
    text-decoration: underline
}

@media (min-width: 801px) {
    ol.breadcrumbs .breadcrumb-label {
        font-family:"Libre Franklin";
        font-size: 16px;
        letter-spacing: .19px;
        line-height: 20px
    }
}

ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px
}

ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label .breadcrumb-icon {
    display: none
}

ol.breadcrumbs .breadcrumb-icon {
    fill: #ab170d
}

ol.breadcrumbs .breadcrumb-icon svg {
    fill: #ab170d
}

ol.breadcrumbs .breadcrumb::before {
    display: none
}

.productView {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0
}

@media (min-width: 801px) {
    .productView {
        display:block;
        padding: 0
    }
}

@media screen and (max-width: 768px) {
    .productView {
        padding:0 15px
    }
}

.productView .productView-images {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .productView .productView-images {
        padding:0!important
    }
}

@media (min-width: 801px) {
    .productView .productView-images {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        width: 47%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.productView-image .productView-img-container::after {
    padding-bottom: 100%
}

.productView-image img {
    border: 1px solid #d3d3d3;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 801px) {
    .productView-image img {
        margin:0 auto;
        -o-object-fit: none;
        object-fit: none
    }
}

@media (min-width: 801px) {
    .productView-image {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.productView-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1.125rem;
    letter-spacing: .2px;
    line-height: 32px;
    margin-bottom: 12px
}

@media (min-width: 801px) {
    .productView-item {
        margin-bottom:4px
    }
}

.productView-item .productView-info-name {
    margin: 0;
    margin-right: 6px;
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1.125rem;
    letter-spacing: .2px;
    line-height: 32px
}

.productView-item .productView-info-value {
    margin: 0
}

.productView-image+.productView-thumbnails {
    margin-top: 20px
}

@media (min-width: 801px) {
    .productView-image+.productView-thumbnails {
        margin-top:0
    }
}

@media screen and (max-width: 768px) {
    .productView-image+.productView-thumbnails {
        margin-top:0!important
    }
}

@media (min-width: 801px) {
    .productView-thumbnail {
        padding:0;
        width: 80px;
        height: 80px;
        margin-right: 20px;
        margin-top: 15px
    }

    .productView-thumbnail:first-child {
        margin-top: 0
    }
}

.productView-thumbnail .productView-thumbnail-link {
    border: none;
    width: 20px;
    height: 20px;
    padding: 0!important;
    border-radius: 50%
}

@media screen and (max-width: 768px) {
    .productView-thumbnail .productView-thumbnail-link {
        width:100%!important;
        height: 100%!important;
        max-width: 100%!important;
        border-radius: 0!important
    }
}

@media (min-width: 801px) {
    .productView-thumbnail .productView-thumbnail-link {
        width:80px;
        height: 80px;
        max-width: none;
        border-radius: 0
    }
}

.productView-thumbnail .productView-thumbnail-link.is-active {
    border: 2px solid #f13120!important
}

.productView-thumbnail .productView-thumbnail-link img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    visibility: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 801px) {
    .productView-thumbnail .productView-thumbnail-link img {
        width:80px;
        height: 80px;
        border-radius: 0;
        visibility: visible
    }
}

@media screen and (max-width: 768px) {
    .productView-thumbnail .productView-thumbnail-link img {
        width:100%!important;
        height: 100%!important;
        border-radius: 0!important;
        visibility: visible!important
    }
}

.productView-thumbnail .productView-thumbnail-link::after {
    position: absolute;
    content: '';
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 2px
}

@media (min-width: 801px) {
    .productView-thumbnail .productView-thumbnail-link::after {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .productView-thumbnail .productView-thumbnail-link::after {
        display:none!important
    }
}

.productView-thumbnail .productView-thumbnail-link.is-active::after {
    background: #000
}

@media (min-width: 801px) {
    .productView-thumbnail .productView-thumbnail-link.is-active::after {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .productView-thumbnail .productView-thumbnail-link.is-active::after {
        border:2px solid red!important;
        border-radius: 0!important
    }
}

.productView-thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 801px) {
    .productView-thumbnails {
        margin-left:0;
        margin-right: 0
    }
}

.productView-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item-info__outer-wrap {
    width: 100%
}

.productView-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 801px) {
    .productView-product {
        padding-bottom:20px;
        border-bottom: none
    }
}

.productView-header {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    width: 100%
}

@media (min-width: 801px) {
    .productView-header {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width: 768px) {
    .productView-header {
        padding:0!important
    }
}

.productView-brand-name {
    display: block;
    color: #f13120;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.productView-title {
    color: #222;
    font-family: "Libre Franklin";
    font-size: 2.375rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 50px
}

@media screen and (max-width: 768px) {
    .productView-title {
        line-height:1.4;
        margin-bottom: 0;
        font-size: 1.5rem
    }
}

@media (min-width: 801px) {
    .productView-title {
        font-family:"Libre Franklin";
        font-size: 50px;
        line-height: 1.08
    }
}

.productView__spacer {
    display: none!important
}

.login-show-price {
    height: 54px;
    line-height: 24px;
    padding: 15px 20px;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    min-width: 302px;
    background: #f13120;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.productView-stock {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    gap: 10px
}

.productView-stock {
    color: #6bd16e;
    font-family: "Libre Franklin";
    font-weight: 200;
    font-size: 18px;
    letter-spacing: .2px;
    padding: 9px 0;
    line-height: 19px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: 700
}

.productView-stock .productView-stock-text {
    margin-bottom: 0
}

.productView-stock .stock-icon-status {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #6bd16e;
    color: #6bd16e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.productView-stock .stock-icon-status>i {
    font-size: 10px;
    line-height: 1
}

.productView-price {
    color: #0a0a0a;
    font-family: "Libre Franklin";
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 42px;
    margin-bottom: 8px
}

@media (min-width: 801px) {
    .productView-price {
        color:#0a0a0a;
        font-family: "Libre Franklin";
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: -.5px;
        line-height: 42px
    }
}

.productView-brand {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0
}

.productView-brand a {
    text-decoration: none
}

@media (min-width: 801px) {
    .productView-brand {
        margin-bottom:8px;
        margin-top: 0
    }
}

.productView-options {
    width: 90%;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .productView-options {
        width:100%
    }
}

.productView-options .alertBox-message {
    line-height: 1.4
}

.productView-options .your-cost-wrap {
    display: block;
    line-height: 1.3;
    font-weight: 700
}

.productView-options .your-cost-wrap span {
    font-size: 40px!important
}

@media screen and (max-width: 768px) {
    .productView-options .your-cost-wrap {
        font-size:33px;
        text-align: left
    }
}

.productView-options .form-action {
    margin-top: 20px
}

@media (min-width: 801px) {
    .productView-options {
        width:100%
    }

    .productView-options .form-action {
        margin-top: 0
    }

    .productView-options .form {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.productView-details {
    padding: 0!important
}

.productView-details.product-data {
    padding: 25px 25px 0;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    background: #fff;
    margin-bottom: 30px
}

@media (min-width: 801px) {
    .productView-details.product-data {
        padding:0 25px
    }
}

.addtocart-quantity-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 25px
}

.addtocart-quantity-wrapper #form-action-addToCart {
    background: #f13120;
    font-size: 25px
}

.addtocart-quantity-wrapper #form-action-addToCart:hover {
    background: #000;
    opacity: 1
}

.addtocart-quantity-wrapper .form-action {
    margin: 0!important
}

#add-to-cart-wrapper .form-wishlist {
    margin: 0!important
}

#add-to-cart-wrapper .form-wishlist .dropdown-menu-button {
    font-size: 25px!important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px!important
}

.addtocart-quantity-wrapper .form-increment button,.addtocart-quantity-wrapper .form-increment input {
    width: 100%!important
}

.productView-actionBtns-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 50px;
    margin-top: 30px
}

@media screen and (max-width: 768px) {
    .productView-actionBtns-wrap {
        margin:0!important
    }
}

@media screen and (max-width: 1200px) {
    .productView-actionBtns-wrap {
        grid-template-columns:1fr!important;
        margin-bottom: 40px!important
    }

    .productView-actionBtns-wrap #add-to-cart-wrapper .form-wishlist {
        padding: 0
    }

    .productView-actionBtns-wrap .addtocart-quantity-wrapper {
        grid-template-columns: 1fr!important
    }

    .productView-actionBtns-wrap .form {
        margin-bottom: 0!important
    }
}

@media (min-width: 1261px) {
    .productView-actionBtns-wrap {
        margin-top:0
    }
}

.productView-options {
    margin-bottom: 0
}

@media (min-width: 801px) {
    .productView-options div[data-product-option-change] {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.productView-options .form-action {
    width: 100%
}

@media (min-width: 801px) {
    .productView-options .form-action {
        width:auto
    }
}

.productView-options .form-action.form-wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0
}

.productView-options .form-action.form-wishlist a {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 55px!important;
    border-radius: 0!important;
    font-size: 22px;
    color: #000!important
}

@media screen and (max-width: 768px) {
    .productView-options .form-action.form-wishlist a {
        font-size:18px
    }
}

.productView-options .form-action.form-wishlist ul {
    padding-right: 0!important
}

.productView-options .form-action.form-wishlist.is-open {
    height: auto
}

@media (min-width: 801px) {
    .productView-options .form-action.form-wishlist {
        width:100%;
        margin: 0
    }

    .productView-options .form-action.form-wishlist.is-open {
        height: auto
    }
}

.productView-options .form-field {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width: 801px) {
    .productView-options .form-field {
        width:100%;
        margin-right: 32px;
        margin-bottom: 25px
    }
}

@media screen and (min-width: 1380px) {
    .productView-options .form-field {
        width:45%
    }
}

.productView-options .form-field .form-label {
    text-align: left;
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 24px;
    margin-bottom: 5px
}

.productView-options .form-field .form-select {
    border-radius: 0;
    border: 1px solid #d5d5d5;
    margin-left: -7px;
    height: 50px;
    color: #000;
    background-position: right 1rem top 1rem;
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1rem;
    letter-spacing: .2px;
    line-height: 24px;
    width: 100%;
    max-width: none
}

@media (min-width: 801px) {
    .productView-options .form-field .form-select {
        margin-left:0
    }
}

#add-to-cart-wrapper .dropdown-menu.is-open.f-open-dropdown {
    position: absolute!important;
    top: 55px!important
}

#add-to-cart-wrapper .form-wishlist .button.dropdown-menu-button {
    font-size: 16px!important
}

#add-to-cart-wrapper .form-field--increments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width: 801px) {
    #add-to-cart-wrapper .form-field--increments {
        margin-bottom:0
    }
}

#add-to-cart-wrapper .form-field--increments .form-increment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d5d5d5
}

#add-to-cart-wrapper .form-field--increments .form-increment input {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1rem;
    letter-spacing: .2px;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #000;
    width: 53px;
    height: 53px;
    margin: 0!important;
    border-radius: 0;
    border-inline:0!important}

#add-to-cart-wrapper .form-field--increments .form-label {
    margin: 0;
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .2px
}

@media (min-width: 801px) {
    #add-to-cart-wrapper .form-action {
        margin-top:0
    }
}

#form-action-addToCart {
    color: #fff;
    font-family: "Libre Franklin";
    letter-spacing: .23px;
    text-align: center;
    border-radius: 0;
    min-height: 56px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 100%;
    height: 54px;
    line-height: 24px;
    padding: 15px 20px;
    font-size: 25px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    #form-action-addToCart {
        font-size:16px
    }
}

.tab-content-accordion {
    border: 1px solid #979797;
    width: 100%;
    color: #fff;
    font-family: "Libre Franklin";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 24px;
    text-align: left;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #707070;
    position: relative;
    margin-bottom: 12px
}

.tab-content-accordion::after {
    content: "+";
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 2.5rem;
    font-weight: 700
}

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

.tab-content-accordion.is-active {
    background-color: #fff;
    color: #000
}

.tab-content-accordion.is-active::after {
    content: "-";
    font-size: 3.75rem;
    top: 13px;
    right: 16px
}

.productView .tab-desc-block {
    margin-bottom: 32px;
    width: 90%;
    margin: 0 auto
}

@media (min-width: 801px) {
    .productView .tab-desc-block {
        margin-right:10%;
        width: 100%
    }
}

.productView .tabs {
    display: none
}

@media (min-width: 801px) {
    .productView .tabs {
        border-bottom:1px solid #979797;
        display: block
    }
}

@media (min-width: 801px) {
    .productView .productView-description {
        margin-top:80px
    }
}

.productView .tab {
    border: 1px solid #979797;
    background-color: #3d3d3d
}

@media (min-width: 801px) {
    .productView .tab {
        border:1px solid #979797;
        border-radius: 5px 5px 0 0;
        border-bottom: none;
        margin-right: 8px;
        width: calc(33.8% - 12px);
        margin-top: 1px
    }

    .productView .tab:last-of-type {
        margin-right: 0
    }
}

.productView .tab.is-active {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #fff
}

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

.productView .tab-content pre {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1rem;
    letter-spacing: .2px;
    line-height: 24px;
    overflow: auto;
    white-space: pre-wrap
}

.productView .tab-title {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 24px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    background: #707070
}

@media (min-width: 801px) {
    .productView .tab-title {
        color:#fff;
        font-family: "Libre Franklin";
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: .2px;
        line-height: 24px;
        text-align: center;
        padding-top: 27px;
        padding-bottom: 27px;
        margin-top: 1px;
        margin-bottom: 1px;
        -webkit-transition: none;
        transition: none
    }
}

.productView .tab-content-description {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.48px;
    margin-top: 0;
    margin-bottom: 16px;
    margin-top: 13px
}

@media (min-width: 801px) {
    .productView .tab-content-description {
        color:#000;
        font-family: "Libre Franklin";
        font-size: 1.125rem;
        font-weight: 700;
        letter-spacing: -.48px;
        line-height: 27px;
        margin-bottom: 16px;
        margin-top: 0
    }
}

@media (min-width: 801px) {
    .productView .tabs-contents {
        border:1px solid #979797;
        border-top: none;
        background-color: #fff;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 54px;
        padding-bottom: 50px;
        margin-bottom: 0
    }
}

.productView .tabs-contents .tab-content {
    padding: 0;
    margin-bottom: 24px;
    margin-left: 10px;
    margin-right: 10px
}

@media (min-width: 801px) {
    .productView .tabs-contents .tab-content {
        margin-left:0;
        margin-right: 0
    }
}

@media (min-width: 801px) {
    .productView .tabs-contents {
        border-top:none
    }
}

.related-carousel-heading {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 2.5rem;
    margin: 0 0 40px;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 14px;
    text-align: center
}

@media (min-width: 801px) {
    .related-carousel-heading {
        text-align:left;
        margin-bottom: 3rem
    }
}

@media screen and (max-width: 768px) {
    .related-carousel-heading {
        font-size:27.5px;
        text-align: left
    }
}

.related-product-section {
    padding: 60px 0 105px;
    background: #eceeee;
    overflow-x: hidden
}

@media screen and (max-width: 768px) {
    .related-product-section {
        padding:50px 0 36px
    }
}

.related-carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.related-carousel .productCarousel {
    margin-bottom: 40px
}

.related-carousel .slick-arrow {
    display: block;
    background: 0 0;
    border: none;
    height: 44px;
    margin-top: .0625rem
}

.related-carousel .slick-arrow::before {
    height: 24px
}

.related-carousel .slick-prev {
    left: -30px
}

.related-carousel .slick-prev::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.related-carousel .slick-next {
    right: -30px
}

.related-carousel .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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.related-carousel .productCarousel-slide {
    margin-left: 35px;
    margin-right: 35px;
    padding: 0!important;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}

@media screen and (max-width: 768px) {
    .related-carousel .productCarousel-slide {
        width:100%;
        margin-left: 10px!important;
        margin-right: 10px!important
    }

    .related-carousel .productCarousel-slide .productView__spacer {
        display: none!important
    }
}

.related-carousel .productCarousel-slide .login__text {
    height: 50px;
    line-height: 23px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    background: #f13120;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0!important
}

@media screen and (min-width: 420px) {
    .related-carousel .productCarousel-slide {
        margin-left:25px;
        margin-right: 25px
    }
}

.related-carousel .productCarousel-slide .card-figure {
    padding: 0!important
}

.related-carousel .productCarousel-slide .card-img-container {
    width: 100%;
    margin: 0!important;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 2/3
}

@media screen and (max-width: 9901266px) {
    .related-carousel .productCarousel-slide .card-img-container {
        height:200px!important
    }
}

@media screen and (max-width: 990px) {
    .related-carousel .productCarousel-slide .card-img-container {
        height:160px!important
    }
}

@media screen and (max-width: 768px) {
    .related-carousel .productCarousel-slide .card-img-container {
        height:110px!important
    }
}

@media screen and (max-width: 420px) {
    .related-carousel .productCarousel-slide .card-img-container {
        height:250px!important
    }
}

.related-carousel .productCarousel-slide .card-img-container img {
    width: 100%;
    height: auto;
    margin: 0!important;
    padding: 20px 10px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 801px) {
    .related-carousel .productCarousel-slide {
        margin-right:22px;
        margin-left: 22px;
        min-height: 480px
    }
}

.related-carousel .productCarousel-slide .price {
    font-size: 1.5rem;
    font-weight: 700
}

.related-carousel .productCarousel-slide .price {
    text-align: left;
    display: block;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px
}

@media screen and (max-width: 768px) {
    .related-carousel .productCarousel-slide .price {
        font-size:22px!important
    }
}

.related-carousel .card-body {
    padding-top: 36px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .related-carousel .card-body {
        padding:15px 20px!important
    }
}

.related-carousel .card-title {
    margin-bottom: 33px
}

.related-carousel .card-title a {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    margin: 0 0 38px;
    color: #222!important
}

@media screen and (max-width: 768px) {
    .related-carousel .card-title a {
        margin:0 0 28px;
        font-size: 14px;
        -webkit-line-clamp: 4!important
    }
}

.related-carousel .card-text[data-test-info-type=brandName] {
    display: none
}

.related-carousel .price-section .price {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -.14px;
    line-height: 32px;
    text-align: left
}

.price--wishlist {
    display: none
}

.item-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-info__wrap .login__text {
    width: 100%;
    text-align: center;
    margin-bottom: 0
}

@media (min-width: 801px) {
    .item-info__wrap .login__text {
        width:auto
    }
}

.item-info__wrap .login__text {
    margin: 0
}

@media (min-width: 801px) {
    .item-info__outer-wrap {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .item-info__outer-wrap .productView-actionBtns-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .item-info__outer-wrap .productView-actionBtns-wrap .form {
        margin: 0 30px 0 0;
        width: 75%
    }

    .item-info__outer-wrap .productView-actionBtns-wrap .form-action {
        margin-bottom: 10px
    }
}

@media (min-width: 1261px) {
    .item-info__outer-wrap {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }

    .item-info__outer-wrap .productView-actionBtns-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-info__outer-wrap .productView-actionBtns-wrap .form {
        margin: 0
    }

    .item-info__outer-wrap .productView-actionBtns-wrap .form-action {
        margin: 5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.productView-upc__text {
    font-size: 1rem;
    text-align: left;
    margin: 20px 0 0;
    font-weight: 200;
    line-height: 1.7
}

.productView__spacer {
    height: 10px;
    background: #d11d10
}

.overflow__container {
    overflow-x: hidden
}

.tab-description-item {
    font-size: 1.125rem
}

.login__text {
    text-align: center;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    padding: .875rem 10px
}

@media screen and (max-width: 768px) {
    .login__text {
        height:auto!important;
        line-height: 17px!important;
        padding: 4px 12px!important;
        font-size: 10px!important
    }
}

[data-content-region=header_bottom] {
    background: #000
}

@media (min-width: 801px) {
    [data-content-region=header_bottom] {
        background:0 0
    }
}

.text-area-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.text-area-style label {
    padding-right: 14px;
    display: block
}

.custom-form-pv .special-fields-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.custom-form-pv .special-fields-container [data-product-attribute=input-text],.custom-form-pv .special-fields-container [data-product-attribute=set-select] {
    width: 100%!important
}

@media (min-width: 801px) {
    .custom-form-pv .special-fields-container [data-product-attribute=input-text],.custom-form-pv .special-fields-container [data-product-attribute=set-select] {
        width:45%!important
    }
}

@media (min-width: 1261px) {
    .custom-form-pv .special-fields-container [data-product-attribute=input-text],.custom-form-pv .special-fields-container [data-product-attribute=set-select] {
        width:46%!important
    }
}

.custom-form-pv .caps__image-container {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.custom-form-pv .caps__image-container .caps__image {
    width: 100%
}

.custom-form-pv .caps__image-container .caps__image.caps__image--long {
    width: 50%
}

.custom-form-pv .caps-no-options {
    display: none
}

.custom-form-pv .caps-step__one .form-field {
    display: block
}

.custom-form-pv .form-field {
    width: 100%;
    display: none;
    font-size: inherit
}

.custom-form-pv .form-field.chosen-one {
    display: block
}

.custom-form-pv .form-field[data-product-attribute=set-select] {
    width: 30%
}

.custom-form-pv .form-field.chosen-one--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.custom-form-pv .form-field label small {
    font-size: .75rem;
    color: red;
    margin-left: 0
}

.custom-form-pv .form-option-wrapper {
    width: 50%;
    margin-bottom: 30px
}

@media (min-width: 801px) {
    .custom-form-pv .form-option-wrapper {
        width:100%
    }
}

.custom-form-pv [data-product-attribute] .form-option.form-option-swatch {
    width: 100%;
    height: 100px;
    border: 0;
    padding: 0 10px 0 0
}

.custom-form-pv span.form-option-variant.form-option-variant--pattern {
    background-size: cover!important;
    width: 100%;
    height: 100%
}

.custom-form-pv .form-option-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-form-pv .form-option__label {
    font-size: .8125rem
}

.custom-form-pv .form-radio {
    border: 0;
    clip: unset;
    height: auto;
    overflow: visible;
    padding: 0;
    position: relative;
    width: auto;
    margin: 0 10px 0 0;
    bottom: 0!important
}

.custom-form-pv [data-product-attribute=set-rectangle] .form-option-wrapper {
    width: 35%!important;
    margin-bottom: 0;
    margin-right: 10px
}

.custom-form-pv [data-product-attribute=set-rectangle] {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.custom-form-pv [data-product-attribute=set-rectangle] label {
    width: 100%
}

.custom-form-pv [data-product-attribute=set-rectangle] .form-radio {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

.custom-form-pv [data-product-attribute=input-checkbox] .form-option-wrapper {
    width: 100%
}

.custom-form-pv .caps-step__four.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.custom-form-pv .caps-step__four.is-open [data-product-attribute=input-text] {
    width: 48%;
    margin-right: 2%
}

@media (min-width: 801px) {
    .custom-form-pv .caps-step__four.is-open [data-product-attribute=input-text] {
        max-width:100%;
        margin-right: 4%;
        width: auto;
        height: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.custom-form-pv .caps-step__four.is-open [data-product-attribute=input-text] label {
    font-size: .75rem;
    line-height: 1.3
}

.custom-form-pv .caps-step__four.is-open [data-product-attribute=input-text] label small {
    font-size: .625rem;
    color: red;
    margin-left: 0
}

.custom-form-pv .caps-step__four .form-field[data-product-attribute=set-select] {
    width: 20%
}

.custom-form-pv input[type=radio]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible
}

.custom-form-pv input[type=radio]:checked:after {
    width: 9px;
    height: 9px;
    border-radius: 15px;
    top: -4px;
    left: 2px;
    position: relative;
    background-color: #0075ff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #0075ff
}

.custom-form-pv .caps-step__five .form-field {
    display: block
}

.custom-form-pv .caps__image {
    display: none
}

.custom-form-pv .caps__image.chosen-one {
    display: block
}

.custom-form-pv .caps-step__five .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.custom-form-pv .caps-step__five .form-option-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto!important;
    margin-right: 30px
}

.custom-form-pv .caps-step__five .form-option-wrapper:last-child {
    margin-right: 0
}

.custom-form-pv .caps-step__five .form-radio {
    overflow: visible;
    height: 15px;
    width: 15px;
    clip: unset;
    top: 5px
}

.custom-form-pv .caps-step__five .form-radio:checked+.form-option {
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-form-pv .caps-step__five .form-radio:checked::after {
    background-color: unset;
    border: none
}

.custom-form-pv .caps-step__five .form-radio:focus {
    outline: 0!important
}

.custom-form-pv .caps-step__five .form-radio:focus+label {
    outline: 0!important
}

.custom-form-pv .caps-step__five .form-option {
    border: none;
    left: 20px;
    margin-bottom: 0;
    padding: 0;
    width: auto
}

.custom-form-pv .whole-and-decimal-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%!important
}

.custom-form-pv .whole-and-decimal-field p {
    width: 48%
}

.custom-form-pv .whole-and-decimal-field label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.custom-form-pv .whole-and-decimal-field label strong {
    margin-right: 5px
}

.custom-form-pv .block__step-two input[disabled],.custom-form-pv .block__step-two select[disabled] {
    opacity: .6;
    cursor: not-allowed
}

.custom-fields-pv .custom-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.custom-fields-pv .custom-field-container select {
    width: 100%
}

.custom-fields-pv .disabled-controls {
    margin-bottom: 10px
}

.custom-fields-pv label strong {
    padding-bottom: 6px;
    display: block;
    color: #000;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 24px
}

.custom-fields-pv input,.custom-fields-pv select {
    border-color: rgba(0,0,0,.3);
    padding: 12px 15px 12px 15px;
    width: 100%;
    font-family: "Libre Franklin";
    font-size: 16px;
    letter-spacing: .2px;
    line-height: 24px
}

.custom-fields-pv select+strong {
    margin-top: 6px;
    display: block;
    color: #7f7f7f
}

.custom-fields-pv input {
    border-width: 1px
}

.custom-fields-pv textarea {
    border-color: rgba(0,0,0,.3);
    width: 100%
}

.customView-title {
    display: none
}

@media (min-width: 801px) {
    .customView-title {
        background-color:#0a0a0a;
        color: #fff;
        font-family: "Libre Franklin";
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -.85px;
        line-height: 42px;
        text-align: center;
        text-transform: uppercase;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0;
        display: block
    }
}

.sectionHeader {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -.59px;
    line-height: 42px;
    position: relative;
    margin-bottom: 40px;
    width: 100%
}

.sectionHeader::after {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: "";
    bottom: -8px;
    left: 0
}

@media (min-width: 801px) {
    .sectionHeader {
        color:#000;
        font-family: "Libre Franklin";
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -.85px;
        line-height: 42px;
        margin-bottom: 50px;
        position: relative
    }

    .sectionHeader::after {
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #000;
        content: "";
        bottom: -13px;
        left: 0
    }
}

.sectionNum {
    color: #000;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 24px;
    text-transform: uppercase
}

.custom-heading-container {
    width: 100%;
    text-align: left
}

.customView-info {
    margin-top: 40px;
    width: 100%
}

.customView-info .accordion .accordion-title {
    padding: 0
}

.customView-info .accordion {
    border: none
}

.customView-info .accordion-navigation {
    border: none;
    padding-right: 0
}

.customView-info .accordion-navigation:disabled p,.customView-info .accordion-navigation:disabled span,.customView-info .accordion-navigation:disabled svg {
    opacity: .5
}

.customView-info .accordion-navigation.is-open:disabled p,.customView-info .accordion-navigation.is-open:disabled span,.customView-info .accordion-navigation.is-open:disabled svg {
    opacity: 1
}

.customView-info .accordion-indicator {
    margin-left: -16px
}

.customView-info .accordion-indicator.toggleLink-text--on {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.customView-info .accordion-content {
    padding: 0
}

@media (min-width: 801px) {
    .customView-info .accordion-content {
        padding-top:0
    }
}

.customView-info .accordion-content.is-open {
    padding-bottom: 30px
}

@media (min-width: 801px) {
    .customView-info .accordion-content.is-open {
        padding-bottom:60px
    }
}

.customView-info .custom-img,.customView-info .custom-img--thirds {
    width: 100%
}

.customView-info .custom-img--thirds {
    width: 33%;
    padding: 0 5px
}

.customView-info .custom-img-info-container,.customView-info .custom-img-info-container--full-width {
    width: 50%;
    padding: 0 5px;
    margin-top: 3rem;
    position: relative;
    border-bottom: 1px solid #d3d3d3
}

.customView-info .custom-img-info-container .custom-img__description,.customView-info .custom-img-info-container--full-width .custom-img__description {
    display: block;
    text-align: center;
    margin-top: .5rem;
    padding-bottom: .5rem
}

.customView-info .custom-img-info-container--full-width {
    width: 100%
}

.customView-info .custom-img__section-sub-title {
    position: absolute;
    width: 12.5rem;
    font-weight: 600;
    top: -3rem;
    left: 1rem;
    margin-top: 1rem;
    border: none
}

.customView-info .custom-img-info-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

.customView-info .custom-img__section-title,.customView-info .custom-img__section-title--no-sub {
    margin-top: 3rem
}

.customView-info .custom-img__section-title--no-sub:first-of-type,.customView-info .custom-img__section-title:first-of-type {
    margin-top: 0
}

.customView-info .custom-img__section-title--no-sub {
    margin-bottom: -2rem
}

.customView-info .custom-img-container {
    padding-bottom: 30px;
    width: 100%;
    display: none
}

@media (min-width: 801px) {
    .customView-info .custom-img-container {
        width:48%;
        padding-right: 20px;
        padding-bottom: 0
    }
}

@media (min-width: 1261px) {
    .customView-info .custom-img-container {
        width:49%
    }
}

.customView-info .custom-input-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 801px) {
    .customView-info .custom-input-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.customView-info .custom-input-one {
    width: 100%;
    margin: 17px 0
}

@media (min-width: 801px) {
    .customView-info .custom-input-one {
        width:80%
    }
}

.customView-info .custom-input-two {
    width: 100%;
    margin: 17px 0
}

@media (min-width: 801px) {
    .customView-info .custom-input-two {
        width:47%
    }
}

.customView-info .custom-input-two label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.customView-info .custom-input-two label svg {
    margin-left: 5px;
    cursor: pointer
}

.customView-info .custom-input-three {
    width: 100%;
    margin: 17px 0
}

@media (min-width: 801px) {
    .customView-info .custom-input-three {
        width:30%
    }
}

.customView-info .custom-input-four {
    width: 49%;
    margin: 17px 0
}

@media (min-width: 801px) {
    .customView-info .custom-input-four {
        width:23%
    }
}

.customView-info .custom-hole-heading {
    text-transform: uppercase;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 36px;
    font-family: "Libre Franklin";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .3px;
    line-height: 24px
}

.customView-info .custom-img-hole {
    width: 100%;
    margin-bottom: 32px
}

@media (min-width: 801px) {
    .customView-info .custom-img-hole {
        width:50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.customView-info .custom-hole-section {
    background: rgba(247,249,252,.5);
    width: 100%;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 25px
}

@media (min-width: 801px) {
    .customView-info .custom-hole-section {
        border-top:none;
        border-bottom: 1px solid #000;
        padding-left: 31px;
        padding-right: 31px;
        padding-bottom: 30px;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }
}

.customView-info .custom-tooltip-container {
    width: 100%
}

.customView-info .custom-tooltip {
    background-color: #d3d3d3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 10px
}

@media (min-width: 801px) {
    .customView-info .custom-tooltip {
        width:auto;
        margin-right: auto
    }
}

.customView-info .customCheckbox_end {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px
}

@media (min-width: 801px) {
    .customView-info .customCheckbox_end {
        margin-bottom:25px
    }
}

.customView-info .customCheckbox_end .customCheckbox_validate {
    font-family: "Libre Franklin";
    font-size: 16px;
    letter-spacing: .2px;
    line-height: 24px
}

.customView-info .icon-info {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: -4px
}

.customView-info .custom-tooltip-content {
    font-family: "Libre Franklin";
    font-size: 16px;
    letter-spacing: .2px;
    line-height: 24px;
    margin-bottom: 0;
    display: inline-block
}

.customView-info .custom-hole-information {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #000;
    padding-top: 32px;
    margin-bottom: 0
}

@media (min-width: 801px) {
    .customView-info .custom-hole-information {
        border-top:none;
        padding-top: 0;
        margin-top: 0
    }
}

.customView-info .custom-four-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.customView-info .custom-hole-container {
    width: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 801px) {
    .customView-info .custom-hole-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: none
    }
}

.customView-info .custom-text {
    width: 100%;
    font-family: "Libre Franklin";
    font-size: 16px;
    letter-spacing: .2px;
    line-height: 24px
}

.customView-info .caps__continue-button {
    padding: 10px 20px;
    background: #d11d10;
    font-family: "Libre Franklin";
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 801px) {
    .customView-info .caps__continue-button {
        display:inline-block;
        margin: 0;
        width: auto
    }
}

.customView-info .caps__continue-button:disabled {
    opacity: .4
}

.customView-info .caps__continue-text {
    color: #d11d10;
    font-size: .75rem;
    margin-left: 5px
}

.customView-info .caps__continue-text.hide-text {
    display: none
}

.customView-info .caps__continue-button-container {
    width: 100%
}

.customView-info .form-options__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.customView-info .form-options__wrapper [data-product-attribute=set-select] {
    width: 100%
}

@media (min-width: 801px) {
    .customView-info .form-options__wrapper {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }

    .customView-info .form-options__wrapper [data-product-attribute=set-select] {
        width: 30%
    }
}

.custom-top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 801px) {
    .custom-top-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }
}

.custom-top-container .custom-top {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 50%
}

@media (min-width: 801px) {
    .custom-top-container .custom-top {
        width:100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-bottom: 3px solid #000;
        padding-bottom: 20px
    }

    .custom-top-container .custom-top select {
        width: 30%
    }
}

.custom-top-container .custom-description {
    margin-bottom: 32px
}

@media (min-width: 801px) {
    .custom-top-container .custom-description {
        padding-right:90px;
        margin-bottom: 0
    }
}

.custom-top-container .custom-top__image-container {
    margin-bottom: 50px
}

.custom-top-container .custom-top__image-container p {
    font-size: .875rem;
    margin: 0
}

.custom-top-container .custom-top__image-container img {
    width: 100%
}

@media (min-width: 801px) {
    .custom-top-container .custom-top__image-container img {
        width:90%
    }
}

@media (min-width: 1261px) {
    .custom-top-container .custom-top__image-container img {
        width:80%
    }
}

#content-4-cover.is-open {
    padding-left: 0;
    padding-right: 0
}

.customPrice {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.customPrice.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.customPrice__text {
    margin-right: 1rem;
    margin-bottom: 0;
    font-size: 1.25rem
}

.customPrice__add-to-cart {
    display: none
}

.customPrice__add-to-cart.disabled {
    background: #ccc
}

.customPrice__add-to-cart.active {
    display: inline-block;
    background: #d11d10
}

.custom-button-container {
    text-align: center
}

.form-option-wrapper__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 801px) {
    .form-option-wrapper__outer {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }
}

.caps-productView #form-action-addToCart {
    display: none
}

.caps-productView .productView-details {
    clear: none;
    float: unset;
    width: 100%
}

.caps-productView #add-to-cart-wrapper {
    display: none
}

.caps-productView .productView-options {
    width: 95%;
    margin: 0 auto
}

@media (min-width: 801px) {
    .caps-productView .productView-options {
        width:75%
    }
}

.caps-productView .productView-options .form {
    display: inline
}

.caps-productView .productView-options .form-field .form-label {
    position: relative;
    font-size: .75rem
}

.caps-productView .productView-options .form-field .form-label .info-icon {
    position: absolute;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    top: 4px
}

.caps--table-popup .swal2-popup {
    width: 95%
}

@media (min-width: 801px) {
    .caps--table-popup .swal2-popup {
        width:80%
    }
}

.caps--table-popup .swal2-content {
    padding: 0!important;
    margin-top: 25px
}

.caps--table-popup .swal2-confirm {
    background: #d11d10!important
}

.swal-table {
    width: 100%;
    border: 1px solid #000;
    padding: 5px 10px;
    display: inline-block
}

.swal-table tbody {
    display: inline-table;
    width: 100%;
    text-align: center
}

.swal-table tbody td {
    border: 1px solid #000;
    padding: 5px;
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    width: 50%
}

.swal-table tbody td span {
    margin-top: 10px;
    margin-left: 0;
    display: block;
    position: relative
}

.swal-table tbody td span::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 10px;
    background: #d11d10;
    left: 0;
    right: 0;
    top: -6px;
    margin: 0 auto
}

.swal-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swal-table tbody tr:nth-child(2n) td {
    border-left: 0
}

.swal-table tbody tr:last-child td:last-child,.swal-table tbody tr:last-child td:nth-last-child(2) {
    border-bottom: 0
}

.swal-table tbody tr td:first-child {
    border-left: 0
}

.swal-table tbody tr td:last-child {
    border-right: 0
}

.swal-table tbody tr td:nth-child(2n) {
    border-right: 0
}

.swal-table thead {
    border-bottom: 1px solid #000;
    width: 100%;
    display: inline-block
}

.swal-table thead tr {
    width: 100%;
    display: inline-block
}

.swal-table thead tr th {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 10px
}

@media (min-width: 801px) {
    .swal-table tbody tr td {
        width:25%;
        font-size: 16px
    }

    .swal-table tbody tr td:nth-child(2n) {
        border-right: 1px solid #000
    }

    .swal-table tbody tr td:last-child {
        border-right: 0
    }

    .swal-table tbody tr td span {
        display: unset;
        margin-left: 15px
    }

    .swal-table tbody tr td span::before {
        content: '/';
        color: #d11d10;
        background: 0 0;
        top: 0;
        margin: unset;
        left: -15px;
        font-weight: 700
    }

    .swal-table tbody tr:last-child td:nth-last-child(3),.swal-table tbody tr:last-child td:nth-last-child(4) {
        border-bottom: 0
    }
}

.custom-top__image-container {
    display: none
}

.custom-top__image-container.active {
    display: block
}

.customButton.is-hidden {
    display: none
}

#add-to-cart-success {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #008a06;
    text-align: center;
    color: #fff;
    padding: .6rem 0;
    font-size: 1rem;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

#add-to-cart-success a.view-cart-link {
    color: #fff
}

@media (min-width: 801px) {
    #add-to-cart-success {
        font-size:1.25rem
    }
}

#add-to-cart-success.is-visible {
    visibility: visible;
    opacity: 1
}

.price-section--saving {
    display: none
}

.productView-options .form-field {
    margin-right: 0!important
}

.price--label {
    font-size: 1.25rem
}

.productView-options .form-field {
    width: 100%
}

.loadingOverlay::before {
    border-color: #ab170d #ab170d #ab170d #c76960;
    border-width: 4px
}

.loadingOverlay.loyaltyLoadingOverlay {
    position: fixed
}

.loadingOverlay.loyaltyLoadingOverlay::before {
    top: 50%
}

.loadingOverlay.loyaltyLoadingOverlay .content {
    position: absolute;
    top: calc(50% + 2rem);
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600
}

.page--invoices {
    padding-top: 50px
}

.invoices__container .account-body {
    margin: 0
}

.account__heading {
    text-align: left;
    margin-top: 2.8125rem;
    margin-bottom: 1rem
}

.account__order-list {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    width: 100%
}

.account__order-status {
    padding-bottom: 1rem
}

.account__order-status span {
    padding: 0 1rem;
    background: #d11d10;
    color: #fff;
    display: inline-block
}

.account__order-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 2rem;
    margin-bottom: 1rem;
    display: inline-block
}

.account__order-details p {
    margin-bottom: 0
}

.account__order-num {
    font-weight: 700;
    text-decoration: none
}

.account__total-num {
    font-weight: 700;
    margin-right: .5rem
}

.account__order-dates-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #b8b8b8;
    margin: 20px 0
}

.account__order-dates-container:first-child {
    margin: 0
}

.account__order-dates-container:last-child {
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 0
}

@media (min-width: 551px) {
    .account__order-dates-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 20px 0
    }

    .account__order-dates-container:first-child {
        margin: 0
    }
}

.account__date-top {
    margin-bottom: 10px
}

@media (min-width: 551px) {
    .account__date-top {
        margin-bottom:20px
    }
}

.account__date-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 20px
}

.account__date-item .account__bold-item {
    font-weight: 700
}

.account__date-item .account__invoice-link {
    color: #992017
}

.account__date-item .account__date-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 801px) {
    .account__date-item .account__date-content {
        text-align:center
    }
}

.account__date-item .account__date-content.account__first-left {
    text-align: left
}

@media (min-width: 801px) {
    .account__date-item:not(:first-child) .account__date-content {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        width: 70%
    }

    .account__date-item:first-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.account__date-item p {
    margin-bottom: 0
}

.account__button-container {
    margin-left: unset;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 551px) {
    .account__button-container {
        margin-left:auto
    }
}

.account__button-container .account__invoice-button {
    margin: .5rem 0;
    font-size: .9375rem;
    display: block;
    border: 1px solid #404041;
    color: #404041;
    border-radius: 1.25rem;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 10px 23px;
    -webkit-transition: .3s;
    transition: .3s
}

@media (min-width: 551px) {
    .account__button-container .account__invoice-button {
        min-width:135px;
        padding: 10px 23px
    }
}

.account__button-container .account__invoice-button:focus,.account__button-container .account__invoice-button:hover {
    color: #fff;
    background: #353535;
    -webkit-transition: .3s;
    transition: .3s
}

.account__button-container .account__invoice-button:last-child {
    border: 2px solid #d11d10;
    background: #d11d10;
    color: #fff;
    margin-left: 0
}

.account__button-container .account__invoice-button:last-child:focus,.account__button-container .account__invoice-button:last-child:hover {
    background: #fff;
    color: #000
}

@media (min-width: 750px) {
    .account__order-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .account__order-details {
        width: 80%
    }

    .account__order-details p {
        margin-bottom: .5rem
    }

    .account__button-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0
    }

    .account__button-container a:last-child {
        margin-left: 0
    }
}

.account__info-button-container {
    position: relative;
    width: 100%
}

@media (min-width: 551px) {
    .account__info-button-container {
        width:auto
    }
}

.account__info-box {
    display: none;
    position: absolute;
    width: 300px;
    top: -146px;
    right: 100px;
    left: -200px;
    padding: 1rem;
    border: 1px solid #d1d1d1;
    background: #fff;
    z-index: 1000;
    font-size: .9375rem;
    border-radius: 5px
}

.account__info-box:after {
    content: '';
    position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    right: 79px;
    bottom: -.75rem;
    background: #fff;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width: 551px) {
    .account__info-box {
        width:350px;
        left: -250px;
        top: -100px
    }
}

@media (min-width: 801px) {
    .account__info-box {
        width:400px;
        top: -80px;
        right: 100px;
        left: -300px
    }
}

@media (min-width: 551px) {
    .account__info-button-container .account__info-box {
        top:-140px
    }
}

.account__icon-description-container,.account__icon-description-container--top-aligned {
    position: absolute;
    left: -2rem;
    top: 31%;
    display: none
}

.account__icon-description-container--top-aligned:focus .account__info-box,.account__icon-description-container--top-aligned:hover .account__info-box,.account__icon-description-container:focus .account__info-box,.account__icon-description-container:hover .account__info-box {
    display: block
}

.account__icon-description-container--top-aligned {
    top: 0
}

.info-icon {
    height: 1.5rem;
    width: 1.2rem;
    fill: #f13120
}

@media (min-width: 750px) {
    .account__icon-description-container,.account__icon-description-container--top-aligned {
        display:block
    }
}

.dataTables_filter {
    margin: 30px 0
}

.dataTables_filter input {
    width: 90%;
    background-image: url(https://cdn11.bigcommerce.com/s-dea51z7cy/product_images/uploaded_images/copperfield-search-icon.png);
    background-size: 25px;
    background-position: 95%;
    background-repeat: no-repeat;
    border: 1px solid #d5d5d5;
    padding: 15px
}

@media (min-width: 551px) {
    .dataTables_filter input {
        max-width:50%
    }
}

@media (min-width: 801px) {
    .dataTables_filter input {
        max-width:320px
    }
}

.dataTables_info {
    margin: 20px 0;
    font-size: .8125rem
}

.dataTable__bold-text {
    font-weight: 700;
    font-size: .875rem
}

.account__sort-option {
    background: #fff;
    height: 50px;
    border: 1px solid #d5d5d5;
    padding: 13px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 20px
}

@media (min-width: 551px) {
    .account__sort-option {
        margin-top:0;
        margin-left: 20px;
        width: 42%
    }
}

@media (min-width: 801px) {
    .account__sort-option {
        margin-top:0;
        margin-left: 20px;
        width: 200px
    }
}

.account__sort-option:focus,.account__sort-option:hover {
    color: #fff;
    background: #353535;
    -webkit-transition: .3s;
    transition: .3s
}

.account__sort-option::before {
    content: 'Sort By Oldest'
}

.account__sort-option--active::before {
    content: 'Sort By Newest'
}

.agreeance__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.125rem
}

.agreeance__wrap input {
    width: auto;
    margin-right: 20px
}

.account .login__text {
    display: none
}

.account .price--wishlist {
    display: block
}

.account .card {
    margin-bottom: 1rem
}

.account [data-print-invoice] {
    display: none
}

.account-details {
    margin-top: 2.5rem
}

.account-details__heading {
    color: #992017
}

.account-details__image {
    background: gray;
    height: 5.625rem;
    width: 5.625rem!important;
    margin-right: 2rem
}

.account-details__body {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account-product-figure {
    vertical-align: middle
}

.account-product-figure:after {
    display: none
}

.account-product-body {
    padding-bottom: 0
}

@media (min-width: 551px) {
    .account-product-body {
        padding-left:2rem
    }

    .account-product-price {
        margin-left: 0
    }
}

@media (min-width: 1261px) {
    .account-product-body {
        padding-left:2rem!important
    }
}

.account-orderTotal-key {
    font-weight: 700
}

.account-product-title {
    font-size: 1.125rem
}

.account-orderTotal-key,.account-orderTotal-value {
    padding: .55rem 0;
    font-size: .875rem
}

.account-orderTotal-key:last-of-type,.account-orderTotal-value:last-of-type {
    font-size: 1.125rem;
    top: 0
}

.account-orderTotal-value {
    border-bottom: none
}

.account-orderTotal-value:last-of-type {
    border-top: 1px solid #b8b8b8
}

.definitionList-key {
    font-weight: 700
}

@media (min-width: 801px) {
    .account-content--fixedSmall {
        width:56%
    }
}

.navBar-section {
    border: 1px solid #e5e5e5
}

@media (min-width: 801px) {
    .navBar-section {
        border:0;
        padding: 0
    }
}

.navBar-section.account-navActive {
    display: none
}

@media (min-width: 801px) {
    .navBar-section.account-navActive {
        display:block;
        border: none;
        padding: 0
    }
}

.navBar-account__button {
    position: relative;
    padding: 15px 20px 15px 12px;
    background-color: #ab170d;
    font-weight: 300;
    color: #fff;
    width: 100%
}

@media (min-width: 551px) {
    .navBar-account__button {
        width:100%;
        text-align: left;
        padding: 20px;
        font-size: 16px
    }

    .navBar-account__button:hover {
        color: #fff
    }
}

@media (min-width: 801px) {
    .navBar-account__button {
        display:none
    }
}

.navBar-account__button::after {
    position: absolute;
    content: '▼';
    width: 12px;
    height: 12px;
    right: unset;
    padding-left: 5px
}

.navBar--account {
    display: block
}

.navBar--account.account-active .navBar-account__button::after {
    content: '▲'
}

.navBar--account .navBar-section {
    border: 1px solid #e5e5e5;
    padding: 15px;
    text-align: left
}

@media (min-width: 551px) {
    .navBar--account .navBar-section {
        width:100%;
        margin: 0 auto
    }
}

@media (min-width: 801px) {
    .navBar--account .navBar-section {
        border:0;
        padding: 0;
        text-align: center;
        width: 100%
    }
}

.navBar--account .navBar-section.account-navActive {
    display: none
}

@media (min-width: 801px) {
    .navBar--account .navBar-section.account-navActive {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        border: none;
        gap: 25px;
        padding: 0
    }
}

.navBar--account .navBar-section.account-navActive::before {
    content: none!important
}

.navBar--account .navBar-section .navBar-item {
    padding-top: 15px;
    margin: 0!important
}

.navBar--account .navBar-section .navBar-item.is-active {
    color: #f13120;
    font-size: 20px!important;
    font-weight: 700;
    border-bottom: 1px solid #f13120
}

.custom-login .forgot-password {
    color: red;
    margin-top: .5rem!important
}

.custom-login .forgot-password:focus,.custom-login .forgot-password:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .custom-login .login__inner-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.custom-login .login-row {
    margin-left: 0;
    margin-top: 0
}

@media (min-width: 768px) {
    .custom-login .login-row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70%;
        margin-right: 1.5rem
    }
}

.custom-login .login-form {
    width: auto;
    float: none;
    margin-bottom: 2rem
}

.custom-login .login-form__need-help {
    margin-top: 2rem
}

.custom-login .login-row__right {
    margin-top: 1rem
}

@media (min-width: 768px) {
    .custom-login .login-row__right {
        width:33%;
        margin-top: 3rem
    }
}

.custom-login .login-row__right .login-row__right-inner {
    border: 2px solid #ab170d;
    border-radius: .75rem
}

.custom-login .login-row__right .login__right-info-box {
    padding: 1rem 2rem
}

.custom-login .login-row__right .login__right-info-box h3 {
    margin-top: 0;
    color: #000;
    font-size: 1.1875rem;
    text-align: center
}

.custom-login .login-row__right .login__right-info-box p {
    text-align: center
}

.custom-login .login-row__right .login__right-info-box:last-child {
    padding-top: 0
}

.custom-login .login-row__right .login-row__button {
    color: #fff;
    width: 100%;
    padding: .75rem;
    display: block;
    background: #d11d10;
    border-radius: .5rem;
    text-decoration: none;
    text-align: center
}

.custom-login .login-row__right .login-row__button:focus,.custom-login .login-row__right .login-row__button:hover {
    background: #ab170d
}

#FormField_26,#FormField_30,#FormField_31,#FormField_33,#FormField_34 {
    display: none
}

.alertBox-message {
    width: auto
}

.alertBox--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dt-search {
    position: relative
}

.dt-search:before {
    font-family: icomoon!important;
    position: absolute;
    left: 21px;
    top: 8px;
    content: "\e90e";
    font-size: 18px
}

.invoice-detail-page .invoice-details__customer-info {
    display: grid;
    grid-template-columns: 1.5fr 1fr
}

.invoice-detail-page .invoice-details__single-item:first-child .invoice-details__item-info {
    margin-top: 10px
}

.invoice-detail-page .invoice-details__info-piece-data {
    text-transform: lowercase!important
}

.invoice-detail-page .invoice-details__totals-wrap {
    font-size: 20px!important
}

.invoice-detail-page .invoice-details__total-wrap-bottom * {
    font-size: 25px!important;
    font-weight: 600!important
}

.invoice-detail-page .invoice-details__customer-info-left .invoice-details__customer-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 20%
}

.invoice-detail-page .invoice-details__customer-content * {
    font-size: 20px
}

.invoice-detail-page .invoice-shipping-title {
    font-size: 20px;
    font-weight: 700
}

.invoice-detail-page .invoice-details__body p {
    text-transform: capitalize
}

.invoice-detail-page .invoice-details__customer-name {
    font-weight: 400
}

.invoice-detail-page .invoice-details__single-item:last-child {
    border: 0
}

.invoice-detail-page .invoice-details__totals {
    width: 70%!important;
    margin: 0 auto
}

.invoice-detail-page .invoice-details__item-info:last-child {
    text-align: right
}

.invoice-detail-page .invoice-details__single-item {
    display: grid;
    font-size: 20px;
    grid-template-columns: .5fr 1fr 3fr 1fr 1fr
}

.invoice-detail-page .invoice-details__item-info {
    width: 100%!important
}

.invoice-detail-page .invoice-item-grid {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: 1.7fr 1fr
}

.invoice-detail-page .invoice-main-wrapper {
    position: relative;
    padding: 32px 45px;
    margin: 0 0 45px;
    border: 1px solid #ccc;
    gap: 2rem
}

.invoice-detail-page .invoice-details__totals-wrap {
    width: 100%!important
}

.invoice-detail-page .invoice-details__customer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 0!important
}

.invoice-detail-page .invoice-details__items {
    width: 100%!important
}

.invoice-detail-page .invoice-details__body {
    background: 0 0!important
}

.invoice-detail-page .invoice-details__section-title {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0;
    border: none
}

.invoice-detail-page .invoice-details__info-top {
    margin-bottom: 15px
}

.invoice-detail-page .invoice-details__customer-info {
    position: relative;
    padding: 32px 45px;
    margin: 0 0 45px;
    border: 1px solid #ccc
}

.invoice-detail-page .invoice-details__invoice-num {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 16px
}

.invoice-detail-page .invoice-details__inner-left {
    font-size: 20px!important
}

.invoice-detail-page .account__invoice-button {
    position: relative;
    display: block;
    color: #0a0a0a;
    height: 52px;
    border: 1px solid #0a0a0a;
    padding: 15px 34px!important;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize
}

@media only screen and (max-width: 1300px) and (min-width:1101px) {
    .invoice-detail-page .invoice-details__customer-content * {
        font-size:18px
    }

    .invoice-detail-page .invoice-detail-page .invoice-details__single-item {
        font-size: 16px;
        grid-template-columns: .5fr 1fr 2fr 1fr 1fr
    }

    .invoice-detail-page .invoice-details__totals-wrap {
        font-size: 17px!important
    }

    .invoice-detail-page .invoice-details__total-wrap-bottom * {
        font-size: 22px!important;
        font-weight: 600!important
    }
}

@media only screen and (max-width: 1100px) and (min-width:768px) {
    .invoice-detail-page .invoice-details__customer-info {
        grid-template-columns:1fr!important;
        gap: 2rem
    }

    .invoice-detail-page .invoice-details__customer-info-right .invoice-details__customer-content {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: start!important;
        gap: 20%!important
    }

    .invoice-detail-page .invoice-details__customer-content * {
        font-size: 18px
    }

    .invoice-detail-page .invoice-item-grid {
        grid-template-columns: 1fr!important
    }

    .invoice-detail-page .invoice-details__single-item {
        font-size: 16px!important;
        grid-template-columns: .5fr 1fr 2fr 1fr 1fr!important
    }

    .invoice-detail-page .invoice-details__totals {
        width: 100%!important;
        margin-top: 2rem!important
    }

    .invoice-detail-page .invoice-details__totals-wrap {
        font-size: 18px!important
    }
}

@media only screen and (max-width: 768px) {
    .invoice-detail-page .invoice-details__customer-info {
        grid-template-columns:1fr!important
    }

    .invoice-detail-page .invoice-details__customer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .invoice-detail-page .invoice-details__customer-info,.invoice-detail-page .invoice-main-wrapper {
        padding: 30px!important
    }

    .invoice-detail-page .invoice-details__customer-content * {
        font-size: 18px
    }

    .invoice-detail-page .invoice-details__invoice-num {
        font-size: 22px
    }

    .invoice-detail-page .invoice-item-grid {
        grid-template-columns: 1fr!important
    }

    .invoice-detail-page .invoice-details__single-item {
        grid-template-columns: 1fr!important;
        font-size: 16px
    }

    .invoice-detail-page .invoice-details__item-info {
        margin: 8px 0
    }

    .invoice-detail-page .invoice-details__totals {
        width: 100%!important
    }

    .invoice-detail-page .invoice-details__item-info:last-child {
        text-align: left
    }

    .invoice-detail-page .invoice-details__single-item {
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }

    .invoice-detail-page .invoice-details__totals-wrap {
        font-size: 18px!important
    }

    .invoice-detail-page .invoice-detail-page .invoice-details__total-wrap-bottom * {
        font-size: 20px!important
    }
}

@media print {
    .invoice-detail-page #consent-manager-update-banner,.invoice-detail-page .account__loyalty-container,.invoice-detail-page .navBar--account,.invoice-detail-page .page-heading {
        display: none!important
    }

    .invoice-detail-page .invoice-details__customer-info {
        grid-template-columns: 1fr!important
    }

    .invoice-detail-page .invoice-item-grid {
        grid-template-columns: 1fr!important
    }

    .invoice-detail-page .invoice-details__customer-info-right {
        margin-top: 30px!important
    }

    .invoice-detail-page .invoice-item-grid .invoice-details__totals {
        width: 100%!important
    }

    .invoice-detail-page .invoice-details__customer-content * {
        font-size: 18px!important
    }

    .invoice-detail-page .invoice-details__single-item,.invoice-detail-page .invoice-details__totals-wrap {
        font-size: 15px!important
    }

    .invoice-detail-page .invoice-main-wrapper {
        padding-top: 55px!important
    }

    .invoice-detail-page .invoice-details__single-item {
        grid-template-columns: .5fr 1fr 2fr 1fr 1fr!important
    }
}

.page.page--invoices .account__total-num {
    font-size: 20px!important;
    margin-right: 5px;
    font-weight: 400
}

.page.page--invoices .account-content {
    padding: 0!important
}

.page.page--invoices .account__date-item .account__bold-item {
    font-weight: 600
}

.page.page--invoices .invoices__container {
    padding: 0
}

@media screen and (max-width: 1024px) {
    .page.page--invoices .account__order-dates-container {
        padding:23px 30px 23px 30px!important
    }

    .page.page--invoices .account-content .account__order-dates-container .account__date-item:nth-child(2) {
        margin-left: 0!important;
        padding-top: 35px
    }

    .page.page--invoices .account-content .account__order-dates-container .account__date-item:nth-child(3) {
        margin-left: 0!important;
        padding-top: 35px
    }

    .page.page--invoices .account__order-dates-container {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .page.page--invoices .account-content .dt-search {
        width: 100%!important
    }

    .page.page--invoices .account__button-container {
        width: 100%!important
    }

    .page.page--invoices .account__order-dates-container .account__button-container {
        margin: 0 auto;
        padding-top: 35px
    }
}

.page.page--invoices .account__order-dates-container .account__button-container .account__invoice-button {
    font-size: 20px;
    text-transform: capitalize;
    padding: 15px 35px;
    border-radius: 40px
}

.page.page--invoices .invoices__container .account-body {
    padding: 0!important
}

.page.page--invoices .account__order-dates-container .account__button-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.page.page--invoices .account__date-bottom {
    padding-top: 35px
}

.page.page--invoices .account__order-dates-container .account__date-item:nth-child(2) {
    margin-left: 69px!important
}

.page.page--invoices .account__order-dates-container .account__date-item:nth-child(3) {
    margin-left: 69px!important
}

.page.page--invoices .account__date-item {
    font-size: 20px;
    margin: 0!important
}

.page.page--invoices .account__order-dates-container .account__date-item .account__bold-item {
    text-transform: capitalize!important
}

.page.page--invoices .account__date-item:not(:first-child) .account__date-content {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: start!important
}

.page.page--invoices .account__order-dates-container .account__date-item .account__date-content {
    text-align: left!important
}

.page.page--invoices .account__date-top p {
    font-size: 20px
}

.page.page--invoices .account__date-top {
    margin: 0!important
}

.page.page--invoices .account__order-num {
    font-size: 25px;
    color: #000
}

.page.page--invoices .dt-search input[type=search] {
    width: 100%!important;
    background: #ececec;
    border-radius: 22px;
    height: 44px;
    padding: 10px 15px 10px 52px;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    outline: 0;
    border: 0;
    margin: 0
}

.page.page--invoices .account__order-list colgroup col {
    width: 100%!important
}

.page.page--invoices .account__order-list.dataTable {
    width: 100%!important
}

.page.page--invoices .account__order-dates-container {
    border: 1px solid #000!important;
    padding: 36px 50px 52px 64px;
    margin-bottom: 47px!important
}

.page.page--invoices .dt-search {
    margin-bottom: 51px!important;
    width: 522px!important
}

.invoice-details__body {
    min-height: 200px;
    min-width: 100%;
    background: url(https://cdn11.bigcommerce.com/s-dea51z7cy/product_images/uploaded_images/loading-buffering.gif);
    background-size: 100px;
    background-position: center;
    background-repeat: no-repeat
}

.invoice-details__body p {
    margin-bottom: 0
}

.invoice-details__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

@media (min-width: 801px) {
    .invoice-details__info-top {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.invoice-details__invoice-num {
    color: #992017;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0
}

.invoice-details__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.invoice-details__inner dt {
    font-weight: 700
}

.invoice-details__inner dd,.invoice-details__inner dl {
    margin-bottom: 0
}

@media (min-width: 801px) {
    .invoice-details__inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .invoice-details__inner dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .invoice-details__inner dt {
        margin-right: 5px;
        margin-bottom: 0
    }
}

.account__invoice-button {
    margin: .5rem 0;
    font-size: .9375rem;
    display: block;
    border: 1px solid #404041;
    color: #404041;
    border-radius: 1.25rem;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 10px 23px;
    -webkit-transition: .3s;
    transition: .3s
}

@media (min-width: 551px) {
    .account__invoice-button {
        min-width:135px;
        padding: 10px 23px
    }
}

.account__invoice-button:focus,.account__invoice-button:hover {
    color: #fff;
    background: #353535;
    -webkit-transition: .3s;
    transition: .3s
}

.invoice-details__section-title {
    font-weight: 700;
    font-size: 1.125rem;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 10px
}

.invoice-details__customer-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative
}

.invoice-details__customer-content {
    margin-top: 20px
}

.invoice-details__customer-name {
    font-weight: 700
}

.invoice-details__info-piece {
    margin: 15px 0
}

.invoice-details__info-piece-title {
    margin-bottom: 0
}

.invoice-details__info-piece-data {
    margin-bottom: 10px
}

.invoice-details__customer-info-right {
    margin-top: 50px
}

@media (min-width: 801px) {
    .invoice-details__customer-info-right {
        margin-top:0
    }
}

.invoice-details__tracking-number {
    color: #992017
}

.invoice-details__item-info-title {
    font-weight: 700
}

.invoice-details__single-item {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #b8b8b8
}

.invoice-details__item-info {
    margin: 25px 0
}

.invoice-details__totals-data {
    margin-bottom: 15px
}

.invoice-details__totals-title {
    margin-bottom: 0
}

.invoice-details__totals {
    margin-top: 20px
}

.invoice-details__totals-wrap {
    margin: 15px 0
}

.invoice-details__total-wrap-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.invoice-details__total-wrap-bottom .invoice-details__totals-data,.invoice-details__total-wrap-bottom .invoice-details__totals-title {
    font-size: 18px;
    font-weight: 700
}

.invoice-details__totals-single {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.invoice-details__total-wrap-bottom {
    border-top: 2px solid #000;
    padding-top: 20px
}

@media (min-width: 801px) {
    .invoice-details__totals {
        width:100%;
        overflow: auto
    }
}

@media print {
    .footer,.header,.invoice-details__inner-right {
        display: none
    }
}

.sized-container {
    width: 90%;
    margin: 0 auto
}

@media (min-width: 551px) {
    .sized-container {
        width:75%
    }
}

#custom-hole-1 .custom-four-block,#custom-hole-1 .custom-hole-information,[data-labelname=diameter],[data-labelname=major-dimension],[data-labelname=minor-dimension] {
    display: none
}

#custom-hole-1 .custom-four-block.show-field,#custom-hole-1 .custom-hole-information.show-field,[data-labelname=diameter].show-field,[data-labelname=major-dimension].show-field,[data-labelname=minor-dimension].show-field {
    display: block
}

#custom-hole-1 .custom-four-block.show-field--flex,#custom-hole-1 .custom-hole-information.show-field--flex,[data-labelname=diameter].show-field--flex,[data-labelname=major-dimension].show-field--flex,[data-labelname=minor-dimension].show-field--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-input--incrementTotal {
    width: 2.8125rem
}

.cart-item-name p {
    margin: 0
}

.navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-name:hover a {
    opacity: 1!important
}

.removeHref {
    text-decoration: none;
    color: #000!important
}

.removeHref:focus,.removeHref:hover {
    color: #000!important;
    cursor: auto
}

.no-customer .price--rrp {
    text-decoration: none
}



/* open account page */
.hubspot-custom-form-bg {
    padding: 60px !important;
    margin: 50px !important;
    border-radius: 15px;
    margin-top: 0 !important;
}
.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset h1 {
    margin-bottom: 10px;
}
.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset:first-child h1 {
    margin-bottom: 20px;
}
.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset .hs-input:not([type=checkbox]) {
    height: 60px !important;
    font-size: 14px !important;
    padding: 10px !important;
    border-radius: 8px !important;
    border-color: #acacac !important;
}
.contact-form-area .field {
    margin: 0 0 30px !important;
}
.contact-form-area.registration-wholesale .hubspot-custom-form-bg form fieldset label {
    font-size: 16px;
    margin-bottom: 8px !important;
}
.contact-form-area .head, .contact-form-wrapper.container {
    padding: 0 !important;
}
.hubspot-custom-form-bg .legal-consent-container input[type=checkbox] {
    height: 15px;
    width: 15px !important;
    margin: 2px 0 0;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 25px !important;
}
.hubspot-custom-form-bg .hs-button.primary.large {
    font-size: 16px !important;
    font-weight: 500;
    border-radius: 4px !important;
    padding: 13px 55px !important;
    min-width: fit-content !important;
    height: fit-content !important;
}
.hubspot-custom-form-wrapper.container {
    padding: 0;
    padding-bottom: 30px;
    padding-top: 0;
}
@media screen and (max-width: 991px) {
.contact-form-area.registration-wholesale .hubspot-custom-form-bg {
    padding: 30px !important;
    margin: 20px !important;
}
.contact-form-wrapper.container {
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 0;
}
.contact-form-area.registration-wholesale .contact-form-wrapper p {
    margin-bottom: 0;
}
.contact-form-area.registration-wholesale .contact-form-wrapper .head {
    padding: 20px 0 !important;
    padding-top: 0 !important;
}
.contact-form-area .field {
    margin: 0 0 20px !important;
}
}

.contact-form-area.registration-wholesale .contact-form-wrapper.container {
    padding: 50px !important;
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}
@media screen and (max-width: 991px) {
.contact-form-area.registration-wholesale .contact-form-wrapper.container {
    padding: 20px !important;
    padding-top: 0px !important;
}
}
.hs_submit.hs-submit .actions input.hs-button.primary.large {
    border-radius: 5px !important;
}
/* open account page ends */

