ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
div.paragraph,
blockquote,
fieldset,
input {
    margin: 0;
    padding: 0;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
    margin: 0;
    padding: 0;
}

input[type='text'],
input[type='email'],
textarea,
select,
.wsite-form-field input[type='radio'],
.wsite-com-product-option-groups input[type='radio'],
.wsite-form-field input[type='checkbox'],
.wsite-com-product-option-groups input[type='checkbox'] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: none;
}

textarea {
    resize: none;
}


html {
    height: 100%;
}

:root {
    --background-color: #ffffff;
    --text-color: #0d0b05;
    --collapsible-color: #f1f1f1;
    --collhover-color: #cccccc;
    --collbutton-color: #eeeeee;
    --collbtext-color: #444444;
    --button-color: #0d0b05;
    --btext-color: #fbfdfe;
    --link-color: #1e3d77;
    --border-radius: 20px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: var(--background-color);
    color: var(--text-color);
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dark-mode {
    --background-color: #1e1e1e;
    --text-color: #fbfdfe;
    --collapsible-color: #494949;
    --collhover-color: #606060;
    --collbutton-color: #333333;
    --collbtext-color: #eeeeee;
    --button-color: #fff5a8;
    --btext-color: #1e1e1e;
    --link-color: #fff5a8;
}

a {
    color: var(--link-color);
    text-decoration: none;
    opacity: 1;
}

a:hover {
    opacity: 0.7;
}

.wsite-social>a {
    color: var(--button-color);
    opacity: 1;
}

.wsite-social>a:hover {
    opacity: 0.7;
}

a img,
a:hover img {
    border: none;
}

.page-title {
    font-size: min(8vw, 96px);
    color: #ffde5b;
    margin: 0 auto;
    text-align: center;
}

.page-subheading {
    font-size: min(2vw, 28px);
    color: #96c1ed;
    text-align: center;
}

h2 {
    color: var(--text-color);
    font-family: 'League Spartan', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.25;
    margin: 0 auto 30px;
}

div.paragraph {
    font-family: 'League Spartan', sans-serif;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    margin: 0 auto 30px;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    margin: 0 auto 30px;
}

blockquote {
    position: relative;
    padding: 1.5em 2.5em;
    background: var(--collapsible-color);
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    text-align: left;
    border-radius: var(--border-radius);
    margin: 0 auto 30px;
}

blockquote:before {
    position: absolute;
    content: '\201C';
    top: 0.75em;
    left: 0.5em;
    opacity: 0.3;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
}

#element-b55ce8ce-131a-4080-b238-5da9fb51eca2 .content-color-box-wrapper,
#element-50b90bf8-335a-45d3-b6e8-4f701addbef3 .content-color-box-wrapper,
#element-08dbc988-e46d-411b-a000-667b6b669b06 .content-color-box-wrapper,
#element-9163dce4-06fd-4bce-ab26-86d5ab8aa410 .content-color-box-wrapper,
#element-de76e115-cd20-4bb9-9d1f-01ec4ebfc3d7 .content-color-box-wrapper {
    background-color: var(--collapsible-color) !important;
    color: var(--text-color);
}

.wsite-header-section {
    background: url(/uploads/1/3/9/0/139000106/background-images/blankbanner.jpg) no-repeat center center;
    background-size: cover;
}

.wsite-header-section {
    height: 600px;
}

.wsite-header-section:not(.wsite-section-bg-color):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.leftlogo {
    position: absolute;
    height: 100%;
    margin-left: 1vw;
}

.blob {
    display: initial;
    position: absolute;
    width: 90vw;
    top: -22vw;
    left: -45vw;
}

.banner-wrap {
    position: relative;
    height: 100%;
    background: #000000;
    color: #ffffff;
}

.banner-wrap .container {
    padding: 80px 40px;
    text-align: center;
}

.container.headcontainer {
    padding: 5px 20px;
}

.banner-wrap h2 {
    color: inherit;
    font-family: 'League Spartan', sans-serif;
    font-size: 58px;
    font-weight: 500;
    line-height: 1.15;
    margin: 15px auto;
}

.banner-wrap div.paragraph {
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-display: swap;
    line-height: 1.15;
    letter-spacing: 0.05em;
    margin: 15px auto;
}

.banner-wrap p {
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-display: swap;
    line-height: 1.15;
    letter-spacing: 0.05em;
    margin: 15px auto;
}

.container,
.wsite-footer,
.bottombar {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main-wrap {
    width: 100%;
    background: var(--background-color);
}

@media (min-width: 1025px) {

    body.no-header-page .main-wrap .wsite-section-wrap:first-child .wsite-section:not(.wsite-custom-background):not(.wsite-section-bg-color) .container,
    body.no-header-page .main-wrap>.wsite-section-content .container,
    body.no-header-page .main-wrap #secondlist>ul>.wsite-section-content .container {
        padding-top: 0;
    }
}

.main-wrap .container {
    padding: 60px 40px;
}

.footer-wrap {
    width: 100%;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-wrap .wsite-footer {
    padding: 60px 40px;
}

.footer-wrap h2,
.footer-wrap div.paragraph,
.footer-wrap blockquote {
    margin: 0 auto 20px;
}

.footer-wrap h2,
.footer-wrap p,
.footer-wrap blockquote {
    margin: 0 auto 20px;
}

.footer-wrap h2 {
    font-size: 20px;
}

.footer-wrap div.paragraph {
    font-size: 14px;
}

.footer-wrap p {
    font-size: 14px;
}

.footer-wrap blockquote {
    font-size: 14px;
    background: transparent;
    padding: 0 0 0 1em;
}

.footer-wrap blockquote:before {
    top: 0;
    left: 0;
    font-size: 1.5em;
}

.cento-header {
    position: relative;
    background: #1e3d77;
    top: 0;
    z-index: 12;
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    -webkit-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
    -moz-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
    -ms-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
    transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
}

.cento-header .hamburger {
    display: none;
}

.cento-header .logo {
    text-align: center;
    margin-bottom: 40px;
}

.cento-header .logo #wsite-title {
    color: var(--text-color);
    max-height: 300px;
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    -webkit-transition: font-size 260ms ease;
    -moz-transition: font-size 260ms ease;
    -ms-transition: font-size 260ms ease;
    transition: font-size 260ms ease;
}

