/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    position: relative;
    transition-property: transform,visibility,opacity;
    white-space: normal
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    border-top-color: initial;
    border-width: 8px 8px 0;
    bottom: -7px;
    left: 0;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: initial;
    border-width: 0 8px 8px;
    left: 0;
    top: -7px;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-left-color: initial;
    border-width: 8px 0 8px 8px;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    border-right-color: initial;
    border-width: 8px 8px 8px 0;
    left: -7px;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow {
    color: #333;
    height: 16px;
    width: 16px
}

.tippy-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.tippy-content {
    padding: 5px 9px;
    position: relative;
    z-index: 1
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
    overflow: hidden
}

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

.modaal-overlay {
    opacity: 0;
    z-index: 999
}

.modaal-overlay,.modaal-wrapper {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.modaal-wrapper {
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999
}

.modaal-wrapper * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box
}

.modaal-wrapper .modaal-close {
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    padding: 0
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0
}

.modaal-wrapper [tabindex="0"] {
    outline: 0!important
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden
}

.modaal-outer-wrapper {
    display: table;
    height: 100%;
    position: relative;
    width: 100%
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block
}

.modaal-inner-wrapper {
    display: table-cell;
    height: 100%;
    padding: 80px 25px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.modaal-fullscreen .modaal-inner-wrapper {
    display: block;
    padding: 0;
    vertical-align: top
}

.modaal-container {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    color: #000;
    cursor: auto;
    display: inline-block;
    margin: auto;
    max-width: 1000px;
    position: relative;
    text-align: left;
    width: 100%
}

.modaal-container.is_loading {
    height: 100px;
    overflow: hidden;
    width: 100px
}

.modaal-fullscreen .modaal-container {
    height: 100%;
    max-width: none;
    overflow: auto
}

.modaal-close {
    background: transparent;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 50px;
    opacity: 1;
    position: fixed;
    right: 20px;
    top: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 50px
}

.modaal-close:focus,.modaal-close:hover {
    background: #fff;
    outline: 0
}

.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
    background: #b93d0c
}

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

.modaal-close:after,.modaal-close:before {
    background: #fff;
    border-radius: 4px;
    content: " ";
    display: block;
    height: 22px;
    left: 23px;
    position: absolute;
    top: 14px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    width: 4px
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px
}

.modaal-content-container {
    padding: 30px
}

.modaal-confirm-wrap {
    font-size: 0;
    padding: 30px 0 0;
    text-align: center
}

.modaal-confirm-btn {
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    vertical-align: middle
}

.modaal-confirm-btn.modaal-ok {
    background: #555;
    border-radius: 3px;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
    color: #2f2f2f;
    text-decoration: none
}

.modaal-instagram .modaal-container {
    background: 0 0;
    box-shadow: none!important;
    width: auto
}

.modaal-instagram .modaal-content-container {
    background: 0 0;
    padding: 0
}

.modaal-instagram .modaal-content-container>blockquote {
    height: 1px!important;
    opacity: 0!important;
    width: 1px!important
}

.modaal-instagram iframe {
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards;
    border-radius: 0!important;
    box-shadow: none!important;
    margin: -6px!important;
    max-width: 800px!important;
    opacity: 0;
    width: 1000px!important
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px
}

.modaal-image .modaal-container {
    max-width: 100%;
    width: auto
}

.modaal-gallery-wrap {
    color: #fff;
    position: relative
}

.modaal-gallery-item {
    display: none
}

.modaal-gallery-item img,.modaal-gallery-item.is_active {
    display: block
}

