img {
    border: 0
}

body {
    margin: 0
}

.btn-group > .btn-group {
    float: left
}

html {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

footer, section {
    display: block
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

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

strong {
    font-weight: 700
}

h1 {
    margin: .67em 0
}

img {
    vertical-align: middle
}

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

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

address {
    font-style: normal
}

button {
    overflow: visible
}

button {
    text-transform: none
}

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

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

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

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

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

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    img {
        page-break-inside: avoid
    }

    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .label {
        border: 1px solid #000
    }
}

.btn, .btn-danger:active, .btn-info:active, .btn-primary:active, .btn:active {
    background-image: none
}

body {
    background-color: #fff
}

@font-face {
    font-family: 'Glyphicons Halflings'
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #43474d;
    text-decoration: none
}

a:focus, a:hover {
    color: #b2d231;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

label {
    font-weight: 700
}

address {
    line-height: 1.42857143
}

.small, small {
    font-size: 85%
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

address {
    margin-bottom: 20px
}

ol, ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

.container {
    margin-right: auto;
    margin-left: auto
}

.container {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    line-height: 34px
}

:root input[type=date], :root input[type=datetime-local], :root input[type=month], :root input[type=time], _:-ms-fullscreen {
    line-height: 1.42857143
}

_:-ms-fullscreen.input-sm {
    line-height: 1.5
}

_:-ms-fullscreen.input-lg {
    line-height: 1.33
}

.form-group {
    margin-bottom: 15px
}

input[type=checkbox][disabled], input[type=radio][disabled] {
    cursor: not-allowed
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block
    }

    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-btn {
        width: auto
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:active.focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:active, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active {
    background-image: none
}

.btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:active, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.open > a {
    outline: 0
}

.btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:focus {
    outline: 0
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group-btn > .btn + .btn {
    margin-left: -1px
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group-btn {
    display: table-cell
}

.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.btn .label {
    top: -1px;
    position: relative
}

.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center
}

a.label:focus, a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}

.label:empty {
    display: none
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.alert {
    margin-bottom: 20px
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

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

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-left {
    padding-right: 10px
}

.media-body, .media-left {
    display: table-cell;
    vertical-align: top
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.text-hide {
    text-shadow: none
}

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

.container:after, .row:after {
    clear: both
}

.hide {
    display: none !important
}

.hidden {
    display: none !important
}

.text-hide {
    color: transparent;
    background-color: transparent;
    border: 0
}

.hidden {
    visibility: hidden !important
}

body, html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    width: 100%;
    overflow-x: hidden
}

html {
    height: 100%
}

body {
    min-height: 100%;
    height: auto;
    position: relative
}

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

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after {
    color: #e32a26
}

.contact-us-fixed-btn {
    color: #fff;
    position: fixed;
    bottom: 15px;
    left: 20px;
    z-index: 99999;
    background-color: #272829 !important;
    height: 48px;
    width: auto;
    padding: 12px 23px 0;
    z-index: 999999999 !important;
    background: #2d2d2d;
    border: 0 !important;
    border-radius: 100px !important;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25) !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    outline: 0 !important;
    margin: 0 !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent !important
}

.text-primary {
    color: #e32a26
}

.btn {
    border-radius: 0
}

.btn-info, .btn-primary {
    font-weight: 600;
    font-size: 16px;
    padding: 9px 10px
}

.btn-info, .btn-info:focus {
    background: #dcdcdc;
    border-color: #dcdcdc;
    color: #43474d
}

.btn-info:hover {
    border-color: #52555b;
    background: #52555b;
    color: #fff
}

.btn-info:active {
    border-color: #43474d;
    background: #43474d;
    color: #fff
}

.btn-info:active, .btn-info:active:focus, .btn-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .3rem rgba(67, 71, 77, .5)
}

.btn-primary {
    background: #e32a26;
    border-color: #e32a26
}

.btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    background: #e32a26;
    border-color: #e32a26
}

.btn-primary:focus {
    background: #e32a26;
    border-color: #e32a26;
    color: #fff
}

.btn-primary:hover {
    border-color: #b5211e;
    background: #b5211e;
    color: #fff
}

.btn-primary:active {
    border-color: #881916;
    background: #881916;
    color: #fff
}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .3rem rgba(227, 42, 38, .5)
}

html body {
    font-family: "Nunito Sans", Helvetica, Arial, sans-serif !important;
    color: #43474d !important;
    position: static;
    font-size: 16px
}

a {
    color: #43474d;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

a:hover {
    color: #e32a26;
    text-decoration: none !important
}

a:focus {
    outline-width: 0 !important
}

footer p a {
    text-decoration: none
}

.h1, h1 {
    font-size: 48px !important
}

.h2, h2 {
    font-size: 36px !important
}

.h3, h3 {
    font-size: 24px !important
}

.h4, h4 {
    font-size: 21px !important
}

.h5, h5 {
    font-size: 18px !important
}

.h6, h6 {
    font-size: 16px !important
}

body h2 {
    margin: 35px 0 40px
}

body h1, body h3, body h4, body h5, body h6 {
    margin: 0
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300 !important
}

h2 > span {
    font-size: 18px;
    margin-left: 15px
}

::-webkit-input-placeholder {
    color: #a3a3a3
}

::-moz-placeholder {
    color: #a3a3a3
}

:-ms-input-placeholder {
    color: #a3a3a3
}

input:focus {
    outline: 0
}

ul.social-small li {
    height: 21px;
    width: 21px;
    padding-left: 3.5px !important;
    border: 2px solid #dadada;
    border-radius: 4px;
    text-align: center
}

ul.social-small li:first-child {
    padding-left: 6px !important
}

.social-small i {
    color: #dadada
}

.social-small li:hover {
    border: 2px solid #e32a26
}

.social-small li:hover i {
    color: #e32a26
}

.service {
    text-align: center
}

.service {
    padding: 55px 0 60px
}

.service h3 {
    margin-bottom: 15px
}

#footer {
    background-color: #000;
    color: #fff
}

#footer a {
    color: #fff;
    font-size: 16px!important;
}

.footer.content a:not(.button) {
    padding: unset;
}

#footer {
    display: block;
    font-size: 16px!important;
}