.cento-header .logo img {
    overflow: hidden;
    max-width: 500px;
    max-height: 300px;
}

.nav {
    text-align: center;
}

.nav li {
    display: inline-block;
    vertical-align: bottom;
}

.nav .wsite-menu-item {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffde9b;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    transition: color 300ms ease;
}

.nav li .wsite-menu-item:hover {
    color: #000000;
}

.nav #wsite-nav-cart-num {
    display: inline-block;
    margin: -4px 0 -4px 2px;
    padding: 2px 3px;
    min-width: 12px;
    border-radius: 100%;
    text-align: center;
    background: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

.mobile-nav {
    display: none;
}

#wsite-menus {
    float: left;
    overflow: hidden;
}

#wsite-menus .wsite-menu {
    position: absolute;
    background: #96c1ed;
    padding-left: 5px;
    border-radius: calc(var(--border-radius)/2);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

#wsite-menus .wsite-menu li {
    display: inline-block;
    vertical-align: bottom;
}

#wsite-menus .wsite-menu li a {
    background: transparent;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
}

#wsite-menus .wsite-menu li a:hover {
    color: #000000;
    background: transparent;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    transition: color 200ms ease;
}

#wsite-menus .wsite-menu-arrow {
    display: none;
}

.stuck {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #1e3d77;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

body:not(.wsite-editor) .logo,
body:not(.wsite-editor) .desktop-nav {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in 1000ms;
    -moz-transition: opacity 300ms ease-in 1000ms;
    -ms-transition: opacity 300ms ease-in 1000ms;
    transition: opacity 300ms ease-in 1000ms;
}

body:not(.wsite-editor) .banner-wrap {
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in 1000ms;
    -moz-transition: opacity 400ms ease-in 1000ms;
    -ms-transition: opacity 400ms ease-in 1000ms;
    transition: opacity 400ms ease-in 1000ms;
}

body:not(.wsite-editor).fade-in .logo,
body:not(.wsite-editor).fade-in .desktop-nav,
body:not(.wsite-editor).fade-in .banner-wrap {
    -webkit-transition: opacity 300ms ease-in 1000ms;
    -moz-transition: opacity 300ms ease-in 1000ms;
    -ms-transition: opacity 300ms ease-in 1000ms;
    transition: opacity 300ms ease-in 1000ms;
    opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.wsite-form-input,
.wsite-search-element-input,
.form-select,
.wsite-form-field select,
.wsite-com-product-option-groups select,
.form-radio-container,
input[type='radio'],
input[type='checkbox'] {
    color: #000000;
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.wsite-form-input,
.wsite-search-element-input,
.form-select,
.wsite-form-field select,
.wsite-com-product-option-groups select {
    height: auto;
    max-width: 370px;
    padding: 10px 20px !important;
    margin-bottom: 10px;
    color: #000000;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.wsite-form-input:hover,
.wsite-form-input:focus,
.wsite-form-input--focus,
.wsite-search-element-input:hover,
.wsite-search-element-input:focus,
.form-select:hover,
.form-select:focus,
.wsite-form-field select:hover,
.wsite-form-field select:focus,
.wsite-com-product-option-groups select:hover,
.wsite-com-product-option-groups select:focus {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.form-select,
.wsite-form-field select,
.wsite-com-product-option-groups select {
    text-indent: 0.01px;
    text-overflow: '';
    height: 40px;
    background: rgba(0, 0, 0, 0.1) url(theme/images/select-dropdown-light.svg%3F1710895625) 97% center no-repeat;
}

.form-select:hover,
.form-select:focus,
.wsite-form-field select:hover,
.wsite-form-field select:focus,
.wsite-com-product-option-groups select:hover,
.wsite-com-product-option-groups select:focus {
    background: #ffffff url(theme/images/select-dropdown-light.svg%3F1710895625) 97% center no-repeat;
}

.wsite-form-field label,
.wsite-com-product-option-groups label {
    margin-bottom: 5px;
}

.wsite-form-field input[type='radio'],
.wsite-form-field input[type='checkbox'],
.wsite-com-product-option-groups input[type='radio'],
.wsite-com-product-option-groups input[type='checkbox'] {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.wsite-form-field input[type='radio']:hover,
.wsite-form-field input[type='radio']:checked,
.wsite-form-field input[type='checkbox']:hover,
.wsite-form-field input[type='checkbox']:checked,
.wsite-com-product-option-groups input[type='radio']:hover,
.wsite-com-product-option-groups input[type='radio']:checked,
.wsite-com-product-option-groups input[type='checkbox']:hover,
.wsite-com-product-option-groups input[type='checkbox']:checked {
    background: rgba(0, 0, 0, 0.05);
}

.wsite-form-field input[type='radio'],
.wsite-com-product-option-groups input[type='radio'] {
    border-radius: 100%;
}

.wsite-form-field input[type='radio']:after,
.wsite-com-product-option-groups input[type='radio']:after {
    display: block;
    border-radius: 100%;
    box-sizing: border-box;
    content: '';
}

.wsite-form-field input[type='radio']:checked:after,
.wsite-com-product-option-groups input[type='radio']:checked:after {
    background: #000000;
    border: 4px solid #ffffff;
    width: 18px;
    height: 18px;
}

.wsite-form-field input[type='checkbox']:after,
.wsite-com-product-option-groups input[type='checkbox']:after {
    position: relative;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wsite-form-field input[type='checkbox']:checked,
.wsite-com-product-option-groups input[type='checkbox']:checked {
    background: #ffffff;
}

.wsite-form-field input[type='checkbox']:checked:after,
.wsite-com-product-option-groups input[type='checkbox']:checked:after {
    display: block;
    content: ' ';
}

.wsite-search-element {
    margin-bottom: 10px;
    position: absolute;
    z-index: 1;
}

.wsite-search-element .wsite-search-element-input {
    margin-bottom: 0;
}

.wsite-form-label {
    display: inline-block;
    padding: 0;
    color: var(--text-color);
    font-family: 'League Spartan', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

.wsite-form-sublabel {
    display: none;
}

.wsite-form-radio-container {
    margin-bottom: 15px;
}

.formlist,
.wsite-editor .formlist {
    min-height: inherit;
}

.wsite-form-container .form-input-error {
    border: 1px solid red !important;
}

.form-field-error label {
    color: red;
}

.form-field-error .wsite-form-radio-container {
    border: none;
}

.wsite-button {
    display: inline-block;
    height: auto;
    padding: 0;
    background-image: none !important;
    color: var(--btext-color) !important;
    background-color: var(--button-color);
    border-radius: var(--border-radius);
    border: none !important;
    opacity: 1;
}

.wsite-button:hover {
    opacity: 0.6;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    transform: scale(1.1);
    border-radius: 12px;
}

.wsite-button .wsite-button-inner {
    display: inline-block;
    height: auto;
    padding: 14px 28px;
    background: transparent;
    background-image: none !important;
    color: inherit;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.wsite-button-large {
    border-radius: var(--border-radius);
}

.wsite-button-large .wsite-button-inner {
    font-size: 14px;
    padding: 16px 30px;
}

.wsite-button-highlight,
#wsite-com-product-add-to-cart.wsite-button-highlight {
    background: #666666;
    border-radius: var(--border-radius);
}

.wsite-button-highlight:hover,
#wsite-com-product-add-to-cart.wsite-button-highlight:hover {
    background: #4d4d4d;
}

.wsite-button-resize {
    display: inline-block;
    height: auto;
    z-index: 2;
    padding: 0;
    background-image: none !important;
    background-color: transparent;
    color: #0226c4 !important;
    background-color: #022c64;
    border: none !important;
}

.wsite-button-resize:hover {
    background-color: rgba(2, 44, 100, 0.6);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    transform: scale(1.1);
}

.wsite-button-resize .wsite-button-resize-inner {
    display: inline-block;
    height: auto;
    padding: 5% 10%;
    background: transparent;
    background-image: none !important;
    color: #ffde5b;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
    font-size: min(4vw, 28 px);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.wsite-social {
    white-space: normal;
}

.wsite-social-item {
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.wsite-social-item:first-child {
    margin-left: 0;
}

.wsite-social-item:last-child {
    margin-right: 0;
}

.wsite-social-item:hover {
    opacity: 0.7;
    transform: translateY(-5px);
}

.wsite-social-item--hb {
    display: inline-block;
    font-size: min(4vw, 42px) !important;
    margin: 5px;
    color: #fdfdfe;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.wsite-social-item--hb:first-child {
    margin-left: 0;
}

.wsite-social-item--hb:last-child {
    margin-right: 0;
}

.wsite-social-item--hb:hover {
    color: rgba(255, 222, 91, 0.6);
}

.product-grid-layout--over .product-grid__overlay,
.product-grid-layout--hover .product-grid__overlay,
.wsite-com-category-subcategory-name-bg {
    background: rgba(77, 77, 77, 0.75);
}

.imageGallery .galleryImageHolder .fullImageGalleryCaption .galleryCaptionHolderInnerBg,
.imageGallery .galleryImageHolder .partialImageGalleryCaption .galleryCaptionHolderInnerBg {
    opacity: 1;
    bottom: 0;
    background: rgba(77, 77, 77, 0.75);
    -webkit-transition: all 260ms ease;
    -moz-transition: all 260ms ease;
    -ms-transition: all 260ms ease;
    transition: all 260ms ease;
}

.imageGallery .galleryImageHolder:hover .galleryCaptionHolderInnerBg {
    background: rgba(0, 0, 0, 0.6);
}

.imageGallery .galleryImageHolder .galleryCaptionInnerText {
    color: #ffffff;
    letter-spacing: normal;
    text-shadow: none;
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

.wsite-image img {
    margin-bottom: 10px;
    border-radius: var(--border-radius);
}

.fancybox-overlay {
    background: rgba(255, 255, 255, 0.9);
}

.fancybox-skin {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.fancybox-title {
    color: #000000;
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background: none !important;
    width: auto;
    height: auto;
}

.fancybox-close:before,
.fancybox-next span:before,
.fancybox-prev span:before {
    color: #ffffff !important;
    font-family: 'League Spartan', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 0.75em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fancybox-close:hover:before,
.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    color: rgba(255, 255, 255, 0.8) !important;
}

.fancybox-prev span:before {
    position: relative;
    left: -10px;
    content: '\3008';
}

.fancybox-next span:before {
    position: relative;
    right: -10px;
    content: '\3009';
}

.fancybox-close {
    top: 20px;
    right: 20px;
}

.fancybox-close:before {
    content: '\00D7';
}

#wsite-com-store .wsite-com-content {
    padding-left: 0;
}

#wsite-com-store .wsite-com-link {
    color: #000000;
    font-weight: 700;
}

#wsite-com-store .wsite-com-category-product-image-wrap,
#wsite-com-store .wsite-com-category-product-featured-image-wrap,
#wsite-com-store .wsite-com-category-subcategory-image-wrap {
    height: 100%;
    border: none;
}

#wsite-com-store .wsite-com-category-subcategory-name {
    top: 0;
}

#wsite-com-store .wsite-com-category-subcategory-name-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: none;
    box-sizing: border-box;
    text-shadow: none;
    font-weight: 700;
}

#wsite-com-store #wsite-com-product-title {
    font-weight: inherit;
}

#wsite-com-store .wsite-com-category-subcategory-link .wsite-com-category-subcategory-image-wrap,
#wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-image-wrap,
#wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-featured-image-wrap {
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

#wsite-com-store .wsite-com-category-subcategory-link:hover .wsite-com-category-subcategory-image-wrap,
#wsite-com-store .wsite-com-category-product-link:hover .wsite-com-category-product-image-wrap,
#wsite-com-store .wsite-com-category-product-link-featured:hover .wsite-com-category-product-featured-image-wrap {
    opacity: .7;
}

#wsite-com-store #wsite-com-hierarchy ul {
    font-size: 16px;
}

#wsite-com-store #wsite-com-hierarchy ul .wsite-link-unselected {
    color: #666666;
}

#wsite-com-store #wsite-com-hierarchy ul .wsite-link-unselected:hover {
    color: #000000;
}

.wsite-product {
    border-radius: 0;
    box-shadow: none;
}

h2#wsite-com-product-title {
    display: block;
    clear: both;
    font-weight: 700;
    margin: 0 auto 15px;
}