.modaal-gallery-label {
    color: #fff;
    font-size: 18px;
    left: 0;
    margin: 20px 0 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.modaal-gallery-label:focus {
    outline: 0
}

.modaal-gallery-control {
    background: transparent;
    border: none;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 50px
}

.modaal-gallery-control.is_hidden {
    cursor: default;
    opacity: 0
}

.modaal-gallery-control:focus,.modaal-gallery-control:hover {
    background: #fff;
    outline: 0
}

.modaal-gallery-control:focus:after,.modaal-gallery-control:focus:before,.modaal-gallery-control:hover:after,.modaal-gallery-control:hover:before {
    background: #afb7bc
}

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

.modaal-gallery-control:after,.modaal-gallery-control:before {
    background: #fff;
    border-radius: 4px;
    content: " ";
    display: block;
    height: 18px;
    left: 25px;
    position: absolute;
    top: 16px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    width: 4px
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px
}

.modaal-gallery-next-outer {
    right: 45px
}

.modaal-gallery-prev:after,.modaal-gallery-prev:before {
    left: 22px
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-gallery-prev-inner {
    margin-right: 40px;
    right: 100%
}

.modaal-gallery-prev-outer {
    left: 45px
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative
}

.modaal-video-container {
    background: #000;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    height: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: 1300px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.modaal-video-container embed,.modaal-video-container iframe,.modaal-video-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modaal-iframe .modaal-content,.modaal-iframe-elem {
    height: 100%;
    width: 100%
}

.modaal-iframe-elem {
    display: block
}

.modaal-loading-spinner {
    background: 0 0;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(.25);
    -ms-transform: scale(.25);
    transform: scale(.25);
    width: 200px
}

.modaal-loading-spinner>div {
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
    width: 24px
}

.modaal-loading-spinner>div>div {
    background: #fff;
    border-radius: 15px;
    height: 100%;
    width: 100%
}

.modaal-loading-spinner>div:first-of-type>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.modaal-loading-spinner>div:nth-of-type(2)>div,.modaal-loading-spinner>div:nth-of-type(3)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:first-of-type {
    -ms-transform: translate(84px,84px) rotate(45deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(45deg) translate(70px);
    transform: translate(84px,84px) rotate(45deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .12s;
    animation-delay: .12s
}

.modaal-loading-spinner>div:nth-of-type(2) {
    -ms-transform: translate(84px,84px) rotate(90deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(90deg) translate(70px);
    transform: translate(84px,84px) rotate(90deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.modaal-loading-spinner>div:nth-of-type(4)>div,.modaal-loading-spinner>div:nth-of-type(5)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(3) {
    -ms-transform: translate(84px,84px) rotate(135deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(135deg) translate(70px);
    transform: translate(84px,84px) rotate(135deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .37s;
    animation-delay: .37s
}

.modaal-loading-spinner>div:nth-of-type(4) {
    -ms-transform: translate(84px,84px) rotate(180deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(180deg) translate(70px);
    transform: translate(84px,84px) rotate(180deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.modaal-loading-spinner>div:nth-of-type(6)>div,.modaal-loading-spinner>div:nth-of-type(7)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(5) {
    -ms-transform: translate(84px,84px) rotate(225deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(225deg) translate(70px);
    transform: translate(84px,84px) rotate(225deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .62s;
    animation-delay: .62s
}

.modaal-loading-spinner>div:nth-of-type(6) {
    -ms-transform: translate(84px,84px) rotate(270deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(270deg) translate(70px);
    transform: translate(84px,84px) rotate(270deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.modaal-loading-spinner>div:nth-of-type(7) {
    -ms-transform: translate(84px,84px) rotate(315deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(315deg) translate(70px);
    transform: translate(84px,84px) rotate(315deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .87s;
    animation-delay: .87s
}

.modaal-loading-spinner>div:nth-of-type(8) {
    -ms-transform: translate(84px,84px) rotate(1turn) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(1turn) translate(70px);
    transform: translate(84px,84px) rotate(1turn) translate(70px)
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        height:731px;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left:25px;
        padding-right: 25px
    }

    .modaal-gallery-control {
        background: rgba(0,0,0,.7);
        bottom: 20px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .modaal-gallery-control:after,.modaal-gallery-control:before {
        background: #fff
    }

    .modaal-gallery-next {
        left: auto;
        right: 20px
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto
    }
}

@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width:500px!important
    }
}

@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width:280px!important
    }
}

@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width:700px!important
    }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-bottom:60px;
        padding-top: 60px
    }

    .modaal-instagram iframe {
        width: 600px!important
    }
}

@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width:500px!important
    }

    .modaal-video-container {
        max-height: 510px;
        max-width: 900px
    }
}

@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display:none
    }
}

@keyframes instaReveal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: .1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: .1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.checkoutwc {
    font-size: 16px;
    line-height: 1.15
}

.checkoutwc table {
    border: none;
    margin: 0
}

.checkoutwc table tbody,.checkoutwc table td,.checkoutwc table th,.checkoutwc table tr {
    border: none
}

.checkoutwc .wc_payment_method input.input-radio[name=payment_method] {
    display: block
}

.checkoutwc li,.checkoutwc ul {
    margin: 0;
    padding: 0
}

.checkoutwc input[type=button] {
    font-size: 1em;
    text-transform: none
}

.checkoutwc label {
    margin: 0
}

.checkoutwc section {
    padding: 0
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x,5px);
    padding-right: var(--bs-gutter-x,5px);
    width: 100%
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

.row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

[dir=ltr] .offset-1 {
    margin-left: 8.33333333%
}

[dir=rtl] .offset-1 {
    margin-right: 8.33333333%
}

[dir=ltr] .offset-2 {
    margin-left: 16.66666667%
}

[dir=rtl] .offset-2 {
    margin-right: 16.66666667%
}

[dir=ltr] .offset-3 {
    margin-left: 25%
}

[dir=rtl] .offset-3 {
    margin-right: 25%
}

[dir=ltr] .offset-4 {
    margin-left: 33.33333333%
}

[dir=rtl] .offset-4 {
    margin-right: 33.33333333%
}

[dir=ltr] .offset-5 {
    margin-left: 41.66666667%
}

[dir=rtl] .offset-5 {
    margin-right: 41.66666667%
}

[dir=ltr] .offset-6 {
    margin-left: 50%
}

[dir=rtl] .offset-6 {
    margin-right: 50%
}

[dir=ltr] .offset-7 {
    margin-left: 58.33333333%
}

[dir=rtl] .offset-7 {
    margin-right: 58.33333333%
}

[dir=ltr] .offset-8 {
    margin-left: 66.66666667%
}

[dir=rtl] .offset-8 {
    margin-right: 66.66666667%
}

[dir=ltr] .offset-9 {
    margin-left: 75%
}

[dir=rtl] .offset-9 {
    margin-right: 75%
}

[dir=ltr] .offset-10 {
    margin-left: 83.33333333%
}

[dir=rtl] .offset-10 {
    margin-right: 83.33333333%
}

[dir=ltr] .offset-11 {
    margin-left: 91.66666667%
}

[dir=rtl] .offset-11 {
    margin-right: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    [dir=ltr] .offset-sm-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-sm-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-sm-1 {
        margin-left: 8.33333333%
    }

    [dir=rtl] .offset-sm-1 {
        margin-right: 8.33333333%
    }

    [dir=ltr] .offset-sm-2 {
        margin-left: 16.66666667%
    }

    [dir=rtl] .offset-sm-2 {
        margin-right: 16.66666667%
    }

    [dir=ltr] .offset-sm-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-sm-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-sm-4 {
        margin-left: 33.33333333%
    }

    [dir=rtl] .offset-sm-4 {
        margin-right: 33.33333333%
    }

    [dir=ltr] .offset-sm-5 {
        margin-left: 41.66666667%
    }

    [dir=rtl] .offset-sm-5 {
        margin-right: 41.66666667%
    }

    [dir=ltr] .offset-sm-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-sm-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-sm-7 {
        margin-left: 58.33333333%
    }

    [dir=rtl] .offset-sm-7 {
        margin-right: 58.33333333%
    }

    [dir=ltr] .offset-sm-8 {
        margin-left: 66.66666667%
    }

    [dir=rtl] .offset-sm-8 {
        margin-right: 66.66666667%
    }

    [dir=ltr] .offset-sm-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-sm-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-sm-10 {
        margin-left: 83.33333333%
    }

    [dir=rtl] .offset-sm-10 {
        margin-right: 83.33333333%
    }

    [dir=ltr] .offset-sm-11 {
        margin-left: 91.66666667%
    }

    [dir=rtl] .offset-sm-11 {
        margin-right: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    [dir=ltr] .offset-md-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-md-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-md-1 {
        margin-left: 8.33333333%
    }

    [dir=rtl] .offset-md-1 {
        margin-right: 8.33333333%
    }

    [dir=ltr] .offset-md-2 {
        margin-left: 16.66666667%
    }

    [dir=rtl] .offset-md-2 {
        margin-right: 16.66666667%
    }

    [dir=ltr] .offset-md-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-md-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-md-4 {
        margin-left: 33.33333333%
    }

    [dir=rtl] .offset-md-4 {
        margin-right: 33.33333333%
    }

    [dir=ltr] .offset-md-5 {
        margin-left: 41.66666667%
    }

    [dir=rtl] .offset-md-5 {
        margin-right: 41.66666667%
    }

    [dir=ltr] .offset-md-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-md-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-md-7 {
        margin-left: 58.33333333%
    }

    [dir=rtl] .offset-md-7 {
        margin-right: 58.33333333%
    }

    [dir=ltr] .offset-md-8 {
        margin-left: 66.66666667%
    }

    [dir=rtl] .offset-md-8 {
        margin-right: 66.66666667%
    }

    [dir=ltr] .offset-md-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-md-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-md-10 {
        margin-left: 83.33333333%
    }

    [dir=rtl] .offset-md-10 {
        margin-right: 83.33333333%
    }

    [dir=ltr] .offset-md-11 {
        margin-left: 91.66666667%
    }

    [dir=rtl] .offset-md-11 {
        margin-right: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    [dir=ltr] .offset-lg-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-lg-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-lg-1 {
        margin-left: 8.33333333%
    }

    [dir=rtl] .offset-lg-1 {
        margin-right: 8.33333333%
    }

    [dir=ltr] .offset-lg-2 {
        margin-left: 16.66666667%
    }

    [dir=rtl] .offset-lg-2 {
        margin-right: 16.66666667%
    }

    [dir=ltr] .offset-lg-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-lg-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-lg-4 {
        margin-left: 33.33333333%
    }

    [dir=rtl] .offset-lg-4 {
        margin-right: 33.33333333%
    }

    [dir=ltr] .offset-lg-5 {
        margin-left: 41.66666667%
    }

    [dir=rtl] .offset-lg-5 {
        margin-right: 41.66666667%
    }

    [dir=ltr] .offset-lg-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-lg-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-lg-7 {
        margin-left: 58.33333333%
    }

    [dir=rtl] .offset-lg-7 {
        margin-right: 58.33333333%
    }

    [dir=ltr] .offset-lg-8 {
        margin-left: 66.66666667%
    }

    [dir=rtl] .offset-lg-8 {
        margin-right: 66.66666667%
    }

    [dir=ltr] .offset-lg-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-lg-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-lg-10 {
        margin-left: 83.33333333%
    }

    [dir=rtl] .offset-lg-10 {
        margin-right: 83.33333333%
    }

    [dir=ltr] .offset-lg-11 {
        margin-left: 91.66666667%
    }

    [dir=rtl] .offset-lg-11 {
        margin-right: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    [dir=ltr] .offset-xl-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-xl-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-xl-1 {
        margin-left: 8.33333333%
    }

    [dir=rtl] .offset-xl-1 {
        margin-right: 8.33333333%
    }

    [dir=ltr] .offset-xl-2 {
        margin-left: 16.66666667%
    }

    [dir=rtl] .offset-xl-2 {
        margin-right: 16.66666667%
    }

    [dir=ltr] .offset-xl-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-xl-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-xl-4 {
        margin-left: 33.33333333%
    }

    [dir=rtl] .offset-xl-4 {
        margin-right: 33.33333333%
    }

    [dir=ltr] .offset-xl-5 {
        margin-left: 41.66666667%
    }

    [dir=rtl] .offset-xl-5 {
        margin-right: 41.66666667%
    }

    [dir=ltr] .offset-xl-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-xl-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-xl-7 {
        margin-left: 58.33333333%
    }

    [dir=rtl] .offset-xl-7 {
        margin-right: 58.33333333%
    }

    [dir=ltr] .offset-xl-8 {
        margin-left: 66.66666667%
    }

    [dir=rtl] .offset-xl-8 {
        margin-right: 66.66666667%
    }

    [dir=ltr] .offset-xl-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-xl-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-xl-10 {
        margin-left: 83.33333333%
    }

    [dir=rtl] .offset-xl-10 {
        margin-right: 83.33333333%
    }

    [dir=ltr] .offset-xl-11 {
        margin-left: 91.66666667%
    }

    [dir=rtl] .offset-xl-11 {
        margin-right: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    [dir=ltr] .offset-xxl-0 {
        margin-left: 0
    }

    [dir=rtl] .offset-xxl-0 {
        margin-right: 0
    }

    [dir=ltr] .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    [dir=rtl] .offset-xxl-1 {
        margin-right: 8.33333333%
    }

    [dir=ltr] .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    [dir=rtl] .offset-xxl-2 {
        margin-right: 16.66666667%
    }

    [dir=ltr] .offset-xxl-3 {
        margin-left: 25%
    }

    [dir=rtl] .offset-xxl-3 {
        margin-right: 25%
    }

    [dir=ltr] .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    [dir=rtl] .offset-xxl-4 {
        margin-right: 33.33333333%
    }

    [dir=ltr] .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    [dir=rtl] .offset-xxl-5 {
        margin-right: 41.66666667%
    }

    [dir=ltr] .offset-xxl-6 {
        margin-left: 50%
    }

    [dir=rtl] .offset-xxl-6 {
        margin-right: 50%
    }

    [dir=ltr] .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    [dir=rtl] .offset-xxl-7 {
        margin-right: 58.33333333%
    }

    [dir=ltr] .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    [dir=rtl] .offset-xxl-8 {
        margin-right: 66.66666667%
    }

    [dir=ltr] .offset-xxl-9 {
        margin-left: 75%
    }

    [dir=rtl] .offset-xxl-9 {
        margin-right: 75%
    }

    [dir=ltr] .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    [dir=rtl] .offset-xxl-10 {
        margin-right: 83.33333333%
    }

    [dir=ltr] .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    [dir=rtl] .offset-xxl-11 {
        margin-right: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.mx-1 {
    margin-left: .25rem!important;
    margin-right: .25rem!important
}

.mx-2 {
    margin-left: .5rem!important;
    margin-right: .5rem!important
}

.mx-3 {
    margin-left: 1rem!important;
    margin-right: 1rem!important
}

.mx-4 {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important
}

.mx-5 {
    margin-left: 3rem!important;
    margin-right: 3rem!important
}

.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.my-0 {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.my-1 {
    margin-bottom: .25rem!important;
    margin-top: .25rem!important
}

.my-2 {
    margin-bottom: .5rem!important;
    margin-top: .5rem!important
}

.my-3 {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important
}

.my-4 {
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important
}

.my-5 {
    margin-bottom: 3rem!important;
    margin-top: 3rem!important
}

.my-auto {
    margin-bottom: auto!important;
    margin-top: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

[dir=ltr] .me-0 {
    margin-right: 0!important
}

[dir=rtl] .me-0 {
    margin-left: 0!important
}

[dir=ltr] .me-1 {
    margin-right: .25rem!important
}

[dir=rtl] .me-1 {
    margin-left: .25rem!important
}

[dir=ltr] .me-2 {
    margin-right: .5rem!important
}

[dir=rtl] .me-2 {
    margin-left: .5rem!important
}

[dir=ltr] .me-3 {
    margin-right: 1rem!important
}

[dir=rtl] .me-3 {
    margin-left: 1rem!important
}

[dir=ltr] .me-4 {
    margin-right: 1.5rem!important
}

[dir=rtl] .me-4 {
    margin-left: 1.5rem!important
}

[dir=ltr] .me-5 {
    margin-right: 3rem!important
}

[dir=rtl] .me-5 {
    margin-left: 3rem!important
}

[dir=ltr] .me-auto {
    margin-right: auto!important
}

[dir=rtl] .me-auto {
    margin-left: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

[dir=ltr] .ms-0 {
    margin-left: 0!important
}

[dir=rtl] .ms-0 {
    margin-right: 0!important
}

[dir=ltr] .ms-1 {
    margin-left: .25rem!important
}

[dir=rtl] .ms-1 {
    margin-right: .25rem!important
}

[dir=ltr] .ms-2 {
    margin-left: .5rem!important
}

[dir=rtl] .ms-2 {
    margin-right: .5rem!important
}

[dir=ltr] .ms-3 {
    margin-left: 1rem!important
}

[dir=rtl] .ms-3 {
    margin-right: 1rem!important
}

[dir=ltr] .ms-4 {
    margin-left: 1.5rem!important
}

[dir=rtl] .ms-4 {
    margin-right: 1.5rem!important
}

[dir=ltr] .ms-5 {
    margin-left: 3rem!important
}

[dir=rtl] .ms-5 {
    margin-right: 3rem!important
}

[dir=ltr] .ms-auto {
    margin-left: auto!important
}

[dir=rtl] .ms-auto {
    margin-right: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.px-1 {
    padding-left: .25rem!important;
    padding-right: .25rem!important
}

.px-2 {
    padding-left: .5rem!important;
    padding-right: .5rem!important
}

.px-3 {
    padding-left: 1rem!important;
    padding-right: 1rem!important
}

.px-4 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important
}

.px-5 {
    padding-left: 3rem!important;
    padding-right: 3rem!important
}

.py-0 {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.py-1 {
    padding-bottom: .25rem!important;
    padding-top: .25rem!important
}

.py-2 {
    padding-bottom: .5rem!important;
    padding-top: .5rem!important
}

.py-3 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important
}

.py-4 {
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important
}

.py-5 {
    padding-bottom: 3rem!important;
    padding-top: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

[dir=ltr] .pe-0 {
    padding-right: 0!important
}

[dir=rtl] .pe-0 {
    padding-left: 0!important
}

[dir=ltr] .pe-1 {
    padding-right: .25rem!important
}

[dir=rtl] .pe-1 {
    padding-left: .25rem!important
}

[dir=ltr] .pe-2 {
    padding-right: .5rem!important
}

[dir=rtl] .pe-2 {
    padding-left: .5rem!important
}

[dir=ltr] .pe-3 {
    padding-right: 1rem!important
}

[dir=rtl] .pe-3 {
    padding-left: 1rem!important
}

[dir=ltr] .pe-4 {
    padding-right: 1.5rem!important
}

[dir=rtl] .pe-4 {
    padding-left: 1.5rem!important
}

[dir=ltr] .pe-5 {
    padding-right: 3rem!important
}

[dir=rtl] .pe-5 {
    padding-left: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

[dir=ltr] .ps-0 {
    padding-left: 0!important
}

[dir=rtl] .ps-0 {
    padding-right: 0!important
}

[dir=ltr] .ps-1 {
    padding-left: .25rem!important
}

[dir=rtl] .ps-1 {
    padding-right: .25rem!important
}

[dir=ltr] .ps-2 {
    padding-left: .5rem!important
}

[dir=rtl] .ps-2 {
    padding-right: .5rem!important
}

[dir=ltr] .ps-3 {
    padding-left: 1rem!important
}

[dir=rtl] .ps-3 {
    padding-right: 1rem!important
}

[dir=ltr] .ps-4 {
    padding-left: 1.5rem!important
}

[dir=rtl] .ps-4 {
    padding-right: 1.5rem!important
}

[dir=ltr] .ps-5 {
    padding-left: 3rem!important
}

[dir=rtl] .ps-5 {
    padding-right: 3rem!important
}

@media(min-width: 576px) {
    .d-sm-inline {
        display:inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-sm-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-sm-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-sm-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-sm-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-sm-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-sm-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-sm-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-sm-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-sm-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-sm-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-sm-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-sm-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    [dir=ltr] .me-sm-0 {
        margin-right: 0!important
    }

    [dir=rtl] .me-sm-0 {
        margin-left: 0!important
    }

    [dir=ltr] .me-sm-1 {
        margin-right: .25rem!important
    }

    [dir=rtl] .me-sm-1 {
        margin-left: .25rem!important
    }

    [dir=ltr] .me-sm-2 {
        margin-right: .5rem!important
    }

    [dir=rtl] .me-sm-2 {
        margin-left: .5rem!important
    }

    [dir=ltr] .me-sm-3 {
        margin-right: 1rem!important
    }

    [dir=rtl] .me-sm-3 {
        margin-left: 1rem!important
    }

    [dir=ltr] .me-sm-4 {
        margin-right: 1.5rem!important
    }

    [dir=rtl] .me-sm-4 {
        margin-left: 1.5rem!important
    }

    [dir=ltr] .me-sm-5 {
        margin-right: 3rem!important
    }

    [dir=rtl] .me-sm-5 {
        margin-left: 3rem!important
    }

    [dir=ltr] .me-sm-auto {
        margin-right: auto!important
    }

    [dir=rtl] .me-sm-auto {
        margin-left: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    [dir=ltr] .ms-sm-0 {
        margin-left: 0!important
    }

    [dir=rtl] .ms-sm-0 {
        margin-right: 0!important
    }

    [dir=ltr] .ms-sm-1 {
        margin-left: .25rem!important
    }

    [dir=rtl] .ms-sm-1 {
        margin-right: .25rem!important
    }

    [dir=ltr] .ms-sm-2 {
        margin-left: .5rem!important
    }

    [dir=rtl] .ms-sm-2 {
        margin-right: .5rem!important
    }

    [dir=ltr] .ms-sm-3 {
        margin-left: 1rem!important
    }

    [dir=rtl] .ms-sm-3 {
        margin-right: 1rem!important
    }

    [dir=ltr] .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    [dir=rtl] .ms-sm-4 {
        margin-right: 1.5rem!important
    }

    [dir=ltr] .ms-sm-5 {
        margin-left: 3rem!important
    }

    [dir=rtl] .ms-sm-5 {
        margin-right: 3rem!important
    }

    [dir=ltr] .ms-sm-auto {
        margin-left: auto!important
    }

    [dir=rtl] .ms-sm-auto {
        margin-right: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .px-sm-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-sm-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-sm-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-sm-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-sm-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-sm-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-sm-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-sm-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-sm-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-sm-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-sm-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    [dir=ltr] .pe-sm-0 {
        padding-right: 0!important
    }

    [dir=rtl] .pe-sm-0 {
        padding-left: 0!important
    }

    [dir=ltr] .pe-sm-1 {
        padding-right: .25rem!important
    }

    [dir=rtl] .pe-sm-1 {
        padding-left: .25rem!important
    }

    [dir=ltr] .pe-sm-2 {
        padding-right: .5rem!important
    }

    [dir=rtl] .pe-sm-2 {
        padding-left: .5rem!important
    }

    [dir=ltr] .pe-sm-3 {
        padding-right: 1rem!important
    }

    [dir=rtl] .pe-sm-3 {
        padding-left: 1rem!important
    }

    [dir=ltr] .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    [dir=rtl] .pe-sm-4 {
        padding-left: 1.5rem!important
    }

    [dir=ltr] .pe-sm-5 {
        padding-right: 3rem!important
    }

    [dir=rtl] .pe-sm-5 {
        padding-left: 3rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    [dir=ltr] .ps-sm-0 {
        padding-left: 0!important
    }

    [dir=rtl] .ps-sm-0 {
        padding-right: 0!important
    }

    [dir=ltr] .ps-sm-1 {
        padding-left: .25rem!important
    }

    [dir=rtl] .ps-sm-1 {
        padding-right: .25rem!important
    }

    [dir=ltr] .ps-sm-2 {
        padding-left: .5rem!important
    }

    [dir=rtl] .ps-sm-2 {
        padding-right: .5rem!important
    }

    [dir=ltr] .ps-sm-3 {
        padding-left: 1rem!important
    }

    [dir=rtl] .ps-sm-3 {
        padding-right: 1rem!important
    }

    [dir=ltr] .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    [dir=rtl] .ps-sm-4 {
        padding-right: 1.5rem!important
    }

    [dir=ltr] .ps-sm-5 {
        padding-left: 3rem!important
    }

    [dir=rtl] .ps-sm-5 {
        padding-right: 3rem!important
    }
}

@media(min-width: 768px) {
    .d-md-inline {
        display:inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-md-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-md-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-md-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-md-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-md-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-md-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-md-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-md-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-md-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-md-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-md-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-md-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-md-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    [dir=ltr] .me-md-0 {
        margin-right: 0!important
    }

    [dir=rtl] .me-md-0 {
        margin-left: 0!important
    }

    [dir=ltr] .me-md-1 {
        margin-right: .25rem!important
    }

    [dir=rtl] .me-md-1 {
        margin-left: .25rem!important
    }

    [dir=ltr] .me-md-2 {
        margin-right: .5rem!important
    }

    [dir=rtl] .me-md-2 {
        margin-left: .5rem!important
    }

    [dir=ltr] .me-md-3 {
        margin-right: 1rem!important
    }

    [dir=rtl] .me-md-3 {
        margin-left: 1rem!important
    }

    [dir=ltr] .me-md-4 {
        margin-right: 1.5rem!important
    }

    [dir=rtl] .me-md-4 {
        margin-left: 1.5rem!important
    }

    [dir=ltr] .me-md-5 {
        margin-right: 3rem!important
    }

    [dir=rtl] .me-md-5 {
        margin-left: 3rem!important
    }

    [dir=ltr] .me-md-auto {
        margin-right: auto!important
    }

    [dir=rtl] .me-md-auto {
        margin-left: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    [dir=ltr] .ms-md-0 {
        margin-left: 0!important
    }

    [dir=rtl] .ms-md-0 {
        margin-right: 0!important
    }

    [dir=ltr] .ms-md-1 {
        margin-left: .25rem!important
    }

    [dir=rtl] .ms-md-1 {
        margin-right: .25rem!important
    }

    [dir=ltr] .ms-md-2 {
        margin-left: .5rem!important
    }

    [dir=rtl] .ms-md-2 {
        margin-right: .5rem!important
    }

    [dir=ltr] .ms-md-3 {
        margin-left: 1rem!important
    }

    [dir=rtl] .ms-md-3 {
        margin-right: 1rem!important
    }

    [dir=ltr] .ms-md-4 {
        margin-left: 1.5rem!important
    }

    [dir=rtl] .ms-md-4 {
        margin-right: 1.5rem!important
    }

    [dir=ltr] .ms-md-5 {
        margin-left: 3rem!important
    }

    [dir=rtl] .ms-md-5 {
        margin-right: 3rem!important
    }

    [dir=ltr] .ms-md-auto {
        margin-left: auto!important
    }

    [dir=rtl] .ms-md-auto {
        margin-right: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .px-md-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-md-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-md-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-md-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-md-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-md-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-md-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-md-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-md-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-md-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-md-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-md-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    [dir=ltr] .pe-md-0 {
        padding-right: 0!important
    }

    [dir=rtl] .pe-md-0 {
        padding-left: 0!important
    }

    [dir=ltr] .pe-md-1 {
        padding-right: .25rem!important
    }

    [dir=rtl] .pe-md-1 {
        padding-left: .25rem!important
    }

    [dir=ltr] .pe-md-2 {
        padding-right: .5rem!important
    }

    [dir=rtl] .pe-md-2 {
        padding-left: .5rem!important
    }

    [dir=ltr] .pe-md-3 {
        padding-right: 1rem!important
    }

    [dir=rtl] .pe-md-3 {
        padding-left: 1rem!important
    }

    [dir=ltr] .pe-md-4 {
        padding-right: 1.5rem!important
    }

    [dir=rtl] .pe-md-4 {
        padding-left: 1.5rem!important
    }

    [dir=ltr] .pe-md-5 {
        padding-right: 3rem!important
    }

    [dir=rtl] .pe-md-5 {
        padding-left: 3rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    [dir=ltr] .ps-md-0 {
        padding-left: 0!important
    }

    [dir=rtl] .ps-md-0 {
        padding-right: 0!important
    }

    [dir=ltr] .ps-md-1 {
        padding-left: .25rem!important
    }

    [dir=rtl] .ps-md-1 {
        padding-right: .25rem!important
    }

    [dir=ltr] .ps-md-2 {
        padding-left: .5rem!important
    }

    [dir=rtl] .ps-md-2 {
        padding-right: .5rem!important
    }

    [dir=ltr] .ps-md-3 {
        padding-left: 1rem!important
    }

    [dir=rtl] .ps-md-3 {
        padding-right: 1rem!important
    }

    [dir=ltr] .ps-md-4 {
        padding-left: 1.5rem!important
    }

    [dir=rtl] .ps-md-4 {
        padding-right: 1.5rem!important
    }

    [dir=ltr] .ps-md-5 {
        padding-left: 3rem!important
    }

    [dir=rtl] .ps-md-5 {
        padding-right: 3rem!important
    }
}

@media(min-width: 992px) {
    .d-lg-inline {
        display:inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-lg-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-lg-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-lg-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-lg-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-lg-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-lg-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-lg-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-lg-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-lg-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-lg-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-lg-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-lg-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    [dir=ltr] .me-lg-0 {
        margin-right: 0!important
    }

    [dir=rtl] .me-lg-0 {
        margin-left: 0!important
    }

    [dir=ltr] .me-lg-1 {
        margin-right: .25rem!important
    }

    [dir=rtl] .me-lg-1 {
        margin-left: .25rem!important
    }

    [dir=ltr] .me-lg-2 {
        margin-right: .5rem!important
    }

    [dir=rtl] .me-lg-2 {
        margin-left: .5rem!important
    }

    [dir=ltr] .me-lg-3 {
        margin-right: 1rem!important
    }

    [dir=rtl] .me-lg-3 {
        margin-left: 1rem!important
    }

    [dir=ltr] .me-lg-4 {
        margin-right: 1.5rem!important
    }

    [dir=rtl] .me-lg-4 {
        margin-left: 1.5rem!important
    }

    [dir=ltr] .me-lg-5 {
        margin-right: 3rem!important
    }

    [dir=rtl] .me-lg-5 {
        margin-left: 3rem!important
    }

    [dir=ltr] .me-lg-auto {
        margin-right: auto!important
    }

    [dir=rtl] .me-lg-auto {
        margin-left: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    [dir=ltr] .ms-lg-0 {
        margin-left: 0!important
    }

    [dir=rtl] .ms-lg-0 {
        margin-right: 0!important
    }

    [dir=ltr] .ms-lg-1 {
        margin-left: .25rem!important
    }

    [dir=rtl] .ms-lg-1 {
        margin-right: .25rem!important
    }

    [dir=ltr] .ms-lg-2 {
        margin-left: .5rem!important
    }

    [dir=rtl] .ms-lg-2 {
        margin-right: .5rem!important
    }

    [dir=ltr] .ms-lg-3 {
        margin-left: 1rem!important
    }

    [dir=rtl] .ms-lg-3 {
        margin-right: 1rem!important
    }

    [dir=ltr] .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    [dir=rtl] .ms-lg-4 {
        margin-right: 1.5rem!important
    }

    [dir=ltr] .ms-lg-5 {
        margin-left: 3rem!important
    }

    [dir=rtl] .ms-lg-5 {
        margin-right: 3rem!important
    }

    [dir=ltr] .ms-lg-auto {
        margin-left: auto!important
    }

    [dir=rtl] .ms-lg-auto {
        margin-right: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .px-lg-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-lg-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-lg-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-lg-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-lg-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-lg-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-lg-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-lg-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-lg-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-lg-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-lg-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    [dir=ltr] .pe-lg-0 {
        padding-right: 0!important
    }

    [dir=rtl] .pe-lg-0 {
        padding-left: 0!important
    }

    [dir=ltr] .pe-lg-1 {
        padding-right: .25rem!important
    }

    [dir=rtl] .pe-lg-1 {
        padding-left: .25rem!important
    }

    [dir=ltr] .pe-lg-2 {
        padding-right: .5rem!important
    }

    [dir=rtl] .pe-lg-2 {
        padding-left: .5rem!important
    }

    [dir=ltr] .pe-lg-3 {
        padding-right: 1rem!important
    }

    [dir=rtl] .pe-lg-3 {
        padding-left: 1rem!important
    }

    [dir=ltr] .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    [dir=rtl] .pe-lg-4 {
        padding-left: 1.5rem!important
    }

    [dir=ltr] .pe-lg-5 {
        padding-right: 3rem!important
    }

    [dir=rtl] .pe-lg-5 {
        padding-left: 3rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    [dir=ltr] .ps-lg-0 {
        padding-left: 0!important
    }

    [dir=rtl] .ps-lg-0 {
        padding-right: 0!important
    }

    [dir=ltr] .ps-lg-1 {
        padding-left: .25rem!important
    }

    [dir=rtl] .ps-lg-1 {
        padding-right: .25rem!important
    }

    [dir=ltr] .ps-lg-2 {
        padding-left: .5rem!important
    }

    [dir=rtl] .ps-lg-2 {
        padding-right: .5rem!important
    }

    [dir=ltr] .ps-lg-3 {
        padding-left: 1rem!important
    }

    [dir=rtl] .ps-lg-3 {
        padding-right: 1rem!important
    }

    [dir=ltr] .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    [dir=rtl] .ps-lg-4 {
        padding-right: 1.5rem!important
    }

    [dir=ltr] .ps-lg-5 {
        padding-left: 3rem!important
    }

    [dir=rtl] .ps-lg-5 {
        padding-right: 3rem!important
    }
}

@media(min-width: 1200px) {
    .d-xl-inline {
        display:inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xl-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-xl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xl-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xl-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xl-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xl-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-xl-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    [dir=ltr] .me-xl-0 {
        margin-right: 0!important
    }

    [dir=rtl] .me-xl-0 {
        margin-left: 0!important
    }

    [dir=ltr] .me-xl-1 {
        margin-right: .25rem!important
    }

    [dir=rtl] .me-xl-1 {
        margin-left: .25rem!important
    }

    [dir=ltr] .me-xl-2 {
        margin-right: .5rem!important
    }

    [dir=rtl] .me-xl-2 {
        margin-left: .5rem!important
    }

    [dir=ltr] .me-xl-3 {
        margin-right: 1rem!important
    }

    [dir=rtl] .me-xl-3 {
        margin-left: 1rem!important
    }

    [dir=ltr] .me-xl-4 {
        margin-right: 1.5rem!important
    }

    [dir=rtl] .me-xl-4 {
        margin-left: 1.5rem!important
    }

    [dir=ltr] .me-xl-5 {
        margin-right: 3rem!important
    }

    [dir=rtl] .me-xl-5 {
        margin-left: 3rem!important
    }

    [dir=ltr] .me-xl-auto {
        margin-right: auto!important
    }

    [dir=rtl] .me-xl-auto {
        margin-left: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    [dir=ltr] .ms-xl-0 {
        margin-left: 0!important
    }

    [dir=rtl] .ms-xl-0 {
        margin-right: 0!important
    }

    [dir=ltr] .ms-xl-1 {
        margin-left: .25rem!important
    }

    [dir=rtl] .ms-xl-1 {
        margin-right: .25rem!important
    }

    [dir=ltr] .ms-xl-2 {
        margin-left: .5rem!important
    }

    [dir=rtl] .ms-xl-2 {
        margin-right: .5rem!important
    }

    [dir=ltr] .ms-xl-3 {
        margin-left: 1rem!important
    }

    [dir=rtl] .ms-xl-3 {
        margin-right: 1rem!important
    }

    [dir=ltr] .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    [dir=rtl] .ms-xl-4 {
        margin-right: 1.5rem!important
    }

    [dir=ltr] .ms-xl-5 {
        margin-left: 3rem!important
    }

    [dir=rtl] .ms-xl-5 {
        margin-right: 3rem!important
    }

    [dir=ltr] .ms-xl-auto {
        margin-left: auto!important
    }

    [dir=rtl] .ms-xl-auto {
        margin-right: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .px-xl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xl-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xl-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xl-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xl-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xl-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-xl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xl-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xl-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xl-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xl-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    [dir=ltr] .pe-xl-0 {
        padding-right: 0!important
    }

    [dir=rtl] .pe-xl-0 {
        padding-left: 0!important
    }

    [dir=ltr] .pe-xl-1 {
        padding-right: .25rem!important
    }

    [dir=rtl] .pe-xl-1 {
        padding-left: .25rem!important
    }

    [dir=ltr] .pe-xl-2 {
        padding-right: .5rem!important
    }

    [dir=rtl] .pe-xl-2 {
        padding-left: .5rem!important
    }

    [dir=ltr] .pe-xl-3 {
        padding-right: 1rem!important
    }

    [dir=rtl] .pe-xl-3 {
        padding-left: 1rem!important
    }

    [dir=ltr] .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    [dir=rtl] .pe-xl-4 {
        padding-left: 1.5rem!important
    }

    [dir=ltr] .pe-xl-5 {
        padding-right: 3rem!important
    }

    [dir=rtl] .pe-xl-5 {
        padding-left: 3rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    [dir=ltr] .ps-xl-0 {
        padding-left: 0!important
    }

    [dir=rtl] .ps-xl-0 {
        padding-right: 0!important
    }

    [dir=ltr] .ps-xl-1 {
        padding-left: .25rem!important
    }

    [dir=rtl] .ps-xl-1 {
        padding-right: .25rem!important
    }

    [dir=ltr] .ps-xl-2 {
        padding-left: .5rem!important
    }

    [dir=rtl] .ps-xl-2 {
        padding-right: .5rem!important
    }

    [dir=ltr] .ps-xl-3 {
        padding-left: 1rem!important
    }

    [dir=rtl] .ps-xl-3 {
        padding-right: 1rem!important
    }

    [dir=ltr] .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    [dir=rtl] .ps-xl-4 {
        padding-right: 1.5rem!important
    }

    [dir=ltr] .ps-xl-5 {
        padding-left: 3rem!important
    }

    [dir=rtl] .ps-xl-5 {
        padding-right: 3rem!important
    }
}

@media(min-width: 1400px) {
    .d-xxl-inline {
        display:inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .mx-xxl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .mx-xxl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .mx-xxl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .mx-xxl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .my-xxl-0 {
        margin-bottom: 0!important;
        margin-top: 0!important
    }

    .my-xxl-1 {
        margin-bottom: .25rem!important;
        margin-top: .25rem!important
    }

    .my-xxl-2 {
        margin-bottom: .5rem!important;
        margin-top: .5rem!important
    }

    .my-xxl-3 {
        margin-bottom: 1rem!important;
        margin-top: 1rem!important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem!important;
        margin-top: 1.5rem!important
    }

    .my-xxl-5 {
        margin-bottom: 3rem!important;
        margin-top: 3rem!important
    }

    .my-xxl-auto {
        margin-bottom: auto!important;
        margin-top: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    [dir=ltr] .me-xxl-0 {
        margin-right: 0!important
    }

    [dir=rtl] .me-xxl-0 {
        margin-left: 0!important
    }

    [dir=ltr] .me-xxl-1 {
        margin-right: .25rem!important
    }

    [dir=rtl] .me-xxl-1 {
        margin-left: .25rem!important
    }

    [dir=ltr] .me-xxl-2 {
        margin-right: .5rem!important
    }

    [dir=rtl] .me-xxl-2 {
        margin-left: .5rem!important
    }

    [dir=ltr] .me-xxl-3 {
        margin-right: 1rem!important
    }

    [dir=rtl] .me-xxl-3 {
        margin-left: 1rem!important
    }

    [dir=ltr] .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    [dir=rtl] .me-xxl-4 {
        margin-left: 1.5rem!important
    }

    [dir=ltr] .me-xxl-5 {
        margin-right: 3rem!important
    }

    [dir=rtl] .me-xxl-5 {
        margin-left: 3rem!important
    }

    [dir=ltr] .me-xxl-auto {
        margin-right: auto!important
    }

    [dir=rtl] .me-xxl-auto {
        margin-left: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    [dir=ltr] .ms-xxl-0 {
        margin-left: 0!important
    }

    [dir=rtl] .ms-xxl-0 {
        margin-right: 0!important
    }

    [dir=ltr] .ms-xxl-1 {
        margin-left: .25rem!important
    }

    [dir=rtl] .ms-xxl-1 {
        margin-right: .25rem!important
    }

    [dir=ltr] .ms-xxl-2 {
        margin-left: .5rem!important
    }

    [dir=rtl] .ms-xxl-2 {
        margin-right: .5rem!important
    }

    [dir=ltr] .ms-xxl-3 {
        margin-left: 1rem!important
    }

    [dir=rtl] .ms-xxl-3 {
        margin-right: 1rem!important
    }

    [dir=ltr] .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    [dir=rtl] .ms-xxl-4 {
        margin-right: 1.5rem!important
    }

    [dir=ltr] .ms-xxl-5 {
        margin-left: 3rem!important
    }

    [dir=rtl] .ms-xxl-5 {
        margin-right: 3rem!important
    }

    [dir=ltr] .ms-xxl-auto {
        margin-left: auto!important
    }

    [dir=rtl] .ms-xxl-auto {
        margin-right: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .px-xxl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .px-xxl-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .px-xxl-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .px-xxl-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .px-xxl-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .px-xxl-5 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .py-xxl-0 {
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .py-xxl-1 {
        padding-bottom: .25rem!important;
        padding-top: .25rem!important
    }

    .py-xxl-2 {
        padding-bottom: .5rem!important;
        padding-top: .5rem!important
    }

    .py-xxl-3 {
        padding-bottom: 1rem!important;
        padding-top: 1rem!important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem!important;
        padding-top: 1.5rem!important
    }

    .py-xxl-5 {
        padding-bottom: 3rem!important;
        padding-top: 3rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    [dir=ltr] .pe-xxl-0 {
        padding-right: 0!important
    }

    [dir=rtl] .pe-xxl-0 {
        padding-left: 0!important
    }

    [dir=ltr] .pe-xxl-1 {
        padding-right: .25rem!important
    }

    [dir=rtl] .pe-xxl-1 {
        padding-left: .25rem!important
    }

    [dir=ltr] .pe-xxl-2 {
        padding-right: .5rem!important
    }

    [dir=rtl] .pe-xxl-2 {
        padding-left: .5rem!important
    }

    [dir=ltr] .pe-xxl-3 {
        padding-right: 1rem!important
    }

    [dir=rtl] .pe-xxl-3 {
        padding-left: 1rem!important
    }

    [dir=ltr] .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    [dir=rtl] .pe-xxl-4 {
        padding-left: 1.5rem!important
    }

    [dir=ltr] .pe-xxl-5 {
        padding-right: 3rem!important
    }

    [dir=rtl] .pe-xxl-5 {
        padding-left: 3rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    [dir=ltr] .ps-xxl-0 {
        padding-left: 0!important
    }

    [dir=rtl] .ps-xxl-0 {
        padding-right: 0!important
    }

    [dir=ltr] .ps-xxl-1 {
        padding-left: .25rem!important
    }

    [dir=rtl] .ps-xxl-1 {
        padding-right: .25rem!important
    }

    [dir=ltr] .ps-xxl-2 {
        padding-left: .5rem!important
    }

    [dir=rtl] .ps-xxl-2 {
        padding-right: .5rem!important
    }

    [dir=ltr] .ps-xxl-3 {
        padding-left: 1rem!important
    }

    [dir=rtl] .ps-xxl-3 {
        padding-right: 1rem!important
    }

    [dir=ltr] .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    [dir=rtl] .ps-xxl-4 {
        padding-right: 1.5rem!important
    }

    [dir=ltr] .ps-xxl-5 {
        padding-left: 3rem!important
    }

    [dir=rtl] .ps-xxl-5 {
        padding-right: 3rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

@media(max-width: 991.98px) {
    .container {
        margin-left:auto!important;
        margin-right: auto!important;
        max-width: 100%!important
    }
}

main.checkoutwc .woocommerce-checkout .row {
    display: flex
}

@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1140px
    }
}

:root {
    --cfw-heading-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    --cfw-body-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    --cfw-body-background-color: #fff;
    --cfw-body-text-color: #666;
    --cfw-body-link-color: #0073aa;
    --cfw-header-background-color: #fff;
    --cfw-header-text-color: #2b2b2b;
    --cfw-header-bottom-margin: 0;
    --cfw-footer-background-color: #fff;
    --cfw-footer-text-color: #999;
    --cfw-footer-top-margin: 0;
    --cfw-cart-summary-background-color: #fff;
    --cfw-cart-summary-mobile-background-color: #f4f4f4;
    --cfw-cart-summary-text-color: #333;
    --cfw-cart-summary-item-quantity-background-color: #727272e6;
    --cfw-cart-summary-item-quantity-text-color: #fff;
    --cfw-cart-summary-order-total-text-color: #000;
    --cfw-breadcrumb-completed-text-color: #00000080;
    --cfw-breadcrumb-current-text-color: #333;
    --cfw-breadcrumb-next-text-color: #00000080;
    --cfw-breadcrumb-completed-accent-color: #333;
    --cfw-breadcrumb-current-accent-color: #333;
    --cfw-breadcrumb-next-accent-color: #333;
    --cfw-buttons-primary-background-color: #333;
    --cfw-buttons-primary-text-color: #fff;
    --cfw-buttons-primary-hover-background-color: #555;
    --cfw-buttons-primary-hover-text-color: #fff;
    --cfw-buttons-secondary-background-color: #333;
    --cfw-buttons-secondary-text-color: #fff;
    --cfw-buttons-secondary-hover-background-color: #555;
    --cfw-buttons-secondary-hover-text-color: #555;
    --cfw-logo-url: "";
    --cfw-loading-shimmer-display-mode: block;
    --cfw-loading-shimmer-cart-item-quantity-display-mode: none;
    --cfw-loading-shimmer-primary-color: #eff1f3;
    --cfw-loading-shimmer-gradient: linear-gradient(to right,var(--cfw-loading-shimmer-primary-color) 4%,#e2e2e2 25%,var(--cfw-loading-shimmer-primary-color) 36%)
}

.cfw-small {
    font-size: .875em
}

main.checkoutwc .cfw-padding-top {
    margin-top: 1em
}

main.checkoutwc .cfw-light-gray {
    color: #737373
}

.cfw-pt-1 {
    padding-top: 1em!important
}

.cfw-pt-2 {
    padding-top: 2em!important
}

.cfw-xtra-small {
    font-size: .75em
}

.cfw-hidden {
    display: none
}

.cfw-cfe-active .cfw-hidden,.cfw-force-hidden {
    display: none!important
}

.cfw-no-border {
    border: none!important
}

[dir=ltr] main.checkoutwc .cfw-rp {
    padding-right: 20px
}

[dir=rtl] main.checkoutwc .cfw-rp {
    padding-left: 20px
}

@media(max-width: 991.98px) {
    main.checkoutwc .cfw-rp {
        padding:0 20px
    }
}

.cfw-display-table {
    display: table
}

.cfw-display-table-row {
    display: table-row
}

.cfw-display-table-cell {
    display: table-cell
}

.cfw-w100 {
    width: 100%
}

.cfw-mb {
    margin-bottom: .8em!important
}

body.checkout-wc {
    background: var(--cfw-body-background-color)!important
}

body.checkout-wc,main.checkoutwc {
    text-rendering: optimizelegibility!important;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    color: var(--cfw-body-text-color);
    flex-direction: column;
    font-family: var(--cfw-body-font-family);
    letter-spacing: .3px;
    line-height: 1;
    width: 100%
}

body.checkout-wc *,body.checkout-wc :after,body.checkout-wc :before,main.checkoutwc *,main.checkoutwc :after,main.checkoutwc :before {
    box-sizing: inherit
}

body.checkout-wc p,main.checkoutwc p {
    margin-block-end:0;margin-block-start:0}

body.checkout-wc p:not(.form-row,.cfw-input-wrap),main.checkoutwc p:not(.form-row,.cfw-input-wrap) {
    margin: 0
}

body.checkout-wc a,main.checkoutwc a {
    color: var(--cfw-body-link-color);
    text-decoration: none
}

body.checkout-wc label,main.checkoutwc label {
    font-weight: 400
}

body.checkout-wc h1,body.checkout-wc h2,body.checkout-wc h3,body.checkout-wc h4,body.checkout-wc h5,body.checkout-wc h6,main.checkoutwc h1,main.checkoutwc h2,main.checkoutwc h3,main.checkoutwc h4,main.checkoutwc h5,main.checkoutwc h6 {
    font-family: var(--cfw-heading-font-family)
}

body.checkout-wc form h1,body.checkout-wc h2,body.checkout-wc h3,body.checkout-wc h4,main.checkoutwc form h1,main.checkoutwc h2,main.checkoutwc h3,main.checkoutwc h4 {
    color: #333;
    font-weight: 300;
    margin-bottom: .6em;
    margin-top: 0
}

body.checkout-wc h3,main.checkoutwc h3 {
    color: #333;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: .6em
}

body.cfw-preload .cfw-panel,body.checkout-wc .hidden,main.checkoutwc .hidden {
    display: none
}

body.cfw-preload .cfw-panel:first-child {
    display: block
}

body.cfw-preload * {
    animation-duration: 0s!important
}

#cfw-header {
    background: var(--cfw-header-background-color);
    margin-bottom: var(--cfw-header-bottom-margin);
    position: relative
}

@media(max-width: 991.98px) {
    #cfw-header {
        margin-top:0
    }
}

header {
    margin-bottom: var(--cfw-header-bottom-margin)
}

.cfw-logo {
    padding: 1em 0
}

.cfw-logo a {
    color: var(--cfw-header-text-color)!important;
    display: inline-block;
    max-width: 67%;
    text-decoration: none;
    width: 100%
}

.cfw-logo a:not(.logo) {
    font-size: 2em;
    height: auto!important;
    margin: 20px auto
}

.cfw-logo .logo {
    background-color: var(--cfw-header-background-color);
    background-image: var(--cfw-logo-url);
    background-repeat: no-repeat;
    background-size: contain;
    height: 4em
}

[dir=ltr] .cfw-logo .logo {
    background-position: 0
}

[dir=rtl] .cfw-logo .logo {
    background-position: 100%
}

@media(max-width: 991.98px) {
    .cfw-logo {
        padding:0
    }

    .cfw-logo a {
        display: block;
        margin: 1em auto
    }

    #cfw-logo-container,.cfw-logo a {
        text-align: center
    }

    .checkout-wc .cfw-logo .logo {
        background-position: 50%
    }
}

#cfw-footer {
    background: var(--cfw-footer-background-color);
    color: var(--cfw-footer-text-color,#999);
    font-size: .825em;
    margin-top: var(--cfw-footer-top-margin);
    text-align: center
}

#cfw-footer .cfw-footer-inner {
    padding: 40px 20px
}

#cfw-footer .cfw-footer-inner ul.menu {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

#cfw-footer .cfw-footer-inner ul.menu li {
    display: inline-block;
    margin: 0 .5em
}

#wp_footer>:not(.pakkelabels-modal):not(.shipmondo-modal):not(#fb-root) {
    display: none
}

#cfw-breadcrumb {
    display: flex;
    list-style-type: none;
    margin: 0 0 1.5em;
    padding: 0
}

#cfw-breadcrumb li {
    align-items: center;
    display: flex;
    flex-direction: row
}

#cfw-breadcrumb li>a {
    color: var(--cfw-breadcrumb-completed-text-color);
    font-size: .75em
}

#cfw-breadcrumb li.active~li>a {
    color: var(--cfw-breadcrumb-next-text-color)
}

#cfw-breadcrumb li.active>a {
    color: var(--cfw-breadcrumb-current-text-color);
    font-weight: 500;
    text-decoration: none
}

#cfw-breadcrumb li:not(:last-child):after {
    background: var(--cfw-breadcrumb-completed-accent-color);
    content: " ";
    height: 12px;
    -webkit-mask-image: url(../../images/arrow-right.svg);
    mask-image: url(../../images/arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    width: 12px
}

[dir=ltr] #cfw-breadcrumb li:not(:last-child):after {
    padding-left: 25px
}

[dir=rtl] #cfw-breadcrumb li:not(:last-child):after {
    padding-right: 25px
}

@media(max-width: 767.98px) {
    [dir=ltr] #cfw-breadcrumb li:not(:last-child):after {
        padding-left:15px
    }

    [dir=rtl] #cfw-breadcrumb li:not(:last-child):after {
        padding-right: 15px
    }
}

#cfw-breadcrumb li.active~li:not(:last-child):after {
    background: var(--cfw-breadcrumb-next-accent-color)
}

#cfw-breadcrumb li.active:not(:last-child):after {
    background: var(--cfw-breadcrumb-current-accent-color)
}

@media(max-width: 991.98px) {
    #cfw-breadcrumb {
        justify-content:center
    }
}

.cfw-accordion .cfw-radio-reveal-group {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1;
    list-style: none;
    margin: 20px 0 0;
    overflow: visible;
    padding: 0
}

.cfw-accordion .cfw-radio-reveal-li {
    border-top: 1px solid #ddd;
    padding: 0!important
}

.cfw-accordion .cfw-radio-reveal-li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.cfw-accordion .cfw-radio-reveal-li:first-child {
    border-top: none
}

.cfw-accordion .cfw-radio-reveal-li:first-child,.cfw-accordion .cfw-radio-reveal-li:first-child .cfw-radio-reveal-title-wrap {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.cfw-accordion .cfw-radio-reveal-li:last-child .cfw-radio-reveal-content,.cfw-accordion .cfw-radio-reveal-li:last-child .cfw-radio-reveal-title-wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.cfw-accordion .cfw-radio-reveal-title {
    flex-grow: 1
}

.cfw-accordion .cfw-radio-reveal-title-wrap {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: flex;
    font-size: 1em;
    justify-content: space-between;
    list-style-type: none!important;
    margin: 0;
    padding: 0 1em;
    text-indent: 0
}

.cfw-accordion .cfw-radio-reveal-title-wrap.cfw-align-top {
    align-items: flex-start
}

.cfw-accordion .cfw-radio-reveal-title-wrap>input[type=radio] {
    margin-bottom: 1em!important;
    margin-top: 1em!important
}

.cfw-accordion .cfw-radio-reveal-label {
    align-items: center;
    clear: both;
    cursor: pointer;
    display: flex!important;
    flex-grow: 1;
    padding: 1em 0
}

.cfw-accordion .cfw-radio-reveal-label.cfw-align-top {
    align-items: flex-start
}

.cfw-accordion .cfw-radio-reveal-label>div {
    align-items: center;
    box-sizing: border-box;
    display: flex!important;
    flex-grow: 1;
    font-size: 1em
}

.cfw-accordion .cfw-radio-reveal-content {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    margin: 0!important;
    padding: 20px 10px
}

.cfw-accordion .cfw-radio-reveal-content p {
    font-size: .825em;
    line-height: 1.25
}

@keyframes cfw_error_shake-ltr {
    0% {
        transform: translate(30px)
    }

    20% {
        transform: translate(-30px)
    }

    40% {
        transform: translate(15px)
    }

    60% {
        transform: translate(-15px)
    }

    80% {
        transform: translate(8px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes cfw_error_shake-rtl {
    0% {
        transform: translate(-30px)
    }

    20% {
        transform: translate(30px)
    }

    40% {
        transform: translate(-15px)
    }

    60% {
        transform: translate(15px)
    }

    80% {
        transform: translate(-8px)
    }

    to {
        transform: translate(0)
    }
}

[dir=ltr] .cfw-alert-temporary-shake {
    animation: cfw_error_shake-ltr .5s linear 1
}

[dir=rtl] .cfw-alert-temporary-shake {
    animation: cfw_error_shake-rtl .5s linear 1
}

#cfw-alert-placeholder {
    display: none
}

.cfw-alert {
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 1em;
    padding: 15px
}

.cfw-alert .message {
    line-height: 1.625
}

.cfw-alert ul {
    margin: 0
}

.cfw-alert-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.cfw-alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.cfw-alert-info {
    background-color: #f0f8ff;
    border-color: #bee5eb;
    color: #383d41
}

#cfw-alert-container ul,#cfw-wc-print-notices ul {
    list-style-type: none
}

[dir=ltr] #cfw-alert-container ul,[dir=ltr] #cfw-wc-print-notices ul {
    margin-left: 0;
    padding-left: 0
}

[dir=rtl] #cfw-alert-container ul,[dir=rtl] #cfw-wc-print-notices ul {
    margin-right: 0;
    padding-right: 0
}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
    background-color: #fafafa;
    border: 1px solid #dfe3e8;
    border-radius: 5px;
    color: #383d41;
    line-height: 1.625;
    margin-bottom: 1em;
    padding: 15px
}

.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button {
    background-color: #ebe9eb;
    background-image: none;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #515151;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: .618em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: none
}

[dir=ltr] .woocommerce-error .button,[dir=ltr] .woocommerce-info .button,[dir=ltr] .woocommerce-message .button {
    float: right;
    left: auto
}

[dir=rtl] .woocommerce-error .button,[dir=rtl] .woocommerce-info .button,[dir=rtl] .woocommerce-message .button {
    float: left;
    right: auto
}

.woocommerce-error .button:hover,.woocommerce-info .button:hover,.woocommerce-message .button:hover {
    background-color: #dfdcde;
    background-image: none;
    color: #515151;
    text-decoration: none
}

.woocommerce-error .button:after,.woocommerce-error form:after,.woocommerce-info .button:after,.woocommerce-info form:after,.woocommerce-message .button:after,.woocommerce-message form:after {
    clear: both;
    content: " ";
    display: table
}

.woocommerce-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

ul.woocommerce-error {
    list-style: none;
    margin-bottom: 1em;
    width: 100%
}

ul.woocommerce-error li {
    padding: 15px
}

.parsley-errors-list {
    color: #f04f63;
    font-size: 14px;
    font-weight: 300;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.parsley-errors-list li {
    margin-top: 10px
}

.form-row .parsley-error:not(.checkbox) {
    box-shadow: 0 0 0 1px #f04f63!important
}

.cfw-check-input .parsley-error input {
    border-color: #f04f63!important
}

[dir=ltr] .cfw-check-input .parsley-errors-list.filled {
    margin-left: 1em
}

[dir=rtl] .cfw-check-input .parsley-errors-list.filled {
    margin-right: 1em
}

.cfw-check-input .parsley-errors-list.filled li {
    line-height: 18px;
    margin-top: 0
}

.form-row:not(.cfw-hidden-input) {
    margin-bottom: .8em
}

.cfw-input-wrap-row:last-child .form-row {
    margin-bottom: 0
}

.checkoutwc .form-row {
    position: relative
}

.checkoutwc .form-row input[type=email],.checkoutwc .form-row input[type=number],.checkoutwc .form-row input[type=password],.checkoutwc .form-row input[type=tel],.checkoutwc .form-row input[type=text].input-text,.checkoutwc .form-row select,.checkoutwc .form-row textarea {
    -webkit-appearance: none!important;
    appearance: none!important;
    background: #fff;
    border: 1px solid #d9d9d9!important;
    border-radius: 5px!important;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    height: auto!important;
    line-height: normal!important;
    padding: .82rem;
    transition: all .2s ease;
    transition-delay: 0s,0s;
    transition-duration: .2s,0s;
    transition-property: all,width;
    transition-timing-function: ease-out,ease;
    width: 100%
}

.checkoutwc .form-row input[type=email]::placeholder,.checkoutwc .form-row input[type=number]::placeholder,.checkoutwc .form-row input[type=password]::placeholder,.checkoutwc .form-row input[type=tel]::placeholder,.checkoutwc .form-row input[type=text].input-text::placeholder,.checkoutwc .form-row select::placeholder,.checkoutwc .form-row textarea::placeholder {
    color: #ccc
}

.checkoutwc .form-row input[type=email]:focus,.checkoutwc .form-row input[type=number]:focus,.checkoutwc .form-row input[type=password]:focus,.checkoutwc .form-row input[type=tel]:focus,.checkoutwc .form-row input[type=text].input-text:focus,.checkoutwc .form-row select:focus,.checkoutwc .form-row textarea:focus {
    box-shadow: 0 0 0 1px var(--cfw-buttons-primary-background-color)!important;
    outline: 0
}

.checkoutwc .form-row select[multiple] {
    padding-bottom: 0
}

.checkoutwc .form-row label {
    display: inline-block;
    margin-bottom: .5em;
    margin-top: .5em
}

.checkoutwc .form-row label.cfw-floatable-label {
    clip: unset;
    -webkit-clip-path: none;
    clip-path: none;
    color: #737373;
    font-size: 12px;
    height: auto;
    line-height: 1.625;
    margin-bottom: 0;
    margin-top: .25em;
    opacity: 0;
    padding: 0 1.16em;
    pointer-events: none;
    position: absolute;
    transition: all .2s ease-out;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.checkoutwc .form-row label.cfw-floatable-label abbr[title] {
    text-decoration: none
}

.checkoutwc .form-row.cfw-label-is-floated input[type=email],.checkoutwc .form-row.cfw-label-is-floated input[type=number],.checkoutwc .form-row.cfw-label-is-floated input[type=password],.checkoutwc .form-row.cfw-label-is-floated input[type=tel],.checkoutwc .form-row.cfw-label-is-floated input[type=text].input-text,.checkoutwc .form-row.cfw-label-is-floated select,.checkoutwc .form-row.cfw-label-is-floated textarea {
    padding: 1.35em .8em .28em
}

.checkoutwc .form-row.cfw-label-is-floated label.cfw-floatable-label {
    opacity: 1;
    z-index: 1000
}

@supports(-moz-appearance: none) {
    [dir=ltr] .checkoutwc .form-row.cfw-label-is-floated select {
        padding:1.25em .8em .28em .5em
    }

    [dir=rtl] .checkoutwc .form-row.cfw-label-is-floated select {
        padding: 1.25em .5em .28em .8em
    }
}

.checkoutwc .form-row.cfw-label-is-floated #cfw-promo-code {
    padding: 1.35em .8em .48em
}

.checkoutwc .form-row.cfw-radio-input fieldset label,.checkoutwc .form-row.cfw-wc_checkout_add_ons_multicheckbox-input .woocommerce-input-wrapper,.checkoutwc .form-row.cfw-wc_checkout_add_ons_radio-input .woocommerce-input-wrapper {
    display: block;
    margin-bottom: .5em
}

.checkoutwc .form-row.cfw-select-input:not(.cfw-multiselect-input,.cfw-wc_checkout_add_ons_multiselect-input):after {
    background: url('data:image/svg+xml;utf8,<svg height="512px" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon points="160,115.4 180.7,96 352,256 180.7,416 160,396.7 310.5,256"/></svg>') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    content: "";
    height: 20px;
    pointer-events: none;
    position: absolute;
    top: 22px;
    width: 20px;
    z-index: 1000
}

[dir=ltr] .checkoutwc .form-row.cfw-select-input:not(.cfw-multiselect-input,.cfw-wc_checkout_add_ons_multiselect-input):after {
    right: 12px;
    transform: translateY(calc(-50% + 2px)) rotate(90deg)
}

[dir=rtl] .checkoutwc .form-row.cfw-select-input:not(.cfw-multiselect-input,.cfw-wc_checkout_add_ons_multiselect-input):after {
    left: 12px;
    transform: translateY(calc(-50% + 2px)) rotate(-90deg)
}

.checkoutwc .form-row abbr.required,.checkoutwc .form-row.cfw-hidden-input,.checkoutwc .form-row.cfw-hidden-input label {
    display: none
}

.checkoutwc .form-row ::-webkit-input-placeholder {
    color: #737373!important
}

.checkoutwc .form-row :-moz-placeholder,.checkoutwc .form-row ::-moz-placeholder {
    color: #737373!important
}

.checkoutwc .form-row :-ms-input-placeholder {
    color: #737373!important
}

input[type=checkbox],main.checkoutwc input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    box-shadow: inset 0 0 0 0 #000;
    cursor: pointer;
    height: 18px!important;
    min-width: 18px!important;
    outline: none;
    position: relative;
    transition: all .2s ease-in-out;
    vertical-align: -4px;
    width: 18px!important
}

[dir=ltr] input[type=checkbox],[dir=ltr] main.checkoutwc input[type=checkbox] {
    margin-left: 0;
    margin-right: .5em!important
}

[dir=rtl] input[type=checkbox],[dir=rtl] main.checkoutwc input[type=checkbox] {
    margin-left: .5em!important;
    margin-right: 0
}

input[type=checkbox]:checked,main.checkoutwc input[type=checkbox]:checked {
    border: none;
    box-shadow: inset 0 0 0 10px #000
}

input[type=checkbox]:checked:after,main.checkoutwc input[type=checkbox]:checked:after {
    opacity: 1;
    transform: scale(1)
}

input[type=checkbox]:after,main.checkoutwc input[type=checkbox]:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4zIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjguOSAwLjMgMTAuMyA4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuNiA4LjEgOC45IDQuM2wxLTEuMSAyLjcgMi43TDE4LjEuNWwxIDF6Ii8+PC9zdmc+),none;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(.2);
    transition: all .2s ease-in-out .1s;
    width: 10px
}

[dir=ltr] input[type=checkbox]:after,[dir=ltr] main.checkoutwc input[type=checkbox]:after {
    left: 50%;
    margin-left: -5px
}

[dir=rtl] input[type=checkbox]:after,[dir=rtl] main.checkoutwc input[type=checkbox]:after {
    margin-right: -5px;
    right: 50%
}

input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 #000;
    cursor: pointer;
    height: 18px!important;
    min-width: 18px!important;
    outline: none;
    position: relative;
    transition: all .2s ease-in-out;
    vertical-align: -4px;
    width: 18px!important
}

[dir=ltr] input[type=radio] {
    margin-right: .5em
}

[dir=rtl] input[type=radio] {
    margin-left: .5em
}

input[type=radio]:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    margin-top: -2px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: scale(1);
    transition: all .2s ease-in-out .1s;
    width: 4px
}

[dir=ltr] input[type=radio]:after {
    left: 50%;
    margin-left: -2px
}

[dir=rtl] input[type=radio]:after {
    margin-right: -2px;
    right: 50%
}

input[type=radio]:checked {
    border: none;
    box-shadow: inset 0 0 0 10px #000
}

.cfw-check-input,.woocommerce-SavedPaymentMethods-saveNew,.woocommerce-form__label-for-checkbox {
    align-items: center;
    display: flex
}

.cfw-check-input .required,.woocommerce-SavedPaymentMethods-saveNew .required,.woocommerce-form__label-for-checkbox .required {
    display: none
}

.validate-required .woocommerce-form__label-for-checkbox span:after {
    content: "*"
}

[dir=ltr] .validate-required .woocommerce-form__label-for-checkbox span:after {
    margin-left: 1px
}

[dir=rtl] .validate-required .woocommerce-form__label-for-checkbox span:after {
    margin-right: 1px
}

fieldset {
    border: 0;
    margin-top: .5em;
    min-width: inherit;
    padding: 0
}

.cfw-label-style-normal .form-row:not(.cfw-check-input) label {
    color: #333;
    font-size: 1em;
    margin-bottom: 4px;
    opacity: 1;
    padding: 0;
    pointer-events: all;
    position: relative;
    white-space: normal
}

.cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated input[type=email],.cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated input[type=number],.cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated input[type=password],.cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated input[type=tel],.cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated input[type=text],.cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated select,.cfw-label-style-normal .form-row:not(.cfw-check-input).cfw-label-is-floated textarea {
    padding: .82em
}

.cfw-add-field {
    align-items: center;
    display: flex;
    margin-bottom: .8em
}

.cfw-add-field svg {
    height: 1.1em
}

[dir=ltr] .cfw-add-field svg {
    margin-right: .2em
}

[dir=rtl] .cfw-add-field svg {
    margin-left: .2em
}

.cfw-password-toggle {
    color: #999!important;
    position: absolute;
    top: .7em
}

[dir=ltr] .cfw-password-toggle {
    right: 1em
}

[dir=rtl] .cfw-password-toggle {
    left: 1em
}

.cfw-password-toggle svg {
    width: 1.5em
}

.cfw-password-toggle .cfw-eye-open {
    display: none
}

.cfw-password-toggle .cfw-eye-shut,.cfw-password-toggle.cfw-password-eye-open .cfw-eye-open {
    display: block
}

.cfw-password-toggle.cfw-password-eye-open .cfw-eye-shut {
    display: none
}

.cfw-password-toggle:hover {
    color: #666!important
}

.cfw-label-style-normal .cfw-password-toggle {
    top: 2.8em
}

.checkoutwc .cfw-prev-tab {
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap
}

@media(max-width: 991.98px) {
    .checkoutwc .previous-button {
        text-align:center
    }
}

#order_review .woocommerce-form-login .checkoutwc button[type=submit][name=login]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus),.checkoutwc #order_review .woocommerce-form-login button[type=submit][name=login]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus),.checkoutwc .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus),.checkoutwc .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus),.checkoutwc a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus),.checkoutwc input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus) {
    background: var(--cfw-buttons-secondary-background-color);
    border: 1px solid var(--cfw-buttons-secondary-background-color);
    border-radius: 5px;
    box-shadow: none;
    color: var(--cfw-buttons-secondary-text-color);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    padding: .82rem;
    text-align: center;
    transition: all .1s ease-in-out;
    width: 100%
}

#order_review .woocommerce-form-login .checkoutwc button[type=submit][name=login]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover,.checkoutwc #order_review .woocommerce-form-login button[type=submit][name=login]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover,.checkoutwc .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover,.checkoutwc .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover,.checkoutwc a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover,.checkoutwc input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):hover {
    background: var(--cfw-buttons-secondary-hover-background-color);
    border-color: var(--cfw-buttons-secondary-hover-background-color);
    color: var(--cfw-buttons-secondary-hover-text-color)
}

#order_review .woocommerce-form-login .checkoutwc button[type=submit][name=login]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus,.checkoutwc #order_review .woocommerce-form-login button[type=submit][name=login]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus,.checkoutwc .cfw-secondary-btn:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus,.checkoutwc .woocommerce-button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus,.checkoutwc a.button:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus,.checkoutwc input[type=button]:not(.cfw-primary-btn):not(.cfw-quantity-stepper-btn-minus):not(.cfw-quantity-stepper-btn-plus):focus {
    outline-style: none
}

.checkoutwc #info_payment button,.checkoutwc .cfw-primary-btn {
    border-radius: 5px;
    box-sizing: border-box;
    color: var(--cfw-buttons-primary-text-color);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding: 19px 15px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg, rgb(143, 0, 255) 0%, rgb(197, 123, 255) 100%);
    border: none;
}

.checkoutwc #info_payment button:hover,.checkoutwc .cfw-primary-btn:hover {
    background: linear-gradient(90deg, rgb(117 4 206) 0%, rgb(179 85 252) 100%);
    color: var(--cfw-buttons-primary-hover-text-color)
}

.checkoutwc #info_payment button:focus,.checkoutwc .cfw-primary-btn:focus {
    outline-style: none
}

.checkoutwc .woocommerce-button,.checkoutwc a.button {
    width: 100%
}

.checkoutwc a.button {
    text-decoration: none;
    width: auto
}

main.cfw-one-page-checkout .cfw-return-to-shipping-btn {
    display: none
}

.cfw-button-text {
    pointer-events: none
}

.cfw-button-loading {
    position: relative
}

.cfw-button-loading .cfw-button-text {
    visibility: hidden
}

.cfw-button-loading:after {
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: currentcolor;
    bottom: 0;
    content: "";
    height: 1.2em;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.2em
}

[dir=ltr] .cfw-button-loading:after {
    animation: cfw-button-loading-spinner-ltr 1s ease infinite
}

[dir=rtl] .cfw-button-loading:after {
    animation: cfw-button-loading-spinner-rtl 1s ease infinite
}

@keyframes cfw-button-loading-spinner-ltr {
    0% {
        transform: rotate(0turn)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes cfw-button-loading-spinner-rtl {
    0% {
        transform: rotate(0turn)
    }

    to {
        transform: rotate(-1turn)
    }
}

main.checkoutwc .cfw-module {
    margin-bottom: 1.8em
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.cfw-panel {
    display: none
}

.cfw-panel.active {
    animation: fadeIn .6s ease-in forwards;
    display: block
}

.cfw-has-nonfloating-tooltip,.cfw-has-tooltip {
    position: relative
}

.cfw-cvv-tooltip {
    align-items: center;
    background: #666;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: .75em;
    height: 1rem;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 1rem
}

[dir=ltr] .cfw-cvv-tooltip {
    right: 1em
}

[dir=rtl] .cfw-cvv-tooltip {
    left: 1em
}

.cfw-has-tooltip .cfw-cvv-tooltip {
    transform: translateY(-50%)
}

#cfw_trust_badges {
    border-top: 1px solid #e6e6e6;
    font-size: 1rem;
    position: relative
}

#cfw_trust_badges h4 {
    background: var(--cfw-cart-summary-background-color);
    font-size: 1rem;
    font-weight: 400;
    padding: 0 1em;
    position: absolute;
    text-align: center;
    top: -10px;
    white-space: nowrap
}

[dir=ltr] #cfw_trust_badges h4 {
    left: 50%;
    transform: translateX(-50%) translateZ(0)
}

[dir=rtl] #cfw_trust_badges h4 {
    right: 50%;
    transform: translateX(50%) translateZ(0)
}

@media(max-width: 991.98px) {
    #cfw_trust_badges h4 {
        background:var(--cfw-cart-summary-mobile-background-color)
    }
}

#cfw_trust_badges.cfw-trust-badges-position-below_checkout_form,#cfw_trust_badges.cfw-trust-badges-position-in_footer {
    margin-top: 3.6em;
    padding: 0 20px
}

#cfw_trust_badges.cfw-trust-badges-position-below_checkout_form h4,#cfw_trust_badges.cfw-trust-badges-position-in_footer h4 {
    background: var(--cfw-body-background-color)
}

@media(min-width: 992px) {
    #cfw_trust_badges.cfw-trust-badges-position-below_checkout_form,#cfw_trust_badges.cfw-trust-badges-position-in_footer {
        padding:0
    }

    #cfw_trust_badges.cfw-trust-badges-position-below_checkout_form .cfw-trust-badges,#cfw_trust_badges.cfw-trust-badges-position-in_footer .cfw-trust-badges {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    #cfw_trust_badges.cfw-trust-badges-position-below_checkout_form .cfw-trust-badges .row,#cfw_trust_badges.cfw-trust-badges-position-in_footer .cfw-trust-badges .row {
        width: auto
    }
}

#cfw_trust_badges.cfw-trust-badges-position-in_footer h4 {
    background: var(--cfw-footer-background-color);
    color: var(--cfw-footer-text-color)
}

#cfw_trust_badges .cfw-badge {
    margin-top: 1.5em
}

#cfw_trust_badges .cfw-badge h5 {
    font-size: 1em;
    margin-bottom: .5em;
    margin-top: 0
}

#cfw_trust_badges .cfw-badge img {
    height: auto;
    max-width: 100%
}

main.checkoutwc .modaal-container {
    border-radius: 5px
}

#cfw-cart-summary {
    background: var(--cfw-cart-summary-background-color);
    box-sizing: border-box;
    color: var(--cfw-cart-summary-text-color);
    order: 1
}

[dir=ltr] #cfw-cart-summary {
    border-left: 1px solid #eee
}

[dir=rtl] #cfw-cart-summary {
    border-right: 1px solid #eee
}