#footer a:hover {
    color: #6c6c6c;!important;
    background-color: unset;
}

#footer strong {
    font-weight: 800
}

.footer {
    padding: 15px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #dcdcdc
}

.footer .footer-list-container .box {
    margin-bottom: 24px
}

.footer .footer-list-container .box strong {
    display: block;
    margin-bottom: 8px
}

.footer p {
    margin-bottom: 8px
}

.footer .social-small {
    padding-top: 8px;
    display: flex;
    gap: 10px
}

.footer .social-small li, .footer .social-small li:first-child {
    font-size: 22px;
    height: 40px;
    width: 40px;
    padding: 0 !important;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .social-small li a {
    display: block;
    display: flex;
    justify-content: center
}

.footer .social-small li svg {
    width: 60%
}

.footer .social-small li:hover svg {
    fill: #e32a26
}

#footer .text-footer {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left
}

.footer .footer-list-container {
    display: flex;
    justify-content: space-between;
    gap: 70px
}

.footer-list-wrap .footer-list:first-child {
    margin-bottom: 25px
}

.footer .footer-list {
    min-width: 240px
}

.footer-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footer-list > ul > li {
    margin-bottom: 10px!important;
}

#k_id_email{
    border-bottom: unset;
}

.klaviyo_submit_button:hover{
    background: #b5211e;
    border: 1px solid #b5211e;
}

.klaviyo_submit_button:hover:after{
    content: unset;
}