#wsite-com-product-price-area .wsite-com-product-price-container {
    font-size: 22px;
}

.wsite-com-product-title {
    font-weight: 700;
}

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs,
#wsite-com-breadcrumbs.wsite-com-category-breadcrumbs {
    padding-bottom: 25px;
}

.wsite-com-category-product-group .wsite-com-category-product-wrap,
.wsite-com-category-product-featured-group .wsite-com-category-product-wrap,
.wsite-com-category-product-featured-group .wsite-com-category-product-featured-wrap,
.wsite-com-category-subcategory-group .wsite-com-category-subcategory-wrap {
    font-size: 1em;
}

#wsite-com-product-info {
    float: left;
    width: 45%;
    margin-left: 60px;
}

.wsite-product-button-wrap {
    text-align: left;
}

#wsite-mini-cart {
    border-radius: 0;
    border: none !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 5px !important;
    margin-top: 3px;
    top: auto !important;
}

#wsite-mini-cart:before,
#wsite-mini-cart:after {
    display: none !important;
}

#wsite-mini-cart .wsite-product-list {
    display: block;
    max-height: 286px;
    overflow-y: auto;
}

#wsite-mini-cart .wsite-product-list li {
    display: table;
    width: 100%;
}

#wsite-mini-cart .wsite-product-image {
    padding: 10px;
}