#cfw-cart-summary a {
    color: var(--cfw-cart-summary-link-color)
}

#cfw-cart-summary>div {
    padding-left: 20px;
    padding-right: 20px
}

@media(max-width: 991.98px) {
    #cfw-cart-summary #cfw-cart-summary-content {
        display:none
    }
}

@media(min-width: 992px) {
    #cfw-cart-summary #cfw-cart-summary-content {
        display:block!important
    }
}

@media(max-width: 991.98px) {
    #cfw-cart-summary {
        background:var(--cfw-cart-summary-mobile-background-color);
        margin-bottom: 20px;
        order: 0;
        overflow: hidden;
        padding: 0;
        width: 100%
    }

    [dir=ltr] #cfw-cart-summary {
        border-left: none
    }

    [dir=rtl] #cfw-cart-summary {
        border-right: none
    }
}

@media(min-width: 992px) {
    .cfw-one-page-checkout #cfw-cart-summary-content {
        position:sticky!important;
        top: 2em
    }

    .admin-bar.cfw-one-page-checkout #cfw-cart-summary-content {
        position: sticky!important;
        top: 4em
    }
}

.visually-hidden {
    clip: rect(0,0,0,0);
    clip: rect(0 0 0 0);
    border: 0;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 2px
}

#cfw-mobile-cart-header {
    cursor: pointer;
    display: none;
    padding-bottom: 20px;
    padding-top: 20px
}