@media (max-width: 1199px) {
    .footer .footer-list-container {
        flex-wrap: wrap;
        gap: 40px
    }

    .footer-list-wrap {
        display: flex;
        gap: 40px
    }

    .footer-list-wrap .footer-list {
        max-width: 240px
    }
}

@media (max-width: 979px) {
    .footer .footer-list-container, .footer-list-wrap {
        display: block
    }

    .footer-list {
        text-align: left;
        max-width: 100%
    }

    .footer-list-wrap .footer-list {
        max-width: 100%
    }
}

@media (max-width: 480px) {
    .footer-list {
        text-align-last: left;
        margin-bottom: 8px;
        overflow: hidden
    }
}

.footer .email {
    padding-left: 10px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    gap: 5px;
    overflow: hidden
}

.footer .email svg {
    width: 20px;
    display: block
}

.footer input {
    width: 100%;
    height: 40px;
    color: #000;
    border: none
}

.footer button {
    border-radius: 20px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 800;
    width: 100%
}

section > .container {
    padding-top: 25px;
    padding-bottom: 15px
}

.footer-list .title {
    font-size: 16px;
    font-weight: 800;
    margin: 15px 0
}

.service > .container > .row > div {
    height: 300px
}

.connect_info_footer {
    padding: 53px 0 72px
}

.connect_info_footer .connect_info_footer_title {
    margin-bottom: 5px;
    color: #000;
    font: 300 26px/26px !important
}

.connect_info_footer p {
    font: 300 17px;
    color: #000
}

.contact-us-mobile {
    position: relative
}

.top-space {
    margin-top: 20px !important
}

.border-left {
    border-left: 1px solid #333
}

.social-small {
    margin: 10px 0
}

.connect-id {
    background-color: #666465;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 30px;
    min-height: 20px;
    padding: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.bold {
    font-weight: 700
}

.contact-us:hover {
    background: #fff
}

.hidden {
    display: none !important
}

.footer-contact {
    background-color: #f9f9f9;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    padding: 5px 0
}

.footer-contact .title {
    font-weight: 700;
    margin: 15px 0;
    font-size: 15px
}

.footer {
    box-shadow: 1px 1px 19px rgba(0, 0, 0, .34), inset 0 2px 35px rgba(0, 0, 0, .2);
    padding: 35px 15px;
    margin-bottom: 8px;
    background-color: #000
}

.btn-primary {
    font-family: "Nunito Sans", Helvetica, Arial, sans-serif !important
}

@media (max-width: 768px) {
    .container {
        width: 100%
    }
}

.img-container {
    margin-bottom: 24px
}

.input-group {
    flex: 1
}

.contact-box {
    display: flex;
    text-justify: space-between;
    margin-bottom: 24px
}

.contact-box a {
    flex: 1;
    display: flex;
    gap: 16px
}

.contact-box .connect_info_footer_title {
    font-weight: 800;
    font-size: 20px;
    font-weight: 900
}

.contact-box .box_text {
    display: flex;
    flex-direction: column
}

@media (max-width: 1023px) {
    .contact-box {
        flex-direction: column;
        gap: 20px;
        align-items: start;
        width: 295px;
        margin: 0 auto
    }
}

.input-group {
    overflow: hidden;
    border-radius: 20px
}

.input-group .btn {
    height: 44px;
    border: none
}

.input-group .btn:hover {
    background-color: 0 !important
}

.contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 120px
}

.contact-us:hover {
    color: #e32a26
}

.contact-us > svg {
    fill: #fff;
    transition: all .4s ease
}

.contact-us:hover > svg {
    fill: #e32a26
}

.contact-us:hover strong a {
    color: #e32a26
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(24px, 0)
    }
}

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

input[type=number] {
    -moz-appearance: textfield
}

[aria-label=Search], [aria-label=Search]:focus, [aria-label=Search]:hover {
    outline: 0 !important;
    background-color: #fff
}

@media (max-width: 1200px) {
    .hide_1200 {
        display: none
    }
}