#wsite-mini-cart .wsite-product-list .wsite-list-image-container {
    margin: 0;
}

#wsite-mini-cart .wsite-items-right {
    width: 22%;
}

#wsite-mini-cart .wsite-items-quantity {
    width: 10%;
    text-align: center;
}

#wsite-mini-cart .wsite-vertical-align {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    text-align: left;
}

#wsite-mini-cart .wsite-product-list .wsite-product-price,
#wsite-mini-cart .wsite-items-quantity,
#wsite-mini-cart .wsite-name-header,
#wsite-mini-cart .wsite-subtotal-wrapper,
#wsite-mini-cart .wsite-subtotal-wrapper * {
    color: #000000;
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

#wsite-mini-cart .wsite-product-list .wsite-product-price {
    padding-right: 0;
}

#wsite-mini-cart .wsite-product-list .wsite-name-header {
    font-weight: 700;
}

#wsite-mini-cart .wsite-product-option {
    font-family: 'League Spartan', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

#wsite-mini-cart .wsite-subtotal-wrapper {
    vertical-align: middle;
    text-align: left;
}

#wsite-mini-cart .wsite-subtotal-wrapper span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    margin-right: 5px;
}

#wsite-mini-cart .wsite-subtotal-wrapper span.wsite-price {
    font-size: 14px !important;
}

#wsite-mini-cart .wsite-items-right {
    padding-right: 30px;
}

#wsite-mini-cart .wsite-remove-button {
    position: absolute;
    top: 4px;
    right: 5px;
}

#blogTable #wsite-content,
#blogTable .blog-post {
    max-width: 900px;
    margin: 0 auto;
}

#blogTable .blog-post .blog-header h2.blog-title {
    font-size: 30px;
    margin-bottom: 25px !important;
    text-align: center;
    border-bottom: 1px solid var(--collapsible-color) !important;
    padding-bottom: 15px !important;
}

#blogTable .blog-post .blog-header h2.blog-title a {
    color: var(--link-color);
}

#blogTable .blog-post .blog-separator {
    margin: 0 auto 30px;
    border: none;
}

#blogTable .blog-sidebar {
    width: 250px;
}

#blogTable .blog-sidebar h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

#blogTable .blog-sidebar div.paragraph {
    font-size: 14px;
}

#blogTable .blog-sidebar p {
    font-size: 14px;
}

#blogTable #commentArea #commentAreaTitle,
#blogTable #commentArea #commentReplyTitle,
#blogTable #commentArea .blogCommentText div.paragraph,
#blogTable #commentArea .blog-sidebar h2 {
    padding: 0;
    font-family: inherit;
}

#blogTable #commentArea #commentAreaTitle,
#blogTable #commentArea #commentReplyTitle,
#blogTable #commentArea .blogCommentText p,
#blogTable #commentArea .blog-sidebar h2 {
    padding: 0;
    font-family: inherit;
}

#blogTable .blogCommentWrap {
    padding-top: 20px;
    background: none;
    border-top: 1px solid var(--collapsible-color) !important;
}

#blogTable .blogCommentWrap .blogCommentAuthor,
#blogTable .blogCommentWrap .blogCommentHeading,
#blogTable .blogCommentWrap .blogCommentHeadingInner {
    background: none !important;
}

#blogTable .blogCommentWrap .blogCommentAuthor {
    margin-bottom: 10px;
}

#blogTable .blogCommentWrap .blogCommentAuthor span.name,
#blogTable .blogCommentWrap .blogCommentAuthor span.email {
    color: var(--text-color) !important;
    float: none;
    line-height: 1;
}

#blogTable .blogCommentWrap .blogCommentHeading {
    padding: 0;
    margin-bottom: 20px;
}

#blogTable .blogCommentWrap .blogCommentHeading .blogCommentHeadingInner {
    height: auto;
}

#blogTable .blogCommentWrap .blogCommentHeading .blogCommentAuthor,
#blogTable .blogCommentWrap .blogCommentHeading .blogCommentDate {
    float: none;
    text-align: left;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.03em;
    padding: 0;
}

#blogTable .blogCommentWrap .blogCommentHeading .blogCommentAuthor {
    text-transform: uppercase;
}

#blogTable .blogCommentWrap .blogCommentHeading .blogCommentDate {
    color: var(--text-color);
}

#blogTable .blogCommentWrap .blogCommentText {
    padding: 0;
}

#blogTable .blogCommentWrap .blogCommentText div.paragraph {
    color: var(--text-color);
    font-family: 'League Spartan', sans-serif !important;
    font-size: 14px;
}

#blogTable .blogCommentWrap .blogCommentText p {
    color: var(--text-color);
    font-family: 'League Spartan', sans-serif !important;
    font-size: 14px;
}

.blogCommentReplyWrapper {
    height: 600px !important;
}