#cfw-mobile-cart-header #cfw-expand-cart {
    cursor: pointer;
    width: 100%
}

#cfw-mobile-cart-header #cfw-expand-cart>.cfw-display-table-cell {
    vertical-align: middle
}

[dir=ltr] #cfw-mobile-cart-header #cfw-expand-cart .cfw-cart-icon {
    padding-right: .5em
}

[dir=rtl] #cfw-mobile-cart-header #cfw-expand-cart .cfw-cart-icon {
    padding-left: .5em
}

#cfw-mobile-cart-header #cfw-expand-cart .cfw-cart-icon svg {
    height: 20px;
    width: 20px
}

#cfw-mobile-cart-header #cfw-expand-cart .cfw-cart-summary-label-hide,#cfw-mobile-cart-header #cfw-expand-cart .cfw-cart-summary-label-show {
    width: 100%
}

[dir=ltr] #cfw-mobile-cart-header #cfw-expand-cart .cfw-cart-summary-label-hide,[dir=ltr] #cfw-mobile-cart-header #cfw-expand-cart .cfw-cart-summary-label-show {
    text-align: left
}

[dir=rtl] #cfw-mobile-cart-header #cfw-expand-cart .cfw-cart-summary-label-hide,[dir=rtl] #cfw-mobile-cart-header #cfw-expand-cart .cfw-cart-summary-label-show {
    text-align: right
}

#cfw-mobile-cart-header #cfw-expand-cart .cfw-cart-summary-label-hide {
    display: none
}

#cfw-mobile-cart-header #cfw-expand-cart.active .cfw-cart-summary-label-hide {
    display: table-cell
}

#cfw-mobile-cart-header #cfw-expand-cart.active .cfw-cart-summary-label-show {
    display: none
}

[dir=ltr] #cfw-mobile-cart-header #cfw-expand-cart.active .cfw-arrow {
    transform: rotate(-180deg)
}

[dir=rtl] #cfw-mobile-cart-header #cfw-expand-cart.active .cfw-arrow {
    transform: rotate(180deg)
}

#cfw-mobile-cart-header #cfw-mobile-total {
    color: #333;
    font-weight: 700
}

[dir=ltr] #cfw-mobile-cart-header #cfw-mobile-total {
    padding-left: .75em;
    text-align: right
}

[dir=rtl] #cfw-mobile-cart-header #cfw-mobile-total {
    padding-right: .75em;
    text-align: left
}

@media(max-width: 991.98px) {
    #cfw-mobile-cart-header {
        display:flex
    }

    #cfw-mobile-cart-header>div:first-child:hover .cfw-arrow,#cfw-mobile-cart-header>div:first-child:hover a {
        fill: #333!important;
        color: #333!important
    }

    [dir=ltr] #cfw-mobile-cart-header>div:last-child {
        text-align: right
    }

    [dir=rtl] #cfw-mobile-cart-header>div:last-child {
        text-align: left
    }
}

#cfw-mobile-cart-header .cfw-arrow {
    fill: #0073aa;
    cursor: pointer;
    height: 6px;
    vertical-align: middle;
    width: 11px
}

#cfw-cart {
    border-collapse: collapse
}

#cfw-cart .cart-item-row td,#cfw-cart .cart-item-row>th {
    font-weight: 400;
    padding: 1em 0
}

[dir=ltr] #cfw-cart .cart-item-row td,[dir=ltr] #cfw-cart .cart-item-row>th {
    text-align: left
}

[dir=rtl] #cfw-cart .cart-item-row td,[dir=rtl] #cfw-cart .cart-item-row>th {
    text-align: right
}

#cfw-cart .cart-item-row .cfw-cart-item-image {
    width: 3.75em
}

#cfw-cart .cart-item-row .cfw-cart-item-image .cfw-cart-item-image-wrap {
    display: inline-block;
    position: relative
}

#cfw-cart .cart-item-row .cfw-cart-item-image img {
    border: 1px solid #e1e1e1;
    height: auto;
    max-width: none;
    width: 3.75em
}

#cfw-cart .cart-item-row .cfw-cart-item-image .cfw-cart-item-quantity-bubble {
    background-color: var(--cfw-cart-summary-item-quantity-background-color);
    border-radius: 1.75em;
    box-sizing: border-box;
    color: var(--cfw-cart-summary-item-quantity-text-color);
    font-size: 11.99996px;
    font-weight: 600;
    height: 1.75em;
    line-height: 1.75em;
    min-width: 1.75em;
    padding: 0 .58333em;
    position: absolute;
    text-align: center;
    top: -.75em;
    white-space: nowrap;
    z-index: 3
}

[dir=ltr] #cfw-cart .cart-item-row .cfw-cart-item-image .cfw-cart-item-quantity-bubble {
    right: -.75em
}

[dir=rtl] #cfw-cart .cart-item-row .cfw-cart-item-image .cfw-cart-item-quantity-bubble {
    left: -.75em
}

#cfw-cart .cart-item-row .cfw-cart-item-description {
    width: 100%
}

[dir=ltr] #cfw-cart .cart-item-row .cfw-cart-item-description {
    padding-left: 1em
}

[dir=rtl] #cfw-cart .cart-item-row .cfw-cart-item-description {
    padding-right: 1em
}

#cfw-cart .cart-item-row .cfw-cart-item-description>div,#cfw-cart .cart-item-row .cfw-cart-item-description>p {
    margin-bottom: .25rem
}

#cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-title {
    font-size: 16px;
    font-weight: 400
}

#cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-title a {
    color: var(--cfw-body-text-color);
    text-decoration: none
}

#cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-data {
    color: #717171;
    font-size: .75em
}

[dir=ltr] #cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-data dd,[dir=ltr] #cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-data dt {
    margin-left: 0
}

[dir=rtl] #cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-data dd,[dir=rtl] #cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-data dt {
    margin-right: 0
}

#cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-data dd {
    margin-bottom: 10px
}

#cfw-cart .cart-item-row .cfw-cart-item-description .cfw-cart-item-data dt {
    font-weight: 700
}

#cfw-cart .cart-item-row .cfw-cart-item-quantity {
    white-space: nowrap
}

[dir=ltr] #cfw-cart .cart-item-row .cfw-cart-item-subtotal {
    padding-left: 1em;
    text-align: right
}

[dir=rtl] #cfw-cart .cart-item-row .cfw-cart-item-subtotal {
    padding-right: 1em;
    text-align: left
}

@media(max-width: 991.98px) {
    [dir=ltr] #cfw-cart .cfw-cart-row .cfw-cart-item-col {
        margin-left:20px
    }

    [dir=rtl] #cfw-cart .cfw-cart-row .cfw-cart-item-col {
        margin-right: 20px
    }

    #cfw-cart .cfw-cart-row {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    #cfw-cart .cfw-cart-row>div:first-child {
        width: 18%
    }

    [dir=ltr] #cfw-cart .cfw-cart-row>div:first-child {
        margin-left: 0
    }

    [dir=rtl] #cfw-cart .cfw-cart-row>div:first-child {
        margin-right: 0
    }

    #cfw-cart .cfw-cart-row>div:nth-child(2) {
        width: 70%
    }

    #cfw-cart .cfw-cart-row>div:last-child {
        width: 25%
    }

    [dir=ltr] #cfw-cart .cfw-cart-row>div:last-child {
        margin-right: 0
    }

    [dir=rtl] #cfw-cart .cfw-cart-row>div:last-child {
        margin-left: 0
    }

    #cfw-cart .cfw-cart-row .tax_class {
        display: block;
        margin-top: 4px
    }
}

#cfw-coupons .cfw-promo-row {
    justify-content: center
}

#cfw-coupons .cfw-promo-code-button-wrap,#cfw-coupons .cfw-text-input {
    display: flex;
    flex-direction: column
}

#cfw-coupons .cfw-promo-code-button-wrap>:first-child,#cfw-coupons .cfw-text-input>:first-child {
    margin-top: auto
}

#cfw-coupons .cfw-input-wrap-row {
    margin-bottom: 1.25em
}

#cfw-coupons .form-row #order_review .woocommerce-form-login button[type=submit][name=login],#cfw-coupons .form-row .cfw-secondary-btn,#cfw-coupons .form-row input[type=email],#cfw-coupons .form-row input[type=password],#cfw-coupons .form-row input[type=tel],#cfw-coupons .form-row input[type=text],#order_review .woocommerce-form-login #cfw-coupons .form-row button[type=submit][name=login] {
    font-size: 14px
}

#cfw-coupons .form-row {
    margin-bottom: .8em
}

#cfw-totals-list table {
    display: block;
    padding-top: 1em;
    width: 100%
}

#cfw-totals-list table strong {
    font-weight: 400
}

#cfw-totals-list table tbody {
    display: block
}

#cfw-totals-list table tr {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

#cfw-totals-list table tr th {
    flex-basis: 33.33%;
    font-size: 14px;
    font-weight: 400
}

[dir=ltr] #cfw-totals-list table tr th {
    text-align: left
}

[dir=rtl] #cfw-totals-list table tr th {
    text-align: right
}

#cfw-totals-list table tr td {
    flex-basis: 66.66%
}

[dir=ltr] #cfw-totals-list table tr td {
    text-align: right
}

[dir=rtl] #cfw-totals-list table tr td {
    text-align: left
}

#cfw-totals-list table tr.order-total {
    align-items: baseline;
    border-top: 2px solid #000;
    color: var(--cfw-cart-summary-order-total-text-color)
}

#cfw-totals-list table tr.order-total .amount {
    font-weight: 700
}

#cfw-totals-list table tr.order-total td,#cfw-totals-list table tr.order-total th {
    font-size: medium;
    font-weight: 700
}

#cfw-totals-list table tr.order-total .includes_tax {
    color: #666;
    display: block;
    font-weight: 400;
    margin-top: 10px
}

#cfw-totals-list table tr.recurring-totals th {
    color: #333;
    flex-basis: auto;
    font-size: 1.25em;
    font-weight: 300;
    padding-top: 1.5em;
    text-transform: none!important
}

#cfw-totals-list table tr.recurring-total {
    align-items: baseline
}

#cfw-totals-list table tr.recurring-total .first-payment-date {
    color: #666;
    font-weight: 400;
    margin-top: 10px;
    position: relative
}

#cfw-totals-list table .type {
    font-size: 14px
}

#cfw-totals-list table .place-order {
    display: none;
    margin-top: 1em
}

[dir=ltr] #cfw-totals-list table .place-order {
    text-align: right
}

[dir=rtl] #cfw-totals-list table .place-order {
    text-align: left
}

@media(max-width: 991.98px) {
    #cfw-totals-list {
        margin-bottom:0
    }

    .cfw-other-totals>:first-child {
        margin-top: 20px
    }

    [dir=ltr] .cfw-other-totals table td {
        text-align: right
    }

    [dir=rtl] .cfw-other-totals table td {
        text-align: left
    }
}

.cfw-edit-item-quantity-control-wrap {
    align-items: center;
    color: #717171;
    display: flex
}

.cfw-quantity-remove-item {
    opacity: 0;
    transition: all .2s ease
}

.cart-item-row:hover .cfw-edit-item-quantity-control-wrap .cfw-quantity-remove-item {
    opacity: 1
}

.cfw-quantity-stepper {
    align-items: center;
    border: 1px solid #d3d4d5;
    border-radius: 16px;
    display: inline-flex;
    font-size: .75em;
    margin-top: .5em;
    opacity: .9
}

.cfw-quantity-stepper .cfw-quantity-stepper-btn-minus,.cfw-quantity-stepper .cfw-quantity-stepper-btn-plus {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    min-height: 30px;
    min-width: 30px;
    padding: 0!important
}

[dir=ltr] .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus,[dir=ltr] .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus {
    margin-right: 0
}

[dir=rtl] .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus,[dir=rtl] .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus {
    margin-left: 0
}

.cfw-quantity-stepper .cfw-quantity-stepper-btn-minus.maxed,.cfw-quantity-stepper .cfw-quantity-stepper-btn-plus.maxed {
    cursor: not-allowed
}

.cfw-quantity-stepper .cfw-quantity-stepper-btn-minus.maxed:hover,.cfw-quantity-stepper .cfw-quantity-stepper-btn-plus.maxed:hover {
    background: #d9d9d9
}

.cfw-quantity-stepper .cfw-quantity-stepper-btn-minus:hover,.cfw-quantity-stepper .cfw-quantity-stepper-btn-plus:hover {
    background: #333
}

.cfw-quantity-stepper .cfw-quantity-stepper-btn-minus:hover svg,.cfw-quantity-stepper .cfw-quantity-stepper-btn-plus:hover svg {
    fill: #fff
}

.cfw-quantity-stepper .cfw-quantity-stepper-btn-minus svg,.cfw-quantity-stepper .cfw-quantity-stepper-btn-plus svg {
    fill: #333;
    height: auto;
    width: .5rem
}

.cfw-quantity-stepper .cfw-quantity-stepper-btn-minus {
    border: none
}

[dir=ltr] .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus {
    border-bottom-left-radius: inherit;
    border-right: 1px solid #d3d4d5;
    border-top-left-radius: inherit
}

[dir=rtl] .cfw-quantity-stepper .cfw-quantity-stepper-btn-minus {
    border-bottom-right-radius: inherit;
    border-left: 1px solid #d3d4d5;
    border-top-right-radius: inherit
}

.cfw-quantity-stepper .cfw-quantity-stepper-btn-plus {
    border: none
}

[dir=ltr] .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus {
    border-bottom-right-radius: inherit;
    border-left: 1px solid #d3d4d5;
    border-top-right-radius: inherit
}

[dir=rtl] .cfw-quantity-stepper .cfw-quantity-stepper-btn-plus {
    border-bottom-left-radius: inherit;
    border-right: 1px solid #d3d4d5;
    border-top-left-radius: inherit
}

.cfw-quantity-stepper .cfw-quantity-stepper-value-label {
    color: var(--cfw-body-text-color)!important;
    cursor: pointer;
    font-weight: 700;
    min-width: 30px;
    padding-left: .25em;
    padding-right: .25em;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.cfw-quantity-stepper .cfw-quantity-stepper-value-label:hover {
    opacity: .5
}

#order_review {
    display: block;
    float: none;
    order: 0;
    z-index: 100
}

@media(max-width: 991.98px) {
    #order_review {
        margin:0;
        order: 1
    }
}

.cfw-bottom-controls {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 1.5em
}

@media(max-width: 991.98px) {
    .cfw-bottom-controls {
        flex-direction:column-reverse
    }

    .cfw-bottom-controls #cfw-place-order,.cfw-bottom-controls #cfw-place-order button,.cfw-bottom-controls .cfw-primary-btn {
        text-align: center;
        width: 100%
    }

    .cfw-bottom-controls .previous-button {
        margin-top: 1em
    }
}

#cfw-place-order {
    overflow-x: hidden;
    position: relative
}

#cfw form.checkout>.blockOverlay {
    position: fixed!important
}

#cfw form.checkout>.blockUI.blockOverlay:before {
    border-radius: 50%;
    content: " ";
    font-size: 25px;
    height: 1em;
    position: fixed;
    text-indent: -9999em;
    top: 50%;
    width: 1em
}

[dir=ltr] #cfw form.checkout>.blockUI.blockOverlay:before {
    animation: load5-ltr 1.1s ease infinite;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) translateZ(0)
}

[dir=rtl] #cfw form.checkout>.blockUI.blockOverlay:before {
    animation: load5-rtl 1.1s ease infinite;
    right: 50%;
    transform: translateY(-50%) translateX(50%) translateZ(0)
}

@keyframes load5-ltr {
    0%,to {
        box-shadow: 0 -2.6em 0 0 #999,1.8em -1.8em 0 0 hsla(0,0%,60%,.2),2.5em 0 0 0 hsla(0,0%,60%,.2),1.75em 1.75em 0 0 hsla(0,0%,60%,.2),0 2.5em 0 0 hsla(0,0%,60%,.2),-1.8em 1.8em 0 0 hsla(0,0%,60%,.2),-2.6em 0 0 0 hsla(0,0%,60%,.5),-1.8em -1.8em 0 0 hsla(0,0%,60%,.7)
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.7),1.8em -1.8em 0 0 #999,2.5em 0 0 0 hsla(0,0%,60%,.2),1.75em 1.75em 0 0 hsla(0,0%,60%,.2),0 2.5em 0 0 hsla(0,0%,60%,.2),-1.8em 1.8em 0 0 hsla(0,0%,60%,.2),-2.6em 0 0 0 hsla(0,0%,60%,.2),-1.8em -1.8em 0 0 hsla(0,0%,60%,.5)
    }

    25% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.5),1.8em -1.8em 0 0 hsla(0,0%,60%,.7),2.5em 0 0 0 #999,1.75em 1.75em 0 0 hsla(0,0%,60%,.2),0 2.5em 0 0 hsla(0,0%,60%,.2),-1.8em 1.8em 0 0 hsla(0,0%,60%,.2),-2.6em 0 0 0 hsla(0,0%,60%,.2),-1.8em -1.8em 0 0 hsla(0,0%,60%,.2)
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.2),1.8em -1.8em 0 0 hsla(0,0%,60%,.5),2.5em 0 0 0 hsla(0,0%,60%,.7),1.75em 1.75em 0 0 #999,0 2.5em 0 0 hsla(0,0%,60%,.2),-1.8em 1.8em 0 0 hsla(0,0%,60%,.2),-2.6em 0 0 0 hsla(0,0%,60%,.2),-1.8em -1.8em 0 0 hsla(0,0%,60%,.2)
    }

    50% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.2),1.8em -1.8em 0 0 hsla(0,0%,60%,.2),2.5em 0 0 0 hsla(0,0%,60%,.5),1.75em 1.75em 0 0 hsla(0,0%,60%,.7),0 2.5em 0 0 #999,-1.8em 1.8em 0 0 hsla(0,0%,60%,.2),-2.6em 0 0 0 hsla(0,0%,60%,.2),-1.8em -1.8em 0 0 hsla(0,0%,60%,.2)
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.2),1.8em -1.8em 0 0 hsla(0,0%,60%,.2),2.5em 0 0 0 hsla(0,0%,60%,.2),1.75em 1.75em 0 0 hsla(0,0%,60%,.5),0 2.5em 0 0 hsla(0,0%,60%,.7),-1.8em 1.8em 0 0 #999,-2.6em 0 0 0 hsla(0,0%,60%,.2),-1.8em -1.8em 0 0 hsla(0,0%,60%,.2)
    }

    75% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.2),1.8em -1.8em 0 0 hsla(0,0%,60%,.2),2.5em 0 0 0 hsla(0,0%,60%,.2),1.75em 1.75em 0 0 hsla(0,0%,60%,.2),0 2.5em 0 0 hsla(0,0%,60%,.5),-1.8em 1.8em 0 0 hsla(0,0%,60%,.7),-2.6em 0 0 0 #999,-1.8em -1.8em 0 0 hsla(0,0%,60%,.2)
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.2),1.8em -1.8em 0 0 hsla(0,0%,60%,.2),2.5em 0 0 0 hsla(0,0%,60%,.2),1.75em 1.75em 0 0 hsla(0,0%,60%,.2),0 2.5em 0 0 hsla(0,0%,60%,.2),-1.8em 1.8em 0 0 hsla(0,0%,60%,.5),-2.6em 0 0 0 hsla(0,0%,60%,.7),-1.8em -1.8em 0 0 #999
    }
}