@media (max-width: 992px) {
    .social {
        margin: 15px 0 0
    }

    .our-services ul li {
        padding: 8px 0 18px
    }

    .our-services ul li i {
        margin-top: -8px
    }
}

@media (max-width: 767px) {
    .form-row ul li:last-child {
        padding-left: 0;
        float: none;
        display: block
    }

    .form-row ul li:first-child {
        margin: 0;
        line-height: 1em;
        padding: 5px 0
    }

    .list-inline {
        padding: 5px 0 0;
        margin: 0
    }

    .hide_768 {
        display: none
    }

    .news {
        margin-top: 40px
    }
}

@media (max-width: 480px) {
    #footer .footer-contact {
        max-width: 80%;
        margin: 0 10%
    }

    .footer-list {
        text-align: center
    }

    .form-row ul li:first-child {
        font-size: 16px
    }

    h2 {
        font-size: 26px !important
    }
}

@media (max-width: 767px) {
    .shop {
        padding-top: 10px;
        padding-bottom: 5px
    }
}

#catalog {
    padding: 0 10px;
    border-radius: 10px
}

.days-left {
    display: inline-block;
    line-height: 18px;
    margin-left: 5px;
    padding: 0 8px;
    border: 1px solid #e32a26;
    color: #e32a26;
    border-radius: 8px;
    font-size: 13px !important;
    font-weight: 300 !important
}

.shipping-message-container {
    margin: 5px 0;
    padding: 5px 0 5px 15px !important;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-left: -30px;
    padding-left: 30px !important;
    margin-right: -15px
}

.shop .title {
    margin: 5px 0
}

.customer-support-image {
    display: inline-block;
    width: 43px;
    height: 43px;
    vertical-align: top;
    margin-right: 15px
}

.shipping-delivery {
    font-size: 13px;
    display: block;
    font-weight: 300
}

.shipping-message-container2 {
    padding: 10px 0 6px 0
}

.hide-mobile {
    display: inline-block
}

.shop {
    padding-bottom: 15px
}

@media only screen and (max-width: 767px) {
    .hide-mobile {
        display: none !important
    }
}

@media only screen and (max-width: 480px) {
    label[for=element-toggle2] {
        cursor: pointer
    }
}

label[for=element-toggle] {
    cursor: pointer
}

@media only screen and (min-width: 481px) {
    label[for=element-toggle2] {
        cursor: pointer
    }
}

span {
    font-family: inherit
}

.bold_text h4 {
    font-weight: 700 !important;
    line-height: 35px;
    font-size: 24px !important;
    color: #444;
    display: flex;
    justify-content: space-between;
    align-items: center
}

a:link.ui-button, a:visited.ui-button {
    color: #555;
    text-decoration: none
}

.footer.content li > a{
    margin: 0;
}

.bottom-bar{
    font-size: 14px;
    background-color: #000;
    padding: 15px 0;
    color: #fff;
    text-align: left;
}

.bottom-bar .row{
    margin-right: -15px;
    margin-left: -15px;
}

.bottom-bar .top-space {
    margin-top: 20px !important;
    margin-bottom: 36px;
}

.bottom-bar .list-unstyled{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4.125vh;
}

.bottom-bar .list-unstyled li{
    float: left;
    margin-bottom: 16px;
}

.bottom-bar ul>li {
    float: left;
    margin-bottom: 16px!important;
}

.bottom-bar ul>li>a {
    color: #dadada!important;
    font-size: 12px;
}

.bottom-bar ul>li>a:hover{
    background-color: unset!important;
    color: #dadada!important;
}

.bottom-bar .text-align-center{
    text-align: center;
    color: #939598;
}

.bottom-bar .col-lg-12{
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.bottom-bar ul{
    overflow: hidden;
    margin: 0 0 -10px!important;
}

.footer.content{
    padding-bottom: 0!important;
}