.blogCommentReplyWrapper iframe {
    height: 580px !important;
}

.blogCommentReplyWrapper .iframeWrapper {
    background: transparent !important;
}

#commentPostDiv .field input[type=text],
#commentPostDiv .field textarea {
    height: auto;
    padding: 8px 12px;
    color: var(--text-color);
    background: var(--collapsible-color);
    box-sizing: border-box;
    margin-bottom: 10px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

#commentPostDiv .field input[type=text]:hover,
#commentPostDiv .field input[type=text]:focus,
#commentPostDiv .field textarea:hover,
#commentPostDiv .field textarea:focus {
    background: var(--background-color);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.blogCommentSubreplyWrapper div.iframeWrapper {
    background: none;
    border: none;
}

.blog-button {
    height: auto;
    padding: 10px 20px;
    background-image: none;
    background-color: var(--button-color);
    color: var(--btext-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;
    opacity: 1;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-button:hover {
    opacity: 0.7;
}

.blog-button span {
    background: none;
}

@media screen and (min-width: 1601px) {
    .social-mobile {
        display: none;
    }

    .testingbutton {
        display: inline-block;
    }

    #header .search:focus {
        width: 400px;
        padding: 0 16px 0 0;
    }

    .button {
        display: inline-block;
        margin: 4px 2px;
        border-radius: 50%;
        background-color: #444;
        font-size: 24px;
        padding-left: 32px;
        padding-right: 32px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        color: var(--background-color);
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #header .dmb-container {
        position: relative;
        float: right;
        margin: 4px 2px;
        height: 50px;
        width: 50px;
        vertical-align: middle;
    }

    #header .search-container {
        position: relative;
        float: right;
        margin: 4px 2px;
        height: 50px;
        width: 50px;
        vertical-align: bottom;
    }

    .wsite-button-resize {
        display: inline-block;
        height: auto;
        z-index: 2;
        padding: 0;
        background-image: none !important;
        background-color: transparent;
        color: #0226c4 !important;
        background-color: #022c64;
        border: none !important;
    }

    .wsite-button-resize:hover {
        background-color: rgba(2, 44, 100, 0.6);
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
    }

    .wsite-button-resize .wsite-button-resize-inner {
        display: inline-block;
        height: auto;
        padding: 5% 10%;
        background: transparent;
        background-image: none !important;
        color: #ffde5b;
        letter-spacing: 0.03em;
        font-family: 'Montserrat', sans-serif;
        font-size: min(4vw, 28 px);
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1600px) {
    .social-mobile {
        display: none;
    }

    .testingbutton {
        display: inline-block;
    }

    .main-wrap .container {
        padding: 50px 30px;
    }

    .footer-wrap .wsite-footer {
        padding: 50px 30px;
    }

    .container,
    .wsite-footer {
        max-width: 1200px;
    }

    .wsite-header-section {
        height: 520px;
    }

    .cento-header {
        padding: 40px 0;
    }

    .cento-header .logo {
        margin-bottom: 30px;
    }

    #header .search:focus {
        width: 30vw;
        padding: 0 16px 0 0;
    }

    .button {
        display: inline-block;
        margin: 4px 2px;
        border-radius: 50%;
        background-color: #444;
        font-size: 24px;
        padding-left: 32px;
        padding-right: 32px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #header .search-container {
        position: relative;
        float: right;
        margin: 4px 2px;
        height: 50px;
        width: 50px;
        vertical-align: bottom;
    }

    #header .dmb-container {
        position: relative;
        float: right;
        margin: 4px 2px;
        height: 50px;
        width: 50px;
        vertical-align: middle;
    }

    .wsite-button-resize {
        display: inline-block;
        height: auto;
        z-index: 2;
        padding: 0;
        background-image: none !important;
        background-color: transparent;
        color: #0226c4 !important;
        background-color: #022c64;
        border: none !important;
    }

    .wsite-button-resize:hover {
        background-color: rgba(2, 44, 100, 0.6);
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
    }

    .wsite-button-resize .wsite-button-resize-inner {
        display: inline-block;
        height: auto;
        padding: 5% 10%;
        background: transparent;
        background-image: none !important;
        color: #ffde5b;
        letter-spacing: 0.03em;
        font-family: 'Montserrat', sans-serif;
        font-size: min(4vw, 28 px);
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }

    .leftlogo {
        position: absolute;
        height: 100%;
        margin-left: 1vw;
    }
}