@keyframes load5-rtl {
    0%,to {
        box-shadow: 0 -2.6em 0 0 #999,-1.8em -1.8em 0 0 hsla(0,0%,60%,.2),-2.5em 0 0 0 hsla(0,0%,60%,.2),-1.75em 1.75em 0 0 hsla(0,0%,60%,.2),0 2.5em 0 0 hsla(0,0%,60%,.2),1.8em 1.8em 0 0 hsla(0,0%,60%,.2),2.6em 0 0 0 hsla(0,0%,60%,.5),1.8em -1.8em 0 0 hsla(0,0%,60%,.7)
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.7),-1.8em -1.8em 0 0 #999,-2.5em 0 0 0 hsla(0,0%,60%,.2),-1.75em 1.75em 0 0 hsla(0,0%,60%,.2),0 2.5em 0 0 hsla(0,0%,60%,.2),1.8em 1.8em 0 0 hsla(0,0%,60%,.2),2.6em 0 0 0 hsla(0,0%,60%,.2),1.8em -1.8em 0 0 hsla(0,0%,60%,.5)
    }

    25% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.5),-1.8em -1.8em 0 0 hsla(0,0%,60%,.7),-2.5em 0 0 0 #999,-1.75em 1.75em 0 0 hsla(0,0%,60%,.2),0 2.5em 0 0 hsla(0,0%,60%,.2),1.8em 1.8em 0 0 hsla(0,0%,60%,.2),2.6em 0 0 0 hsla(0,0%,60%,.2),1.8em -1.8em 0 0 hsla(0,0%,60%,.2)
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.2),-1.8em -1.8em 0 0 hsla(0,0%,60%,.5),-2.5em 0 0 0 hsla(0,0%,60%,.7),-1.75em 1.75em 0 0 #999,0 2.5em 0 0 hsla(0,0%,60%,.2),1.8em 1.8em 0 0 hsla(0,0%,60%,.2),2.6em 0 0 0 hsla(0,0%,60%,.2),1.8em -1.8em 0 0 hsla(0,0%,60%,.2)
    }

    50% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.2),-1.8em -1.8em 0 0 hsla(0,0%,60%,.2),-2.5em 0 0 0 hsla(0,0%,60%,.5),-1.75em 1.75em 0 0 hsla(0,0%,60%,.7),0 2.5em 0 0 #999,1.8em 1.8em 0 0 hsla(0,0%,60%,.2),2.6em 0 0 0 hsla(0,0%,60%,.2),1.8em -1.8em 0 0 hsla(0,0%,60%,.2)
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.2),-1.8em -1.8em 0 0 hsla(0,0%,60%,.2),-2.5em 0 0 0 hsla(0,0%,60%,.2),-1.75em 1.75em 0 0 hsla(0,0%,60%,.5),0 2.5em 0 0 hsla(0,0%,60%,.7),1.8em 1.8em 0 0 #999,2.6em 0 0 0 hsla(0,0%,60%,.2),1.8em -1.8em 0 0 hsla(0,0%,60%,.2)
    }

    75% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.2),-1.8em -1.8em 0 0 hsla(0,0%,60%,.2),-2.5em 0 0 0 hsla(0,0%,60%,.2),-1.75em 1.75em 0 0 hsla(0,0%,60%,.2),0 2.5em 0 0 hsla(0,0%,60%,.5),1.8em 1.8em 0 0 hsla(0,0%,60%,.7),2.6em 0 0 0 #999,1.8em -1.8em 0 0 hsla(0,0%,60%,.2)
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 hsla(0,0%,60%,.2),-1.8em -1.8em 0 0 hsla(0,0%,60%,.2),-2.5em 0 0 0 hsla(0,0%,60%,.2),-1.75em 1.75em 0 0 hsla(0,0%,60%,.2),0 2.5em 0 0 hsla(0,0%,60%,.2),1.8em 1.8em 0 0 hsla(0,0%,60%,.5),2.6em 0 0 0 hsla(0,0%,60%,.7),1.8em -1.8em 0 0 #999
    }
}

.pac-icon {
    display: none
}

.pac-logo:after {
    height: 0;
    visibility: hidden
}

.pac-item {
    padding: 6px .8rem
}

#cfw-payment-request-buttons {
    align-items: flex-start;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
    min-height: 77px;
    padding: 1em;
    position: relative
}

#cfw-payment-request-buttons h2 {
    background: var(--cfw-body-background-color);
    font-size: 14px;
    font-weight: 400;
    padding: 0 .75em;
    position: absolute;
    top: -10px;
    white-space: nowrap
}

[dir=ltr] #cfw-payment-request-buttons h2 {
    left: 50%;
    transform: translateX(-50%) translateZ(0)
}

[dir=rtl] #cfw-payment-request-buttons h2 {
    right: 50%;
    transform: translateX(50%) translateZ(0)
}

#cfw-payment-request-buttons * {
    clear: none
}

#cfw-payment-request-buttons button,#cfw-payment-request-buttons>#checkout_paypal_message,#cfw-payment-request-buttons>#wc-stripe-payment-request-wrapper,#cfw-payment-request-buttons>#wcpay-payment-request-wrapper,#cfw-payment-request-buttons>div {
    border: none!important;
    border-radius: 5px;
    margin-bottom: .5em;
    max-height: 35px;
    max-width: 140px!important;
    min-width: 140px;
    overflow: hidden
}

[dir=ltr] #cfw-payment-request-buttons button,[dir=ltr] #cfw-payment-request-buttons>#checkout_paypal_message,[dir=ltr] #cfw-payment-request-buttons>#wc-stripe-payment-request-wrapper,[dir=ltr] #cfw-payment-request-buttons>#wcpay-payment-request-wrapper,[dir=ltr] #cfw-payment-request-buttons>div {
    margin-right: 7px!important
}

[dir=rtl] #cfw-payment-request-buttons button,[dir=rtl] #cfw-payment-request-buttons>#checkout_paypal_message,[dir=rtl] #cfw-payment-request-buttons>#wc-stripe-payment-request-wrapper,[dir=rtl] #cfw-payment-request-buttons>#wcpay-payment-request-wrapper,[dir=rtl] #cfw-payment-request-buttons>div {
    margin-left: 7px!important
}

#cfw-payment-request-buttons>div:empty {
    display: none
}

.apple-pay-button-checkout-separator {
    display: none;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

.apple-pay-button-wrapper {
    margin-bottom: 10px;
    text-align: center
}

.pay-button-separator {
    align-items: center;
    display: block;
    margin-bottom: 1em;
    padding-top: 1em;
    position: relative
}

.pay-button-separator:after {
    background: #e6e6e6;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2
}

.pay-button-separator span {
    background: var(--cfw-body-background-color);
    padding: 0 1em;
    position: absolute;
    text-transform: none;
    top: 50%;
    white-space: nowrap;
    z-index: 3
}

[dir=ltr] .pay-button-separator span {
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

[dir=rtl] .pay-button-separator span {
    right: 50%;
    transform: translateX(50%) translateY(-50%)
}

#payment-info-separator-wrap {
    margin-bottom: 1em
}

#cfw-login-btn {
    background: #999;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #f4f4f4;
    cursor: pointer;
    font-size: 1em;
    padding: 12px 16px;
    text-align: center;
    transition: all .2s ease;
    width: auto
}

#cfw-login-btn:hover {
    background: #232323
}

.login-optional {
    display: inline-block
}

[dir=ltr] .login-optional {
    margin-left: 10px
}

[dir=rtl] .login-optional {
    margin-right: 10px
}

@media(max-width: 991.98px) {
    .login-optional {
        display:block;
        margin-top: 20px
    }

    [dir=ltr] .login-optional {
        margin-left: 0
    }

    [dir=rtl] .login-optional {
        margin-right: 0
    }
}

.cfw-have-acc-text {
    margin-bottom: .6em
}

#cfw-login-slide {
    margin-bottom: .8em
}

#cfw-account-password-slide {
    margin-top: .4em
}

#cfw-after-shipping,#cfw-before-shipping {
    width: 100%
}

[dir=ltr] #cfw-after-shipping th,[dir=ltr] #cfw-before-shipping th {
    text-align: left
}

[dir=rtl] #cfw-after-shipping th,[dir=rtl] #cfw-before-shipping th {
    text-align: right
}

#cfw-after-shipping td,#cfw-after-shipping th,#cfw-before-shipping td,#cfw-before-shipping th {
    padding: .5em
}

.cfw-shipping-package-title {
    color: #333;
    font-size: 1.1em;
    font-weight: 300
}

ul.cfw-shipping-methods-list {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1;
    margin: 0 0 .5em;
    overflow: visible
}

[dir=ltr] ul.cfw-shipping-methods-list {
    padding-left: 0
}

[dir=rtl] ul.cfw-shipping-methods-list {
    padding-right: 0
}

ul.cfw-shipping-methods-list li {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    clear: both;
    display: block;
    list-style-type: none!important;
    margin: 0;
    padding: 12px;
    text-indent: 0
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner {
    align-items: center;
    display: flex
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner input.shipping_method {
    float: none
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner label {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex-grow: 1;
    justify-content: space-between
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner label span {
    font-weight: 500
}

[dir=ltr] ul.cfw-shipping-methods-list li .cfw-shipping-method-inner label span {
    margin-left: .5em
}

[dir=rtl] ul.cfw-shipping-methods-list li .cfw-shipping-method-inner label span {
    margin-right: .5em
}

ul.cfw-shipping-methods-list li table {
    border-top: 1px solid #ddd;
    margin-top: .5em;
    padding-top: .5em;
    width: 100%
}

ul.cfw-shipping-methods-list li label {
    clear: both;
    display: inline-block;
    float: none
}

ul.cfw-shipping-methods-list li:first-child {
    border-radius: 5px 5px 0 0
}

ul.cfw-shipping-methods-list li:last-child {
    border: none
}

ul.cfw-shipping-methods-list input[type=radio] {
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #999;
    font-size: 16px;
    line-height: normal;
    padding: 0
}

[dir=ltr] ul.cfw-shipping-methods-list input[type=radio] {
    margin: 0 8px 0 0
}

[dir=rtl] ul.cfw-shipping-methods-list input[type=radio] {
    margin: 0 0 0 8px
}

.shipping-message {
    padding-top: 10px
}

main.checkoutwc p.woocommerce-shipping-contents {
    margin-bottom: 1em
}

.cfw-review-pane {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: .875em;
    margin: 0 0 2em;
    padding: 0
}

.cfw-review-pane li {
    display: flex;
    padding: 0 .85em
}

.cfw-review-pane li .inner {
    display: flex;
    flex: 1
}

[dir=ltr] .cfw-review-pane li .cfw-review-pane-link,[dir=ltr] .cfw-review-pane li .cfw-review-pane-right {
    text-align: right
}

[dir=rtl] .cfw-review-pane li .cfw-review-pane-link,[dir=rtl] .cfw-review-pane li .cfw-review-pane-right {
    text-align: left
}

.cfw-review-pane li .cfw-review-pane-label {
    color: #737373;
    flex: 0 0 6em;
    font-weight: 400
}

.cfw-review-pane li .cfw-review-pane-label.shipping-details-label-long {
    flex: 0 0 9em
}

.cfw-review-pane li .cfw-review-pane-content {
    color: #333
}

[dir=ltr] .cfw-review-pane li .cfw-review-pane-content {
    padding-right: 1em
}

[dir=rtl] .cfw-review-pane li .cfw-review-pane-content {
    padding-left: 1em
}

.cfw-review-pane li .cfw-review-pane-link a {
    color: #b3b3b3;
    white-space: nowrap
}

.cfw-review-pane li .cfw-review-pane-link a:hover {
    color: #737373
}

.cfw-review-pane li .cfw-review-pane-link,.cfw-review-pane li .cfw-review-pane-right,.cfw-review-pane li .inner {
    padding: .85em 0
}

.cfw-review-pane li:not(:first-child)>div {
    border-top: 1px solid #ddd
}

.cfw-review-pane-content {
    overflow: hidden;
    text-overflow: ellipsis
}

.cfw-review-pane li .cfw-order-review-total-label {
    color: #333;
    font-size: 1.1em;
    font-weight: 500
}

.cfw-order-review-total {
    font-size: 1.25em
}

.cfw-review-pane-right {
    font-weight: 500
}

#cfw-review-order-totals li .inner {
    align-items: center
}

#cfw-coupons-mobile {
    display: none
}

@media(max-width: 991.98px) {
    #cfw-coupons-mobile {
        display:block
    }
}

#cfw-billing-methods .payment_method_title {
    align-items: center;
    display: flex
}

[dir=ltr] #cfw-billing-methods .payment_method_title>img:first-child {
    margin-left: auto
}

[dir=rtl] #cfw-billing-methods .payment_method_title>img:first-child {
    margin-right: auto
}

#cfw-billing-methods #stripe-card-element,#cfw-billing-methods #stripe-cvc-element,#cfw-billing-methods #stripe-exp-element {
    padding: .94em .8em!important
}

#cfw-billing-methods .js-sv-wc-payment-gateway-credit-card-form-input:not(iframe),#cfw-billing-methods .wc-credit-card-form-card-cvc:not(iframe),#cfw-billing-methods .wc-credit-card-form-card-expiry:not(iframe),#cfw-billing-methods .wc-credit-card-form-card-number:not(iframe) {
    padding: .82em!important
}

#cfw-billing-methods .cfw-label-is-floated .js-sv-wc-payment-gateway-credit-card-form-input,#cfw-billing-methods .cfw-label-is-floated .wc-credit-card-form-card-cvc,#cfw-billing-methods .cfw-label-is-floated .wc-credit-card-form-card-expiry,#cfw-billing-methods .cfw-label-is-floated .wc-credit-card-form-card-number {
    padding: 1.35em .8em .28em!important
}

#cfw-billing-methods #stripe-card-element,#cfw-billing-methods #stripe-cvc-element,#cfw-billing-methods #stripe-exp-element,#cfw-billing-methods .js-sv-wc-payment-gateway-credit-card-form-input,#cfw-billing-methods .wc-credit-card-form-card-cvc,#cfw-billing-methods .wc-credit-card-form-card-expiry,#cfw-billing-methods .wc-credit-card-form-card-number {
    background: #fff;
    border: 1px solid #d9d9d9!important;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box!important;
    color: #333!important;
    font-size: 16px!important;
    line-height: normal!important;
    transition: all .2s ease!important;
    width: 100%!important
}

#cfw-billing-methods .woocommerce-notice {
    padding: 20px
}

#cfw-billing-methods .payment_method_icons {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    max-height: 18px
}

#cfw-billing-methods .payment_method_icons img {
    max-height: 32px;
    min-width: 40px
}

[dir=ltr] #cfw-billing-methods .payment_method_icons img {
    margin-right: .25em!important
}

[dir=rtl] #cfw-billing-methods .payment_method_icons img {
    margin-left: .25em!important
}

[dir=ltr] #cfw-billing-methods .payment_method_icons img:last-child {
    margin-right: 0!important
}

[dir=rtl] #cfw-billing-methods .payment_method_icons img:last-child {
    margin-left: 0!important
}

#cfw-billing-methods .payment_method_icons a {
    display: none
}

@media(max-width: 991.98px) {
    #cfw-billing-methods .payment_method_icons {
        display:none!important
    }
}

#cfw-billing-methods .wc_payment_methods fieldset {
    border: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0
}

#cfw-billing-methods .wc_payment_methods .wc_payment_method .payment_box>* {
    margin-bottom: 15px
}

#cfw-billing-methods .wc_payment_methods .wc_payment_method .payment_box>:last-child {
    margin-bottom: 0
}

#cfw-billing-methods #stripe-payment-data>* {
    margin-bottom: 15px
}

#cfw-billing-methods #stripe-payment-data>:last-child {
    margin-bottom: 0
}

#cfw-billing-methods #stripe-payment-data ul {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0
}

#cfw-billing-methods #stripe-payment-data ul li {
    margin-bottom: 8px
}

#cfw-billing-methods #stripe-payment-data ul li:last-child {
    margin-bottom: 0
}

#cfw-billing-methods ul.wc-saved-payment-methods {
    list-style: none
}

#cfw-billing-methods ul.wc-saved-payment-methods li {
    margin-bottom: .5em
}

@media(max-width: 991.98px) {
    #cfw-billing-fields-container .cfw-input-wrap-row:last-child>.address-field {
        margin-bottom:0
    }
}

.cfw-order-notes-wrap {
    margin-bottom: 20px
}

.cfw-order-notes-wrap:last-child {
    margin-bottom: 0
}

.cfw-order-notes-container {
    margin-bottom: 20px
}

.woocommerce-terms-and-conditions {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px
}

.woocommerce-privacy-policy-text,.woocommerce-terms-and-conditions p {
    margin-bottom: 1em
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: .8em;
    margin-top: 1em
}

.cfw-place-order-wrap {
    display: flex;
    flex-direction: column
}

@media(max-width: 991.98px) {
    .cfw-place-order-wrap {
        width:100%
    }
}

.cfw-payment-method-active #cfw-totals-list .place-order {
    display: block
}

.cfw-order-bumps .cfw-order-bump {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1)
}

.cfw-order-bumps .cfw-order-bump>div {
    padding: .75rem
}

.cfw-order-bumps .cfw-order-bump .cfw-order-bump-header {
    border-bottom: 1px solid #eee;
    color: #212529
}

.cfw-order-bumps .cfw-order-bump .cfw-order-bump-header label {
    cursor: pointer;
    font-weight: 600
}

.cfw-order-bumps .cfw-order-bump .cfw-order-bump-body img {
    max-width: 100%
}

.cfw-order-bumps .cfw-order-bump .cfw-order-bump-total {
    color: #000;
    font-weight: 700;
    margin-top: .5em
}

.cfw-order-bumps .cfw-order-bump .cfw-order-bump-total del {
    font-weight: 400
}

#order_review .cfw-order-bumps.cfw-order-bumps-mobile {
    display: none
}

@media(max-width: 991.98px) {
    #order_review .cfw-order-bumps.cfw-order-bumps-mobile {
        display:block
    }
}

#cfw-cart-summary .cfw-order-bumps.cfw-order-bumps-mobile {
    display: block
}

@media(max-width: 991.98px) {
    .cfw-order-bumps:not(.cfw-order-bumps-mobile) {
        display:none
    }
}

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

    to {
        background-position: 1000px 0
    }
}

.cfw-review-pane.cfw-blocked .inner {
    position: relative
}

.cfw-review-pane.cfw-blocked .inner:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: .75em 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

.cfw-review-pane.cfw-blocked .cfw-review-pane-link a {
    position: relative
}

.cfw-review-pane.cfw-blocked .cfw-review-pane-link a:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

.cfw-review-pane.cfw-blocked .cfw-review-pane-content>* {
    position: relative
}

.cfw-review-pane.cfw-blocked .cfw-review-pane-content>:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

#cfw-cart-summary.cfw-blocked .cfw-cart-item-quantity-bubble {
    display: var(--cfw-loading-shimmer-cart-item-quantity-display-mode)
}

#cfw-cart-summary.cfw-blocked .cfw-cart-item-data,#cfw-cart-summary.cfw-blocked .cfw-cart-item-image-wrap,#cfw-cart-summary.cfw-blocked .cfw-cart-item-subtotal span,#cfw-cart-summary.cfw-blocked .cfw-edit-item-quantity-control-wrap,#cfw-cart-summary.cfw-blocked .cfw-items-summary-item-discount,#cfw-cart-summary.cfw-blocked .cfw-promo-row>div>* {
    position: relative
}

#cfw-cart-summary.cfw-blocked .cfw-cart-item-data:after,#cfw-cart-summary.cfw-blocked .cfw-cart-item-image-wrap:after,#cfw-cart-summary.cfw-blocked .cfw-cart-item-subtotal span:after,#cfw-cart-summary.cfw-blocked .cfw-edit-item-quantity-control-wrap:after,#cfw-cart-summary.cfw-blocked .cfw-items-summary-item-discount:after,#cfw-cart-summary.cfw-blocked .cfw-promo-row>div>:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

#cfw-cart-summary.cfw-blocked .cfw-cart-item-title {
    position: relative
}

#cfw-cart-summary.cfw-blocked .cfw-cart-item-title:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: -2px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

#cfw-cart-summary.cfw-blocked #cfw-totals-list tr {
    position: relative
}

#cfw-cart-summary.cfw-blocked #cfw-totals-list tr:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: .75em 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

#cfw-cart-summary.cfw-blocked #cfw-totals-list tr.order-total {
    border-color: var(--cfw-loading-shimmer-primary-color)
}

#cfw-shipping-methods.cfw-blocked .cfw-shipping-method-inner {
    position: relative
}

#cfw-shipping-methods.cfw-blocked .cfw-shipping-method-inner:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

#cfw-billing-methods.cfw-blocked .payment_method_icons {
    display: none
}

#cfw-billing-methods.cfw-blocked .cfw-radio-reveal-content>*,#cfw-billing-methods.cfw-blocked .cfw-radio-reveal-title-wrap .cfw-radio-reveal-label div {
    position: relative
}

#cfw-billing-methods.cfw-blocked .cfw-radio-reveal-content>:after,#cfw-billing-methods.cfw-blocked .cfw-radio-reveal-title-wrap .cfw-radio-reveal-label div:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: -2px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

#cfw-place-order.cfw-blocked button {
    border: none;
    position: relative
}

#cfw-place-order.cfw-blocked button:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

#cfw-payment-request-buttons.cfw-blocked button,#cfw-payment-request-buttons.cfw-blocked ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway,#cfw-payment-request-buttons.cfw-blocked>#checkout_paypal_message,#cfw-payment-request-buttons.cfw-blocked>#wc-stripe-payment-request-wrapper,#cfw-payment-request-buttons.cfw-blocked>div:not(.wc-stripe-banner-checkout) {
    position: relative
}

#cfw-payment-request-buttons.cfw-blocked button:after,#cfw-payment-request-buttons.cfw-blocked ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway:after,#cfw-payment-request-buttons.cfw-blocked>#checkout_paypal_message:after,#cfw-payment-request-buttons.cfw-blocked>#wc-stripe-payment-request-wrapper:after,#cfw-payment-request-buttons.cfw-blocked>div:not(.wc-stripe-banner-checkout):after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

#cfw-mobile-total.cfw-blocked {
    position: relative
}

#cfw-mobile-total.cfw-blocked:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

.cfw-order-bumps.cfw-blocked .cfw-order-bump .row>div,.cfw-order-bumps.cfw-blocked .cfw-order-bump label {
    position: relative
}

.cfw-order-bumps.cfw-blocked .cfw-order-bump .row>div:after,.cfw-order-bumps.cfw-blocked .cfw-order-bump label:after {
    animation: shimmer 2s linear infinite;
    background: var(--cfw-loading-shimmer-gradient);
    background-size: 1000px 100%;
    border-radius: 5px;
    bottom: 0;
    content: " ";
    display: var(--cfw-loading-shimmer-display-mode);
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000
}

.checkoutwc .cfw-smartystreets-suggested-address,.checkoutwc .cfw-smartystreets-user-address {
    margin-bottom: 2em
}

.checkoutwc .cfw-smartystreets-option-wrap {
    margin-top: 1em
}

.checkoutwc.cfw-hide-shipping .cfw-smartystreets-suggested-address-button.cfw-continue-to-payment-btn,.checkoutwc.cfw-hide-shipping .cfw-smartystreets-user-address-button.cfw-continue-to-payment-btn {
    display: inline-block
}

.checkoutwc.cfw-hide-shipping .cfw-smartystreets-suggested-address-button.cfw-continue-to-shipping-btn,.checkoutwc.cfw-hide-shipping .cfw-smartystreets-user-address-button.cfw-continue-to-shipping-btn,.checkoutwc:not(.cfw-hide-shipping) .cfw-smartystreets-suggested-address-button.cfw-continue-to-payment-btn,.checkoutwc:not(.cfw-hide-shipping) .cfw-smartystreets-user-address-button.cfw-continue-to-payment-btn {
    display: none
}

.checkoutwc:not(.cfw-hide-shipping) .cfw-smartystreets-suggested-address-button.cfw-continue-to-shipping-btn,.checkoutwc:not(.cfw-hide-shipping) .cfw-smartystreets-user-address-button.cfw-continue-to-shipping-btn {
    display: inline-block
}

.checkoutwc .cfw-smartystreets-hide-buttons .cfw-smartystreets-button {
    display: none!important
}

main.checkoutwc .iti {
    width: 100%
}

main.checkoutwc .iti__flag {
    background-image: url(../../images/flags.png)
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    main.checkoutwc .iti__flag {
        background-image:url(../../images/flags@2x.png)
    }
}

main.checkoutwc .iti__selected-flag {
    max-height: 44px
}

[dir=ltr] main.checkoutwc .iti--allow-dropdown input {
    padding-left: 50.82px!important;
    padding-right: 6px!important
}

[dir=rtl] main.checkoutwc .iti--allow-dropdown input {
    padding-left: 6px!important;
    padding-right: 50.82px!important
}

[dir=ltr] main.checkoutwc .intl-tel-input-label {
    padding-left: 53.92px!important
}

[dir=rtl] main.checkoutwc .intl-tel-input-label {
    padding-right: 53.92px!important
}

main.checkoutwc .iti__country-list {
    z-index: 100000
}

main.checkoutwc .iti__selected-flag:focus {
    outline: none
}

body.admin-bar.glass #cc_c2a {
    margin-top: -32px
}

@media(max-width: 767.98px) {
    body.admin-bar.glass #cc_c2a {
        margin-top:-46px
    }
}

#cc_c2a {
    display: none
}

.cfw-login-modal-navigation {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: .8em;
    margin-top: 1.6em
}

.cfw-login-modal-navigation .cfw-primary-btn {
    min-width: 200px
}

.cfw-login-modal-navigation a {
    margin-top: .8em
}

.cfw-login-modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: .8em
}

.cfw-login-modal-footer .lost_password {
    line-height: 2em
}

.account-exists-text {
    display: none
}

.cfw-account-does-exist .account-exists-text {
    display: block
}

.cfw-account-does-exist .account-does-not-exist-text {
    display: none
}

.modaal-container {
    border-radius: 5px
}

#cfw-delivery-method .cfw-radio-reveal-title {
    align-items: center;
    display: flex
}

#cfw-delivery-method .cfw-radio-reveal-title svg {
    height: 1.5em;
    width: 1.5em
}

[dir=ltr] #cfw-delivery-method .cfw-radio-reveal-title svg {
    margin-right: .5em
}

[dir=rtl] #cfw-delivery-method .cfw-radio-reveal-title svg {
    margin-left: .5em
}

.elementor-location-footer,.elementor-location-header {
    position: relative
}

.elementor-location-header {
    z-index: 2000
}

.elementor-location-footer {
    z-index: 1000
}

.elementor-location-header {
    margin-bottom: 2em
}

.elementor-location-footer {
    margin-top: 2em
}

@font-face {
    font-family: star;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/star.eot);
    src: url(../../fonts/star.eot?#iefix) format("embedded-opentype"),url(../../fonts/star.woff) format("woff"),url(../../fonts/star.ttf) format("truetype"),url(../../fonts/star.svg#star) format("svg")
}

@font-face {
    font-family: WooCommerce;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/WooCommerce.eot);
    src: url(../../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../../fonts/WooCommerce.woff) format("woff"),url(../../fonts/WooCommerce.ttf) format("truetype"),url(../../fonts/WooCommerce.svg#WooCommerce) format("svg")
}

.product-tax {
    font-size: smaller
}

form.woocommerce-form-coupon .form-row,form.woocommerce-form-login .form-row {
    margin: 0 0 6px;
    padding: 3px
}

form.woocommerce-form-coupon .form-row [placeholder]:focus::-webkit-input-placeholder,form.woocommerce-form-login .form-row [placeholder]:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .5s ease .5s;
    transition: opacity .5s ease .5s
}

form.woocommerce-form-coupon .form-row label,form.woocommerce-form-login .form-row label {
    line-height: 2
}

form.woocommerce-form-coupon .form-row label.hidden,form.woocommerce-form-login .form-row label.hidden {
    visibility: hidden
}

form.woocommerce-form-coupon .form-row label.inline,form.woocommerce-form-login .form-row label.inline {
    display: inline
}

form.woocommerce-form-coupon .form-row .woocommerce-input-wrapper .description,form.woocommerce-form-login .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: none;
    margin: .5em 0 0;
    padding: 1em;
    position: relative
}

form.woocommerce-form-coupon .form-row .woocommerce-input-wrapper .description a,form.woocommerce-form-login .form-row .woocommerce-input-wrapper .description a {
    border: 0;
    box-shadow: none;
    color: #fff;
    text-decoration: underline
}

form.woocommerce-form-coupon .form-row .woocommerce-input-wrapper .description:before,form.woocommerce-form-login .form-row .woocommerce-input-wrapper .description:before {
    border-color: #1e85be transparent transparent;
    border-style: solid;
    border-width: 4px 6px 0;
    content: "";
    display: block;
    margin-top: -4px;
    position: absolute;
    top: 0;
    z-index: 100
}

[dir=ltr] form.woocommerce-form-coupon .form-row .woocommerce-input-wrapper .description:before,[dir=ltr] form.woocommerce-form-login .form-row .woocommerce-input-wrapper .description:before {
    left: 50%;
    transform: translateX(-50%) rotate(180deg)
}

[dir=rtl] form.woocommerce-form-coupon .form-row .woocommerce-input-wrapper .description:before,[dir=rtl] form.woocommerce-form-login .form-row .woocommerce-input-wrapper .description:before {
    right: 50%;
    transform: translateX(50%) rotate(-180deg)
}

form.woocommerce-form-coupon .form-row select,form.woocommerce-form-login .form-row select {
    cursor: pointer;
    margin: 0
}

form.woocommerce-form-coupon .form-row .required,form.woocommerce-form-login .form-row .required {
    border: 0!important;
    color: red;
    font-weight: 700;
    text-decoration: none;
    visibility: hidden
}

form.woocommerce-form-coupon .form-row .optional,form.woocommerce-form-login .form-row .optional {
    visibility: visible
}

form.woocommerce-form-coupon .form-row .input-checkbox,form.woocommerce-form-login .form-row .input-checkbox {
    display: inline;
    text-align: center;
    vertical-align: middle
}

[dir=ltr] form.woocommerce-form-coupon .form-row .input-checkbox,[dir=ltr] form.woocommerce-form-login .form-row .input-checkbox {
    margin: -2px 8px 0 0
}

[dir=rtl] form.woocommerce-form-coupon .form-row .input-checkbox,[dir=rtl] form.woocommerce-form-login .form-row .input-checkbox {
    margin: -2px 0 0 8px
}

form.woocommerce-form-coupon .form-row input.input-text,form.woocommerce-form-coupon .form-row textarea,form.woocommerce-form-login .form-row input.input-text,form.woocommerce-form-login .form-row textarea {
    -webkit-appearance: none!important;
    appearance: none!important;
    background: #fff;
    border: 1px solid #d9d9d9!important;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: .8em;
    transition: all .2s ease;
    transition-delay: 0s,0s;
    transition-duration: .2s,0s;
    transition-property: all,width;
    transition-timing-function: ease-out,ease;
    width: 100%
}

form.woocommerce-form-coupon .form-row input.input-text::placeholder,form.woocommerce-form-coupon .form-row textarea::placeholder,form.woocommerce-form-login .form-row input.input-text::placeholder,form.woocommerce-form-login .form-row textarea::placeholder {
    color: #ccc
}

form.woocommerce-form-coupon .form-row input.input-text:focus,form.woocommerce-form-coupon .form-row textarea:focus,form.woocommerce-form-login .form-row input.input-text:focus,form.woocommerce-form-login .form-row textarea:focus {
    box-shadow: 0 0 0 2px #c7c7c7;
    outline: 0
}

form.woocommerce-form-coupon .form-row textarea,form.woocommerce-form-login .form-row textarea {
    box-shadow: none;
    display: block;
    height: 4em;
    line-height: 1.5
}

form.woocommerce-form-coupon .form-row .select2-container,form.woocommerce-form-login .form-row .select2-container {
    line-height: 2em;
    width: 100%
}

form.woocommerce-form-coupon .form-row.woocommerce-invalid label,form.woocommerce-form-login .form-row.woocommerce-invalid label {
    color: #a00
}

form.woocommerce-form-coupon .form-row.woocommerce-invalid .select2-container,form.woocommerce-form-coupon .form-row.woocommerce-invalid input.input-text,form.woocommerce-form-coupon .form-row.woocommerce-invalid select,form.woocommerce-form-login .form-row.woocommerce-invalid .select2-container,form.woocommerce-form-login .form-row.woocommerce-invalid input.input-text,form.woocommerce-form-login .form-row.woocommerce-invalid select {
    border-color: #a00
}

form.woocommerce-form-coupon .form-row.woocommerce-validated .select2-container,form.woocommerce-form-coupon .form-row.woocommerce-validated input.input-text,form.woocommerce-form-coupon .form-row.woocommerce-validated select,form.woocommerce-form-login .form-row.woocommerce-validated .select2-container,form.woocommerce-form-login .form-row.woocommerce-validated input.input-text,form.woocommerce-form-login .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

form.woocommerce-form-coupon .form-row ::-webkit-input-placeholder,form.woocommerce-form-login .form-row ::-webkit-input-placeholder {
    line-height: normal
}

form.woocommerce-form-coupon .form-row :-moz-placeholder,form.woocommerce-form-login .form-row :-moz-placeholder {
    line-height: normal
}

form.woocommerce-form-coupon .form-row :-ms-input-placeholder,form.woocommerce-form-login .form-row :-ms-input-placeholder {
    line-height: normal
}

.payment_box .clear,form.woocommerce-form-coupon .clear,form.woocommerce-form-login .clear {
    clear: both
}

.payment_box .form-row,form.woocommerce-form-coupon .form-row,form.woocommerce-form-login .form-row {
    *zoom:1}

.payment_box .form-row:after,.payment_box .form-row:before,form.woocommerce-form-coupon .form-row:after,form.woocommerce-form-coupon .form-row:before,form.woocommerce-form-login .form-row:after,form.woocommerce-form-login .form-row:before {
    content: " ";
    display: table
}

.payment_box .form-row:after,form.woocommerce-form-coupon .form-row:after,form.woocommerce-form-login .form-row:after {
    clear: both
}

.payment_box .form-row label,form.woocommerce-form-coupon .form-row label,form.woocommerce-form-login .form-row label {
    display: block
}

.payment_box .form-row label.checkbox,form.woocommerce-form-coupon .form-row label.checkbox,form.woocommerce-form-login .form-row label.checkbox {
    display: inline
}

.payment_box .form-row select,form.woocommerce-form-coupon .form-row select,form.woocommerce-form-login .form-row select {
    width: 100%
}

.payment_box .form-row .input-text,form.woocommerce-form-coupon .form-row .input-text,form.woocommerce-form-login .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.payment_box .form-row-first,.payment_box .form-row-last,form.woocommerce-form-coupon .form-row-first,form.woocommerce-form-coupon .form-row-last,form.woocommerce-form-login .form-row-first,form.woocommerce-form-login .form-row-last {
    overflow: visible;
    width: 47%
}

[dir=ltr] .payment_box .form-row-first,[dir=ltr] form.woocommerce-form-coupon .form-row-first,[dir=ltr] form.woocommerce-form-login .form-row-first {
    float: left
}

[dir=ltr] .payment_box .form-row-last,[dir=ltr] form.woocommerce-form-coupon .form-row-last,[dir=ltr] form.woocommerce-form-login .form-row-last,[dir=rtl] .payment_box .form-row-first,[dir=rtl] form.woocommerce-form-coupon .form-row-first,[dir=rtl] form.woocommerce-form-login .form-row-first {
    float: right
}

[dir=rtl] .payment_box .form-row-last,[dir=rtl] form.woocommerce-form-coupon .form-row-last,[dir=rtl] form.woocommerce-form-login .form-row-last {
    float: left
}

.payment_box .form-row-wide,form.woocommerce-form-coupon .form-row-wide,form.woocommerce-form-login .form-row-wide {
    clear: both
}

.payment_box .button,form.woocommerce-form-coupon .button,form.woocommerce-form-login .button {
    background-color: #ebe9eb;
    background-image: none;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #515151;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: .618em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    width: auto
}

[dir=ltr] .payment_box .button,[dir=ltr] form.woocommerce-form-coupon .button,[dir=ltr] form.woocommerce-form-login .button {
    left: auto
}

[dir=rtl] .payment_box .button,[dir=rtl] form.woocommerce-form-coupon .button,[dir=rtl] form.woocommerce-form-login .button {
    right: auto
}

form.woocommerce-form-coupon {
    margin-bottom: 1em
}

.woocommerce-button {
    width: auto
}

.woocommerce-password-strength {
    font-size: 1em;
    font-weight: 600;
    padding: 3px .5em;
    text-align: center
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

@media(max-width: 991.98px) {
    .woocommerce-form-login-toggle {
        margin:0 20px
    }
}

.woocommerce .woocommerce-form-login {
    font-size: .875em;
    margin-bottom: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: block!important
}

[dir=ltr] .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

[dir=rtl] .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-left: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block!important
}

main.checkoutwc .woocommerce-Price-amount {
    white-space: nowrap
}

.woocommerce ul.order_details {
    list-style: none;
    margin: 0 0 3em
}

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

.woocommerce ul.order_details:after {
    clear: both
}

.woocommerce ul.order_details li {
    font-size: .715em;
    line-height: 1;
    list-style-type: none;
    margin-bottom: .5em;
    text-transform: uppercase
}

[dir=ltr] .woocommerce ul.order_details li {
    border-right: 1px dashed #d3ced2;
    float: left;
    margin-left: 0;
    margin-right: 2em;
    padding-left: 0;
    padding-right: 2em
}

[dir=rtl] .woocommerce ul.order_details li {
    border-left: 1px dashed #d3ced2;
    float: right;
    margin-left: 2em;
    margin-right: 0;
    padding-left: 2em;
    padding-right: 0
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    line-height: 1.5;
    text-transform: none
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

@media(max-width: 991.98px) {
    .checkoutwc .woocommerce-info a {
        float:none
    }
}

a.bsnp_new_card {
    color: #00e;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline
}

#wc_checkout_add_ons .cfw-wc_checkout_add_ons_radio-input {
    flex-wrap: wrap
}

#wc_checkout_add_ons .cfw-wc_checkout_add_ons_radio-input>label {
    flex-basis: 100%
}

#wc_checkout_add_ons .cfw-wc_checkout_add_ons_multicheckbox-input>label,#wc_checkout_add_ons .cfw-wc_checkout_add_ons_radio-input>label {
    font-weight: 500
}

.wc_payment_choice_selection_wrapper {
    margin-top: 10px
}

#paytrace_payment_choices {
    font-size: .825em
}

.paytrace-create-account {
    margin-bottom: 0!important
}

.paytrace-create-account .form-row {
    margin-bottom: 0
}

.wcppec-checkout-buttons {
    margin-bottom: .5em;
    text-align: center
}

#cfw-payment-request-buttons #checkout_paypal_message {
    border-radius: 4px;
    display: inline-block;
    max-width: 140px;
    order: 1;
    overflow: hidden
}

[dir=ltr] #cfw-payment-request-buttons #checkout_paypal_message {
    margin-right: 4px!important
}

[dir=rtl] #cfw-payment-request-buttons #checkout_paypal_message {
    margin-left: 4px!important
}

#cfw-payment-request-buttons #checkout_paypal_message #paypal_box_button {
    max-width: 140px
}

#cfw-payment-request-buttons #checkout_paypal_message #paypal_box_button div.paypal-buttons.paypal-buttons-context-iframe {
    width: auto
}

#cfw-payment-request-buttons #checkout_paypal_message #paypal_box_button iframe {
    max-width: 140px
}

#cfw-payment-request-buttons #checkout_paypal_message #paypal_box_button .woocommerce_paypal_ec_checkout_message {
    display: none
}

#cfw-payment-request-buttons #checkout_paypal_message {
    background: none;
    border: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0
}

#cfw-payment-request-buttons #checkout_paypal_message .clear {
    display: none!important
}

.paypal-cancel-wrapper {
    margin-top: 1em
}

[dir=ltr] .paypal-cancel-wrapper {
    text-align: right
}

[dir=rtl] .paypal-cancel-wrapper {
    text-align: left
}

.paypal-cancel-wrapper .button.alt.angelleye_cancel {
    clear: both;
    float: none!important
}

@media(max-width: 500px) {
    #cfw-payment-request-buttons #checkout_paypal_message #paypal_box_button .angelleye_smart_button_checkout_top {
        width:250px
    }
}

#payment #wc-angelleye_ppcp-cc-form div.hosted-field-braintree {
    height: 3em
}

.fields-wrap {
    margin: 0 0 1.5em
}

.fields-wrap br {
    display: none
}

.fields-wrap input[type=text],.fields-wrap textarea {
    width: 100%
}

.fields-wrap span {
    display: block;
    font-weight: 600;
    margin-bottom: .5em;
    width: 100%
}

.fields-wrap span.description {
    font-size: 14px;
    font-weight: 400;
    margin-top: 1em
}

.fields-wrap span abbr {
    color: red
}

[dir=ltr] .fields-wrap span abbr {
    margin-left: .25em
}

[dir=rtl] .fields-wrap span abbr {
    margin-right: .25em
}

.fields-wrap.tc_checkbox_field label,.fields-wrap.tc_radio_field label {
    display: block;
    margin-bottom: .5em
}

[dir=ltr] .fields-wrap.tc_checkbox_field input,[dir=ltr] .fields-wrap.tc_radio_field input {
    margin-right: .5em
}

[dir=rtl] .fields-wrap.tc_checkbox_field input,[dir=rtl] .fields-wrap.tc_radio_field input {
    margin-left: .5em
}

.tickera-input-field {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: .7em
}

.tickera_owner_info h2 {
    color: #333;
    font-size: 1.25em;
    font-weight: 300;
    margin-bottom: 1em
}

.tickera_owner_info h5 {
    color: #333;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 1em;
    margin-top: 0
}

#payment .wc-braintree-credit-card-new-payment-method-form .woocommerce-error {
    display: none
}

#payment .wc-braintree-credit-card-new-payment-method-form .braintree-refreshing {
    background-color: orange;
    color: #fff;
    padding: 1em;
    text-align: center
}

#cfw-payment-request-buttons #wc-stripe-payment-request-wrapper {
    clear: none!important;
    order: 2;
    padding-top: 0!important;
    width: 140px
}

#wc-stripe-payment-request-button-separator {
    display: none
}

@supports(-moz-appearance: none) {
    .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
        min-width:40px
    }
}

.create-account p {
    margin-bottom: 1em
}

#amazon_validate_notice_field {
    margin-bottom: .8em
}

#amazon_addressbook_widget iframe,#amazon_consent_widget iframe,#amazon_wallet_widget iframe {
    border: none!important
}

#cfw form.checkout.has-overlay,#cfw-coupons.has-overlay {
    overflow: hidden;
    position: relative
}

#cfw form.checkout.has-overlay .amazon-pay-overlay,#cfw-coupons.has-overlay .amazon-pay-overlay {
    background-color: #fff;
    height: 100%;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999
}

[dir=ltr] #cfw form.checkout.has-overlay .amazon-pay-overlay,[dir=ltr] #cfw-coupons.has-overlay .amazon-pay-overlay {
    left: 0
}

[dir=rtl] #cfw form.checkout.has-overlay .amazon-pay-overlay,[dir=rtl] #cfw-coupons.has-overlay .amazon-pay-overlay {
    right: 0
}

#cfw form.checkout.has-overlay .widget-container,#cfw-coupons.has-overlay .widget-container {
    max-height: 300px
}

#cfw-payment-request-buttons .wc-amazon-payments-advanced-populated {
    max-width: 140px;
    width: 100%
}

[dir=ltr] #cfw-payment-request-buttons .wc-amazon-payments-advanced-populated {
    margin-right: 4px
}

[dir=rtl] #cfw-payment-request-buttons .wc-amazon-payments-advanced-populated {
    margin-left: 4px
}

#cfw-payment-request-buttons .wc-amazon-payments-advanced-info {
    background: none;
    border: none;
    border-radius: 4px;
    clear: none;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999999px
}

[dir=ltr] #cfw-payment-request-buttons .wc-amazon-payments-advanced-info {
    text-align: left!important
}

[dir=rtl] #cfw-payment-request-buttons .wc-amazon-payments-advanced-info {
    text-align: right!important
}

#cfw-payment-request-buttons .wc-amazon-payments-advanced-info #pay_with_amazon {
    background: #f4d281 url(../../images/amazon-pay.svg) no-repeat 50%;
    background-size: 75%;
    cursor: pointer;
    height: 35px;
    line-height: 0;
    margin: 0;
    position: relative;
    width: 140px
}

[dir=ltr] #cfw-payment-request-buttons .wc-amazon-payments-advanced-info #pay_with_amazon {
    float: left
}

[dir=rtl] #cfw-payment-request-buttons .wc-amazon-payments-advanced-info #pay_with_amazon {
    float: right
}

#cfw-payment-request-buttons .wc-amazon-payments-advanced-info #pay_with_amazon img {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wc-apa-widget-change {
    font-size: .5em;
    line-height: 2.5em
}

[dir=ltr] .wc-apa-widget-change {
    margin-right: 2em
}

[dir=rtl] .wc-apa-widget-change {
    margin-left: 2em
}

#amazon_customer_details h3 {
    font-size: 1.25em
}

.wchau-source span.select2-container {
    width: 100%!important
}

.crafty_shipping {
    padding: 0!important;
    width: calc(100% - 40px)!important
}

[dir=ltr] .crafty_shipping {
    float: left!important;
    margin-left: 20px!important
}

[dir=rtl] .crafty_shipping {
    float: right!important;
    margin-right: 20px!important
}

#crafty_postcode_result_display_shipping {
    color: #f04f63;
    margin-bottom: 10px;
    text-align: center
}

#shipping_cp_button {
    background: #999;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #f4f4f4;
    cursor: pointer;
    font-size: 1em;
    padding: 11px 16px;
    text-align: center;
    transition: all .1s ease-in-out;
    width: 100%
}

#shipping_cp_button:hover {
    background: #000
}

#shipping_postcode_search {
    padding: .8em
}

#crafty_shipping_button label {
    display: none
}

[dir=ltr] #cfw-totals-list tr.shipping.recurring-total td {
    text-align: left
}

[dir=rtl] #cfw-totals-list tr.shipping.recurring-total td {
    text-align: right
}

tr.shipping.recurring-total>td>ul {
    margin-top: 0
}

[dir=ltr] tr.shipping.recurring-total>td>ul {
    padding-left: 0
}

[dir=rtl] tr.shipping.recurring-total>td>ul {
    padding-right: 0
}

tr.shipping.recurring-total>td>ul li {
    list-style: none
}

tr.shipping.recurring-total>td>ul li input {
    height: 16px!important;
    min-width: 16px!important;
    width: 16px!important
}

[dir=ltr] tr.shipping.recurring-total>td>ul li input {
    margin-right: .3em
}

[dir=rtl] tr.shipping.recurring-total>td>ul li input {
    margin-left: .3em
}

.subscription-details {
    font-size: .75em;
    letter-spacing: normal;
    white-space: nowrap
}

form .mailchimp-newsletter .woocommerce-form__label-for-checkbox {
    display: inline!important
}

#cielo-card-cvc,#cielo-card-expiry,#cielo-card-holder-name,#cielo-card-number,#cielo-installments {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important;
    font-size: 16px!important;
    font-weight: 400!important
}

.tocheckoutcw-control-label {
    font-weight: 600
}

[dir=ltr] .tocheckoutcw-controls {
    margin-right: 10px
}

[dir=rtl] .tocheckoutcw-controls {
    margin-left: 10px
}

.tocheckoutcw-control-group>.tocheckoutcw-controls {
    margin-top: .5em
}

#cfw #order_review .legal {
    float: none
}

.wcnlpc-address,.wcnlpc-error,.wcnlpc-manual {
    font-size: 14px;
    margin-bottom: 10px
}

[dir=ltr] .wcnlpc-address,[dir=ltr] .wcnlpc-error,[dir=ltr] .wcnlpc-manual {
    margin-left: 20px
}

[dir=rtl] .wcnlpc-address,[dir=rtl] .wcnlpc-error,[dir=rtl] .wcnlpc-manual {
    margin-right: 20px
}

#woocommerce_eu_vat_number {
    margin-bottom: 1em
}

#wp_footer>.yith-wcdls-deals-offer {
    display: initial!important
}

.pakkeshop_dropdown td,.pakkeshop_dropdown th {
    display: block;
    font-weight: 400;
    width: 100%
}

[dir=ltr] .pakkeshop_dropdown td,[dir=ltr] .pakkeshop_dropdown th {
    text-align: left
}

[dir=rtl] .pakkeshop_dropdown td,[dir=rtl] .pakkeshop_dropdown th {
    text-align: right
}

.pakkeshop_dropdown th:after {
    content: ":"
}

#ui-datepicker-div {
    background: #fff;
    display: none;
    padding: 4px
}

.orddd_field_note {
    font-size: .875em!important;
    margin-top: .5em
}

body.checkoutwc-mondial-relay .woocommerce-shipping-fields {
    display: block!important
}

.smarty-tag {
    display: none!important
}

#wc-square-credit-card-credit-card-form .wc-square-credit-card-hosted-field-parent iframe,.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field {
    background: #fff!important;
    border: 1px solid #d9d9d9!important;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box!important;
    color: #333!important;
    font-size: 16px!important;
    height: 3.5em;
    line-height: normal!important;
    padding: .94em .8em!important;
    transition: all .2s ease!important;
    width: 100%!important
}

#wc-square-credit-card-credit-card-form .wc-square-credit-card-hosted-field-parent iframe {
    margin-bottom: .5em
}

main.checkoutwc #wc-square-digital-wallet {
    display: inline-flex;
    max-width: 100%!important;
    padding: 0;
    width: unset
}

[dir=ltr] main.checkoutwc #wc-square-digital-wallet {
    margin: 0 7px 0 0
}

[dir=rtl] main.checkoutwc #wc-square-digital-wallet {
    margin: 0 0 0 7px
}

main.checkoutwc #wc-square-digital-wallet>div {
    border-radius: 5px;
    height: 35px!important;
    max-width: 140px;
    min-width: 140px;
    overflow: hidden
}

[dir=ltr] main.checkoutwc #wc-square-digital-wallet>div:not(:last-of-type) {
    margin: 0 7px 0 0
}