@media screen and (max-width: 1024px) {

    .container,
    .wsite-footer {
        overflow: hidden;
    }

    .social-mobile {
        display: inline-block;
    }

    .testingbutton {
        display: none;
    }

    .blob {
        display: none;
    }

    .social-mobile>div {
        text-align: center !important;
    }

    #header .search:focus {
        width: 75vw;
        padding: 0 16px 0 0;
    }

    .button {
        display: inline-block;
        margin: 4px 2px;
        border-radius: 50%;
        background-color: #444;
        font-size: 24px;
        padding-left: 32px;
        padding-right: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #header .search-container {
        position: relative;
        float: right;
        margin: 4px 2px;
        height: 32px;
        width: 32px;
        vertical-align: bottom;
    }

    #header .dmb-container {
        position: relative;
        float: right;
        margin: 4px 2px;
        height: 32px;
        width: 32px;
        vertical-align: middle;
    }

    .wsite-button-resize {
        display: inline-block;
        height: auto;
        z-index: 2;
        padding: 0;
        background-image: none !important;
        background-color: transparent;
        color: #0226c4 !important;
        background-color: #022c64;
        border: none !important;
        width: fit-content;
    }

    .wsite-button-resize:hover {
        background-color: rgba(2, 44, 100, 0.6);
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
    }

    .wsite-button-resize .wsite-button-resize-inner {
        display: inline-block;
        height: auto;
        padding: 5% 10%;
        background: transparent;
        background-image: none !important;
        color: #ffde5b;
        letter-spacing: 0.03em;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
        width: fit-content;
    }

    .cento-header {
        top: 0;
        left: 0;
        padding: 5px 10px !important;
    }

    .cento-header .cento-header,
    .cento-header .logo,
    .cento-header .logo img {
        max-height: 40px;
    }

    .cento-header .logo {
        overflow: hidden;
        margin: 0 !important;
    }

    .cento-header .logo a {
        margin-left: 0;
        margin-right: 0;
        font-size: 28px;
        line-height: 1.4em;
    }

    .cento-header .logo #wsite-title {
        display: block;
        max-width: 100%;
        font-size: 1.1em !important;
        line-height: 1.4em !important;
    }

    .cento-header .container {
        max-height: inherit;
    }

    .cento-header .hamburger {
        vertical-align: middle;
    }

    .leftlogo {
        position: absolute;
        left: 30px;
        height: 100%;
        width: height;
    }

    body.cart-full #wsite-mini-cart {
        display: block !important;
    }

    body.cart-full .wsite-footer {
        padding-bottom: 70px;
    }

    body.nav-open .mobile-nav {
        padding: 50px 0;
        max-height: 100vh;
    }

    body.nav-open .cento-header .hamburger span {
        position: relative;
        background: transparent;
    }

    body.nav-open .cento-header .hamburger span:before {
        top: 1px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    body.nav-open .cento-header .hamburger span:after {
        top: -1px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    body.splash-page.nav-open .wrapper .main-wrap {
        position: relative;
    }

    .hamburger {
        position: absolute;
        display: block !important;
        top: -5px;
        left: -10px;
        width: 30px;
        height: 30px;
        padding: 10px;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .hamburger span,
    .hamburger span:before,
    .hamburger span:after {
        position: relative;
        display: block;
        width: 22px;
        height: 2px;
        background: #96c1ed;
        content: '';
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .hamburger span {
        top: 9px;
        left: 4px;
        margin: 5px 0;
    }

    .hamburger span:before {
        top: -8px;
    }

    .hamburger span:after {
        bottom: -6px;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 12;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        max-height: 0;
        padding: 0;
        background: #1e3d77;
        background-image: url(../uploads/1/3/9/0/139000106/custom_themes/134408445896420373/files/images/brp_mobilenavbg.png);
        background-size: cover;
        background-origin: border-box;
        background-position: bottom right;
        transition: background 500ms ease-in 1000ms;
        box-sizing: border-box;
        -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
    }

    .mobile-nav .hamburger {
        top: 0;
        left: 0;
    }

    .mobile-nav .hamburger span {
        background: transparent;
    }

    .mobile-nav .hamburger span:before {
        top: 1px;
        background: #96c1ed;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobile-nav .hamburger span:after {
        top: -1px;
        background: #96c1ed;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .mobile-nav ul {
        float: none;
        height: auto;
        max-width: none;
    }

    .mobile-nav li {
        position: relative;
        display: block !important;
        margin: 0;
        border: none;
        text-align: center;
    }

    .mobile-nav li .wsite-menu-link-styles {
        position: relative;
        padding: 10px 0;
        border: none;
    }

    .mobile-nav a {
        color: #96c1ed;
    }

    .mobile-nav li>a.wsite-menu-item {
        position: relative;
        padding: 10px 60px;
        border: none;
        color: #ffde5b;
        font-size: 16px;
    }

    .mobile-nav li>a.wsite-menu-subitem {
        display: block;
        position: relative;
        padding: 10px 0;
        border: none;
        font-size: 14px;
        color: #96c1ed;
        font-weight: 400;
        line-height: 1;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .mobile-nav li .wsite-menu-wrap {
        display: block !important;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 500ms ease-in-out 250ms;
        -moz-transition: all 500ms ease-in-out 250ms;
        -ms-transition: all 500ms ease-in-out 250ms;
        transition: all 500ms ease-in-out 250ms;
    }

    .mobile-nav li .wsite-menu-wrap li.wsite-nav-current>a.wsite-menu-subitem {
        color: #96c1ed;
        border: none;
    }

    .mobile-nav li .wsite-menu-wrap .wsite-menu-arrow {
        display: none;
    }

    .mobile-nav li.wsite-menu-item-wrap#active>a.wsite-menu-item,
    .mobile-nav li.wsite-menu-item-wrap>a.wsite-menu-item:hover,
    .mobile-nav li.wsite-menu-subitem-wrap>a.wsite-menu-subitem:hover {
        color: #000000;
        border: none;
    }

    .mobile-nav li.has-submenu>span.icon-caret {
        position: absolute;
        top: 0;
        right: 20px;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px 10px;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .mobile-nav li.has-submenu>span.icon-caret:before {
        position: relative;
        top: -2px;
        display: block;
        color: #96c1ed;
        font-size: 30px;
        content: '\203A';
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobile-nav span.icon-caret.subnav-open {
        top: -2px;
        color: #96c1ed;
        content: '\203A';
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mobile-nav li.has-submenu .wsite-menu-wrap.open {
        max-height: 1000px;
    }

    .mobile-nav li.wsite-nav-more {
        display: none !important;
    }

    .banner-wrap .container {
        padding: 40px 20px;
    }

    .banner-wrap .container h2 {
        font-size: 50px;
    }

    .main-wrap .container {
        padding: 30px 20px;
    }

    .container.headcontainer {
        padding: 5px 20px;
    }

    .footer-wrap .wsite-footer {
        width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
    }

    #wsite-mini-cart {
        position: fixed !important;
        top: initial !important;
        bottom: 0px;
        left: 0 !important;
        padding: 0 !important;
        z-index: 9;
        width: 100%;
        box-sizing: border-box;
        border: none;
        border-radius: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    #wsite-mini-cart .arrow-top:before,
    #wsite-mini-cart .arrow-top:after,
    #wsite-mini-cart .arrow-left:before,
    #wsite-mini-cart .arrow-left:after {
        border: none !important;
    }

    #wsite-mini-cart .wsite-product-list {
        display: none;
    }

    #wsite-mini-cart .wsite-vertical-align {
        padding: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .social-mobile {
        display: inline-block;
    }

    .testingbutton {
        display: none;
    }

    .social-mobile>div {
        text-align: center !important;
    }

    .wsite-section {
        height: auto !important;
    }

    .banner-wrap .banner h2 {
        font-size: 2.5em;
    }

    .imageGallery>div {
        width: 49.95% !important;
    }

    td.wsite-multicol-col {
        float: none;
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    #blogTable td {
        float: none;
        display: block;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #blogTable td.blog-sidebar {
        width: 100%;
    }

    #blogTable td.blog-sidebar div.paragraph {
        margin-bottom: 0;
    }

    #blogTable td.blog-sidebar p {
        margin-bottom: 0;
    }

    #blogTable td .blog-body {
        float: none !important;
    }

    #blogTable td .column-blog {
        width: 100%;
        float: none;
    }

    #blogTable td .blog-sidebar-separator {
        padding: 0;
    }

    #wsite-com-store .wsite-com-category-subcategory-group .wsite-com-column,
    #wsite-com-store .wsite-com-category-product-featured-group .wsite-com-column,
    #wsite-com-store .wsite-com-category-product-group .wsite-com-column {
        float: left;
        width: 50% !important;
    }

    #wsite-com-store .wsite-com-sidebar {
        position: relative;
        float: none !important;
        z-index: 6;
        width: 100%;
        min-height: 35px;
        margin: 0 auto 15px;
        padding: 0;
        text-align: center;
    }

    #wsite-com-store .wsite-com-sidebar:before {
        display: block;
        width: 100%;
        padding: 10px 18px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        content: 'VIEW ALL CATEGORIES\00a0\00a0\25be';
        font-weight: 700;
        cursor: pointer;
    }

    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        max-height: 0px;
        padding: 0;
        background: #ffffff;
        box-sizing: border-box;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        cursor: default !important;
    }

    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy>ul {
        width: 100%;
        padding: 0;
    }

    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy>ul li {
        margin-bottom: 15px;
    }

    #wsite-com-store .wsite-com-sidebar.sidebar-expanded {
        cursor: default !important;
    }

    #wsite-com-store .wsite-com-sidebar.sidebar-expanded:before {
        content: 'CLOSE\00a0\00a0\25b4';
    }

    #wsite-com-store .wsite-com-sidebar.sidebar-expanded #wsite-com-hierarchy {
        max-height: 100vh;
        padding: 10px 0;
    }

    #wsite-com-store .wsite-com-content-with-sidebar {
        margin-left: 0;
    }

    div.wsite-product-image-wrap,
    .wsite-product .wsite-product-top {
        width: 100% !important;
    }

    .wsite-product .wsite-product-button-wrap {
        width: auto;
    }

    #wsite-com-product-images {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #wsite-com-product-info {
        width: 100%;
        margin-left: 0;
    }

    #wsite-com-product-images-strip .wsite-com-product-images-secondary-outer {
        margin-bottom: 10px;
    }

    #wsite-search-sidebar {
        position: relative;
        z-index: 6;
        overflow-y: hidden;
        width: 100%;
        max-height: 35px;
        padding: 0;
        box-sizing: border-box;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    #wsite-search-sidebar:before {
        display: block;
        width: 100%;
        padding: 10px 18px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        content: 'VIEW SEARCH FILTERS\00a0\00a0\25be';
        font-weight: 700;
        cursor: pointer;
    }

    #wsite-search-sidebar.sidebar-expanded {
        max-height: 1000px;
        cursor: default !important;
    }

    #wsite-search-sidebar.sidebar-expanded:before {
        content: 'CLOSE\00a0\00a0\25b4';
    }

    #wsite-search-sidebar .wsite-search-facet-price input {
        width: 100%;
        margin: 10px 0;
        padding: 6px !important;
    }

    #wsite-search-header h2 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.6em;
    }

    #wsite-search-form-container {
        float: none;
        width: 100%;
    }

    #wsite-search-query {
        padding: 2px 10px;
    }

    #wsite-search-results {
        width: 100%;
    }

    #wsite-search-product-results .wsite-search-product-result {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {

    .container.headcontainer {
        padding: 0px 20px;
    }

    #wsite-com-checkout-list .wsite-com-checkout-item-image,
    #wsite-com-checkout-summary-list .wsite-com-checkout-item-image {
        display: none;
    }

    #wsite-com-checkout-list tbody td:first-child,
    #wsite-com-checkout-summary-list tbody td:first-child {
        width: 0;
        padding: 0;
    }

    #wsite-com-checkout-list .wsite-com-checkout-item-details-inner,
    #wsite-com-checkout-summary-list .wsite-com-checkout-item-details-inner {
        padding-left: 0;
    }
}