[dir=rtl] main.checkoutwc #wc-square-digital-wallet>div:not(:last-of-type) {
    margin: 0 0 0 7px
}

main.checkoutwc #wc-square-digital-wallet>div.google-pay-button {
    padding: 9px 10px
}

main.checkoutwc #wc-square-digital-wallet #wc-square-wallet-divider {
    display: none
}

.wcsr-input {
    background: #fff;
    border: 1px solid #d9d9d9!important;
    border-radius: 5px;
    margin-bottom: 16px
}

.checkout-wc fieldset.wooSquare-checkout {
    background: none;
    box-shadow: none
}

.checkout-wc fieldset.wooSquare-checkout iframe {
    background: #fff
}

.pickup-location-field {
    margin-top: .5em
}

.pickup-location-field em,.pickup-location-field p,.pickup-location-field span {
    margin-bottom: .5em
}

.ui-datepicker.pickup-location-appointment-datepicker {
    z-index: 1000!important
}

.payment_method_twocheckout #ccNo,.payment_method_twocheckout #cvv {
    background: #fff!important;
    border: 1px solid #d9d9d9!important;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box!important;
    color: #333!important;
    font-size: 16px!important;
    line-height: normal!important;
    padding: .94em .8em!important;
    transition: all .2s ease!important;
    width: 100%
}

.payment_method_twocheckout #ccNo:focus,.payment_method_twocheckout #cvv:focus {
    box-shadow: 0 0 0 2px #c7c7c7;
    outline: 0
}

.payment_method_twocheckout #expMonth,.payment_method_twocheckout #expYear {
    width: auto!important
}

.payment_method_twocheckout .form-row-first {
    width: 100%!important
}

.pvkw_shipping_method_instructions {
    margin-top: .75em
}

.tc-hidden-variation {
    display: none
}

.ywcdd_datepicker_content .form-row {
    margin: 0 0 6px;
    padding: 3px
}

.ywcdd_datepicker_content .form-row [placeholder]:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .5s ease .5s;
    transition: opacity .5s ease .5s
}

.ywcdd_datepicker_content .form-row label {
    line-height: 2
}

.ywcdd_datepicker_content .form-row label.hidden {
    visibility: hidden
}

.ywcdd_datepicker_content .form-row label.inline {
    display: inline
}

.ywcdd_datepicker_content .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: none;
    margin: .5em 0 0;
    padding: 1em;
    position: relative
}

.ywcdd_datepicker_content .form-row .woocommerce-input-wrapper .description a {
    border: 0;
    box-shadow: none;
    color: #fff;
    text-decoration: underline
}

.ywcdd_datepicker_content .form-row .woocommerce-input-wrapper .description:before {
    border-color: #1e85be transparent transparent;
    border-style: solid;
    border-width: 4px 6px 0;
    content: "";
    display: block;
    margin-top: -4px;
    position: absolute;
    top: 0;
    z-index: 100
}

[dir=ltr] .ywcdd_datepicker_content .form-row .woocommerce-input-wrapper .description:before {
    left: 50%;
    transform: translateX(-50%) rotate(180deg)
}

[dir=rtl] .ywcdd_datepicker_content .form-row .woocommerce-input-wrapper .description:before {
    right: 50%;
    transform: translateX(50%) rotate(-180deg)
}

.ywcdd_datepicker_content .form-row select {
    cursor: pointer;
    margin: 0
}

.ywcdd_datepicker_content .form-row .required {
    border: 0!important;
    color: red;
    font-weight: 700;
    text-decoration: none;
    visibility: hidden
}

.ywcdd_datepicker_content .form-row .optional {
    visibility: visible
}

.ywcdd_datepicker_content .form-row .input-checkbox {
    display: inline;
    text-align: center;
    vertical-align: middle
}

[dir=ltr] .ywcdd_datepicker_content .form-row .input-checkbox {
    margin: -2px 8px 0 0
}

[dir=rtl] .ywcdd_datepicker_content .form-row .input-checkbox {
    margin: -2px 0 0 8px
}

.ywcdd_datepicker_content .form-row input.input-text,.ywcdd_datepicker_content .form-row textarea {
    -webkit-appearance: none!important;
    appearance: none!important;
    background: #fff;
    border: 1px solid #d9d9d9!important;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: .8em;
    transition: all .2s ease;
    transition-delay: 0s,0s;
    transition-duration: .2s,0s;
    transition-property: all,width;
    transition-timing-function: ease-out,ease;
    width: 100%
}

.ywcdd_datepicker_content .form-row input.input-text::placeholder,.ywcdd_datepicker_content .form-row textarea::placeholder {
    color: #ccc
}

.ywcdd_datepicker_content .form-row input.input-text:focus,.ywcdd_datepicker_content .form-row textarea:focus {
    box-shadow: 0 0 0 2px #c7c7c7;
    outline: 0
}

.ywcdd_datepicker_content .form-row textarea {
    box-shadow: none;
    display: block;
    height: 4em;
    line-height: 1.5
}

.ywcdd_datepicker_content .form-row .select2-container {
    line-height: 2em;
    width: 100%
}

.ywcdd_datepicker_content .form-row.woocommerce-invalid label {
    color: #a00
}

.ywcdd_datepicker_content .form-row.woocommerce-invalid .select2-container,.ywcdd_datepicker_content .form-row.woocommerce-invalid input.input-text,.ywcdd_datepicker_content .form-row.woocommerce-invalid select {
    border-color: #a00
}

.ywcdd_datepicker_content .form-row.woocommerce-validated .select2-container,.ywcdd_datepicker_content .form-row.woocommerce-validated input.input-text,.ywcdd_datepicker_content .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.ywcdd_datepicker_content .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.ywcdd_datepicker_content .form-row :-moz-placeholder {
    line-height: normal
}

.ywcdd_datepicker_content .form-row :-ms-input-placeholder {
    line-height: normal
}

#klarna-pay-button {
    align-items: center;
    background: #e4eeed;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 35px;
    justify-content: center;
    outline: none;
    padding: 8px;
    transition: all .3s ease;
    width: 140px
}

#klarna-pay-button:hover {
    background: #cbdedc
}

#klarna-pay-button span {
    color: #000;
    font-size: .75em
}

#klarna-pay-button svg {
    display: block;
    height: 100%;
    max-width: 50px;
    width: 100%
}

[dir=ltr] #klarna-pay-button svg {
    margin-left: 6px
}

[dir=rtl] #klarna-pay-button svg {
    margin-right: 6px
}

#klarna-pay-button svg path,#klarna-pay-button svg rect {
    fill: #000
}

main.checkoutwc.woocommerce .woocommerce-form-coupon-toggle {
    display: none
}

main.checkoutwc.woocommerce #kco-wrapper {
    padding: 0
}

#kco-order-review tbody,#kco-order-review td,#kco-order-review tfoot,#kco-order-review th,#kco-order-review thead,#kco-order-review tr {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

#kco-order-review table {
    border-spacing: 0
}

#kco-order-review table,#kco-order-review td,#kco-order-review th {
    border: 1px solid rgba(51,51,51,.1)
}

[dir=ltr] #kco-order-review th {
    border-width: 0 1px 1px 0
}

[dir=rtl] #kco-order-review th {
    border-width: 0 0 1px 1px
}

[dir=ltr] #kco-order-review td {
    border-width: 0 1px 1px 0
}

[dir=rtl] #kco-order-review td {
    border-width: 0 0 1px 1px
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table {
    border: 1px solid rgba(0,0,0,.1);
    border-collapse: separate;
    border-radius: 5px;
    font-size: .9em;
    width: 100%
}

[dir=ltr] #kco-order-review .shop_table.woocommerce-checkout-review-order-table {
    margin: 0 -1px 24px 0;
    text-align: left
}

[dir=rtl] #kco-order-review .shop_table.woocommerce-checkout-review-order-table {
    margin: 0 0 24px -1px;
    text-align: right
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th {
    border-bottom: 1px solid rgba(0,0,0,.1)!important
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td[data-title=Shipping],#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th[data-title=Shipping] {
    padding: 10px!important
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td #shipping_method,#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th #shipping_method {
    border: none
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td #shipping_method .cfw-shipping-methods-list,#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th #shipping_method .cfw-shipping-methods-list {
    border: none;
    margin: 0!important
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td #shipping_method li,#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th #shipping_method li {
    align-items: center;
    display: flex;
    margin-bottom: 6px
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td #shipping_method li:last-child,#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th #shipping_method li:last-child {
    margin-bottom: 0
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td #shipping_method li label,#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th #shipping_method li label {
    border: none;
    border-radius: 0;
    line-height: normal;
    padding: 0;
    width: 100%!important
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td #shipping_method li input,#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th #shipping_method li input {
    font-size: 100%;
    line-height: 1.15;
    margin-bottom: 0
}

[dir=ltr] #kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td #shipping_method li input,[dir=ltr] #kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th #shipping_method li input {
    margin-right: 6px
}

[dir=rtl] #kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td #shipping_method li input,[dir=rtl] #kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th #shipping_method li input {
    margin-left: 6px
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table .quantity .qty {
    text-align: center;
    width: 3.631em
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table .product-name {
    width: auto
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table #shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table td {
    border-top: 1px solid rgba(0,0,0,.1);
    line-height: 1.5em;
    padding: 9px 12px;
    vertical-align: middle
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table th {
    font-weight: 700;
    line-height: 1.5em;
    padding: 9px 12px
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table .shipping__inner {
    padding: 0
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals table.shipping__table {
    border: none;
    width: 100%
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals table.shipping__table td,#kco-order-review .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals table.shipping__table th {
    border-bottom: none!important;
    border-top: none!important
}

#kco-order-review .shop_table.woocommerce-checkout-review-order-table tfoot td,#kco-order-review .shop_table.woocommerce-checkout-review-order-table tfoot th {
    border-top: 1px solid rgba(0,0,0,.1);
    font-weight: 700
}

#order_review .woocommerce-form-login {
    margin-bottom: 40px
}

#order_review .woocommerce-form-login button[type=submit][name=login] {
    max-width: 200px
}

[dir=ltr] #order_review .woocommerce-form-login button[type=submit][name=login] {
    float: right
}

[dir=rtl] #order_review .woocommerce-form-login button[type=submit][name=login] {
    float: left
}

#kco-wrapper .woocommerce-account-fields .form-row {
    margin: 1em 0;
    padding: 3px
}

@media(max-width: 500px) {
    #order_review .woocommerce-form-login {
        display:flex;
        flex-direction: column
    }

    #order_review .woocommerce-form-login .form-row {
        float: none;
        width: 100%
    }

    #order_review .woocommerce-form-login button[type=submit][name=login] {
        float: none;
        max-width: 100%
    }

    #order_review .woocommerce-form-login .woocommerce-form__label-for-checkbox {
        margin-top: 10px
    }
}

@media(max-width: 1100px) {
    main.checkoutwc #kco-order-review {
        box-sizing:border-box;
        float: none;
        margin-bottom: 50px;
        margin-left: 1em;
        margin-right: 1em
    }

    [dir=ltr] main.checkoutwc #kco-order-review {
        padding-right: 0
    }

    [dir=rtl] main.checkoutwc #kco-order-review {
        padding-left: 0
    }

    main.checkoutwc #kco-iframe {
        box-sizing: border-box;
        float: none;
        width: 100%
    }

    [dir=ltr] main.checkoutwc #kco-iframe {
        padding-left: 0
    }

    [dir=rtl] main.checkoutwc #kco-iframe {
        padding-right: 0
    }
}

@media(max-width: 1150px) {
    main.checkoutwc #klarna-checkout-select-other {
        display:inline-block
    }
}

.add_gift_card_form,main.checkoutwc .klarna-checkout-select-other-wrapper {
    margin-top: 1em
}

.add_gift_card_form .woocommerce-error,.add_gift_card_form .woocommerce-info,.add_gift_card_form .woocommerce-message {
    background-color: #fafafa;
    border: 1px solid #dfe3e8;
    border-radius: 5px;
    color: #383d41;
    line-height: 1.625;
    margin-bottom: 1em;
    padding: 10px
}

.add_gift_card_form .woocommerce-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

#wc_gc_cart_code_field .optional {
    display: none
}

header.fl-builder-content {
    margin-bottom: 2em;
    position: relative;
    z-index: 2
}

footer.fl-builder-content {
    margin-top: 2em;
    position: relative;
    z-index: 2
}

#woo-carrier-agents .woo-carrier-agent .woo-carrier-agent-logo img {
    max-width: 100%
}

#cfw-payment-request-buttons .wc-stripe-banner-checkout.active {
    margin-bottom: 0!important;
    margin-top: 0!important;
    max-width: 100%!important;
    padding: 0
}

[dir=ltr] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active {
    margin-right: 0!important
}

[dir=rtl] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active {
    margin-left: 0!important
}

#cfw-payment-request-buttons .wc-stripe-banner-checkout.active .banner-title {
    display: none
}

#cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways {
    display: flex
}

#cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways .wc-stripe-checkout-banner-gateway {
    overflow: hidden
}

[dir=ltr] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways {
    margin-right: 7px!important
}

[dir=rtl] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways {
    margin-left: 7px!important
}

#cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway {
    margin-bottom: 0
}

[dir=ltr] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway {
    margin-right: 7px!important
}

[dir=rtl] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway {
    margin-left: 7px!important
}

#cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway>div {
    border: none!important;
    border-radius: 5px;
    margin-bottom: .5em;
    max-height: 35px;
    max-width: 140px!important;
    min-width: 140px;
    overflow: hidden
}

[dir=ltr] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway>div {
    margin-right: 0!important
}

[dir=rtl] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway>div {
    margin-left: 0!important
}

[dir=ltr] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway:last-child {
    margin-right: 0!important
}

[dir=rtl] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway:last-child {
    margin-left: 0!important
}

#cfw-payment-request-buttons .wc-stripe-banner-checkout.active li.wc-stripe-checkout-banner-gateway button {
    max-height: 35px!important;
    min-height: 35px!important
}

[dir=ltr] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active li.wc-stripe-checkout-banner-gateway button {
    margin-right: 0!important
}

[dir=rtl] #cfw-payment-request-buttons .wc-stripe-banner-checkout.active li.wc-stripe-checkout-banner-gateway button {
    margin-left: 0!important
}

main.checkoutwc .gpay-button {
    background-position: 50%!important;
    background-repeat: no-repeat!important
}

main.checkoutwc .wc-stripe-paymentRequest-icons-container {
    display: none
}

#wc-od {
    margin-bottom: 2em
}

#wc-od p {
    margin-bottom: .5em
}

#cfw-payment-request-buttons .mobilepay-checkout__headline,#cfw-payment-request-buttons .mobilepay-checkout__text {
    display: none
}

#woo-ml-subscribe {
    display: flex;
    margin-top: .5em
}

#woo-ml-subscribe label {
    font-size: .875em
}

.woocommerce-checkout-payment .woo_recaptcha_field {
    float: none!important
}

main.checkoutwc .wjecf-select-free-products h3 {
    font-size: 1em;
    text-transform: none
}

main.checkoutwc .wjecf-select-free-products img {
    height: auto;
    width: 100%
}

[dir=ltr] main.checkoutwc .cfw-woocommerce-subscription-gifting .woocommerce_subscription_gifting_checkbox {
    margin-right: 0
}

[dir=rtl] main.checkoutwc .cfw-woocommerce-subscription-gifting .woocommerce_subscription_gifting_checkbox {
    margin-left: 0
}

main.checkoutwc .cfw-woocommerce-subscription-gifting label {
    font-size: .875em
}

main.checkoutwc .cfw-woocommerce-subscription-gifting .woocommerce_subscriptions_gifting_recipient_email input {
    -webkit-appearance: none!important;
    appearance: none!important;
    background: #fff;
    border: 1px solid #d9d9d9!important;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: .25em 0 0;
    outline: 0;
    padding: .8em;
    transition: all .2s ease;
    transition-delay: 0s,0s;
    transition-duration: .2s,0s;
    transition-property: all,width;
    transition-timing-function: ease-out,ease;
    width: 100%
}

main.checkoutwc .cfw-woocommerce-subscription-gifting .woocommerce_subscriptions_gifting_recipient_email input::placeholder {
    color: #ccc
}

main.checkoutwc .cfw-woocommerce-subscription-gifting .woocommerce_subscriptions_gifting_recipient_email input:focus {
    box-shadow: 0 0 0 2px #c7c7c7;
    outline: 0
}

main.checkoutwc .cfw-woocommerce-subscription-gifting fieldset {
    background-color: #f0f8ff;
    border: 1px solid #e1f1ff!important;
    border-radius: 5px;
    padding: 8px
}

div[id^=jckwds-] {
    margin-bottom: .5em
}

.woocommerce-myparcel__delivery-options {
    margin-top: 1em
}

[dir=ltr] .sa_billing_addresses_container .options_container,[dir=ltr] .sa_shipping_addresses_container .options_container {
    margin-left: 0
}

[dir=rtl] .sa_billing_addresses_container .options_container,[dir=rtl] .sa_shipping_addresses_container .options_container {
    margin-right: 0
}

.sa_billing_addresses_container .single_address,.sa_shipping_addresses_container .single_address {
    margin: 1em
}

[dir=ltr] .sa_billing_addresses_container .address_container_billing,[dir=ltr] .sa_billing_addresses_container .address_container_shipping,[dir=ltr] .sa_shipping_addresses_container .address_container_billing,[dir=ltr] .sa_shipping_addresses_container .address_container_shipping {
    margin-left: 0;
    margin-right: 1em
}

[dir=rtl] .sa_billing_addresses_container .address_container_billing,[dir=rtl] .sa_billing_addresses_container .address_container_shipping,[dir=rtl] .sa_shipping_addresses_container .address_container_billing,[dir=rtl] .sa_shipping_addresses_container .address_container_shipping {
    margin-left: 1em;
    margin-right: 0
}

#sendcloudshipping_service_point_select {
    margin-bottom: .5em;
    margin-top: .5em
}

@media(max-width: 375px) {
    [dir=ltr] #sendcloudshipping_service_point_select,[dir=ltr] #sendcloudshipping_service_point_selected_label {
        margin-left:0
    }

    [dir=rtl] #sendcloudshipping_service_point_select,[dir=rtl] #sendcloudshipping_service_point_selected_label {
        margin-right: 0
    }
}

#sendcloudshipping_service_point_selected_label {
    font-size: .875em
}

#coupons_list {
    margin-bottom: .75em
}

#coupons_list h3 {
    font-size: 1.2em
}

#commercekit-timer {
    margin-bottom: 2em
}

#ppcp-credit-card-gateway-card-cvc,#ppcp-credit-card-gateway-card-expiry,#ppcp-credit-card-gateway-card-number {
    height: 46.21875px!important
}

#ppcp-hosted-fields button.button {
    background: var(--cfw-buttons-primary-background-color);
    border: 1px solid var(--cfw-buttons-primary-background-color);
    border-radius: 5px;
    box-sizing: border-box;
    color: var(--cfw-buttons-primary-text-color);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding: 19px 15px;
    text-decoration: none;
    transition: all .3s ease-in-out
}

#ppcp-hosted-fields button.button:hover {
    background: var(--cfw-buttons-primary-hover-background-color);
    border-color: var(--cfw-buttons-primary-hover-background-color);
    color: var(--cfw-buttons-primary-hover-text-color)
}

#ppcp-hosted-fields button.button:focus {
    outline-style: none
}

#cfw-payment-request-buttons #wcpay-payment-request-wrapper {
    clear: none!important;
    order: 2;
    padding-top: 0!important;
    width: 140px
}

#cfw-payment-request-buttons #wcpay-payment-request-button {
    height: 35px
}

#wcpay-payment-request-button-separator {
    display: none
}

.myparcel-delivery-options .myparcel-delivery-options__modal--full {
    padding: 0!important
}

#ui-datepicker-div {
    z-index: 99999!important
}

.wc-ppcp-checkoutwc-express__container {
    border: none!important;
    border-radius: 5px;
    margin-bottom: .5em;
    max-height: 35px;
    max-width: 140px!important;
    min-width: 140px;
    overflow: hidden
}

[dir=ltr] .wc-ppcp-checkoutwc-express__container {
    margin-right: 7px!important
}

[dir=rtl] .wc-ppcp-checkoutwc-express__container {
    margin-left: 7px!important
}

#vat_self_certify_field {
    *zoom:1;display: block
}

#vat_self_certify_field:after,#vat_self_certify_field:before {
    content: " ";
    display: table
}

#vat_self_certify_field:after {
    clear: both
}

#vat_self_certify_field>label {
    display: block;
    float: none!important;
    margin-bottom: 1em
}

[dir=ltr] #vat_self_certify_field>label {
    margin-left: 0!important
}

[dir=rtl] #vat_self_certify_field>label {
    margin-right: 0!important
}

#vat_self_certify_field>.woocommerce-input-wrapper {
    display: block
}

#woocommerce_eu_vat_compliance_vat_number>p {
    margin-bottom: .8em
}

#woocommerce_eu_vat_compliance_self_certify .form-row label {
    margin-top: 0
}

tr.bundle_table_item td,tr.bundle_table_item th {
    border-bottom: none!important;
    padding-bottom: 0!important
}

[dir=ltr] tr.bundled_table_item .cfw-cart-item-image {
    padding-left: 1em!important
}

[dir=rtl] tr.bundled_table_item .cfw-cart-item-image {
    padding-right: 1em!important
}

tr.bundled_table_item td,tr.bundled_table_item th {
    border-bottom: none!important;
    padding-bottom: 0!important
}

.cfw-side-cart-contents tr.bundled_table_item:last-child td:not(.visually-hidden),.cfw-side-cart-contents tr.bundled_table_item:last-child th:not(.visually-hidden) {
    border-bottom: 1px solid #d3d4d5!important;
    padding-bottom: 1em!important
}

.cfw-side-cart-contents tr.bundled_table_item+tr:not(.bundled_table_item) .cfw-remove-item-button {
    top: 1.5em
}

.cfw-side-cart-contents tr.bundled_table_item+tr:not(.bundled_table_item) td:not(.visually-hidden),.cfw-side-cart-contents tr.bundled_table_item+tr:not(.bundled_table_item) th:not(.visually-hidden) {
    position: relative
}

.cfw-side-cart-contents tr.bundled_table_item+tr:not(.bundled_table_item) td:not(.visually-hidden):before,.cfw-side-cart-contents tr.bundled_table_item+tr:not(.bundled_table_item) th:not(.visually-hidden):before {
    border-top: 1px solid #d3d4d5;
    content: "";
    left: 0;
    margin-top: 1em;
    position: absolute;
    right: 0;
    top: 0
}

.cfw-side-cart-contents tr.bundled_table_item+tr:not(.bundled_table_item) td,.cfw-side-cart-contents tr.bundled_table_item+tr:not(.bundled_table_item) th,body.checkout tr.bundled_table_item+tr:not(.bundled_table_item) td,body.checkout tr.bundled_table_item+tr:not(.bundled_table_item) th {
    padding-top: 2em!important
}

.iti {
    display: inline-block;
    position: relative
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,.iti input[type=tel],.iti input[type=text] {
    margin-bottom: 0!important;
    margin-top: 0!important;
    position: relative;
    z-index: 0
}

[dir=ltr] .iti input,[dir=ltr] .iti input[type=tel],[dir=ltr] .iti input[type=text] {
    margin-right: 0;
    padding-right: 36px
}

[dir=rtl] .iti input,[dir=rtl] .iti input[type=tel],[dir=rtl] .iti input[type=text] {
    margin-left: 0;
    padding-left: 36px
}

.iti__flag-container {
    bottom: 0;
    padding: 1px;
    position: absolute;
    top: 0
}

[dir=ltr] .iti__flag-container {
    right: 0
}

[dir=rtl] .iti__flag-container {
    left: 0
}

.iti__selected-flag {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 1
}

[dir=ltr] .iti__selected-flag {
    padding: 0 6px 0 8px
}

[dir=rtl] .iti__selected-flag {
    padding: 0 8px 0 6px
}

.iti__arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
    height: 0;
    width: 0
}

[dir=ltr] .iti__arrow {
    margin-left: 6px
}

[dir=rtl] .iti__arrow {
    margin-right: 6px
}

.iti__arrow--up {
    border-bottom: 4px solid #555;
    border-top: none
}

.iti__country-list {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 2
}

[dir=ltr] .iti__country-list {
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    margin: 0 0 0 -1px;
    text-align: left
}

[dir=rtl] .iti__country-list {
    box-shadow: -1px 1px 4px rgba(0,0,0,.2);
    margin: 0 -1px 0 0;
    text-align: right
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media(max-width: 500px) {
    .iti__country-list {
        white-space:normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.iti__country {
    outline: none;
    padding: 5px 10px
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0,0,0,.05)
}

.iti__country-name,.iti__dial-code,.iti__flag-box {
    vertical-align: middle
}

[dir=ltr] .iti__country-name,[dir=ltr] .iti__flag-box {
    margin-right: 6px
}

[dir=rtl] .iti__country-name,[dir=rtl] .iti__flag-box {
    margin-left: 6px
}

[dir=ltr] .iti--allow-dropdown input,[dir=ltr] .iti--allow-dropdown input[type=tel],[dir=ltr] .iti--allow-dropdown input[type=text],[dir=ltr] .iti--separate-dial-code input,[dir=ltr] .iti--separate-dial-code input[type=tel],[dir=ltr] .iti--separate-dial-code input[type=text] {
    margin-left: 0;
    padding-left: 52px;
    padding-right: 6px
}

[dir=rtl] .iti--allow-dropdown input,[dir=rtl] .iti--allow-dropdown input[type=tel],[dir=rtl] .iti--allow-dropdown input[type=text],[dir=rtl] .iti--separate-dial-code input,[dir=rtl] .iti--separate-dial-code input[type=tel],[dir=rtl] .iti--separate-dial-code input[type=text] {
    margin-right: 0;
    padding-left: 6px;
    padding-right: 52px
}

[dir=ltr] .iti--allow-dropdown .iti__flag-container,[dir=ltr] .iti--separate-dial-code .iti__flag-container {
    left: 0;
    right: auto
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container,[dir=rtl] .iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

[dir=ltr] .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

[dir=rtl] .iti--separate-dial-code .iti__selected-dial-code {
    margin-right: 6px
}

.iti--container {
    padding: 1px;
    position: absolute;
    top: -1000px;
    z-index: 1060
}

[dir=ltr] .iti--container {
    left: -1000px
}

[dir=rtl] .iti--container {
    right: -1000px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    bottom: 30px;
    left: 30px;
    position: fixed;
    right: 30px;
    top: 30px
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    line-height: 1.5em;
    padding: 10px
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-size:5652px 15px
    }
}

.iti__flag.iti__ac {
    background-position: 0 0;
    height: 10px
}

.iti__flag.iti__ad {
    background-position: -22px 0;
    height: 14px
}

.iti__flag.iti__ae {
    background-position: -44px 0;
    height: 10px
}

.iti__flag.iti__af {
    background-position: -66px 0;
    height: 14px
}

.iti__flag.iti__ag {
    background-position: -88px 0;
    height: 14px
}

.iti__flag.iti__ai {
    background-position: -110px 0;
    height: 10px
}

.iti__flag.iti__al {
    background-position: -132px 0;
    height: 15px
}

.iti__flag.iti__am {
    background-position: -154px 0;
    height: 10px
}

.iti__flag.iti__ao {
    background-position: -176px 0;
    height: 14px
}

.iti__flag.iti__aq {
    background-position: -198px 0;
    height: 14px
}

.iti__flag.iti__ar {
    background-position: -220px 0;
    height: 13px
}

.iti__flag.iti__as {
    background-position: -242px 0;
    height: 10px
}

.iti__flag.iti__at {
    background-position: -264px 0;
    height: 14px
}

.iti__flag.iti__au {
    background-position: -286px 0;
    height: 10px
}

.iti__flag.iti__aw {
    background-position: -308px 0;
    height: 14px
}

.iti__flag.iti__ax {
    background-position: -330px 0;
    height: 13px
}

.iti__flag.iti__az {
    background-position: -352px 0;
    height: 10px
}

.iti__flag.iti__ba {
    background-position: -374px 0;
    height: 10px
}

.iti__flag.iti__bb {
    background-position: -396px 0;
    height: 14px
}

.iti__flag.iti__bd {
    background-position: -418px 0;
    height: 12px
}

.iti__flag.iti__be {
    background-position: -440px 0;
    height: 15px
}

.iti__flag.iti__bf {
    background-position: -460px 0;
    height: 14px
}

.iti__flag.iti__bg {
    background-position: -482px 0;
    height: 12px
}

.iti__flag.iti__bh {
    background-position: -504px 0;
    height: 12px
}

.iti__flag.iti__bi {
    background-position: -526px 0;
    height: 12px
}

.iti__flag.iti__bj {
    background-position: -548px 0;
    height: 14px
}

.iti__flag.iti__bl {
    background-position: -570px 0;
    height: 14px
}

.iti__flag.iti__bm {
    background-position: -592px 0;
    height: 10px
}

.iti__flag.iti__bn {
    background-position: -614px 0;
    height: 10px
}

.iti__flag.iti__bo {
    background-position: -636px 0;
    height: 14px
}

.iti__flag.iti__bq {
    background-position: -658px 0;
    height: 14px
}

.iti__flag.iti__br {
    background-position: -680px 0;
    height: 14px
}

.iti__flag.iti__bs {
    background-position: -702px 0;
    height: 10px
}

.iti__flag.iti__bt {
    background-position: -724px 0;
    height: 14px
}

.iti__flag.iti__bv {
    background-position: -746px 0;
    height: 15px
}

.iti__flag.iti__bw {
    background-position: -768px 0;
    height: 14px
}

.iti__flag.iti__by {
    background-position: -790px 0;
    height: 10px
}

.iti__flag.iti__bz {
    background-position: -812px 0;
    height: 14px
}

.iti__flag.iti__ca {
    background-position: -834px 0;
    height: 10px
}

.iti__flag.iti__cc {
    background-position: -856px 0;
    height: 10px
}

.iti__flag.iti__cd {
    background-position: -878px 0;
    height: 15px
}

.iti__flag.iti__cf {
    background-position: -900px 0;
    height: 14px
}

.iti__flag.iti__cg {
    background-position: -922px 0;
    height: 14px
}

.iti__flag.iti__ch {
    background-position: -944px 0;
    height: 15px
}

.iti__flag.iti__ci {
    background-position: -961px 0;
    height: 14px
}

.iti__flag.iti__ck {
    background-position: -983px 0;
    height: 10px
}

.iti__flag.iti__cl {
    background-position: -1005px 0;
    height: 14px
}

.iti__flag.iti__cm {
    background-position: -1027px 0;
    height: 14px
}

.iti__flag.iti__cn {
    background-position: -1049px 0;
    height: 14px
}

.iti__flag.iti__co {
    background-position: -1071px 0;
    height: 14px
}

.iti__flag.iti__cp {
    background-position: -1093px 0;
    height: 14px
}

.iti__flag.iti__cr {
    background-position: -1115px 0;
    height: 12px
}

.iti__flag.iti__cu {
    background-position: -1137px 0;
    height: 10px
}

.iti__flag.iti__cv {
    background-position: -1159px 0;
    height: 12px
}

.iti__flag.iti__cw {
    background-position: -1181px 0;
    height: 14px
}

.iti__flag.iti__cx {
    background-position: -1203px 0;
    height: 10px
}

.iti__flag.iti__cy {
    background-position: -1225px 0;
    height: 14px
}

.iti__flag.iti__cz {
    background-position: -1247px 0;
    height: 14px
}

.iti__flag.iti__de {
    background-position: -1269px 0;
    height: 12px
}

.iti__flag.iti__dg {
    background-position: -1291px 0;
    height: 10px
}

.iti__flag.iti__dj {
    background-position: -1313px 0;
    height: 14px
}

.iti__flag.iti__dk {
    background-position: -1335px 0;
    height: 15px
}

.iti__flag.iti__dm {
    background-position: -1357px 0;
    height: 10px
}

.iti__flag.iti__do {
    background-position: -1379px 0;
    height: 14px
}

.iti__flag.iti__dz {
    background-position: -1401px 0;
    height: 14px
}

.iti__flag.iti__ea {
    background-position: -1423px 0;
    height: 14px
}

.iti__flag.iti__ec {
    background-position: -1445px 0;
    height: 14px
}

.iti__flag.iti__ee {
    background-position: -1467px 0;
    height: 13px
}

.iti__flag.iti__eg {
    background-position: -1489px 0;
    height: 14px
}

.iti__flag.iti__eh {
    background-position: -1511px 0;
    height: 10px
}

.iti__flag.iti__er {
    background-position: -1533px 0;
    height: 10px
}

.iti__flag.iti__es {
    background-position: -1555px 0;
    height: 14px
}

.iti__flag.iti__et {
    background-position: -1577px 0;
    height: 10px
}

.iti__flag.iti__eu {
    background-position: -1599px 0;
    height: 14px
}

.iti__flag.iti__fi {
    background-position: -1621px 0;
    height: 12px
}

.iti__flag.iti__fj {
    background-position: -1643px 0;
    height: 10px
}

.iti__flag.iti__fk {
    background-position: -1665px 0;
    height: 10px
}

.iti__flag.iti__fm {
    background-position: -1687px 0;
    height: 11px
}

.iti__flag.iti__fo {
    background-position: -1709px 0;
    height: 15px
}

.iti__flag.iti__fr {
    background-position: -1731px 0;
    height: 14px
}

.iti__flag.iti__ga {
    background-position: -1753px 0;
    height: 15px
}

.iti__flag.iti__gb {
    background-position: -1775px 0;
    height: 10px
}

.iti__flag.iti__gd {
    background-position: -1797px 0;
    height: 12px
}

.iti__flag.iti__ge {
    background-position: -1819px 0;
    height: 14px
}

.iti__flag.iti__gf {
    background-position: -1841px 0;
    height: 14px
}

.iti__flag.iti__gg {
    background-position: -1863px 0;
    height: 14px
}

.iti__flag.iti__gh {
    background-position: -1885px 0;
    height: 14px
}

.iti__flag.iti__gi {
    background-position: -1907px 0;
    height: 10px
}

.iti__flag.iti__gl {
    background-position: -1929px 0;
    height: 14px
}

.iti__flag.iti__gm {
    background-position: -1951px 0;
    height: 14px
}

.iti__flag.iti__gn {
    background-position: -1973px 0;
    height: 14px
}

.iti__flag.iti__gp {
    background-position: -1995px 0;
    height: 14px
}

.iti__flag.iti__gq {
    background-position: -2017px 0;
    height: 14px
}

.iti__flag.iti__gr {
    background-position: -2039px 0;
    height: 14px
}

.iti__flag.iti__gs {
    background-position: -2061px 0;
    height: 10px
}

.iti__flag.iti__gt {
    background-position: -2083px 0;
    height: 13px
}

.iti__flag.iti__gu {
    background-position: -2105px 0;
    height: 11px
}

.iti__flag.iti__gw {
    background-position: -2127px 0;
    height: 10px
}

.iti__flag.iti__gy {
    background-position: -2149px 0;
    height: 12px
}

.iti__flag.iti__hk {
    background-position: -2171px 0;
    height: 14px
}

.iti__flag.iti__hm {
    background-position: -2193px 0;
    height: 10px
}

.iti__flag.iti__hn {
    background-position: -2215px 0;
    height: 10px
}

.iti__flag.iti__hr {
    background-position: -2237px 0;
    height: 10px
}

.iti__flag.iti__ht {
    background-position: -2259px 0;
    height: 12px
}

.iti__flag.iti__hu {
    background-position: -2281px 0;
    height: 10px
}

.iti__flag.iti__ic {
    background-position: -2303px 0;
    height: 14px
}

.iti__flag.iti__id {
    background-position: -2325px 0;
    height: 14px
}

.iti__flag.iti__ie {
    background-position: -2347px 0;
    height: 10px
}

.iti__flag.iti__il {
    background-position: -2369px 0;
    height: 15px
}

.iti__flag.iti__im {
    background-position: -2391px 0;
    height: 10px
}

.iti__flag.iti__in {
    background-position: -2413px 0;
    height: 14px
}

.iti__flag.iti__io {
    background-position: -2435px 0;
    height: 10px
}

.iti__flag.iti__iq {
    background-position: -2457px 0;
    height: 14px
}

.iti__flag.iti__ir {
    background-position: -2479px 0;
    height: 12px
}

.iti__flag.iti__is {
    background-position: -2501px 0;
    height: 15px
}

.iti__flag.iti__it {
    background-position: -2523px 0;
    height: 14px
}

.iti__flag.iti__je {
    background-position: -2545px 0;
    height: 12px
}

.iti__flag.iti__jm {
    background-position: -2567px 0;
    height: 10px
}

.iti__flag.iti__jo {
    background-position: -2589px 0;
    height: 10px
}

.iti__flag.iti__jp {
    background-position: -2611px 0;
    height: 14px
}

.iti__flag.iti__ke {
    background-position: -2633px 0;
    height: 14px
}

.iti__flag.iti__kg {
    background-position: -2655px 0;
    height: 12px
}

.iti__flag.iti__kh {
    background-position: -2677px 0;
    height: 13px
}

.iti__flag.iti__ki {
    background-position: -2699px 0;
    height: 10px
}

.iti__flag.iti__km {
    background-position: -2721px 0;
    height: 12px
}

.iti__flag.iti__kn {
    background-position: -2743px 0;
    height: 14px
}

.iti__flag.iti__kp {
    background-position: -2765px 0;
    height: 10px
}

.iti__flag.iti__kr {
    background-position: -2787px 0;
    height: 14px
}

.iti__flag.iti__kw {
    background-position: -2809px 0;
    height: 10px
}

.iti__flag.iti__ky {
    background-position: -2831px 0;
    height: 10px
}

.iti__flag.iti__kz {
    background-position: -2853px 0;
    height: 10px
}

.iti__flag.iti__la {
    background-position: -2875px 0;
    height: 14px
}

.iti__flag.iti__lb {
    background-position: -2897px 0;
    height: 14px
}

.iti__flag.iti__lc {
    background-position: -2919px 0;
    height: 10px
}

.iti__flag.iti__li {
    background-position: -2941px 0;
    height: 12px
}

.iti__flag.iti__lk {
    background-position: -2963px 0;
    height: 10px
}

.iti__flag.iti__lr {
    background-position: -2985px 0;
    height: 11px
}

.iti__flag.iti__ls {
    background-position: -3007px 0;
    height: 14px
}

.iti__flag.iti__lt {
    background-position: -3029px 0;
    height: 12px
}

.iti__flag.iti__lu {
    background-position: -3051px 0;
    height: 12px
}

.iti__flag.iti__lv {
    background-position: -3073px 0;
    height: 10px
}

.iti__flag.iti__ly {
    background-position: -3095px 0;
    height: 10px
}

.iti__flag.iti__ma {
    background-position: -3117px 0;
    height: 14px
}

.iti__flag.iti__mc {
    background-position: -3139px 0;
    height: 15px
}

.iti__flag.iti__md {
    background-position: -3160px 0;
    height: 10px
}

.iti__flag.iti__me {
    background-position: -3182px 0;
    height: 10px
}

.iti__flag.iti__mf {
    background-position: -3204px 0;
    height: 14px
}

.iti__flag.iti__mg {
    background-position: -3226px 0;
    height: 14px
}

.iti__flag.iti__mh {
    background-position: -3248px 0;
    height: 11px
}

.iti__flag.iti__mk {
    background-position: -3270px 0;
    height: 10px
}

.iti__flag.iti__ml {
    background-position: -3292px 0;
    height: 14px
}

.iti__flag.iti__mm {
    background-position: -3314px 0;
    height: 14px
}

.iti__flag.iti__mn {
    background-position: -3336px 0;
    height: 10px
}

.iti__flag.iti__mo {
    background-position: -3358px 0;
    height: 14px
}

.iti__flag.iti__mp {
    background-position: -3380px 0;
    height: 10px
}

.iti__flag.iti__mq {
    background-position: -3402px 0;
    height: 14px
}

.iti__flag.iti__mr {
    background-position: -3424px 0;
    height: 14px
}

.iti__flag.iti__ms {
    background-position: -3446px 0;
    height: 10px
}

.iti__flag.iti__mt {
    background-position: -3468px 0;
    height: 14px
}

.iti__flag.iti__mu {
    background-position: -3490px 0;
    height: 14px
}

.iti__flag.iti__mv {
    background-position: -3512px 0;
    height: 14px
}

.iti__flag.iti__mw {
    background-position: -3534px 0;
    height: 14px
}

.iti__flag.iti__mx {
    background-position: -3556px 0;
    height: 12px
}

.iti__flag.iti__my {
    background-position: -3578px 0;
    height: 10px
}

.iti__flag.iti__mz {
    background-position: -3600px 0;
    height: 14px
}

.iti__flag.iti__na {
    background-position: -3622px 0;
    height: 14px
}

.iti__flag.iti__nc {
    background-position: -3644px 0;
    height: 10px
}

.iti__flag.iti__ne {
    background-position: -3666px 0;
    height: 15px
}

.iti__flag.iti__nf {
    background-position: -3686px 0;
    height: 10px
}

.iti__flag.iti__ng {
    background-position: -3708px 0;
    height: 10px
}

.iti__flag.iti__ni {
    background-position: -3730px 0;
    height: 12px
}

.iti__flag.iti__nl {
    background-position: -3752px 0;
    height: 14px
}

.iti__flag.iti__no {
    background-position: -3774px 0;
    height: 15px
}

.iti__flag.iti__np {
    background-position: -3796px 0;
    height: 15px
}

.iti__flag.iti__nr {
    background-position: -3811px 0;
    height: 10px
}

.iti__flag.iti__nu {
    background-position: -3833px 0;
    height: 10px
}

.iti__flag.iti__nz {
    background-position: -3855px 0;
    height: 10px
}

.iti__flag.iti__om {
    background-position: -3877px 0;
    height: 10px
}

.iti__flag.iti__pa {
    background-position: -3899px 0;
    height: 14px
}

.iti__flag.iti__pe {
    background-position: -3921px 0;
    height: 14px
}

.iti__flag.iti__pf {
    background-position: -3943px 0;
    height: 14px
}

.iti__flag.iti__pg {
    background-position: -3965px 0;
    height: 15px
}

.iti__flag.iti__ph {
    background-position: -3987px 0;
    height: 10px
}

.iti__flag.iti__pk {
    background-position: -4009px 0;
    height: 14px
}

.iti__flag.iti__pl {
    background-position: -4031px 0;
    height: 13px
}

.iti__flag.iti__pm {
    background-position: -4053px 0;
    height: 14px
}

.iti__flag.iti__pn {
    background-position: -4075px 0;
    height: 10px
}

.iti__flag.iti__pr {
    background-position: -4097px 0;
    height: 14px
}

.iti__flag.iti__ps {
    background-position: -4119px 0;
    height: 10px
}

.iti__flag.iti__pt {
    background-position: -4141px 0;
    height: 14px
}

.iti__flag.iti__pw {
    background-position: -4163px 0;
    height: 13px
}

.iti__flag.iti__py {
    background-position: -4185px 0;
    height: 11px
}

.iti__flag.iti__qa {
    background-position: -4207px 0;
    height: 8px
}

.iti__flag.iti__re {
    background-position: -4229px 0;
    height: 14px
}

.iti__flag.iti__ro {
    background-position: -4251px 0;
    height: 14px
}

.iti__flag.iti__rs {
    background-position: -4273px 0;
    height: 14px
}

.iti__flag.iti__ru {
    background-position: -4295px 0;
    height: 14px
}

.iti__flag.iti__rw {
    background-position: -4317px 0;
    height: 14px
}

.iti__flag.iti__sa {
    background-position: -4339px 0;
    height: 14px
}

.iti__flag.iti__sb {
    background-position: -4361px 0;
    height: 10px
}

.iti__flag.iti__sc {
    background-position: -4383px 0;
    height: 10px
}

.iti__flag.iti__sd {
    background-position: -4405px 0;
    height: 10px
}

.iti__flag.iti__se {
    background-position: -4427px 0;
    height: 13px
}

.iti__flag.iti__sg {
    background-position: -4449px 0;
    height: 14px
}

.iti__flag.iti__sh {
    background-position: -4471px 0;
    height: 10px
}

.iti__flag.iti__si {
    background-position: -4493px 0;
    height: 10px
}

.iti__flag.iti__sj {
    background-position: -4515px 0;
    height: 15px
}

.iti__flag.iti__sk {
    background-position: -4537px 0;
    height: 14px
}

.iti__flag.iti__sl {
    background-position: -4559px 0;
    height: 14px
}

.iti__flag.iti__sm {
    background-position: -4581px 0;
    height: 15px
}

.iti__flag.iti__sn {
    background-position: -4603px 0;
    height: 14px
}

.iti__flag.iti__so {
    background-position: -4625px 0;
    height: 14px
}

.iti__flag.iti__sr {
    background-position: -4647px 0;
    height: 14px
}

.iti__flag.iti__ss {
    background-position: -4669px 0;
    height: 10px
}

.iti__flag.iti__st {
    background-position: -4691px 0;
    height: 10px
}

.iti__flag.iti__sv {
    background-position: -4713px 0;
    height: 12px
}

.iti__flag.iti__sx {
    background-position: -4735px 0;
    height: 14px
}

.iti__flag.iti__sy {
    background-position: -4757px 0;
    height: 14px
}

.iti__flag.iti__sz {
    background-position: -4779px 0;
    height: 14px
}

.iti__flag.iti__ta {
    background-position: -4801px 0;
    height: 10px
}

.iti__flag.iti__tc {
    background-position: -4823px 0;
    height: 10px
}

.iti__flag.iti__td {
    background-position: -4845px 0;
    height: 14px
}

.iti__flag.iti__tf {
    background-position: -4867px 0;
    height: 14px
}

.iti__flag.iti__tg {
    background-position: -4889px 0;
    height: 13px
}

.iti__flag.iti__th {
    background-position: -4911px 0;
    height: 14px
}

.iti__flag.iti__tj {
    background-position: -4933px 0;
    height: 10px
}

.iti__flag.iti__tk {
    background-position: -4955px 0;
    height: 10px
}

.iti__flag.iti__tl {
    background-position: -4977px 0;
    height: 10px
}

.iti__flag.iti__tm {
    background-position: -4999px 0;
    height: 14px
}

.iti__flag.iti__tn {
    background-position: -5021px 0;
    height: 14px
}

.iti__flag.iti__to {
    background-position: -5043px 0;
    height: 10px
}

.iti__flag.iti__tr {
    background-position: -5065px 0;
    height: 14px
}

.iti__flag.iti__tt {
    background-position: -5087px 0;
    height: 12px
}

.iti__flag.iti__tv {
    background-position: -5109px 0;
    height: 10px
}

.iti__flag.iti__tw {
    background-position: -5131px 0;
    height: 14px
}

.iti__flag.iti__tz {
    background-position: -5153px 0;
    height: 14px
}

.iti__flag.iti__ua {
    background-position: -5175px 0;
    height: 14px
}

.iti__flag.iti__ug {
    background-position: -5197px 0;
    height: 14px
}

.iti__flag.iti__um {
    background-position: -5219px 0;
    height: 11px
}

.iti__flag.iti__un {
    background-position: -5241px 0;
    height: 14px
}

.iti__flag.iti__us {
    background-position: -5263px 0;
    height: 11px
}

.iti__flag.iti__uy {
    background-position: -5285px 0;
    height: 14px
}

.iti__flag.iti__uz {
    background-position: -5307px 0;
    height: 10px
}

.iti__flag.iti__va {
    background-position: -5329px 0;
    height: 15px
}

.iti__flag.iti__vc {
    background-position: -5346px 0;
    height: 14px
}

.iti__flag.iti__ve {
    background-position: -5368px 0;
    height: 14px
}

.iti__flag.iti__vg {
    background-position: -5390px 0;
    height: 10px
}

.iti__flag.iti__vi {
    background-position: -5412px 0;
    height: 14px
}

.iti__flag.iti__vn {
    background-position: -5434px 0;
    height: 14px
}

.iti__flag.iti__vu {
    background-position: -5456px 0;
    height: 12px
}

.iti__flag.iti__wf {
    background-position: -5478px 0;
    height: 14px
}

.iti__flag.iti__ws {
    background-position: -5500px 0;
    height: 10px
}

.iti__flag.iti__xk {
    background-position: -5522px 0;
    height: 15px
}

.iti__flag.iti__ye {
    background-position: -5544px 0;
    height: 14px
}

.iti__flag.iti__yt {
    background-position: -5566px 0;
    height: 14px
}

.iti__flag.iti__za {
    background-position: -5588px 0;
    height: 14px
}

.iti__flag.iti__zm {
    background-position: -5610px 0;
    height: 14px
}

.iti__flag.iti__zw {
    background-position: -5632px 0;
    height: 10px
}

.iti__flag {
    background-color: #dbdbdb;
    background-image: url(../img/flags.png);
    background-position: 20px 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 1px 0 #888;
    height: 15px
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-image:url(../img/flags@2x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

#cfw-customer-info .cfw-continue-to-payment-btn,#cfw-payment-method .cfw-return-to-information-btn {
    display: none!important
}

.cfw-hide-shipping #cfw-breadcrumb li.cfw-shipping-method,.cfw-hide-shipping #cfw-shipping-method,.cfw-hide-shipping .cfw-continue-to-shipping-btn,.cfw-hide-shipping .cfw-return-to-shipping-btn,.cfw-hide-shipping .cfw-review-pane li.shipping-method {
    display: none!important;
    opacity: 0
}

.cfw-hide-shipping #cfw-customer-info .cfw-continue-to-payment-btn,.cfw-hide-shipping #cfw-payment-method .cfw-return-to-information-btn {
    display: block!important
}

.cfw-one-page-checkout .cfw-panel {
    display: block!important;
    opacity: 1!important
}

#arrow,.lost_password a {
    fill: var(--cfw-body-link-color)!important;
    color: var(--cfw-body-link-color)!important
}