h1,
h2,
h3 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
}

#header {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#header td {
    vertical-align: middle;
    text-align: middle;
    padding: 0;
}

#header table {
    float: center;
    margin: 0 auto;
    border-collapse: collapse;
}

#header .spacer {
    width: 46.5%;
}

#header .logo {
    float: left;
}

#header .mglass {
    display: inline-block;
    pointer-events: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

#header .searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    z-index: 11;
    margin: 0;
    padding: 0;
    color: #96c1ed;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

#header .searchbutton:hover {
    transform: scale(1.1);
    color: #668cbe;
}

#header .darkmodebutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    z-index: 11;
    margin: 0;
    padding: 0;
    color: #96c1ed;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

#header .darkmodebutton:hover {
    transform: scale(1.1);
    color: #668cbe;
}

#header .search:focus+.searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: #1e3d77;
    color: #96c1ed;
}

#header .search {
    position: absolute;
    left: 49px;
    background-color: #1e3d77;
    color: #96c1ed;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

#header input[type="search"] {
    font-family: 'Montserrat', sans-serif;
}

#header .expandright {
    left: auto;
    right: 50px;
}

#header .expandright:focus {
    padding: 0 0 0 16px;
}

.button:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: #ffffff;
    color: #000000;
}

.collapsible {
    background-color: var(--collbutton-color);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: var(--border-radius);
    margin-top: 10px;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
}

.collapsible:first-child {
    margin-top: 0px;
}

.active,
.collapsible:hover {
    background-color: var(--collhover-color);
}

.content {
    padding: 0 18px;
    display: none;
    border-radius: var(--border-radius);
    overflow: hidden;
    background-color: var(--collapsible-color);
}

.collapsible td:first-child {
    text-align: left;
    width: 100%;
    color: var(--collbtext-color);
}

.collapsible td:last-child::after {
    content: '\02795';
    font-size: 13px;
    color: transparent !important;
    text-shadow: 0 0 0 var(--collbtext-color) !important;
    text-align: right;
    margin-left: 5px;
    vertical-align: middle;
}

.active td:last-child::after {
    content: "\2796";
    color: transparent !important;
    text-shadow: 0 0 0 var(--collbtext-color) !important;
    vertical-align: middle;
}

.darkmodebox {
    appearance: none;
    position: absolute;
    margin: 0;
    padding: 0;
}

.darkmodebox::before {
    transform: scale(0);
    content: "";
}

.logowrap {
    max-width: 100%;
    max-height: auto;
    margin: 0 auto;
    padding: 0em;
    margin-top: 1em;
    box-sizing: border-box;
    -webkit-transition: font-size 260ms ease;
    -moz-transition: font-size 260ms ease;
    -ms-transition: font-size 260ms ease;
    transition: font-size 260ms ease;
}

#banner_p {
    width: 100vw;
    height: auto;
    max-width: 100% !important;
}

#abouttext {
    margin-bottom: 0em;
    margin-top: 1em;
    padding: 0em;
}

#text-banner {
    background-color: #96c1ed;
}

#text-banner .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 1em;
    box-sizing: border-box;
}

#text-banner .container h2 {
    color: #1e3d77;
    font-family: 'League Spartan', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-left: 5px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}

​ #text-banner .container a {
    color: #012d65;
    font-family: 'League Spartan', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
}

​ .blogTags {
    margin-bottom: 40px;
    font-size: 13px;
    display: none;
}

.blogTag {
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    text-transform: uppercase;
    margin: 0 5px;
    display: inline-block;
    font-size: 10px;
    border-radius: 5px;
}

.blogTag:hover {
    background: var(--text-color);
    color: var(--background-color);
}

.home-bento>div {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
}

div.paragraph ul,
div.paragraph ol {
    padding-left: 3em !important;
    margin: 5px 0 !important;
}

div.paragraph li {
    padding-left: 5px !important;
    margin: 3px 0 0 !important;
}

div.paragraph ul,
div.paragraph ul li {
    list-style: disc outside !important;
}

div.paragraph ol,
div.paragraph ol li {
    list-style: decimal outside !important;
}

.toPPGe {
    margin-left: 4px;
    padding-left: 0px !important;
}

.blog-comments-bottom,
.blog-comments {
    display: none;
}

.back-button {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #96c1ed;
    border-radius: 40px;
    z-index: 10;

    &:hover {
        opacity: 0.7;
        cursor: pointer;
        transform: scale(1.1);
    }
}

.ppl-wrapper {
    margin: 0 auto;
    width: 100%;
}

.ppl-bento {
    box-sizing: border-box;
    display: grid;
    grid-gap: 1vw;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 2fr 1fr;
    max-width: 100%;
    padding: 0 0rem;
    width: 100%;
}

.ppl-bento>div.filled:hover {
    opacity: 0.7;
    cursor: pointer;
}

.ppl_content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100%;
    padding: 0rem;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.ppl_block {
    position: relative;
    border-radius: 10px;
    background: var(--collapsible-color);
}

.ppl_block.r1 {
    padding-top: 80%;
}

.spacer {
    opacity: 0%;
}

.hshot {
    border-radius: 10px;
    width: 100%;
}

.hdesc {
    padding-top: 10%;
}

.hdesc>div {
    margin-top: 5%;
}

.ppl_content>h2 {
    line-height: 1;
    font-size: min(2.5vw, 30px);
}

.ppl_content>p {
    margin-top: min(-1.5vw, -30px);
    margin-bottom: 20%;
    line-height: 1;
    font-size: min(2vw, 20px);
}

.divider-bar {
    background-color: var(--collbtext-color);
    border: 0pt none;
    color: var(--collbtext-color);
    height: 1px;
    margin: 0 auto;
    text-align: center;
    opacity: 0.2;
}

.oneline {
    padding: min(1vw, 12px);
}

.footer {
    width: 100%;
    background-color: #1e3d77;
    bottom: 0;
    position: absolute;
}

.fcontain {
    background-color: #1e3d77;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 40px 5px 40px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.frow {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.fcol {
    flex-basis: 25%;
    padding-top: 1%;
}

.flogo {
    width: 80px;
    margin-bottom: 30px;
}

.fcol h3 {
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
    color: #ffde5b;
}

.email-id {
    width: fit-content;
    border-bottom: 1px solid #ccc;
}

.fcol ul {
    margin-bottom: 30px;
}

.fcol ul li {
    list-style: none;
    margin-bottom: 12px;
}

.fcol ul li a {
    text-decoration: none;
}

.fcol p {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.fcol a {
    color: #96c1ed;
}

.fsocial {
    margin-bottom: 30px;
}

.fcol:nth-child(2),
.fcol:nth-child(3) {
    flex-basis: 15%;
}

@media (max-width: 768px) {
    .fcol {
        flex-basis: 100%;
    }

    .fcol:nth-child(2),
    .fcol:nth-child(3) {
        flex-basis: 100%;
    }
}

.fdivider-bar {
    background-color: #fff;
    border: 0pt none;
    color: #fff;
    height: 1px;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    opacity: 0.2;
}

.copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.funderline {
    width: 100%;
    height: 5px;
    background: #36578f;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    overflow: hidden;
}

.funderline span {
    width: 15px;
    height: 100%;
    background: #96c1ed;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}

.announce-pill {
    position: relative;
    padding: 10px 10px;
    border-radius: 90px;
    background-color: #96c1eda8;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    &:hover {
        transform: scale(1.05);
        opacity: 1;
        transition: 500ms;
        cursor: pointer;
    }
}

.announce-text {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.announce-text>h2,
.announce-text>p {
    margin: 0px 5px !important;
}

.announce-link:hover {
    opacity: 1 !important;
}

@media (max-width: 520px) {
    .announce-icon {
        flex: 30%;
    }

    .announce-pill {
        border-radius: calc(2*var(--border-radius));
    }

    .announce-text>p {
        font-size: 13px;
    }

}

.announce-icon>img {
    max-width: 75px;
    width: 100%;
}

@keyframes moving {
    0% {
        left: -20px;
    }

    100% {
        left: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0ms !important;
        transition-duration: 0ms !important;
    }
}