/* founded that it's included in font-awesome.css, after testings will ne needs to be deleted */
/*@font-face {*/
/*    font-family: 'FontAwesome';*/
/*    src:  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');*/
                                              /*    font-weight: normal;*/
                                              /*    font-style: normal;*/
                                              /*    font-display: swap;*/
                                              /*}*/

@font-face {
    font-family:'Font Awesome 5 Brands';
    src: url('../fonts/fa-brands-400.woff2') format("woff2");
    font-style:normal;
    font-weight:400;
    font-display:swap;
}

@font-face {
    font-family: 'Univers LT Std';
    src: url('../fonts/UniversLTStd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers-Light-Normal';
    src: url('../fonts/Univers-Light-Normal.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers-LT-Std-65-Bold';
    src: url('../fonts/Univers-LT-Std-65-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Univers-LT-Std-55-Roman';
    src: url('../fonts/Univers-LT-Std-55-Roman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univers_65_boldregular';
    src: url('../fonts/universal/univers_65_bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univers_55regular';
    src: url('../fonts/universal/univers_55_1-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univers_45_lightregular';
    src: url('../fonts/universal/univers_45_light-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html {
    padding: 0;
    margin: 0;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    min-height: 100vh;
}

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

.owl-carousel {
    display: inherit;
}

.mfp-container {
    position: fixed !important;
}

main.main-wrapper {
    flex-grow: 1;
    flex-shrink: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    opacity: 1;
    position: relative;
    transition: opacity .3s ease-in-out 0s;
}


.related-products .owl-carousel {
	display: flex;
}

.livesearch_results.woocommerce:before {
    content: none!important;
}
.filter__open {
    overflow: hidden !important;
    position: relative;
}
.ms_menu_outer .sm_trigger {
    display: none;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #000;
    padding: 10px 30px;
    min-height: 80px;
}
.sm_trigger span.trigger-icon {
    height: 20px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    transition: transform .3s ease-in-out 0s;
}
.sm_trigger span.trigger-icon:after {
    content: "\f107";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
    line-height: .8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sm_trigger.active span.trigger-icon {
    transform: translateY(-50%) rotate(-180deg);
}
.tf-header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: rgba(255,255,255,.7);
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 200;
    transition: all .6s ease-in-out 0s !important;
}
.tf-header__overlay.active {
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    display: block;
}
.grecaptcha-badge {
    z-index: -1 !important;
    opacity: 0 !important;
}
.f-light {
    font-family: univers_45_lightregular, sans-serif;
}
.f-medium {
    font-family: "Univers LT Std", sans-serif;
}
.f-bold {
    font-family: Univers-LT-Std-65-Bold, sans-serif;
}
.main__header {
    position: relative;
}
#other_method_back {
    display: none;
    font-family: "Univers LT Std", sans-serif;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 10px;
    position: relative;
}
#other_method_back:before {
    content: "\f104";
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 14px;
    color: #000;
}
/*The COVID banner on top navigator*/
.covid {
    background-color: rgb(221, 221, 221);
    color: #000;
    font-family: 'univers_55regular', sans-serif;
    padding: 10px 20px;
}

.covid p {
    width: 90%;
    padding: 0px 31px;
}

.covid .coivd_close {
    display: block;
    margin: 5px;
    color: #fff;
    background-color: rgb(0, 182, 122);
    right: 10px;
    width: 55px;
    position: fixed;
    top: 0px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
}

.divSpacing {
    padding: 40px !important;
}

header.active .headerMain {
    padding: 25px 30px!important;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .footLogo img {
        max-width: 92px !important;
    }
}

.headCartImg {
    height: 100% !important
}

.cartPageProductImg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100px
}

.sell-wrp .productBox img {
    width: 90%
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Univers-LT-Std-65-Bold', sans-serif;
    /*font-family: "univers_65_boldregular";*/
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 1.88rem
    /*font-size: 2rem*/
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

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

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

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
    display: block
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}


.breadcrumb-wrp.divSpacing {
    /*margin-top: 1rem !important;*/
    padding-top: 45px !important;
}

@media (min-width: 1601px) {
    .breadcrumb-wrp.divSpacing {
        margin-top: 0rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

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

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

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

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

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

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

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

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

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .7rem
}


.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

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

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

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

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

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

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

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

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

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

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

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

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

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

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

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

    .d-sm-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

    .d-md-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

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

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

    .d-lg-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

    .d-xl-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

    .d-print-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

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

.mr-0, .mx-0 {
    margin-right: 0 !important
}

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

.ml-0, .mx-0 {
    margin-left: 0 !important
}

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

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

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

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

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

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

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

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

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

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

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

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

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

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

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

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

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

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

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

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

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

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

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

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

.pr-0, .px-0 {
    padding-right: 0 !important
}

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

.pl-0, .px-0 {
    padding-left: 0 !important
}

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

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

.pr-1, .px-1 {
    padding-right: .25rem !important
}

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

.pl-1, .px-1 {
    padding-left: .25rem !important
}

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

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

.pr-2, .px-2 {
    padding-right: .5rem !important
}

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

.pl-2, .px-2 {
    padding-left: .5rem !important
}

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

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

.pr-3, .px-3 {
    padding-right: 1rem !important
}

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

.pl-3, .px-3 {
    padding-left: 1rem !important
}

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

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

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

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

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

.pr-5, .px-5 {
    padding-right: 3rem !important
}

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

.pl-5, .px-5 {
    padding-left: 3rem !important
}

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

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

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

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

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

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

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

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

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

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

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

.mr-auto, .mx-auto {
    margin-right: auto !important
}

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

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

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

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

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

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

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

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

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

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

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

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

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

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

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

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

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

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

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

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

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

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

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

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

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

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

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

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

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

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

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

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

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

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

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

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

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

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

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

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

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

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

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

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

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

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

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

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

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

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

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

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

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

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

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

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

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

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

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

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

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

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

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

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

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

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

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

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

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

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

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

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

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

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

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

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

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

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

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

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

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

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

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

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

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

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

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

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

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

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

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

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

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

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

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

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

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

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

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

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

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

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

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

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

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

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

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

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

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

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

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

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

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

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

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

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

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

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

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

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    /*font: 0/0 a;*/
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

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

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

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

input#sell_login_submit {
    border: none
}

ul li span {
    cursor: pointer
}


.sell_form_btn {
    /*font-size: 14px;*/
    /*width: 150px;*/
    /*height: 36px;*/
    /*line-height: 38px;*/
    background-color: #00b67a;
    color: #fff;
    font-size: 16px;
    font-family: univers_65_boldregular, sans-serif;
    width: 160px;
    height: 44px;
    display: block;
    text-align: center;
    line-height: 44px;
    margin-bottom: 30px
}

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

.sell_form_error_wrapper {
    display: none
}

ul#sell_form_error li {
    width: 100%
}

form#sell_login_form .error {
    color: red;
    font-weight: 700;
    font-size: 13px
}

input.error, select.error {
    color: #000 !important
}

.no_product_available {
    display: table;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #b9b9b9;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.no_product_available h2 {
    margin-bottom: 10px !important
}

.no_product_available button.signInbtn {
    display: table;
    padding: 0;
    line-height: 0
}

.no_product_available h3 {
    font-family: univers_45_lightregular;
    font-size: 16px
}

input#sell_form_submit {
    border: none
}

.secondary-buy-btn {
    background-color: #1a1818 !important;
    font-size: 15px !important;
    height: 44px;
    width: 230px;
    display: block;
    font-family: 'univers_65_boldregular';
}

.rqMsg {
    color: #dd463c !important
}

.signUpBox .checklist2 label {
    padding-left: 26px;
    line-height: 24px
}

ul.list-unstyled.mt-3 li span img {
    width: 24px !important;
    max-width: initial
}

ul.list-unstyled.mt-3 li span {
    width: 28px;
    height: 28px
}



.fig-in.img-wrapper2 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    overflow: hidden
}

.fig-in.img-wrapper2 img {
    height: auto;
    max-width: 100%;
    visibility: hidden
}

.faqAccord .card-header .btn-link {
    padding-right: 15px
}

.exchange_error .alert.alert-danger {
    display: table;
    margin-top: 20px;
    width: 100%
}

.woocommerce-account .woocommerce-info {
    display: none
}

ul.woocommerce-error {
    margin: 0 !important;
    position: fixed !important;
    z-index: 100 !important;
    bottom: 50px !important;
    left: 0 !important;
    right: 0 !important;
    width: 50% !important;
    margin: auto !important;
    background: #231f20 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important
}

.checklist label {
    line-height: 24px
}

a.top_check_out_button {
    padding-right: 0 !important
}

.single_page_request_btn {
    display: table;
    margin-bottom: 15px;
    margin-top: 15px
}

.headerMainBot .navLink ul li {
    font-size: 22px;
    margin: 0 5px;
    position: relative;
    padding-left: 23px
}

li.buyLink {
    cursor: pointer
}

.categories-nav .buyLink[data-type='watches'] {
    width: 74px;
}

#desck-navigators ul.categories-nav li.buyLink a .fa {
    font-size: 14px;
    line-height: .7;
    margin-left: 4px;
    margin-top: -1px;
}

a:active, a:focus, a:visited, li:active, li:focus, li:visited {
    outline: 0 !important
}

p:empty {
    display: none
}

.cnt_mp h3 {
    border-top: 1px solid #cacaca !important;
    padding-top: 20px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important
}

.woocommerce-account .woocommerce-message, .woocommerce-cart .woocommerce-errorm, .woocommerce-cart .woocommerce-message {
    display: none !important
}

.passtrengthMeter .showPassword {
    top: 11px !important
}

.passtrengthMeter.Very.weak, .passtrengthMeter.very-strong::after {
    bottom: 0 !important
}

.passtrengthMeter.very-strong::after {
    bottom: 0 !important
}

a.signInbtn.account_logout_button_edit {
    line-height: 44px;
    padding: 0 44px
}

a.signInbtn.account_logout_button_edit:hover {
    color: #fff
}

.sell_page_caption {
    height: auto !important
}

span.mandatory_text {
    font-weight: 400;
    margin-bottom: 10px;
    display: table;
    width: 100%;
    font-size: 14px;
    font-family: univers_45_lightregular;
    color: #a4a4a4
}

h4.sell_page_title_cap {
    max-height: 30px !important
}

p.woocommerce-info.woocomerce_no_product_home {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px
}

p.woocommerce-info.woocomerce_no_product_home::after, p.woocommerce-info.woocomerce_no_product_home::before {
    display: none
}

a.account_page_link.for-tab.active:after {
    width: 100%
}

.no_scroll_bar {
    max-height: 100% !important;
    overflow-y: visible !important
}

.force-overflow_69 strong {
    display: block;
    font-family: univers_55regular;
    margin-bottom: 3px !important
}

li.active_page {
    color: #1a1818 !important
}

.text_underline {
    text-decoration: underline !important
}

.footer_bottom_right_width {
    width: 70%
}

.col-12.col-md-6.left-wrp.divSpacing li {
    font-family: univers_55regular
}

.form_background {
    background-color: #f6f6f6
}

.col-6.col-sm-4.col-md-1.col-lg-2.socialList ul li:first-child {
    margin-left: 0
}

figure.zoom:hover > .img-fluid {
    display: none
}

.responsive_shipping_head {
    visibility: hidden;
    opacity: 0
}

h2.product_purchase_history_text {
    display: table;
    width: 100%
}

img.sell_page_new_image {
    width: 100%
}

.chat_link_id {
    cursor: pointer
}

.sellBrand li {
    width: 50%;
    float: left;
    margin-right: 0 !important
}

.dropdown- {
    position: relative
}

.headerMainTopResponsive {
    display: none
}


li.chat_link_id_whatsapp img {
    width: 24px !important
}


li.chat_link_id_whatsapp .coloricon {
    display: none;
    transition: all ease-in-out .4s
}

li.chat_link_id_whatsapp .bwicon {
    display: block
}

li.chat_link_id_whatsapp:hover .coloricon {
    display: block;
    transform: scale(1.2)
}




@media (max-width: 767px) {

    #desck-navigators li.chat_link_id_whatsapp a {
        width: 24px;
    }

    .headerMainBot .navLink ul li {
        padding-left: 15px
    }

    .signInbtn {
        font-size: 12px !important
    }

    .responsive_shipping_head {
        display: none
    }

    .responsive_hidden_div {
        display: none
    }

    .headerMainTopResponsive {
        display: block
    }
}
@media screen and (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 4px
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        border: 1px solid #7a7a7a;
        background: #9b9b9b;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #555
    }
}


body {
    height: auto !important;
    font-weight: 400
}

/**Snow effect*/
body > div:first-child {
    overflow-x: hidden !important;
    height: 100% !important;
    z-index: unset !important;
    width: 99% !important;
}


.breadcrumb-wrp li {
    z-index: 1;
}

.wrp-all {
    width: 100%;
    max-width: 2500px;
    margin: auto
}

.scrollbar strong {
    font-weight: bolder;
    margin: 15px 0;
    display: block
}

.socialList .list-unstyled li a:after, .woocs_display_none {
    display: none !important
}

ul.class_content_bold li {
    font-family: univers_55regular
}

ul.class_content_bold li img {
    margin-right: 8px
}

a {
    text-decoration: none !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: inherit
}

a:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    padding: 0;
    margin: 0
}

p {
    font-size: 16px;
    margin: 0;
    padding: 0
}

ol, ul {
    margin: 0;
    padding: 0
}

.anim0 {
    animation-delay: .1s;
    animation-duration: 1.2s
}

.anim05 {
    animation-duration: 1.2s;
    animation-delay: .1s
}

.anim1 {
    animation-duration: 1.2s;
    animation-delay: .2s
}

h5 {
    margin-bottom: 10px
}

.anim2 {
    animation-duration: 1.2s;
    animation-delay: .4s
}

.anim3 {
    animation-duration: 1.2s;
    animation-delay: .6s
}

.anim4 {
    animation-duration: 1.2s;
    animation-delay: .7s
}

.addTOkart img {
    display: none;
    width: 22px !important;
    margin: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0
}

.addTOkart span {
    display: block;
    position: relative !important;
    margin: 0 !important;
    opacity: 1
}

.addTOkart:hover img {
    display: block;
    width: 16px
}

.addTOkart:hover span {
    opacity: 0 !important
}

.anim5 {
    animation-duration: 1.2s;
    animation-delay: .8s
}

.slick-slider * {
    outline: 0 !important
}

.pill-content > .pill-pane:not(.active), .tab-content > .tab-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden
}

button {
    border: 0;
    border-style: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

button:focus {
    outline: 0
}

label {
    font-weight: 400;
    margin-bottom: 0
}

.form-control:focus {
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0
}

.form-control:focus:focus {
    box-shadow: none;
    outline: 0
}

textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    resize: none
}

textarea:focus {
    box-shadow: none;
    outline: 0
}

figure {
    margin: 0
}

figure.img-wrapper {
    border-left: 1px solid #c8c8c8
}

a.scrollup {
    width: 45px;
    height: 40px;
    opacity: 10;
    position: absolute;
    z-index: 11111111;
    text-align: center;
    line-height: 37px;
    font-size: 40px;
    bottom: 0;
    right: 10px;
    color: #dbdbdb;
    top: 0;
    margin: auto
}

a.fancybox {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 111;
    position: relative
}

.zoom-wrp {
    position: relative
}

.zoom-wrp a.fancybox {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1111;
    position: relative
}

.zoom-overlay {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #8b5d3b;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 22px;
    color: #fff;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    text-align: start;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.zoom-overlay i {
    margin: auto
}

ul.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    /*display: none;*/
}

.zoom-wrp:after {
    position: absolute;
    content: "\f00e";
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.zoom-wrp:before {
    width: 0;
    height: 0;
    background-color: rgba(200, 72, 122, .64);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.zoom-wrp:hover:after {
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.zoom-wrp:hover:before {
    width: 93%;
    height: 93%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.zoom-wrp-dark {
    position: relative
}

.zoom-wrp-dark:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    margin: auto;
    background-color: #000;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0
}

.zoom-wrp-dark:hover:after {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0
}

.no-gutter {
    padding: 0;
    margin: 0
}

.no-gutter-left {
    margin-left: 0;
    padding-left: 0
}

.no-gutter-right {
    margin-right: 0;
    padding-right: 0;

}

#sell-exchange-page .no-gutter-right {
    margin-top: 1.5rem !important;
}

.no-gutter-right .no-gutter-right,
.myAccount .no-gutter-right,
.register-wrp .no-gutter-right {
	margin-top: 0rem !important;
}

@media (min-width: 1601px) {
    .no-gutter-right .no-gutter-right,
    .myAccount .no-gutter-right,
    .register-wrp .no-gutter-right {
        margin-top: 0rem !important;
    }
}

@media (max-width: 1400px) {
    .no-gutter-right .no-gutter-right,
    .myAccount .no-gutter-right,
    .register-wrp .no-gutter-right {
        margin-top: 1.5rem !important;
    }
}

.myAccount .no-gutter-right {
    flex-wrap: wrap;

}


.headHt {
    height: 210px;
}

.container_wrp {
    width: 100%;
    margin: auto
}
.container_page_wrp {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    background-color: #F3F4F4;
}
.container_page_wrp .page_wrp_content {
    flex: 1;
    padding: 20px 20px 20px 30px;
}
.container_page_wrp .page_wrp_sidebar {
    flex: 0 0 385px;
    max-width: 385px;
    background-color: #fff;
    margin-top: 2px;
    padding: 46px 30px;
}
.searchBox .st0 {
    fill: none;
    stroke: #000;
    stroke-width: .6
}

.accountLink .st0 {
    fill: none;
    stroke: #000;
    stroke-width: .6
}

span.woocommerce-Price-amount.amount span {
    margin-left: 0
}

.accountLink svg {
    width: 17px;
    margin-top: -1px;
    font-size: 15px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

div#trustpilot-widget-trustbox-0-wrapper {
    padding: 40px;
    border-bottom: solid 1px #dfdfdf
}

a.header_cart_name_link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    height: auto !important
}

.cartLink #shopping {
    fill: #404040
}

.cartLink:hover .cartDt {
    bottom: -43px;
    pointer-events: all;
    opacity: 1;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.cartDt {
    opacity: 0;
    background-color: #0018ff;
    position: absolute;
    width: 695px;
    text-align: center;
    padding: 12px 0;
    bottom: auto !important;
    pointer-events: none;
    top: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    z-index: 111;
    right: -30px;
}

.cartDt p {
    color: #fff;
    font-family: 'univers_55regular';
    font-size: 13px
}

.cartDt .cartBtngrp button {
    width: 130px;
    height: 44px;
    font-size: 16px;
    font-family: univers_65_boldregular
}

.cart_popup {
    background-color: #fff;
    color: #000;
    padding: 30px;
    margin-top: 49px;
    box-shadow: 0 11px 22px rgba(0, 0, 0, .19)
}

.cart_fl {
    margin-bottom: -400px !important;
    border: none !important
}

.cart_rw {
    background-color: #fff
}

.cart_sub h3 {
    text-align: left
}

.cart_sub h4 {
    font-weight: 100;
    font-size: 18px;
    text-align: right
}

.prd_detl {
    text-align: left
}

.item_sub {
    text-align: right
}

.cart_itm {
    padding-bottom: 15px;
    border-bottom: 2px solid #dfdfdf
}

.cls_btn {
    margin-top: 18px;
    width: 28px;
    height: 28px
}

.cls_btn i {
    font-size: 12px
}

.cart_popup .cartBtngrp a {
    display: inline-block;
    margin-bottom: 0;
    height: auto !important
}

.cart_popup_head {
    padding-bottom: 10px;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 15px
}

.cart_popup_head h3 {
    font-size: 18px;
    font-family: univers_65_boldregular
}

.cart_popup::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #fff;
    top: -8px;
    right: 33px;
    position: absolute
}
.cart_popup::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.2rem;
    left: 0;
    top: -13px;
    background-color: transparent;
}
.cls_btn i {
    display: flex;
    justify-content: center;
    align-items: center
}

.headerF {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: #fff;
}

.headerTop {
    background-color: #F3F4F4;
    padding: 0 27px
}

.headerTop ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.headerTop li {
    color: #404040;
    font-size: 18px;
    font-family: univers_45_lightregular, sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 2px
}

.headerTop li a {
    padding: 0px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}
.headerTop .cartDt.cart_popup  a {
    height: auto;
}

.additional-menu {
    float: right;
    position: absolute;
    right: 2rem;
    width: 60%;
}

.additional-menu li {
    margin-left: 30px;
}

.additional-menu .nav-search {
    width: 100%;
}


.additional-menu .nav-search input {
    display: block;
    border: 0;
    background-color: #f3f4f4;
    border-bottom: 1px solid #BFBFBF;
    padding-left: 2rem;
}
.additional-menu .nav-search input:focus {
    outline: none;
}
.additional-menu .nav-search svg {
    position: absolute;
    left: 5px;
}

@media (max-width: 1600px) {
    .additional-menu {
        width: 50%;
    }
}

@media (max-width: 1350px) {
    .additional-menu {
        width: 45%;
    }
}

@media (max-width: 850px) {
    .additional-menu {
        width: 35%;
    }
}

.headerTop li .dropdown-menu {
    border-radius: 0;
    margin: 0
}

.headerTop li .dropdown-menu a {
    justify-content: left;
    padding: 5px 10px;
    height: auto;
    font-size: 14px
}

.headerTop li span {
    margin-left: 10px
}

.headerTop li.active svg, .headerTop li:hover svg {
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.headerTop li.active .form-control, .headerTop li:hover .form-control {
    border-bottom: 1px solid #0018ff
}

abbr[data-title] {
    position: relative
}

abbr[data-title]:after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 50px;
    width: auto;
    white-space: nowrap;
    background: #0018ff;
    color: #fff;
    font-family: univers_55regular;
    font-size: 13px;
    padding: 4px 10px;
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    pointer-events: none;
    z-index: 1
}
/*Checkout page*/
.checkout_content_inner {
    padding: 0 20px;
}
.checkout_content_inner .check_page_fields {
    background-color: #fff;
    padding: 40px 60px;
}
.checkout_title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 33px;
}
.checkout_title h2 {
    font-family: Univers LT Std, sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}
.checkout_title .required, .payment-title .required {
    font-size: 15px;
}
.checkout_title .required:before, .payment-title .required:before {
    color: #ff0000;
    content: '*';
}
.check_page_fields .form-row {
    display: block!important;
}
.check_page_fields .form-group {
    margin-bottom: 20px;
}
.woocommerce a.remove {
    display: inline-block !important;
    height: 25px !important;
    width: 25px !important;
    padding: 0 !important;
    font-size: 18px !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: normal !important;
    transition: all ease-in-out .1s !important
}

.woocommerce .cartProduct a.remove:hover {
    background: 0 0;
    color: red !important;
    transform: scale(1.2);
    background: 0 0 !important
}

abbr[data-title]:focus:after, abbr[data-title]:hover:after {
    opacity: 1;
    top: 30px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    pointer-events: all
}




.searchBoxNew .form-group {
    margin: 0
}

.searchBoxNew .form-control {
    background-image: url(../images/search.svg);
    background-color: #dcdcdc;
    border: none;
    border-radius: 0;
    background-repeat: no-repeat;
    width: 600px;
    background-size: 17px;
    background-position: 15px 12px;
    height: 38px;
    padding: 0 10px 0 45px
}

.searchBoxNew .form-control:-moz-placeholder {
    color: #404040
}

.searchBoxNew .form-control::-moz-placeholder {
    color: #404040
}

.searchBoxNew .form-control::-webkit-input-placeholder {
    color: #404040
}

.searchBoxNew .form-control:-ms-input-placeholder {
    color: #404040
}



.advWoo .aws-search-btn.aws-form-btn {
    background-color: #dcdcdc !important
}


.advWoo input {
    background-color: #f5f5f5;
    border: 0px;
    border-bottom: 1px solid #BFBFBF;
    font-size: 15px !important;
    display: none;
}

.advWoo {
    border: none;
    border-radius: 0;
    background-repeat: no-repeat;
    width: auto;
    background-size: 17px;
    background-position: 15px 12px
}

.advWoo:-moz-placeholder {
    color: #404040
}

.advWoo::-moz-placeholder {
    color: #404040
}

.advWoo::-webkit-input-placeholder {
    color: #404040
}

.advWoo:-ms-input-placeholder {
    color: #404040
}

.searchBox .form-control {
    padding: 0;
    height: 25px;
    border-radius: 0;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid;
    background: #ff000000;
    margin: 0 8px;
    width: 220px
}

.searchBox .form-control:-moz-placeholder {
    color: rgba(0, 24, 255, 0)
}

.searchBox .form-control::-moz-placeholder {
    color: rgba(0, 24, 255, 0)
}

.searchBox .form-control::-webkit-input-placeholder {
    color: rgba(0, 24, 255, 0)
}

.searchBox .form-control:-ms-input-placeholder {
    color: rgba(0, 24, 255, 0)
}

.searchBox .form-control:focus:-moz-placeholder {
    color: #a8a8a7
}

.searchBox .form-control:focus::-moz-placeholder {
    color: #a8a8a7
}

.searchBox .form-control:focus::-webkit-input-placeholder {
    color: #a8a8a7
}

.searchBox .form-control:focus:-ms-input-placeholder {
    color: #a8a8a7
}

.searchBox button {
    padding: 0;
    background: 0 0
}

.searchBox button svg {
    width: 20px
}

.mailLink svg .st0 {
    fill: none;
    stroke: #000;
    stroke-width: .6
}

.chatLink svg .st0 {
    fill: none;
    stroke: #000;
    stroke-width: .6
}
header.active .productList.open {
    top: 147px;
    padding: 40px 25px
}
header.active .productListAll.open {
    top: 147px;
    padding: 40px 25px
}
header.active .productListCategory.open {
    top: 147px;
    padding: 40px 25px
}
header.active .productListOccasion.open {
    top: 147px;
    padding: 40px 25px
}
.navLink {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.headerMain {
    padding: 8px 0;
    position: relative;
    background: #fff
}

.headerMainTop ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.headerMainTop ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-family: 'univers_45_lightregular';
    font-size: 13px;
    line-height: 16.9px;
    color: #000;
}



li.chat_link_id_whatsapp img {
    height: 24px;
}

.headerMainTop ul li svg {
    width: 20px
}

.headerMainTop ul li .flagList li {
    margin-right: 0;
    margin-left: 8px
}

.headerMainTop ul li .flagList li img {
    width: 22px
}

.headerMainBot {
    padding: 15px 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.headerMainBot .navLink svg .st0 {
    fill: none;
    stroke: #656565;
    stroke-width: .645
}

.headerMainBot .navLink ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.headerMainBot .navLink ul li {
    font-family: univers_65_boldregular;
    font-size: 40px;
    color: #656565;
    will-change: font-size
}

.headerMainBot .navLink ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 3px;
    -ms-flex-align: center !important;
    align-items: center !important
}

.headerMainBot .navLink ul li.active, .headerMainBot .navLink ul li:hover {
    color: #1a1818
}


.headerMainBot .navLink ul li.active .st0, .headerMainBot .navLink ul li:hover .st0 {
    stroke: #1a1818
}

.headerMainBot .navLink ul li.focOut {
    color: #b7b6b6
}

.headerMainBot .navLink ul li.focOut svg .st0 {
    stroke: #b7b6b6
}

.headerMainBot .logo img {
    width: 140px;
    max-width: 100%
}

@-webkit-keyframes subMenuShow {
    0% {
        opacity: 0;
        margin-top: 10px
    }
    10% {
        opacity: .2;
        margin-top: 10px
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes subMenuShow {
    0% {
        opacity: 0;
        margin-top: 10px
    }
    10% {
        opacity: .2;
        margin-top: 10px
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}
.productList {
    position: fixed;
    width: 100vw;
    background: #fff;
    left: 0;
    padding: 40px 0;
    top: 160px;
    display: none;
    overflow-x: auto;
    animation: subMenuHide 0.3s ease-in-out forwards;
    -webkit-animation: subMenuHide 0.3s ease-in-out forwards;
    z-index: 10;
}

.productList.open {
    display: block;
    animation: subMenuShow 0.3s ease-in-out forwards;
    -webkit-animation: subMenuShow 0.3s ease-in-out forwards;
}

.productList h3 {
    font-family: univers_55regular;
    color: #1a1818;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 10px
}

.productList li {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.productList li.cat-mobile {
    display: none;
}

.productList li a {
    position: relative;
    color: #000;
    font-family: 'Univers-Light-Normal';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.productList li a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.productList li:hover a:after {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.productList .brandList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.productList .brandList li {
    width: calc(100% / 3)
}
.productListAll {
    position: fixed;
    z-index: 5;
    width: 100vw;
    background: #fff;
    left: 0;
    padding: 20px 0 20px 0;
    top: 180px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    opacity: 0;
    pointer-events: none;
    overflow-x: auto
}

.productListAll.open {
    z-index: 10;
    top: 163px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    opacity: 1;
    pointer-events: all
}

.productListAll h3 {
    font-family: univers_55regular;
    color: #1a1818;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 10px
}

.productListAll li {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    font-family: univers_45_lightregular;
    font-size: 18px;
    margin-bottom: 8px
}

.productListAll li a {
    position: relative;
    color: #000;
    font-size: 16px
}

.productListAll li a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.productListAll li:hover a:after {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.productListAll .brandList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.productListAll .brandList li {
    width: calc(100% / 3)
}
.productListCategory {
    position: fixed;
    z-index: 5;
    width: 100vw;
    background: #fff;
    left: 0;
    padding: 20px 0 20px 0;
    top: 180px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    opacity: 0;
    pointer-events: none;
    overflow-x: auto
}

.productListCategory.open {
    z-index: 10;
    top: 163px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    opacity: 1;
    pointer-events: all
}

.productListCategory h3 {
    font-family: univers_55regular;
    color: #1a1818;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 10px
}

.productListCategory li {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    font-family: univers_45_lightregular;
    font-size: 18px;
    margin-bottom: 8px
}

.productListCategory li a {
    position: relative;
    color: #000;
    font-size: 16px
}

.productListCategory li a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.productListCategory li:hover a:after {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.productListCategory .brandList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.productListCategory .brandList li {
    width: calc(100% / 3)
}
.productListOccasion {
    position: fixed;
    z-index: 5;
    width: 100vw;
    background: #fff;
    left: 0;
    padding: 20px 0 20px 0;
    top: 180px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    opacity: 0;
    pointer-events: none;
    overflow-x: auto
}

.productListOccasion.open {
    z-index: 10;
    top: 163px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    opacity: 1;
    pointer-events: all
}

.productListOccasion h3 {
    font-family: univers_55regular;
    color: #1a1818;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 10px
}

.productListOccasion li {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    font-family: univers_45_lightregular;
    font-size: 18px;
    margin-bottom: 8px
}

.productListOccasion li a {
    position: relative;
    color: #000;
    font-size: 16px
}

.productListOccasion li a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.productListOccasion li:hover a:after {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.productListOccasion .brandList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.productListOccasion .brandList li {
    width: calc(100% / 3)
}
.viewLink {
    font-size: 15px;
    color: #1a1818;
    font-family: univers_45_lightregular;
    border: 1px solid #e3e3e3;
    padding: 5px 10px;
    margin-top: 16px;
    display: inline-block
}

.viewLink img {
    vertical-align: baseline
}

.viewLink:hover {
    color: #fff;
    background: #000
}

.viewLink:hover img {
    filter: brightness(0) invert(1)
}

.homeContent {
    background: #f0f0f000;
    overflow: hidden;
    margin: 0 30px
}



.mainFig {
    height: 100%
}

.mainFig figure {
    height: 100%;
    max-height: 939px
}

.mainFig figure img {
    width: 100%;
    height: 100%
}

.footer-top {
    padding: 40px;
    padding-bottom: 8px !important;
}

.footer-top h3 {
    color: #000;
    font-family: "Univers LT Std", sans-serif;
    font-size: 15px !important;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 4px
}

.footer-top li {
    color: #000;
    font-size: 15px;
    margin-bottom: 3px;
    font-family: 'univers_45_lightregular';
    font-weight: 400;
    line-height: 21px;
}

.footer-top li a {
    position: relative;
    color: #000;
}
.footer-top .phones_list li a {
    font-family: univers_45_lightregular, sans-serif;
    font-size: 11px;
    color: #000;
}

.footer-top li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.footer-top li a:hover::after {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.footer-top h6 {
    margin-top: 60px;
    font-size: 15.8px;
    font-family: univers_55regular
}

.footer-top h6:hover {
    color: #0018ff
}

.footer-top p {
    color: #000;
    font-family: univers_55regular;
    font-size: 15px
}

.contactList li {
    max-width: 90%
}

.back_top {
    text-align: center;
    background-color: #f6f6f6;
    padding: 15px 0
}

.back_top a {
    font-size: 24px;
    color: #1a1818;
    font-family: univers_45_lightregular
}

.back_top img {
    margin: 0 8px;
    margin-top: -8px
}

.socialList ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.socialList ul li {
    margin-right: 5px
}

.socialList a {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px
}

.brandDet .brandFig {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0
}

.brandDet .form-group {
    margin-top: 1rem
}

.ck-pop {
    position: fixed;
    bottom: 20px;
    width: 100%
}

.ck-pop .ck-pop-in {
    padding: 20px;
    background-color: #ddd
}

.ck-pop .ck-pop-in h5 {
    font-size: 18px;
    color: #000;
    font-family: univers_65_boldregular;
    margin-bottom: 8px
}

.ck-pop .ck-pop-in p {
    font-size: 16px;
    color: #000;
    font-family: univers_45_lightregular
}

.ck-pop button {
    font-size: 14px;
    background-color: #00b67a;
    color: #fff;
    padding: 8px 22px
}

.ck-pop .row {
    -ms-flex-align: center;
    align-items: center
}

.frames-container {
    padding-left: 0 !important
}

.aws-container .aws-search-form {
    height: 35px !important
}

.sideMenu {
    background: #fafafa
}

.cart_item_wrapper {
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 15px
}

.menuList {
    padding-top: 25px;
    padding-left: 45px;
    background: #fafafa
}

.menuList h3 {
    color: #000;
    font-family: univers_65_boldregular;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.menuList h3:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000
}

.menuList .nav-link {
    display: block;
    padding: 0;
    border-radius: 0;
    color: #000;
    font-family: univers_55regular;
    font-size: 16px;
    margin-bottom: 10px
}

.menuList .nav-link.active, .menuList .nav-link:hover {
    color: #0018ff;
    background-color: #007bff00
}

.menuList.fixed {
    position: fixed;
    top: 0
}

.tabDetailArea {
    padding: 25px
}

.innerContent h4 {
    color: #000;
    font-family: univers_55regular;
    font-size: 16px;
    position: relative;
    margin-bottom: 15px
}

.innerContent p {
    color: #000;
    font-family: univers_55regular;
    font-size: 16px;
    margin-bottom: 15px
}

.contactContent .c-mainList {
    margin: 30px 0 40px 0
}

.contactContent .c-mainList > li {
    color: #000;
    font-family: univers_55regular;
    font-size: 16px;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.contactContent .c-mainList > li ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.contactContent .c-mainList > li ul li {
    margin: 0 5px
}

.contactContent h6 {
    color: #000;
    font-family: univers_55regular;
    font-size: 16px;
    position: relative;
    margin-bottom: 30px
}

.ip_box label {
    color: #000;
    font-family: univers_55regular;
    font-size: 16px;
    position: relative;
    margin-bottom: 2px;
    width: 100%
}

.ip_box .form-control {
    border-radius: 0;
    border: 1px solid #adadad;
    background: #f5f5f5
}

.select-type4 {
    background-image: url(../images/ang-ic.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 100% 53%;
    font-size: 16px;
    width: 100%;
    border: 1px solid #adadad;
    height: 38px;
    border-radius: .25rem;
    color: #5b5e6e;
    padding-left: 12px;
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #f5f5f5
}

.submit-btn {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 0;
    background: #f5f5f500;
    padding: 10px 30px;
    font-family: univers_55regular;
    float: right
}

.contact-form.ip_box2 label {
    margin-bottom: 1rem
}

.contact-form.ip_box2 .form-control {
    margin-top: 8px
}

.cmnContent {
    height: 100%;
    background: #f5f5f5
}

.helpContent h4 {
    font-size: 20px
}

.helpContent h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: univers_65_boldregular
}

.helpContent figure img {
    width: 100%
}

.accountContent h4 {
    font-size: 20px
}

.accountContent .sideFig img {
    width: 100%
}

.accountContent h6 {
    color: #000;
    font-family: univers_55regular;
    font-size: 16px;
    margin-bottom: 15px
}

.forgotBtn {
    color: #a8a8a7;
    font-family: univers_55regular;
    font-size: 16px;
    background: #ff000000;
    float: right
}

.signingPart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 36px 0 50px 0
}

.creatAccount li {
    margin-bottom: 10px
}

.creatAccount p {
    margin-top: 30px
}

.createAcc {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-family: univers_55regular;
    padding: 6px 18px;
    height: 30px;
    line-height: 20px;
    float: right
}

.shop-btn {
    font-family: univers_65_boldregular;
    font-size: 14px;
    color: #fff;
    background-color: #0018ff;
    padding: 0 30px;
    height: 34px;
    line-height: 30px;
    float: right
}

.product_details .left-wrp {
    background-color: #efefef
}

.product_details .right-wrp {
    background-color: #e6e6e6
}

.product_details .topC {
    padding: 25px
}

.product_details .topC h3 {
    position: relative;
    color: #000;
    font-size: 16px;
    font-family: univers_55regular;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.product_details .topC h3:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000
}

.product_details .topC h4 {
    color: #000;
    font-size: 16px;
    font-family: univers_55regular;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.product_details .topC h4:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000
}

.product_details .topC h2 {
    color: #000;
    font-size: 26px;
    font-family: univers_65_boldregular;
    margin-bottom: 25px
}

.product_details h5 {
    color: #000;
    font-size: 14px;
    font-family: univers_55regular;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.product_details h5:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000
}

.product_details li {
    font-size: 14px;
    color: #000;
    font-family: univers_55regular;
    margin-bottom: 2px
}

.product_details .botC li {
    font-size: 12px;
    color: #000;
    font-family: univers_55regular;
    text-transform: uppercase;
    border-top: 1px solid #a5a5a5;
    padding: 20px 0 20px 20px
}

.addCart-btn {
    color: #fff;
    font-family: univers_65_boldregular;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #0018ff;
    padding: 5px 20px;
    margin-bottom: 25px;
    margin-left: -25px
}

.productFigscr {
    height: 1090px;
    overflow-x: auto
}

.productFigscr figure {
    text-align: center
}

.pd_top {
    background-color: #f6f6f6
}

.pd_top h2 {
    position: relative;
    font-size: 24px;
    color: #1a1818;
    padding-bottom: 10px;
    margin-bottom: 15px;
    /*max-width: 59%;*/
    line-height: 1.6
}

.pd_top h2:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 3px;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #1a1818
}

.pd_top h2 span {
    font-family: univers_55regular;
    font-size: 22px
}

.pd_top h3 {
    font-size: 32px;
    font-family: univers_55regular;
    color: #1a1818
}

.pd_top h3 span {
    font-size: 20px;
    color: #65aa71;
    font-family: univers_45_lightregular
}



.breadcrumb-wrp .breadcrumb {
    background-color: #e9ecef00;
    padding: 0;
    margin: 0
}

.breadcrumb-wrp li {
    font-size: 11px !important;
    color: #000;
    font-family: 'Univers LT Std';
    line-height: 13.2px;
    font-weight: 400;
}

.breadcrumb-wrp .breadcrumb-item + .breadcrumb-item::before {
    color: #a9a9a9
}

.cartBtn-grp {
    margin: 30px 0
}

.cart_btn {
    height: 44px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.exchangebtn {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: univers_55regular;
    background-color: #efeaea;
    height: 50px;
    width: 380px;
    max-width: 100%;
    display: block
}

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

.deliveryBox {
    padding: 30px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf
}

.deliveryBox h4 {
    font-size: 16px;
    color: #1a1818;
    font-family: univers_65_boldregular
}

.deliveryBox h4 span {
    margin-left: 18px;
    text-transform: lowercase;
    font-family: univers_45_lightregular
}

.deliveryBox h4 span small {
    font-size: 16px;
    color: #a9a9a9;
    margin-left: 16px
}

.assistanceBox {
    padding: 25px 0 0 0;
    width: 64%
}

.assistanceBox h4 {
    font-size: 18px;
    color: #1a1818;
    font-family: univers_65_boldregular;
    margin-bottom: 12px
}

.assistanceBox p {
    color: #1a1818
}

.paymentBox h4 {
    font-size: 18px;
    color: #1a1818;
    font-family: univers_65_boldregular;
    margin: 20px 0 15px 0
}

.paymentBox ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.paymentBox ul li {
    margin-right: 10px
}

.pd_bottom {
    border-bottom: 1px solid #dfdfdf
}

.description_h3, .pd_bottom h3 {
    font-size: 18px;
    color: #1a1818;
    font-family: univers_65_boldregular;
    margin-bottom: 30px
}

.description_h3 {
    font-size: 18px !important;
    color: #1a1818 !important;
    font-family: univers_65_boldregular !important;
    margin-bottom: 30px
}

.pd_bottom h4 {
    font-size: 21px;
    color: #1a1818;
    font-family: univers_65_boldregular;
    margin-bottom: 15px
}

.pd_bottom p {
    color: #1a1818;
    margin-bottom: 20px
}

.pd_bottom ul {
    border-top: 1px solid #dfdfdf;
    padding-top: 20px
}

.pd_bottom li {
    font-size: 18px;
    color: #1a1818;
    font-family: univers_55regular;
    margin-bottom: 15px
}

.pd_bottom li span {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px
}

.specific-table .table th {
    border-top: none;
    font-size: 16px;
    color: #1a1818;
    font-family: univers_55regular;
    width: 194px
}

.specific-table .table td {
    border-top: none;
    font-size: 16px;
    color: #1a1818
}

.specific-table tr:nth-child(odd) {
    background: #fbfbfb
}

.showMore-link {
    font-size: 16px;
    color: #1a1818;
    font-family: univers_55regular;
    float: right
}

.showMore-link img {
    width: 12px;
    margin-bottom: 3px
}

.reviewBox {
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 0
}

.mainProduct .main {
    background-color: #fff
}

.mainProduct .main figure {
    height: 430px
}

.productsub {
    width: 100%;
    margin: auto;
    position: relative;
    margin-top: 15px
}

.productsub .main figure {
    height: 95px
}

img#prev_2 {
    position: absolute;
    left: -26px;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer
}

img#next_2 {
    position: absolute;
    right: -26px;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer
}

.productDetails-wrp {
    overflow: hidden
}

.cmnInner h2 {
    font-size: 30px;
    color: #1a1818;
    font-family: univers_65_boldregular;
    margin-bottom: 30px;
    position: relative
}

.sell-wrp h6 {
    font-size: 16px;
    color: #1a1818;
    font-family: univers_45_lightregular;
    margin-bottom: 25px
}

.sell-wrp .sellTop {
    background-color: #fbfbfb
}

.sell-wrp .sellTop .container_wrp {
    margin-right: 0 !important;
    padding-right: 0 !important
}

.sell-wrp .tab-pane {
    background-color: #f6f6f6
}

.sell-btnGrp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sell-btnGrp a {
    font-size: 16px;
    color: #000;
    font-family: univers_65_boldregular;
    border: 1px solid #656565;
    background: 0 0;
    width: calc(100% / 2 - 4px);
    height: 44px;
    text-align: center;
    padding: .5rem 0;
    border-radius: 0 !important
}

.sell-btnGrp .nav-link.active, .sell-btnGrp .nav-link:hover, .sell-btnGrp .show > .nav-link {
    color: #fff;
    background-color: #000
}

.sell-Sign-wrp .forgotLinkP {
    margin: 10px 0 30px;
    display: block
}

.ip_box2 label {
    color: #000;
    font-family: univers_55regular;
    font-size: 16px;
    position: relative;
    margin-bottom: 8px;
}


.ip_box2 .form-control {
    border-radius: 0;
    border: 1px solid #dcdcdc;
    background: #f6f6f6
}

.ip_box2 .form-control.max_width_244 {
    max-width: 244px !important
}

.ip_box2 .form-control.max_width_610 {
    max-width: 610px !important
}

.sideHeadbar .form-control {
    background: #fbfbfb
}

.current_currency_symbol_wrap {
    position: relative
}

.current_currency_symbol_wrap input {
    padding-left: 40px
}

.current_currency_symbol_div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 12px;
    border-right: solid 1px #dcdcdc
}

.select2-selection {
    height: calc(1.5em + .75rem + 2px) !important;
    border: 1px solid #dcdcdc !important;
    background: #f6f6f6 !important;
    font-family: univers_45_lightregular;
    border-radius: 0 !important
}

.select2-selection__rendered:active {
    outline: 0 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    /*background-image: url(../images/c-ang.svg);*/
    background-repeat: no-repeat;
    background-position: 97.5%;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%!important;
    right: 15px!important;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: "\f107";
    font-family: 'FontAwesome', sans-serif;
    font-size: 13px;
    color: #808080;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s ease-in-out 0s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    transform: translate(-50%, -50%) rotate(-180deg);
}
/*@media (min-width: 1601px) {*/
/*    .select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*        font-size: 20px !important;*/
/*        line-height: 22px !important;*/
/*    }*/
/*}*/

/*@media (max-width: 1600px) and (min-width: 1400px) {*/
/*    .select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*        line-height: 20px !important;*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

.forgotLink {
    font-size: 14px;
    color: #a9a9a9;
    font-family: univers_45_lightregular;
    border-bottom: 1px solid
}

.signInbtn {
    color: #fff;
    font-family: univers_65_boldregular;
    background-color: #000;
    font-size: 16px;
    padding: 4px 44px;
    width: 167px;
    height: 44px;
    max-width: 100%;
    display: block;
    margin-top: 30px
}

.sellBrand {
    padding-bottom: 20px
}

.sellBrand h3 {
    font-size: 24px;
    color: #1a1818;
    font-family: univers_55regular;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.sellBrand ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sellBrand li {
    font-size: 16px;
    color: #1a1818;
    font-family: univers_45_lightregular;
    margin-bottom: 6px
}

.sellBottom {
    overflow: hidden
}

.sellBottom h3 {
    font-size: 28px;
    color: #1a1818;
    font-family: univers_65_boldregular;
    margin-bottom: 30px
}

.sellBottom li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 25px
}

.sellBottom .left-wrp li {
    font-size: 16px;
    color: #000
}

.sellBottom .left-wrp li {
    margin-bottom: 30px;
    display: flex;
    list-style-position: inside
}

.sellBottom .left-wrp li h6 {
    font-family: univers_65_boldregular
}

.sellBottom .left-wrp li small {
    font-size: 16px;
    color: #000;
    font-family: univers_45_lightregular;
    display: block;
    margin-top: 5px
}

.sellBottom .left-wrp li span {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1.2px solid #000;
    margin-right: 15px;
    border-radius: 50%;
    flex: none
}

.sellBottom .right-wrp p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px
}

.sellBottom .right-wrp ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sellBottom .right-wrp li {
    width: 50%
}

.sellBottom .right-wrp li span {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1.2px solid #000;
    margin-right: 10px;
    border-radius: 50%;
    flex: none;
    font-family: univers_65_boldregular
}

button.backBtn {
    background: #000;
    color: #fff;
    font-size: 13px;
    font-family: univers_55regular;
    padding: 6px 9px 4px 9px;
    float: right;
    margin-right: 15px
}

.sellProductBox {
    background: #fff
}

.sellProductBox figcaption h4 {
    margin-bottom: 0 !important
}

.cart-wrp {
    background-color: #f6f6f6;
    overflow: hidden
}

.sideHeadbar {
    position: relative;
    min-height: 500px
}

.sideHeadbar:before {
    position: absolute;
    content: "";
    width: 126%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    background-color: #fbfbfb
}

.sideHeadbar h6 {
    font-size: 18px;
    color: #1a1818;
    font-family: univers_45_lightregular;
    margin-bottom: 25px;
    position: relative
}

.sideHeadbar h6 span {
    font-family: univers_55regular
}

.sideHeadbar ul {
    position: relative
}

.sideHeadbar ul li {
    font-size: 16px;
    color: #656565;
    margin-bottom: 8px
}

.sideHeadbar ul li.active {
    color: #1a1818
}

.emptyCartBox {
    padding: 50px 50px 45px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 4.2rem;
}
.emptyCartBox .cart-image {
    margin-bottom: 10px;
}
.emptyCartBox h1 {
    max-width: 330px;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    font-family: 'univers_45_lightregular', sans-serif;
    line-height: 1.12;
}
.emptyCartBox-title{
    margin-bottom: 30px;

    font-family: 'Univers-Light-Normal' !important;
    font-size: 21px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}

h2.rec__title {
    font-size: 21px;
    text-align: center;
}
.shopnow-btn {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-height: 44px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: univers_45_lightregular;
    background-color: #000;
    width: auto;
    padding: 5px 25px;
    transition: all .3s ease-in-out 0s;
}
.shopnow-btn:hover {
    background-color: #F3F4F4;
    color: #000;
}
.rec__title {
    font-size: 21px;
    margin-bottom: 32px;
    color: #000;
}
.productSug-wrp {
    padding: 50px 0 0;
}

.productSug-wrp h2 {
    font-size: 30px;
    color: #1a1818;
    font-family: univers_65_boldregular;
    text-align: center;
    margin-bottom: 30px
}

.productSug-wrp .main {
    text-align: center;
    padding: 0 25px
}

.productSug-wrp .main figure {
    width: 240px;
    margin: auto;
    margin-bottom: 15px
}

.productSug-wrp .main h5 {
    color: #1a1818;
    font-size: 18px;
    font-family: univers_55regular;
    margin-bottom: 20px
}

.productSug-wrp .main h4 {
    color: #1a1818;
    font-size: 21px;
    font-family: univers_55regular
}

.cartHead {
    border-bottom: 3px solid #dfdfdf;
    padding-bottom: 18px;
    margin-bottom: 30px
}

.cartHead h3 {
    font-size: 20px;
    color: #1a1818;
    font-family: univers_65_boldregular
}

.cartProduct {
    margin-bottom: 30px;
    background-color: #fff;
}

.cartProduct h3 {
    font-size: 14px;
    color: #1a1818;
    font-family: univers_55regular;
    font-weight: 700
}

.cartProduct p {
    font-size: 14px;
    color: #1a1818;
    font-family: univers_45_lightregular;
    margin-top: 3px
}

.item_sub {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cartProduct button {
    background: 0 0;
    border-radius: 50%;
    color: #a1a1a1;
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    font-weight: 700 !important
}

.cartProduct button a {
    padding: 0 !important;
    height: 0 !important;
    transition: all ease-in-out .1s !important;
    font-weight: 700 !important
}

.cartProduct button a:hover, .cartProduct button:hover {
    color: #fd0808;
    background: 0 0;
    transform: scale(1.2)
}

.cartProduct figure {
    width: 100%;
    height: 100px;
}

.cartTt li {
    font-size: 16px;
    color: #1a1818;
    font-family: univers_55regular;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.cartBtngrp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cartBtngrp button {
    width: 160px;
    height: 44px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.cartBtngrp button:hover {
    background-color: #000;
    color: #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.gPay-btn {
    border: 1px solid #d4d4d4;
    background: 0 0
}

.checkout-btn {
    background-color: #00b67a;
    color: #fff;
    font-size: 16px;
    font-family: univers_65_boldregular
}

.checkout-btn:hover {
    background-color: #019f6b !important
}

.cartTop {
    padding-bottom: 0;
    margin: 0
}

.cartBottom {
    border-top: 1px solid #dfdfdf
}

.cartBottom h5 {
    font-size: 18px;
    color: #1a1818;
    font-family: univers_55regular;
    margin-bottom: 10px;
    font-weight: 800
}

.cartBottom .form-group {
    margin: 0
}

.cartBottom .form-control {
    border: 1px solid #c6c6c6;
    font-size: 16px;
    height: 46px;
    color: #1a1818;
    font-family: univers_45_lightregular;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 180px;
    background-color: rgba(255, 255, 255, 0)
}

.cartBottom .form-control:-moz-placeholder {
    color: #1a1818
}

.cartBottom .form-control::-moz-placeholder {
    color: #1a1818
}

.cartBottom .form-control::-webkit-input-placeholder {
    color: #1a1818
}

.cartBottom .form-control:-ms-input-placeholder {
    color: #1a1818
}

.form-control.selectIp {
    background-image: url(../images/c-ang.svg);
    background-repeat: no-repeat;
    background-position: 97.5%;
    -webkit-appearance: none;
    -moz-appearance: none
}

.shoppingCal-btn {
    width: 190px;
    height: 46px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: univers_65_boldregular
}

.exchange-wrp {
    background-color: #f6f6f6;
    overflow: hidden
}

.checklist li:hover {
    color: #c7b087
}

.checklist label {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    margin-bottom: 0
}

.checklist label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.sideHeadbar .checklist .checkmark {
    background-color: #fbfbfb
}

.checklist .checkmark {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #BFBFBF;
}

ul.my-account-edit-pref li {
    float: left;
    width: 50%
}

.checklist .checkmark:after {
    content: "";
    position: absolute;
    display: none
}
.checklist .checkmark:after {
    left: 1px;
    top: 1px;
    width: 8px;
    height: 5px;
    border-radius: 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(
            -45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checklist label input:checked ~ .checkmark {
    background-color: #000;
    border: 1px solid #000;
}
.checklist label input:checked ~ .checkmark:after {
    display: block
}
.checkout-wrp  .additional_address {
    padding-top: 2em;
}
.btnGrp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btnGrp button {
    width: 45%;
    background: #ff000000;
    border: 1px solid #adadad;
    font-size: 14px;
    font-family: univers_55regular;
    padding: 6px 0
}

.aboutBtn {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: univers_65_boldregular;
    width: 160px;
    height: 44px;
    display: block;
    text-align: center;
    line-height: 44px;
    margin-bottom: 30px
}

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

.checklist2 {
    margin-top: 15px;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    display: flex
}

.checklist2 li {
    margin-right: 50px
}

.radioBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.radioBtn li {
    margin-right: 50px
}

.radioBtn .checkmark {
    background-color: #fbfbfb00;
    border-radius: 0;
    overflow: hidden;
    top: 3px
}

.radioBtn .checkmark:after {
    width: 15px;
    height: 15px;
    border: solid #00b67a;
    border-radius: 0
}

.exchange-wrp .sideHeadbar {
    padding-left: 40px
}

.exchange_how_it_works_right_box strong {
    display: block;
    margin-bottom: 10px;
    font-family: univers_55regular;
    margin-top: 15px
}

img.img-fluid.exchange_right_image {
    max-width: 79%;
    margin: 0 auto;
    display: inherit
}

.exchange-wrp .signInbtn {
    padding: 4px 10px
}

.exchange-wrp .formPart {
    max-width: 385px;
    width: 385px
}

.exchange-wrp .checklist2 li {
    margin-right: 0 !important;
    width: 50% !important;
    flex: 0 0 50%
}

.exchange-wrp .figPart {
    width: calc(100% - 385px)
}

.ip_box2 .addfield {
    background-image: url(../images/addw.png);
    background-repeat: no-repeat;
    background-position: 99%;
    padding-right: 35px
}

.sideHeadbar-in {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.h100 {
    height: 100%
}

.faq-wrp {
    overflow: hidden;
    background-color: #f6f6f6
}

.faq-wrp h2 {
    margin-bottom: 15px
}

.helpMsg {
    position: relative;
    margin-top: auto;
    margin-bottom: 40px
}

.helpMsg p {
    font-size: 16px;
    color: #1a1818;
    font-family: univers_45_lightregular
}

.faqList {
    background: #fff;
}

.faqList .nav-pills a {
    font-size: 16px;
    color: #656565;
    margin-bottom: 8px;
    padding: 0
}

.faqList .nav-pills a:hover {
    color: #1a1818
}

.faqAccord .card {
    background-color: #fff0;
    border: none;
    border-bottom: 1px solid #dfdfdf !important;
    margin-bottom: 16px
}

.faqAccord .card:last-child {
    border-bottom: none !important
}

.faqAccord .card-header {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none
}

.faqAccord .card-header .btn-link {
    position: relative;
    padding: 0;
    font-size: 16px;
    color: #1a1818;
    width: 100%;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px
}

.faqAccord .card-header .btn-link:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/acc-ar.png);
    background-repeat: no-repeat;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-position: center;
    padding-right: 18px
}

.faqAccord .card-header .btn-link.collapsed {
    color: #1a1818
}

.faqAccord .card-header .btn-link.collapsed:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faqAccord .card-header .btn-link:focus, .faqAccord .card-header .btn-link:hover {
    text-decoration: none
}

.faqAccord .card-body {
    padding: 0
}

.faqAccord .card-body p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #1a1818
}

.register-wrp {
    overflow: hidden
}

.register-wrp .sideHeadbar {
    max-width: 420px
}

.ip_box2 .pswdField {
    background-image: url(../images/pswdEye.png);
    background-repeat: no-repeat;
    background-position: 96%;
    padding-right: 35px
}

.signBox .radioBtn {
    display: block
}

.signBox .radioBtn li {
    margin-right: 0
}

.signBox .radioBtn .checkmark {
    top: 1px
}

.signBox .signInbtn {
    background-color: #000
}

.forgotLinkP {
    font-size: 16px;
    color: #a4a4a4;
    font-family: univers_45_lightregular;
    display: block
}

.forgotLinkP a {
    color: #5d5d5d;
    font-family: univers_55regular;
    border-bottom: 1px solid
}

.anchor_underline, .faq-wrp.cmnInner .card-body a, a.forgot_password_li {
    position: relative !important;
    border-bottom: none;
    text-decoration: none !important
}

a.anchor_underline:hover {
    color: grey
}

.faq-wrp.cmnInner .card-body {
    padding-right: 50px
}

.faq-wrp.cmnInner .card-body a::after, a.anchor_underline::after, a.forgot_password_li::after {
    position: absolute !important;
    width: 100% !important;
    height: 1px !important;
    background: #1a1818 !important;
    bottom: 0 !important;
    content: "" !important;
    left: 0 !important
}



.rqMsg {
    font-size: 14px;
    color: #000;
    font-family: univers_45_lightregular;
    margin-top: 5px;
    line-height: 16px;
    display: block
}

.logBox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.logBox.open {
    position: relative;
    opacity: 1;
    pointer-events: all;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.pswdStatus {
    border: 1px solid #dcdcdc;
    height: 8px;
    width: 50%;
    margin: 6px 0 8px 0
}

.pswdStatus .pswdStatus-in {
    width: 20%;
    height: 100%
}

.pswdStatus .pswdStatus-in.red {
    background: #df2828
}

.pswdStatus .pswdStatus-in.blue {
    background: #0019ff
}

.pswdStatus .pswdStatus-in.green {
    background: #30b92f
}

.mainFig {
    height: 100%;
    width: 100%
}

.homeBnr .carousel-item {
    transition: opacity 2.5s ease-in-out;
    -moz-transition: opacity 2.5s ease-in-out;
    -webkit-transition: opacity 2.5s ease-in-out;
    -o-transition: opacity 2.5s ease-in-out
}

.homeBnr .carousel-item .slBG {
    width: 100%;
    height: 450px
}

.homeBnr .carousel-item .slImg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 44%;
    transform: translateX(-30px);
    bottom: 0;
    display: flex;
    align-items: center
}

.homeBnr .carousel-item.active {
    transition: opacity 2.5s ease-in-out;
    -moz-transition: opacity 2.5s ease-in-out;
    -webkit-transition: opacity 2.5s ease-in-out;
    -o-transition: opacity 2.5s ease-in-out
}

.homeBnr .carousel-item.active .slBG {
    -webkit-animation-name: opAnim;
    -webkit-animation-duration: 5s;
    animation-name: opAnim;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

.homeBnr {
    background: #000;
    position: relative;
    z-index: 0
}

.homeBnr .carousel-item.active .slBG {
    -webkit-animation-name: zoomIn;
    -webkit-animation-duration: 20s;
    animation-name: zoomIn;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes zoomIn {
    from {
        transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1)
    }
    to {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }
}

@keyframes zoomIn {
    from {
        transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1)
    }
    to {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }
}

@-webkit-keyframes opAnim {
    from {
        opacity: .1
    }
    to {
        opacity: .6
    }
}

@keyframes opAnim {
    from {
        opacity: .1
    }
    to {
        opacity: .6
    }
}

@-webkit-keyframes movAnim {
    0% {
        opacity: .5;
        transform: translateX(-30px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes movAnim {
    0% {
        transform: translateX(-30px)
    }
    100% {
        transform: translateX(0)
    }
}
.tax-product_taxonomy .available-paymens, .tax-product_taxonomy section.register {
    border-top: 2px solid #E5E5E5;
}
.terms-wrp {
    background-color: #f6f6f6;
    overflow: hidden
}

.terms-wrp h4 {
    font-size: 18px;
    color: #000;
    font-family: univers_65_boldregular;
    margin-bottom: 15px
}

.terms-wrp p {
    color: #1a1818;
    margin-bottom: 20px
}

.dotList {
    padding-left: 20px
}

.dotList li {
    font-size: 18px;
    color: #1a1818;
    font-family: univers_55regular;
    margin-bottom: 15px
}

.checkout-wrp {
    background-color: #f6f6f6
}

.checkout-wrp .sideHeadbar {
    max-width: 420px
}

/*.checkout-wrp .checklist .checkmark {*/
/*    top: 8px;*/
/*}*/

.checkoutRight {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.checkoutRight .shippingAdd {
    display: none
}

.checkoutRight.shippinBox .shippingAdd {
    display: block
}

.checkoutRight.shippinBox .checkoutfig {
    display: none
}

.checkoutOrder {
    width: calc(100% - 400px);
    padding-right: 20px
}

.checkoutOrder .cartProduct + .cartProduct {
    border-top: 1px solid #dfdfdf;
    padding-top: 15px
}

.checkoutOrder .cartHead {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.checkoutOrder figure {
    width: 100%
}

.checkoutOrder .cartTt li {
    font-size: 16px
}

.checkoutOrder .cartTt li span {
    font-family: univers_65_boldregular
}

.checkoutOrder .cartTt li span:nth-child(2) {
    font-family: univers_45_lightregular
}

.checkoutOrder .cartTt li:last-child span:nth-child(2) {
    font-family: univers_65_boldregular
}

.checkoutfig {
    min-width: 400px;
    width: 38%
}

.billingBox h3, .shippingAdd h3 {
    font-size: 18px;
    color: #1a1818;
    font-family: univers_65_boldregular;
    margin-bottom: 16px
}

.billingBox h6, .shippingAdd h6 {
    font-family: univers_55regular;
    font-size: 18px;
    color: #1a1818;
    margin-bottom: 25px;
    position: relative
}

.shippingAdd {
    padding-left: 0;
    min-width: 400px;
    width: 38%
}


.checkoutAdd h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px
}

.checkoutAdd p {
    font-size: 16px;
    color: #000
}

.billingAddBox {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.editBtn {
    color: #fff;
    font-family: univers_65_boldregular;
    background-color: #000;
    font-size: 16px;
    padding: 4px 44px;
    height: 44px;
    max-width: 100%;
    display: block;
    margin-top: 30px
}

.myAccount {
    overflow: hidden
}

.intouch-wrp h6 {
    font-size: 18px;
    color: #000;
    font-family: univers_55regular
}

.intouch-wrp h4 {
    font-size: 18px;
    color: #000;
    font-family: univers_65_boldregular;
    margin: 15px 0 20px
}

.intouch-wrp .checklist li {
    margin-bottom: 10px
}

.intouch-wrp .checklist .checkmark {
    top: 1px
}

.intouch-wrp p {
    font-size: 18px;
    color: #a4a4a4;
    font-family: univers_45_lightregular
}

.thankyouBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 450px;
    text-align: center;
    background-color: #f6f6f6
}

.thankyouBox h4 {
    font-size: 28px;
    color: #1a1818;
    font-family: univers_65_boldregular;
    margin-bottom: 20px
}

.thankyouBox p {
    font-size: 18px;
    color: #1a1818;
    font-family: univers_55regular
}

.thankyouBox button {
    color: #fff;
    font-family: univers_65_boldregular;
    background-color: #00b67a;
    font-size: 18px;
    padding: 4px 24px;
    height: 44px;
    max-width: 100%;
    margin-top: 25px
}

.login-submit-div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cnt_us h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.cnt_us p {
    font-size: 16px;
    margin-bottom: 15px
}

.cnt_mp h3 {
    border-bottom: 1px solid #d8d1d1;
    padding-bottom: 10px
}

.cnt_mp h3:first-child {
    border-top: none !important
}

.cnt_mp {
    padding: 20px 15px
}

.mp_img img {
    width: 100%
}

.orderTracking figure {
    display: flex;
    align-items: center
}

.orderTracking figure img {
    width: 8rem;
    height: 8rem;
    margin-right: 10px
}

.orderTracking figure figcaption {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.orderTracking figure figcaption h4 {
    font-size: 18px;
    font-weight: 500
}

.orderTracking figure figcaption h6 {
    font-size: 13px;
    font-weight: 300
}

.orderTracking figure figcaption h2 {
    font-size: 16px;
    font-weight: 500
}

.orderTracking .order-track {
    margin-top: 1rem;
    padding: 0 1rem;
    border-top: 1px dashed #cecece;
    padding-top: 1rem;
    display: flex;
    flex-direction: column
}

.orderTracking .order-track-text {
    padding-bottom: 15px
}

.orderTracking .order-track-step {
    display: flex;
    height: auto;
    min-height: 80px
}

.orderTracking .order-track-step:last-child {
    overflow: hidden;
    height: 4rem
}

.orderTracking .order-track-step:last-child .order-track-status span:last-of-type {
    display: none
}

.orderTracking .order-track-status {
    margin-right: 1.5rem;
    position: relative
}

.orderTracking .order-track-status-dot {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: #000;
    position: relative
}

.orderTracking .order-track-status-dot:after {
    content: "\f00c";
    font-family: FontAwesome;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #f9f9f9;
    position: absolute;
    top: 0;
    line-height: 17px;
    text-align: center
}

.orderTracking .order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 100%;
    background: #000
}

.orderTracking .order-track {
    transition: height .3s ease-in-out .3s;
    transform-origin: top center
}

.orderShipping {
    border-top: 1px dashed #cecece;
    margin-top: 1rem;
    padding: 1rem 1rem
}

.orderShipping h4 {
    font-size: 14px;
    color: #adadad;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 18px;
    padding-bottom: 10px
}

.orderShipping h3 {
    font-size: 18px;
    font-family: univers_65_boldregular;
    margin-bottom: 10px
}

.orderShipping p {
    font-size: 14px;
    font-family: univers_55regular;
    margin-bottom: 2px
}

.orderPrice {
    border-top: 1px dashed #cecece;
    margin-top: 1rem;
    padding: 1rem 1rem
}

.orderPrice h4 {
    font-size: 14px;
    color: #adadad;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 18px;
    padding-bottom: 10px
}

.orderPrice li {
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: univers_55regular, sans-serif;
    margin-bottom: 2px
}

.card-number {
    box-shadow: none !important
}

.cvv {
    box-shadow: none !important
}

.expiry-date {
    box-shadow: none !important
}

#checkout-frames-card-number {
    box-shadow: none !important
}

i#prev_3 {
    position: absolute;
    left: -15px;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    cursor: pointer;
    z-index: 11;
    font-size: 20px;
    color: #b3b3b3
}

i#next_3 {
    position: absolute;
    right: -15px;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    z-index: 11;
    font-size: 20px;
    color: #b3b3b3
}

.slick-disabled {
    display: none !important
}

@-moz-document url-prefix() {
    * {
        scrollbar-color: #888 #f1f1f1 !important;
        scrollbar-width: thin !important
    }
    .headerMainTop ul li svg {
        width: 19px
    }
    .cartProduct h3 {
        font-family: univers_45_lightregular
    }
    b, strong {
        font-family: univers_45_lightregular
    }
}

.close {
    display: none !important
}


@media (min-width: 1600px) {
    .sideFig {
        height: 100%
    }

    .sideFig img {
        height: 100%;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .sideFig {
        height: 100%
    }

    .sideFig img {
        height: 100%;
        width: 100%
    }
}

@media (max-width: 1600px) {
    header.active .productList.open {
        top: 119px;
        padding: 40px 25px
    }

    .headerMainBot .navLink ul li {
        font-size: 30px
    }

    .accountLink svg {
        margin-top: 0
    }


    .productList.open {
        top: 148px
    }

    .productList:before {
        left: 250px
    }
}



@media (max-width: 1400px) {


    .headHt {
        height: 240px
    }

    header.active .productList.open {
        top: 116px
    }

    .headerMainBot .navLink ul li {
        font-size: 22px;
        margin: 0 15px;
        margin-bottom: -7px
    }



    .headerMainBot {
        padding: 6px 0
    }

    .innerContent p {
        font-size: 14px
    }

    .menuList .nav-link {
        font-size: 14px
    }

    .productList, .productListAll, .productListCategory, .productListOccasion {
        top: 132px;
        padding: 15px 0 19px 0
    }


    .productList.open, .productListAll.open, .productListCategory.open, .productListOccasion.open {
        top: 10.3rem;
        border-top: 2px solid #F3F4F4;
    }

    footer {
        position: relative;
        z-index: 0 !important
    }

    .productList h3, .productListAll h3, .productListCategory h3, .productListOccasion h3 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .productList li, .productListAll li, .productListCategory li, .productListOccasion li {
        font-size: 14px;
        margin-bottom: 3px
    }


    .mainFig figure {
        height: 360px
    }

    .footer-top h3 {
        font-size: 14px;
        padding-bottom: 2px;
        margin-bottom: 12px
    }

    .footer-top li {
        margin-bottom: 3px
    }

    .contactList li {
        max-width: 100%
    }

    .footer-top h6 {
        margin-top: 25px;
        font-size: 14px
    }

    .footer-top p {
        font-size: 14px
    }

    .searchBoxNew .form-control {
        background-position: 15px 11px;
        height: 35px;
        width: 575px
    }

    .cart_popup_head h3 {
        font-size: 18px
    }

    .cart_sub h4 {
        font-size: 18px
    }

    .cartDt .cartBtngrp button {
        width: 120px;
        height: 36px;
        font-size: 14px
    }

    .cartDt {
        width: 560px;
        margin-top: 43px
    }



    .pd_top h2 {
        font-size: 20px
    }

    .pd_top h3 {
        font-size: 25px
    }

    .pd_top h3 span {
        font-size: 16px
    }

    .cartBtn-grp {
        margin: 15px 0
    }

    .deliveryBox h4 {
        font-size: 15px
    }

    .deliveryBox {
        padding: 15px 0
    }

    .paymentBox h4 {
        font-size: 15px
    }

    .paymentBox ul li {
        width: 70px
    }

    .mainProduct .main figure {
        height: 320px;
        margin: auto
    }

    .productsub .main figure {
        height: 80px
    }

    .breadcrumb-wrp .breadcrumb {
        margin: 0
    }

    .pd_bottom {
        padding: 25px 0
    }

    .pd_bottom h3 {
        font-size: 16px;
        margin-bottom: 18px
    }

    .specific-table .table th {
        font-size: 14px;
        width: 162px
    }

    .specific-table .table td {
        font-size: 14px
    }

    .pd_bottom h4 {
        font-size: 14px
    }

    .pd_bottom p {
        font-size: 13px;
        margin-bottom: 15px
    }

    .pd_bottom ul {
        padding-top: 15px
    }

    .pd_bottom li span {
        width: 30px;
        height: 30px;
        font-size: 15px;
        margin-right: 10px
    }

    .pd_bottom li {
        font-size: 13px
    }

    .showMore-link {
        font-size: 14px
    }

    .showMore-link img {
        width: 10px
    }

    .assistanceBox h4 {
        font-size: 15px
    }

    .assistanceBox p {
        font-size: 14px
    }

    .cmnInner h2 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .sell-wrp h6 {
        font-size: 14px;
        margin-bottom: 15px
    }

    .sell-btnGrp a {
        font-size: 13px;
        height: 37px
    }

    .sellBrand h3 {
        font-size: 14px;
        margin-bottom: 8px;
        padding-bottom: 8px
    }

    .sellBrand li {
        font-size: 14px;
        margin-bottom: 3px
    }

    .viewLink {
        font-size: 12px;
        padding: 5px 7px
    }

    .viewLink img {
        width: 7px
    }

    .sellBottom h3 {
        font-size: 20px;
        margin-bottom: 18px
    }

    .sellBottom .left-wrp li small {
        font-size: 13px
    }

    .sellBottom .left-wrp li span {
        width: 45px;
        height: 45px;
        padding: 12px
    }

    .sellBottom li {
        margin-bottom: 10px
    }

    .sellBottom .right-wrp p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .sellBottom .right-wrp li span {
        width: 23px;
        height: 23px
    }

    .sideHeadbar {
        position: relative;
        min-height: 450px
    }

    .cartHead {
        border-bottom: 2px solid #dfdfdf;
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .cartHead h3 {
        font-size: 16px
    }

    .cartProduct h3 {
        font-size: 16px
    }

    .cartProduct p {
        font-size: 13px
    }

    .cartTop {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .cartTt li {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 16px
    }

    .cartBtngrp button {
        width: 145px;
        height: 36px
    }

    .cartBottom {
        margin-bottom: 15px
    }

    .cartBottom h5 {
        font-size: 16px
    }

    .cartBottom .form-control {
        font-size: 16px
    }

    .shoppingCal-btn {
        height: 38px;
        font-size: 14px
    }

    .sideHeadbar h6 {
        font-size: 14px
    }

    .ip_box2 label {
        font-size: 13px
    }

    .checklist label {
        font-size: 13px
    }

    .radioBtn .checkmark {
        top: 0
    }

    .ip_box2 .form-control {
        font-size: 13px
    }

    .sideHeadbar ul li {
        font-size: 14px
    }

    .faqAccord .card {
        margin-bottom: 10px
    }

    .faqList .nav-pills a {
        font-size: 15px
    }

    .faqAccord .card-header .btn-link {
        font-size: 15px;
        margin-bottom: 8px
    }

    .faqAccord .card-body p {
        font-size: 14px
    }

    .helpMsg p {
        font-size: 14px
    }

    .register-wrp h2 {
        font-size: 25px
    }

    .register-wrp .signInbtn {
        font-size: 14px;
        padding: 4px 0;
        width: 115px;
        height: 36px
    }

    .forgotLinkP {
        font-size: 14px
    }

    .signUpBox p {
        font-size: 14px
    }

    .signUpBox h5 {
        font-size: 14px
    }

    .terms-wrp h4 {
        font-size: 14px
    }

    .terms-wrp p {
        font-size: 14px
    }

    .dotList li {
        font-size: 14px
    }

    /*.billingBox h3 {*/
    /*    font-size: 13px;*/
    /*    margin-bottom: 10px*/
    /*}*/

    .checkoutOrder .cartTt li {
        font-size: 16px
    }


    .checkout-wrp .checklist .checkmark {
        /*top: 7px*/
    }

    .checkoutAdd h5 {
        font-size: 14px
    }

    .checkoutAdd p {
        font-size: 13px
    }

    .editBtn {
        font-size: 14px;
        padding: 4px 30px;
        height: 36px;
        margin-top: 30px
    }

    .intouch-wrp h4 {
        font-size: 15px
    }

    .intouch-wrp h6 {
        font-size: 14px
    }

    .intouch-wrp p {
        font-size: 14px
    }

    .cnt_us h3 {
        font-size: 15px
    }

    .cnt_us p {
        font-size: 14px
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    header.active .productList.open {
        top: 104px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.active .productList.open {
        top: 100px
    }



    .accountLink svg {
        width: 16px
    }



    .accountLink svg {
        margin-top: -1px
    }

    .headerMainTop ul li .flagList li img {
        width: 18px
    }

    .headerMainBot .navLink ul li {
        font-size: 16px;
        margin: 0 12px
    }



    .productList {
        top: 116px
    }

    .productList.open {
        padding: 25px 15px !important;
    }



    .productList:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e6e6e6;
        top: -8px;
        left: 184px
    }

    .productList li {
        font-size: 12px
    }

    .footer-top h6 {
        margin-top: 18px;
        font-size: 13px
    }

    .footer-top p {
        font-size: 13px
    }

    .searchBoxNew .form-control {
        width: 380px
    }

    .advWoo {
        width: 380px
    }

    .headerTop li span {
        margin-left: 6px
    }

    .mainProduct .main figure {
        height: 270px
    }

    .contactContent .c-mainList > li {
        font-size: 14px
    }

    .contactContent .c-mainList > li ul li img {
        width: 20px
    }

    .cartTt li {
        font-size: 13px;
        padding-bottom: 13px;
        margin-bottom: 13px
    }

    .cartBottom .form-control {
        font-size: 12px;
        width: 145px
    }

    .shoppingCal-btn {
        height: 32px;
        font-size: 13px
    }

    .faq-wrp .tab-content {
        min-height: 100%
    }

    .checkout-wrp .sideHeadbar {
        max-width: 300px
    }

    .checkoutfig {
        min-width: 300px
    }

    .checkoutOrder {
        width: calc(100% - 300px)
    }

    .billingBox h3 {
        font-size: 13px;
        margin-bottom: 10px
    }

    .checkoutOrder .cartTt li {
        font-size: 16px
    }



    .shippingAdd {
        min-width: 300px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .homeBnr {
        height: 350px
    }

    .homeBnr .carousel {
        height: 100%
    }

    .homeBnr .carousel-inner {
        height: 100%
    }

    .homeBnr .carousel-item {
        height: 100%
    }

    .searchBox .form-control {
        font-size: 13px
    }



    .accountLink svg {
        width: 12px
    }



    .accountLink svg {
        margin-top: -1px
    }



    .headerMainTop ul li svg {
        width: 16px;
        margin-right: 2px
    }

    .callLink svg {
        width: 20px !important;
    }

    .headerMainTop ul li .flagList li img {
        width: 18px
    }

    .headerMainBot .navLink ul li {
        font-size: 15px;
        margin: 0 6px
    }

    .productList {
        top: 116px
    }

    .productList.open {
        top: 111px
    }

    header.active .productList.open {
        top: 100px
    }

    .viewLink {
        font-size: 13px;
        margin-bottom: 15px
    }

    .productList:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e6e6e6;
        top: -8px;
        left: 184px
    }

    .productList li {
        font-size: 12px
    }

    .mainFig figure {
        height: 250px
    }

    .footer-top h6 {
        margin-top: 18px;
        font-size: 13px
    }

    .footer-top p {
        font-size: 13px;
        margin-top: 20px
    }

    .headerTop li span {
        margin-left: 3px
    }

    .headerTop li a {
        padding: 0 6px
    }

    .searchBoxNew .form-control {
        background-position: 8px 9px;
        height: 30px;
        width: 247px;
        font-size: 14px;
        background-size: 13px;
        padding: 0 10px 0 25px
    }

    .advWoo {
        background-position: 8px 9px;
        height: 30px;
        width: 247px;
        font-size: 14px;
        background-size: 13px
    }

    .back_top {
        padding: 10px 0
    }

    .back_top a {
        font-size: 15px
    }


    .back_top img {
        margin-top: -1px
    }

    .contactContent .c-mainList > li {
        font-size: 14px
    }

    .contactContent .c-mainList > li ul li img {
        width: 20px
    }

    .contactContent .c-mainList {
        margin: 0 0 15px 0
    }

    .contactContent h6 {
        font-size: 15px;
        margin-bottom: 15px
    }

    .ip_box label {
        font-size: 14px;
        margin-bottom: 2px
    }

    .cmnInner h2 {
        font-size: 16px;
        margin-bottom: 15px
    }

    .menuList {
        padding-left: 20px
    }

    .sellBtnGrp {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .sellBtnGrp button {
        margin: 0 5px 0 0
    }

    .sellContent h4 {
        margin-bottom: 10px
    }

    .sellContent h6 {
        font-size: 14px;
        margin-bottom: 8px
    }

    .sell-wrp h6 {
        font-size: 13px;
        margin-bottom: 10px
    }

    .sell-btnGrp a {
        font-size: 12px;
        height: 30px;
        padding: 6px 0
    }

    .sellBrand h3 {
        font-size: 13px;
        margin-bottom: 6px;
        padding-bottom: 6px
    }

    .sellBrand li {
        font-size: 12px
    }

    .sellBrand .viewLink {
        font-size: 12px
    }

    .sellBottom h3 {
        font-size: 16px;
        margin-bottom: 15px
    }

    .sellBottom .left-wrp li span {
        width: 38px;
        height: 38px;
        padding: 10px
    }

    .sellBottom .left-wrp li small {
        font-size: 12px
    }

    .sellBottom .right-wrp p {
        font-size: 12px
    }

    .sellBottom .right-wrp li {
        font-size: 12px
    }

    .sellBottom .right-wrp li span {
        width: 18px;
        height: 18px;
        padding: 2px
    }

    .sellBrand .modalList li {
        width: calc(100% / 3)
    }

    .sellProductBox .fig-in {
        height: 200px
    }

    .product_details .topC {
        padding: 15px
    }

    .product_details .topC h3 {
        font-size: 14px
    }

    .product_details .topC h4 {
        font-size: 14px
    }

    .addCart-btn {
        margin-left: -15px;
        margin-bottom: 15px
    }

    .product_details .topC h2 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .product_details li {
        font-size: 13px
    }

    .product_details .botC li {
        font-size: 12px;
        padding: 10px 0 10px 10px
    }

    .productFigscr {
        height: 895px
    }

    .mainProduct .main figure {
        max-width: 210px
    }

    .pd_top h2 {
        font-size: 16px
    }

    .pd_top h3 {
        font-size: 18px
    }

    .pd_top h3 span {
        font-size: 14px
    }

    .exchangebtn {
        font-size: 14px;
        height: 38px;
        width: 211px;
        display: block
    }

    .deliveryBox h4 span {
        margin-left: 14px
    }

    .deliveryBox {
        padding: 10px 0
    }

    .paymentBox h4 {
        margin: 14px 0 10px 0
    }

    .pd_top {
        padding: 0 0 20px 0
    }

    .pd_bottom h3 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .specific-table .table th {
        font-size: 12px
    }

    .specific-table .table td {
        font-size: 12px
    }

    .pd_bottom p {
        font-size: 12px;
        margin-bottom: 10px
    }

    .pd_bottom li {
        font-size: 12px
    }

    .deliveryBox h4 span small {
        font-size: 16px;
        display: block
    }

    .mainProduct .main figure {
        height: 270px
    }

    img#prev_2 {
        width: 16px
    }

    img#next_2 {
        width: 16px
    }

    .cartTt li {
        font-size: 13px;
        padding-bottom: 13px;
        margin-bottom: 13px
    }

    .cartBottom .form-control {
        font-size: 12px;
        width: 142px
    }

    .shoppingCal-btn {
        height: 32px;
        font-size: 13px
    }

    .cartBtngrp button {
        width: 100px;
        height: 32px;
        font-size: 12px
    }

    .cartBtngrp button img {
        width: 35px
    }

    .shoppingCal-btn {
        height: 32px;
        font-size: 12px;
        width: 126px;
        margin-top: 10px
    }

    .checklist label {
        font-size: 12px
    }

    .faq-wrp .tab-content {
        min-height: 100%
    }

    .sideHeadbar ul li {
        font-size: 12px
    }

    .faqList .nav-pills a {
        font-size: 13px
    }

    .faqAccord .card-header .btn-link {
        font-size: 13px
    }

    .faqAccord .card-body p {
        font-size: 13px
    }

    .helpMsg p {
        font-size: 12px
    }

    .faqAccord .card-header .btn-link:after {
        background-size: 10px
    }

    .checkout-wrp .sideHeadbar {
        max-width: 300px
    }

    .checkoutfig {
        min-width: 235px
    }

    .checkoutOrder {
        width: calc(100% - 235px)
    }

    .billingBox h3 {
        font-size: 13px;
        margin-bottom: 10px
    }

    .checkoutOrder .cartTt li {
        font-size: 16px
    }



    .shippingAdd {
        min-width: 235px
    }

    .cnt_us h3 {
        font-size: 14px
    }

    .cnt_us p {
        font-size: 12px
    }
}

@media (max-width: 767px) {

    .homeBnr {
        height: 290px
    }

    .homeBnr .carousel {
        height: 100%
    }

    .homeBnr .carousel-inner {
        height: 100%
    }

    .homeBnr .carousel-item {
        height: 100%
    }

    .homeBnr .carousel-item .slBG {
        height: 290px
    }

    .container_wrp {
        width: 100%
    }

    .headerTop li {
        margin-left: 12px
    }

    .accountLink svg {
        width: 12px
    }



    .accountLink svg {
        margin-top: -1px
    }



    .headerMainTop ul li svg {
        width: 16px;
        margin-right: 2px
    }

    .callLink svg {
        width: 15px !important
    }

    .headerMainTop ul li .flagList li img {
        width: 18px
    }

    .headerMainBot .navLink ul li {
        font-size: 15px;
        margin: 0 6px
    }

    .productList {
        top: 116px;
        height: 100%
    }

    .productList .close {
        padding: 0 10px
    }

    .productList.open {
        top: 104px
    }

    .productList:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e6e6e6;
        top: -8px;
        left: 184px
    }

    .productList li {
        font-size: 12px
    }

    .mainFig figure {
        height: 250px
    }


    .footer-top h6 {
        margin-top: 18px;
        font-size: 13px
    }

    .footer-top p {
        font-size: 13px;
        margin-top: 20px
    }


    .mobChatBox {
        position: fixed;
        bottom: 0;
        background: #0018ff;
        z-index: 11;
        color: #fff;
        font-size: 14px;
        padding: 3px 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        font-family: univers_55regular;
        right: 0
    }

    .mobChatBox svg {
        margin-right: 8px;
        width: 16px
    }

    .mobChatBox svg .st0 {
        fill: none;
        stroke: #fff;
        stroke-width: .6
    }

    .headerMainTop {
        display: none
    }

    .mailhLink svg {
        width: 16px
    }

    .mailhLink svg .st0 {
        fill: none;
        stroke: #000;
        stroke-width: .6
    }

    .navLink {
        display: none
    }

    .headerTop ul {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .headerTop li {
        margin-left: 0
    }

    .mobHeader {
        position: fixed;
        display: none !important;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 11;
        background-color: #fff
    }

    .mobHeader .mobHeadtop {
        padding: 15px 15px
    }

    .mobHeader .mobHeadtop .mob-logo img {
        width: 70px
    }

    .mobHeader .mobHeadtop ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }


    .mobHeader .mobHeadtop ul.woocs-style-1-dropdown-menu {
        display: none
    }

    .mobHeader .mobHeadtop li svg {
        width: 16px;
    }

    .mobHeader .mobHeadtop li.mob-user-menu svg {
        width: 20px;
    }

    .mobHeader .mobHeadtop li + li {
        margin-left: 23px;
        font-size: 14px;
    }


    .mobHeader .mobHeadtop .chatLink_whatsapp {
        margin-left: auto
    }

    .mobHeader .mobHeadtop .chatLink_whatsapp svg {
        width: 17px
    }

    .mobHeader .mobHeadtop .callLink svg {
        width: 20px !important
    }

    .mobHeader .mobHeadtop .callLink img {
        margin-left: 0;
        width: 10px;
        margin-top: 1px
    }

    .mobHeader .mobHeadtop .callLink img.phone-icon-class {
        width: 22px
    }

    .mobHeader .mobHeadtop .callLink {
        padding: 0
    }

    .mobHeader .mobHeadtop .currency-li-resp {
        margin-top: 2px
    }


    .mobHeader .mobHeadtop .dropdown-menu {
        border-radius: 0;
        margin: 0
    }

    .mobHeader .mobHeadtop .currency-li-resp .dropdown-menu {
        min-width: auto
    }

    .callLink #dropdownMenuButton img, .currency-li-resp i img {
        width: 10px
    }

    .list-unstyled .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
        font-size: 14px !important;
        color: #000;
        margin-left: 0 !important;
        padding: 4px !important
    }

    .woocs-style-1-dropdown .woocs-style-1-select > span {
        font-size: 18px;
    }

    .mobHeader .mobHeadtop .dropdown-menu a {
        /*-ms-flex-pack: left;*/
        justify-content: left;
        padding: 5px 10px;
        height: auto;
        font-size: 12px
    }

    header.active .mobHeader .mobHeadbot {
        border-bottom: 1px solid #e9ecee
    }

    .mobHeader .mobHeadbot {
        border-top: 1px solid #e9ecee
    }

    .mobHeader .mobHeadbot ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mobHeader .mobHeadbot ul li {
        position: relative;
        font-size: 12px;
        text-transform: uppercase;
        font-family: univers_55regular;
        flex-grow: 1;
        text-align: center;
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mobHeader .mobHeadbot ul li:not(:last-child):after {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        margin: auto;
        background-color: #e9ecee
    }

    .mobHeader .mobHeadbot ul li svg {
        width: 16px
    }

    .mobHeader .mobHeadbot .showMenu svg {
        width: 16px
    }

    .mobHeader .searchBoxNew {
        display: none
    }

    .mobHeader .searchBoxNew .form-control {
        background-position: 92%;
        height: 38px;
        width: 100%;
        font-size: 14px;
        background-size: 13px;
        padding: 0 10px 0 28px
    }

    .mobileMenu {
        padding-bottom: 3rem !important;
        position: fixed;
        background: #fff;
        top: 0;
        right: -300px;

        height: 100vh;
        z-index: 100;

        width: 300px;
        max-width: 100%;
        font-family: univers_65_boldregular;
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        overflow-y: auto;
        border-left: 1px solid #e8e8e8;
    }

    .mobileMenu .subBox.border-0 {
        padding-bottom: 5rem !important;
    }

    .mobileMenu.open {
        right: 0;
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s
    }

    .mobMenuhead {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        border-bottom: 1px solid #e4e4e4;
        background: #fff
    }

    .mobMenuhead a {
        font-size: 15px;
        padding: 10px 20px
    }

    .closeMob {
        background: #00000000;
        color: #fff;
        padding: 8px 16px;
        font-size: 15px
    }

    .headerTop span {
        display: none
    }

    .subBox {
        padding: 20px;
        border-bottom: 1px solid #e4e4e4
    }

    .subBox h4 {
        font-size: 15px;
        margin-bottom: 10px;
        text-transform: uppercase
    }

    .subBox li {
        font-family: univers_55regular;
        font-size: 12px;
        margin-bottom: 5px
    }

    .productList.open {
        position: fixed;
        height: 100vh;
        top: 0 !important;
        z-index: 111;
        width: 100%
    }

    .headerMain {
        padding: 4px 0
    }

    .mailhLink svg {
        width: 20px
    }

    .accountLink svg {
        width: 16px
    }



    .searchBox button svg {
        width: 18px
    }

    .searchLink {
        width: 100%
    }

    .searchLink .searchBox {
        width: 100%
    }

    .searchLink .form-inline {
        width: 100%
    }

    .searchLink .form-group {
        width: calc(100% - 28px);
        margin-bottom: 0
    }

    .searchLink .form-control {
        width: 100%;
        margin: 0
    }

    .headerTop li span {
        margin-left: 3px
    }

    .headerTop li a {
        padding: 0 6px;
    }

    .searchBoxNew .form-control {
        background-position: 8px 9px;
        height: 30px;
        width: 100%;
        font-size: 14px;
        background-size: 13px;
        padding: 0 10px 0 25px
    }

    .advWoo {
        background-position: 8px 9px;
        height: 30px;
        width: 100%;
        font-size: 14px;
        background-size: 13px
    }

    .back_top {
        padding: 10px 0
    }

    .back_top a {
        font-size: 15px
    }


    .back_top img {
        margin-top: -1px
    }

    .socialList ul {
        display: flex
    }

    .mobChatBox {
        font-size: 10px
    }

    .thankyouBox {
        min-height: 100%;
        padding: 50px 0
    }

    .thankyouBox h4 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .thankyouBox p {
        font-size: 14px
    }

    .thankyouBox button {
        font-size: 13px;
        padding: 4px 24px;
        height: 35px;
        margin-top: 16px
    }

    #nav-icon1 {
        width: 25px;
        height: 20px;
        position: relative;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #231f20;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    #nav-icon1 span:nth-child(1) {
        top: 0
    }

    #nav-icon1 span:nth-child(2) {
        top: 8px
    }

    #nav-icon1 span:nth-child(3) {
        top: 16px
    }

    #nav-icon1.open span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -30px
    }

    #nav-icon1.open span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .tabDetailArea {
        padding: 10px
    }

    .innerContent p {
        font-size: 12px;
        margin-bottom: 8px
    }

    .menuList {
        padding-top: 10px;
        padding-left: 10px
    }

    .menuList .nav-link {
        font-size: 14px;
        margin-bottom: 5px
    }

    .contactContent .c-mainList > li {
        font-size: 12px;
        margin-bottom: 5px
    }

    .contactContent .c-mainList > li ul li img {
        width: 20px
    }

    .contactContent .c-mainList {
        margin: 0 0 15px 0
    }

    .contactContent h6 {
        font-size: 15px;
        margin-bottom: 15px
    }

    .ip_box label {
        font-size: 14px;
        margin-bottom: 2px
    }

    .innerContent h4 {
        font-size: 14px;
        margin-bottom: 8px
    }

    .ip_box input {
        height: 30px;
        font-size: 13px
    }

    .select-type4 {
        font-size: 12px;
        height: 30px;
        background-size: 33px
    }

    .submit-btn {
        font-size: 12px;
        padding: 5px 15px;
        height: 32px;
        line-height: 24px
    }

    .sideFig img {
        width: 100%
    }

    .sellBtnGrp {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .sellBtnGrp button {
        margin: 0 5px 0 0
    }

    .sellContent h4 {
        margin-bottom: 10px
    }

    .sellContent h6 {
        font-size: 14px;
        margin-bottom: 8px
    }

    .cmnInner h2 {
        font-size: 16px;
        margin-bottom: 16px
    }

    .sell-wrp h6 {
        font-size: 13px;
        margin-bottom: 10px
    }

    .sell-btnGrp a {
        font-size: 12px;
        height: 30px;
        padding: 6px 0
    }

    .sellBrand h3 {
        font-size: 13px;
        margin-bottom: 6px;
        padding-bottom: 6px
    }

    .sellBrand li {
        font-size: 12px
    }

    .sellBrand .viewLink {
        font-size: 12px
    }

    .sellBottom h3 {
        font-size: 16px;
        margin-bottom: 15px
    }

    .sellBottom .left-wrp li span {
        width: 38px;
        height: 38px;
        padding: 10px
    }

    .sellBottom .left-wrp li small {
        font-size: 12px
    }

    .sellBottom .right-wrp p {
        font-size: 12px
    }

    .sellBottom .right-wrp li {
        font-size: 12px
    }

    .sellBottom .right-wrp li span {
        width: 18px;
        height: 18px;
        padding: 2px
    }

    .sellTop .col-12.col-md-8.col-lg-9.no-gutter-right {
        padding-left: 0
    }

    .sellBrand .otherBrandList li {
        width: calc(100% / 2)
    }

    .sellBrand .modalList li {
        width: calc(100% / 4)
    }

    .product_details .topC {
        padding: 15px
    }

    .product_details .topC h3 {
        font-size: 14px
    }

    .product_details .topC h4 {
        font-size: 14px
    }

    .addCart-btn {
        margin-left: 0;
        margin-bottom: 15px
    }

    .product_details .topC h2 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .product_details li {
        font-size: 13px
    }

    .product_details .botC li {
        font-size: 12px;
        padding: 10px 0 10px 10px
    }

    .productFigscr {
        height: 895px
    }

    .productFigscr {
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .productFigscr figure {
        display: contents
    }

    .pd_top h2 {
        font-size: 14px;
        margin-top: 25px
    }

    .pd_top h3 {
        font-size: 18px
    }

    .pd_top h3 span {
        font-size: 14px
    }

   .deliveryBox h4 span {
        margin-left: 14px
    }

    .deliveryBox {
        padding: 10px 0
    }

    .paymentBox h4 {
        margin: 14px 0 10px 0;
        font-size: 13px
    }

    .pd_top {
        padding: 0 0 20px 0
    }

    .pd_bottom h3 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .specific-table .table th {
        font-size: 12px;
        padding: 5px 6px
    }

    .specific-table .table td {
        font-size: 12px;
        padding: 5px 6px
    }

    .pd_bottom p {
        font-size: 12px;
        margin-bottom: 10px
    }

    .pd_bottom li {
        font-size: 12px
    }

    .breadcrumb-wrp .breadcrumb-item + .breadcrumb-item {
        padding-left: 2px
    }

    .breadcrumb-wrp .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 5px
    }

    .deliveryBox h4 {
        font-size: 13px
    }

    .showMore-link {
        font-size: 14px;
        float: none;
        margin: 0 0 12px 0;
        display: inline-block
    }

    .productHelp {
        padding-left: 0
    }

    img#prev_2 {
        left: -23px;
        width: 15px
    }

    img#next_2 {
        right: -23px;
        width: 15px
    }

    .deliveryBox h4 span small {
        font-size: 13px;
        margin-left: 0;
        display: block
    }

    .productsub .main figure {
        height: 60px
    }

    a.close-btn {
        float: right;
        font-size: 14px;
        padding-top: 2px
    }

    .cartTt li {
        font-size: 13px;
        padding-bottom: 13px;
        margin-bottom: 13px
    }

    .cartBottom .form-control {
        font-size: 12px;
        width: 142px
    }

    .shoppingCal-btn {
        height: 32px;
        font-size: 13px
    }

    .cartBtngrp button {
        width: 100px;
        height: 32px;
        font-size: 12px
    }

    .cartBtngrp button img {
        width: 35px
    }

    .shoppingCal-btn {
        height: 32px;
        font-size: 12px;
        width: 126px;
        margin-top: 10px
    }

    .sideHeadbar {
        min-height: auto
    }

    .emptyCartBox {
        margin: 25px 0
    }
    .emptyCartBox-title{
        margin-bottom: 18px
    }
    .emptyCartBox h1 {
        font-size: 18px;
    }

    .shopnow-btn {
        font-size: 14px;
        /*width: 130px;*/
        height: 36px
    }

    .sideHeadbar h6 {
        margin-bottom: 15px
    }

    .exchange-wrp .sideHeadbar li {
        margin-bottom: 15px
    }

    .exchange-wrp .sideHeadbar {
        padding-left: 30px
    }

    .exchange-wrp .col-md-8.col-lg-9 {
        padding-left: 30px
    }

    .exchange-wrp .signInbtn {
        font-size: 15px;
        width: 116px;
        height: 38px;
        margin-top: 16px;
        margin-bottom: 10px
    }

    .exchange-wrp .sideHeadbar br {
        display: none
    }

    .exchange-wrp .aboutBtn {
        font-size: 14px;
        width: 135px;
        height: 38px;
        line-height: 38px;
        margin-bottom: 30px
    }
    .cart_popup {
        width: 549px;
        margin-top: 39px
    }

    .cart_popup::before {
        right: 8px
    }

    .vw_btn {
        width: 95px !important;
        height: 29px !important
    }

    .chko_btn {
        width: 95px !important;
        height: 29px !important
    }

    .cls_btn {
        width: 22px !important;
        height: 22px !important
    }

    .faq-wrp .tab-content {
        min-height: 100%
    }

    .sideHeadbar ul li {
        font-size: 12px;
        margin-bottom: 0
    }

    .faqList .nav-pills a {
        font-size: 13px;
        margin-bottom: 0
    }

    .faqAccord .card-header .btn-link {
        font-size: 13px
    }

    .faqAccord .card-body p {
        font-size: 13px
    }

    .helpMsg p {
        font-size: 12px
    }

    .faqAccord .card-header .btn-link:after {
        background-size: 10px
    }

    .helpMsg {
        margin-bottom: 0
    }

    .helpMsg h2 {
        margin-bottom: 0
    }

    .register-wrp .sideHeadbar {
        max-width: 100%;
        width: 100%
    }

    .signBox {
        padding-left: 15px
    }

    /*.signBox .form-group {*/
    /*    margin-bottom: 8px*/
    /*}*/

    .sideHeadbar:before {
        right: -10%
    }

    .terms-wrp .col-12.no-gutter-right {
        padding-left: 15px
    }

    .terms-wrp h4 {
        margin-bottom: 10px
    }

    .terms-wrp p {
        font-size: 13px;
        margin-bottom: 10px
    }

    .dotList li {
        font-size: 13px;
        margin-bottom: 6px
    }

    .checkoutRight {
        display: block
    }

    .checkoutOrder {
        width: 100%
    }

    .checkoutfig {
        display: none;
        min-width: 100%;
        width: 100%;
        height: 200px
    }

    .checkoutfig .h100 {
        width: 100%
    }

    .checkoutfig img {
        max-width: 100%
    }

    .checkout-wrp .sideHeadbar:before {
        right: 0
    }



    .myAccount .sideHeadbar:before {
        right: 0
    }

    .myAccount .tab-content .row {
        margin-right: 0;
        margin-left: 0
    }

    .myAccount .tab-content .col-lg-8 {
        padding: 0
    }

    .cnt_mp {
        padding: 20px 0
    }

    .trustpilot-widget iframe {
        height: 45px !important
    }

    .cart_popup {
        display: none !important
    }
}



@media (max-width: 575px) {
    .homeBnr {
        height: 162px
    }

    .homeBnr .carousel-item .slBG {
        height: 162px
    }

    .productList .brandList li {
        width: calc(100% / 2)
    }

    .productList .viewLink {
        margin-bottom: 10px
    }

    .menuList {
        margin-bottom: 12px
    }

    .menuList .nav {
        -ms-flex-direction: unset !important;
        flex-direction: unset !important;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        overflow-x: auto
    }

    .menuList h3 {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .menuList .nav-link {
        font-size: 14px;
        margin-bottom: 0;
        margin-right: 10px;
        float: left;
        white-space: nowrap
    }

    .sellBottom .left-wrp li span {
        width: 30px;
        height: 30px;
        padding: 7px;
        margin-right: 8px
    }

    .sellBottom li {
        margin-bottom: 0
    }

    .sellBrand .modalList li {
        width: calc(100% / 2)
    }

    .mainProduct .main figure {
        height: 130px
    }

    img#prev_2 {
        left: -15px;
        width: 10px
    }

    img#next_2 {
        right: -15px;
        width: 10px
    }

    .cartHead {
        display: none
    }

    .cartProduct figure {
        /*background-position: 0 0 !important*/
    }

    .cartBottom .form-control {
        font-size: 12px;
        width: 100%;
        margin-bottom: 7px
    }

    .prd_detl h3 {
        font-size: 13px
    }

    .prd_detl p {
        font-size: 11px;
        width: 100%;
    }

    .prd_detl {
        padding: 0
    }

    .cart_popup_head h3 {
        font-size: 14px
    }

    .cart_sub h4 {
        font-size: 14px
    }

    .item_sub h3 {
        font-size: 13px
    }

    .cart_popup {
        min-width: 100%;
        width: 369px
    }

    .item_sub {
        padding-left: 0
    }

    .cls_btn {
        margin-top: 6px
    }

    .chko_btn {
        width: 80px !important;
        height: 25px !important
    }

    .vw_btn {
        width: 80px !important;
        height: 25px !important
    }

    .cls_btn i {
        font-size: 10px
    }

    .cls_btn {
        width: 20px !important;
        height: 20px !important
    }

    .signUpBox .checklist2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .signUpBox .checklist2 li {
        width: 47%
    }

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

    .checkout-wrp .sideHeadbar {
        max-width: 100%
    }

    .checkoutOrder .cartTt li {
        font-size: 13px
    }

    .cartProduct .text-right {
        text-align: left !important
    }

    .shippingAdd {
        min-width: 100%;
        width: 100%;
        padding-right: 15px
    }

    .accountFig {
        height: 200px
    }

    .myAccount .signInbtn {
        margin-bottom: 20px
    }

    .intouch-wrp h6 {
        font-size: 13px
    }

    .intouch-wrp h4 {
        font-size: 14px;
        margin: 10px 0 15px
    }

    .intouch-wrp p {
        font-size: 13px
    }

    .signInbtn {
        font-size: 15px;
        padding: 4px 0;
        width: 110px;
        height: 36px;
        margin-top: 20px
    }

    .sideHeadbar h6 {
        font-size: 13px
    }

    .exchange-wrp .signInbtn {
        font-size: 13px;
        height: 35px
    }

    .exchange-wrp .aboutBtn {
        font-size: 13px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 18px
    }

    .exchange-wrp .formPart {
        max-width: 100%;
        width: 100%
    }

    .exchange-wrp .figPart {
        width: 100%;
        height: 200px
    }

    .exchange-wrp .figPart figure {
        height: 100%
    }

    .cnt_mp {
        padding-bottom: 0;
        padding-top: 0
    }

    .cnt_hp {
        padding: 20px 5px
    }

    a.remove {
        position: absolute;
        top: 0;
        right: 8px
    }

    button.backBtn {
        float: none
    }

    .faq-main .sideHeadbar {
        margin: 0
    }




    .homeContent {
        margin: 0 15px
    }
    .tax-product_taxonomy .homeContent {
        padding: 0 10px;
        width: 100%;
        margin: 0;
    }
    .homeContent .row {
        margin-right: -5px;
        margin-left: -5px
    }
    .homeContent .col-6 {
        padding-right: 5px;
        padding-left: 5px
    }

    .newSpace .row {
        margin-right: -5px;
        margin-left: -5px
    }

    .newSpace .col-6 {
        padding-right: 5px;
        padding-left: 5px
    }

    .productsub {
        margin-top: 0
    }

    .new-product-class {
        padding-bottom: 0 !important
    }

    .pd_top h2 {
        margin-top: 0
    }

    .productsub {
        margin-left: 0
    }

    .productsub .main figure {
        height: 50px
    }

    .mainProduct .main figure {
        height: auto
    }
}

@media (max-width: 400px) {

    .footer-top h6 {
        margin-top: 10px;
        font-size: 11px
    }

    .footer-top p {
        font-size: 10px;
        margin-top: 10px;
        text-align: center
    }

    .mobHeader .mobHeadtop li + li {
        margin-left: 15px
    }

    .cart_popup {
        width: 330px
    }

    .exchange-wrp .checklist2 {
        display: block
    }

    .exchange-wrp .checklist2 li {
        margin-bottom: 6px
    }
}

@media (max-width: 360px) {
    .cart_popup {
        width: 270px
    }

    .cart_itm {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .mainProduct .main figure {
        height: 230px
    }
}

.aws-search-result .aws_result_image img {
    width: 85px !important
}

.breadcrumb {
    color: #a9a9a9
}

.breadcrumb span:hover {
    color: #000
}

h4.breadcrumb a:hover {
    color: #000 !important
}

.breadcrumb, .dropdown, .editBtn, .ip_box2 .selectIp {
    cursor: pointer
}

.scrollbar strong {
    margin: 15px 0 0 0
}

@media only screen and (min-width: 3500px) {
    .homeBnr img {
        width: 100%
    }
}


.passtrengthMeter.medium::after, .passtrengthMeter.strong::after, .passtrengthMeter.very-strong::after, .passtrengthMeter.weak::after {
    border: none !important;
    background: none;
    height: 0 !important
}

.specific-table .table td {
    text-transform: none !important
}

@media (min-width: 1601px) {
    .tax-product_cat h4.breadcrumb {
        margin-top: 0rem !important;
    }
}


.passtrengthMeter {
    position: relative;
    width: 100%
}

.passtrengthMeter > input {
    width: 100%;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.passtrengthMeter > input:focus {
    outline-width: 0
}

.passtrengthMeter::after {
    content: '';
    height: 3px;
    overflow: hidden;
    width: 0%;
    transition: width .5s;
    position: absolute;
    left: 0;
    bottom: 0
}

.passtrengthMeter.weak::after {
    background-color: #ec644b;
    width: 25%
}

.passtrengthMeter.medium::after {
    content: '';
    background-color: #e87e04;
    width: 50%
}

.passtrengthMeter.strong::after {
    content: '';
    background-color: #efbf17;
    width: 75%
}

.passtrengthMeter.very-strong::after {
    content: '';
    background-color: #42a72a;
    width: 100%
}

.passtrengthMeter .showPassword {
    position: absolute;
    width: 20px;
    top: calc(50% - 10px);
    right: 10px
}

.passtrengthMeter .showPassword.active {
    opacity: .5
}

.passtrengthMeter .showPassword img {
    display: block;
    width: 100%;
    height: auto
}

.passtrengthMeter .showPassword:hover {
    cursor: pointer
}

.passtrengthMeter .tooltip {
    background: #000;
    top: 100%;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    display: block;
    left: 50%;
    margin-bottom: 15px;
    opacity: 0;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    min-width: 70px;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .28)
}

.passtrengthMeter.weak .tooltip {
    background-color: #ec644b
}

.passtrengthMeter.weak .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #ec644b 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0
}

.passtrengthMeter.medium .tooltip {
    background-color: #e87e04
}

.passtrengthMeter.medium .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #e87e04 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0
}

.passtrengthMeter.strong .tooltip {
    background-color: #efbf17
}

.passtrengthMeter.strong .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #efbf17 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0
}

.passtrengthMeter.very-strong .tooltip {
    background-color: #42a72a
}

.passtrengthMeter.very-strong .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #42a72a 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0
}

.passtrengthMeter.weak .tooltip:before {
    top: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.passtrengthMeter .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #000 7px;
    top: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.passtrengthMeter:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.lte8 .passtrengthMeter .tooltip {
    display: none
}

.lte8 .passtrengthMeter:hover .tooltip {
    display: block
}



#mobile_navigator li.callLink .dropdown .ml-2 {
    margin-top: -3px;
}


.force-overflow {
    max-height: 450px;
    overflow-y: scroll;
    max-width: 60%;
    text-align: justify;
    padding-right: 40px
}

.force-overflow_69 {
    max-height: 450px;
    overflow-y: scroll;
    max-width: 70%;
    text-align: justify;
    padding-right: 40px
}



.woocs-style-1-dropdown .woocs-style-1-select {
    padding: 17px 10px 12px 0 !important
}

footer {
    position: relative;
    z-index: 0 !important
}

.contact-floater a:hover {
    color: #fff !important
}

#desk-top-navigator {
    width: 100%;
}

#mobile-top-search .livesearch_form {
    transition: padding-top 1s, padding-bottom 1s, height 1s;
}

@media (max-width: 1600px) {
    .homeBnr .carousel-item .slImg {
        max-width: 57%
    }

    .woocs-style-1-dropdown .woocs-style-1-select {
        padding: 17px 10px 12px 0 !important
    }

    .searchBoxNew .form-control {
        font-size: 14px !important
    }

    .headerMainBot .navLink ul li {
        font-size: 26px !important;
        margin: 0 8px !important;
    }

    header.active .headerMain {
        padding: 25px 30px 25px 30px!important;
        margin-bottom: 0px !important;
    }

    .back_top a {
        font-size: 20px !important
    }

    div#trustpilot-widget-trustbox-0-wrapper {
        padding: 25px !important
    }

    .cmnInner h2 {
        font-size: 24px !important;
        margin-bottom: 20px !important
    }

    .cartHead h3 {
        font-size: 18px !important
    }

    .cartTt li {
        font-size: 14px !important
    }

    .checkout-btn {
        font-size: 14px !important
    }

    .billingBox h6, .shippingAdd h6 {
        font-size: 14px !important
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        font-size: 14px !important
    }

    .checklist label {
        font-size: 14px !important
    }

    .checkoutAdd h5 {
        font-size: 14px !important
    }

    .checkoutAdd p {
        font-size: 14px !important
    }

    .editBtn {
        font-size: 14px !important;
        height: 37px !important
    }

    .thankyouBox p {
        font-size: 16px !important
    }

    .thankyouBox button {
        font-size: 16px !important
    }

    .sell-wrp h6 {
        font-size: 14px !important
    }

    .sell-btnGrp a {
        font-size: 14px !important;
        width: calc(100% / 2 - 8px) !important;
        height: 40px !important;
        border-radius: 0 !important
    }

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

    .sellBottom .left-wrp p {
        font-size: 14px !important
    }

    .sellBottom .right-wrp p {
        font-size: 14px !important
    }

    .sellBottom .left-wrp li {
        margin-bottom: 6px !important;
        font-size: 14px !important
    }

    .forgotLinkP {
        font-size: 14px !important
    }

    .exchange_head_3, .sideHeadbar h3 {
        margin-bottom: 15px !important;
        font-size: 16px !important
    }

    p {
        font-size: 14px !important
    }

    .signInbtn {
        font-size: 14px !important;
        width: 140px !important;
        height: 44px !important;
        margin-top: 15px !important
    }

    .signUpBox h5 {
        font-size: 14px !important;
        line-height: 1.4 !important
    }

    .faqList .nav-pills a {
        font-size: 14px !important
    }

    .sideHeadbar ul li {
        font-size: 14px !important
    }

    .form-control {
        font-size: 14px !important
    }

    .intouch-wrp h6 {
        font-size: 14px !important;
        line-height: unset !important;
        font-family: univers_45_lightregular !important
    }

    .faqAccord .card-header .btn-link {
        font-size: 14px !important
    }

    .faqAccord .card-header .btn-link:after {
        background-size: 58% !important
    }

    .cnt_us h3 {
        font-size: 16px !important
    }

    .helpMsg h2 {
        font-size: 18px !important
    }

    .sideHeadbar ul li {
        font-size: 14px !important
    }

    .cartProduct h3 {
        line-height: unset !important
    }

    header.active .productList.open {
        top: 147px;
    }
}

@media (max-width: 1440px) {

    .woocs-style-1-dropdown .woocs-style-1-select {
        padding: 17px 10px 12px 0 !important
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: 1px !important;
    }
}

@media (max-width: 1366px) {
    .homeBnr .carousel-item .slImg {
        max-width: 60%
    }

    .woocs-style-1-dropdown .woocs-style-1-select {
        padding: 13px 10px 12px !important
    }

    .cnt_mp {
        padding: 0 !important
    }

    .footer-top {
        padding: 30px !important;
        padding-bottom: 8px !important;
    }

    .cnt_mp h3:first-child {
        padding-top: 0 !important
    }

    .divSpacing {
        padding: 30px !important
    }

    .exchange-wrp .sideHeadbar {
        padding-left: 30px !important
    }

    .headerMain {
        padding: 25px 30px !important
    }

    .headerTop {
        padding: 0 18px !important
    }

    .exchange-wrp .formPart {
        max-width: 372px !important;
        width: auto !important
    }

    .cartProduct h3 {
        font-size: 12px !important
    }

    p {
        font-size: 12px !important
    }

    .cartTt li {
        font-size: 12px !important
    }

    .checkout-btn {
        font-size: 12px !important
    }




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

    .cmnInner h2 {
        font-size: 20px !important
    }

    .back_top a {
        font-size: 16px !important
    }

    .sell-wrp h6 {
        font-size: 12px !important
    }

    .sell-btnGrp a {
        font-size: 12px !important;
        height: 35px !important
    }

    .sellBottom h3 {
        font-size: 20px !important
    }

    .sellBottom .left-wrp p {
        font-size: 12px !important
    }

    .sellBottom .left-wrp li {
        margin-bottom: 6px !important;
        font-size: 12px !important
    }

    .sellBottom .left-wrp li img {
        margin-right: 5px
    }

    .sellBottom .right-wrp p {
        font-size: 12px !important
    }

    .sellBrand li {
        font-size: 12px !important
    }

    .checklist label {
        font-size: 12px !important;
        line-height: unset
    }

    .ip_box2 label {
        font-size: 12px !important
    }

    .form-control {
        font-size: 12px !important
    }

    .signInbtn {
        font-size: 12px !important;
        width: 115px !important;
        height: 32px !important
    }

    /*.checklist .checkmark {*/
    /*    top: 2px !important;*/
    /*    height: 14px !important;*/
    /*    width: 14px !important*/
    /*}*/

    .exchange_head_3, .sideHeadbar h3 {
        font-size: 14px !important
    }

    .cartHead h3 {
        font-size: 14px !important
    }

    .paymentBox h4 {
        font-size: 14px
    }

    /*.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {*/
    /*    font-size: 12px !important*/
    /*}*/


    /*body {*/
    /*    font-size: 12px !important*/
    /*}*/

    .sideHeadbar ul li {
        font-size: 12px !important
    }

    .faqList .nav-pills a {
        font-size: 12px !important
    }

    .faqAccord .card-header .btn-link {
        font-size: 12px !important
    }

    .faqAccord .card-header .btn-link:after {
        background-size: 40% !important
    }

    .cart_popup_head h3 {
        font-size: 14px
    }

    .cartDt .cartBtngrp button {
        width: 100px !important;
        font-size: 12px !important
    }

    .cart_sub h4 {
        font-size: 16px !important
    }

    .cko-form {
        padding: 0 !important
    }

    .searchBoxNew .form-control {
        font-size: 12px !important
    }



    .woocs-style-1-dropdown {
        font-size: 12px !important
    }

    .intouch-wrp h6 {
        font-size: 12px !important
    }

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

    .pl-0, .px-0 {
        padding-left: 0 !important
    }
}

@media (max-width: 1280px) {
    .homeBnr .carousel-item .slImg {
        max-width: 64%
    }

    .homeBnr .carousel-item .slBG {
        width: 100%;
        height: 415px
    }

    a.signInbtn.account_logout_button_edit {
        line-height: 30px !important;
        padding: 0 44px !important
    }

    .sideHeadbar ul li {
        margin-bottom: 0 !important
    }

    .force-overflow {
        padding-right: 30px
    }

    .cart_popup_head h3 {
        font-size: 16px;
        font-family: univers_55regular
    }

    .aboutBtn {
        font-size: 14px !important;
        width: 120px !important;
        height: 43px !important;
        line-height: 1.2 !important
    }


    .cart_popup_head h3 {
        font-size: 16px !important
    }

    .pd_top h2 {
        max-width: 75% !important
    }

    .exchangebtn {
        font-size: 13px !important
    }
}

@media (max-width: 1199px) {
    .homeBnr .carousel-item .slImg {
        max-width: 64%
    }
}

@media (max-width: 1024px) {
    .homeBnr .carousel-item .slImg {
        max-width: 68%
    }

    .homeBnr .carousel-item .slBG {
        width: 100%;
        height: 380px !important
    }

    .pd_top h2 {
        max-width: 76% !important;
        font-size: 17px !important
    }

    .pd_bottom {
        padding: 0 !important
    }

    .deliveryBox h4 {
        font-size: 12px !important
    }

    .pd_top h3 {
        font-size: 18px !important
    }

    .deliveryBox h4 span small {
        font-size: 12px !important
    }

    .deliveryBox h4 {
        font-size: 12px
    }

    span.mandatory_text {
        font-size: 12px !important
    }

    .aboutBtn {
        font-size: 12px !important;
        width: 100px !important;
        height: 34px !important
    }
}

@media (max-width: 970px) {
    .homeBnr .carousel-item .slBG {
        width: 100%;
        height: 380px
    }

    .headerMainBot .navLink ul li {
        font-size: 20px !important
    }

    .headerMainBot .navLink ul li a {
        display: flex;
        transition: all ease-in-out .3s;
        align-items: center
    }



    .headerMainBot .navLink ul li {
        padding-left: 0 !important
    }

    .new-images img {
        padding: 10px 0 0 0 !important
    }

    .cnt_mp {
        padding: 0 !important;
        margin-left: -15px !important
    }

    figure.mp_img {
        margin: 0 -15px !important
    }

    .socialList ul li {
        display: inline-block
    }

    .socialList a {
        width: 20px !important;
        height: 20px !important
    }

    .intouch-wrp h4 {
        font-size: 14px
    }

    .footer_bottom_right_width {
        width: 100%
    }

    td, th {
        padding: 5px !important
    }
}


@media (max-width: 850px) {

    .woocommerce-account .cmnInner, .cmnInner {
        margin-top: 0;
    }

    /*.cmnInner {*/
    /*    margin-top: 5rem;*/
    /*}*/

    .active #mobile-top-search {
        margin-top: 0px !important;
    }

    .active #mobile-top-search .livesearch_form {
        height: 60px !important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    header.active .headerMain {
        padding: 30px 30px 25px 30px!important;
    }

    #mobile-top-search .liveserarch_field {
        display: block;
    }
}


@media (max-width: 800px) {
    .pd_top h2 {
        max-width: 100% !important;
        font-size: 16px !important
    }

    .deliveryBox h4 span {
        margin-left: 0 !important;
        display: block !important;
        margin-top: 8px !important
    }

    .deliveryBox h4 span small {
        font-size: 12px !important;
        display: inline-block !important;
        margin-left: 15px !important
    }

    .assistanceBox {
        width: 100% !important
    }

    td, th {
        padding: 5px !important
    }

    .homeBnr {
        height: 291px
    }
}

@media (max-width: 767px) {

    figure.resp-zoom.default img {
        height: auto !important;
    }

    header.active .headerMain {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }


    header.active #desk-top-navigator {
        padding: 0px 1rem !important;
    }

    .headerMainBot .logo img {
        height: auto !important;
    }

    .covid a {
        margin-top: 0 !important;
        top: 7px !important
    }

    .headerMain {
        padding: 20px 10px !important
    }

    .force-overflow {
        width: 100% !important;
        max-width: 100%
    }

    .productList.open {
        position: fixed;
        height: auto !important;
        box-shadow: 0 10px 50px #0000001a !important;
        padding: 25px 10px !important
    }

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

    .slick-track {
        margin: auto !important
    }

    .slick-list .slick-track {
        margin: 0 !important;
        margin-right: 5px !important
    }

    .cartBtn-grp {
        margin: 15px 0
    }

    .cartBtn-grp {
        display: flex
    }

    .cartBtn-grp a {
        flex: 1
    }

    .cartBtn-grp a:first-child {
        padding-right: 5px
    }

    .cartBtn-grp a:last-child {
        padding-left: 5px
    }

    .paymentBox ul li {
        width: auto !important;
        flex: 1
    }

    .paymentBox ul li:last-child {
        margin-right: 0 !important
    }

    .assistanceBox {
        width: 100% !important;
        padding: 20px !important
    }

    .divSpacing {
        padding: 20px !important
    }

    .breadcrumb-wrp.divSpacing {
        padding-bottom: 0 !important;
    }

    .productList .close {
        padding: 0 10px;
        position: absolute;
        right: 20px;
        z-index: 10
    }

    .exchange-wrp .sideHeadbar {
        padding-left: 20px !important
    }

    .exchange-wrp .col-md-8.col-lg-9 {
        padding-left: 14px !important
    }

    .forgotLinkP {
        font-size: 12px !important
    }

    figure.img-wrapper {
        border-left: 0
    }

    .sell-btnGrp a {
        font-size: 12px !important;
        height: 31px !important
    }

    .faq-wrp.cmnInner .card-body {
        padding-right: 0
    }

    .ck-pop .ck-pop-in p {
        font-size: 12px
    }

    .logo {
        margin-left: 10px
    }

    h6 {
        font-size: 12px
    }

    .signUpBox h5 {
        font-size: 12px !important
    }

    .signInbtn {
        width: 100% !important
    }

    .no_product_available .signInbtn {
        width: 115px !important
    }

    .productList.open .container_wrp {
        padding: 0 0
    }

    .emptyCartBox h1 {
        font-size: 16px !important
    }

    .productSug-wrp {
        padding: 20px
    }

    .productSug-wrp h2 {
        font-size: 26px
    }

    .shopnow-btn {
        font-size: 12px !important;
        /*width: 110px !important;*/
        height: 32px !important
    }

    .cartProduct {
        text-align: left !important
    }

    .cartProduct figure {
        width: 25% !important;
        text-align: center !important;
        margin: 0 auto 15px auto !important
    }

    .woocommerce-error.negative-error {
        width: 90%;
        padding: 20px
    }

    a.button.wc-forward {
        display: block !important;
        float: none !important;
        max-width: 150px !important;
        margin: 8px auto !important
    }

    .woocommerce-error.negative-error {
        height: auto;
        max-height: initial
    }

    .cart_popup {
        width: 282px
    }

    .cart_popup {
        padding: 15px
    }

    .cart_popup_head h3 {
        font-size: 13px !important
    }

    .cartProduct.cart_itm .row {
        flex-direction: column
    }

    .cartProduct figure {
        width: 90% !important;
        margin: 0 auto 15px auto !important
    }

    .homeBnr {
        height: 186px
    }

    .headerMainBot .navLink ul li {
        font-size: 16px !important
    }

    .page-id-9 .woocommerce-error.negative-error {
        width: 90%
    }

    .force-overflow_69 {
        max-width: 100%;
        text-align: justify;
        padding-right: 0
    }

    .woocommerce-error.notification-msg {
        width: 90%;
        height: auto;
        max-height: 100%;
        background: #d2cbcb;
        position: fixed;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        top: 0;
        bottom: 0;
        left: 0;
        background: 0 0;
        padding: 0
    }

    .woocommerce-error.negative-error {
        position: fixed;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        top: 0;
        bottom: 0;
        left: 0;
        background: 0 0;
        padding: 0
    }

    .new-error-div {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: center;
        justify-content: center
    }

    .notification-color {
        padding: 20px;
        background: #d2cbcb
    }

    .error-color {
        background: #000;
        padding: 20px
    }

    .woocs-style-1-dropdown .woocs-style-1-select {
        padding: 0 !important
    }

    .woocs-style-1-dropdown .woocs-style-1-select > i {
        line-height: 25px !important;
        margin-top: -1px !important;
        display: none !important
    }
}

@media (max-width: 649px) {
    .headerMainBot .navLink ul li {
        font-size: 26px !important;
        margin: 0 1px !important;
        margin-bottom: -2px !important
    }

    .headerMainBot .navLink ul li {
        font-size: 16px !important
    }
}

@media (max-width: 575px) {
    .signInbtn {
        width: 50% !important
    }

    .cnt_us {
        width: 100% !important
    }

    .sideHeadbar ul li {
        margin-bottom: 5px !important
    }

    .faqList li.faq_tab_links {
        margin-bottom: 5px;
        padding: 0 10px;
        border: 1px solid #efefef;
    }

    .orderTracking figure figcaption h4 {
        font-size: 14px
    }

    .orderTracking figure img {
        width: 6rem;
        height: 6rem
    }

    .details-p p {
        margin: 1px 0 1px 0
    }

    .new-product-class {
        padding-bottom: 0 !important
    }

}

@media (min-width: 401px) and (max-width: 475px) {
    header.active .headerMain {
        padding: 15px 20px !important
    }

    .homeBnr {
        height: 135px
    }
}



@keyframes lazy-load-bg {
    0% {
        background-color: #f1f1f1
    }
    50% {
        background-color: #ccc
    }
    100% {
        background-color: #f1f1f1
    }
}

@-webkit-keyframes lazy-load-bg {
    0% {
        background-color: #f1f1f1
    }
    50% {
        background-color: #ccc
    }
    100% {
        background-color: #f1f1f1
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
}

.headCartImg {
    height: 100% !important
}

.cartPageProductImg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.sell-wrp .productBox img {
    width: 90%
}

img[data-lazy] {
    padding-top: 100%;
    background: 0 0;
    animation: lazy-load-bg 1.5s linear 0s 1 normal both running;
    -webkit-animation: lazy-load-bg 1.5s infinite linear normal both
}

img[data-lazy].lazy-loaded {
    padding-top: 0;
    animation: none;
    -webkit-animation: none
}

img[data-lazy]:not(.lazy-loaded) {
    width: 100% !important
}

.homeBnr .carousel-item .slImg {
    min-width: 100px !important;
    height: 100% !important
}

.hideMore-link {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 118px
}

.showMore-link {
    cursor: pointer
}

.sideHeadbar a {
    position: relative;
    display: inline-block
}

.sideHeadbar a:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.sideHeadbar a:hover:after {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.sideHeadbar .current_page_item a:after {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.woocs-style-1-dropdown:focus {
    outline: 0 !important
}

.more-data {
    display: none
}

a.added_to_cart {
    display: none !important
}

.cart_popup .remove {
    display: contents
}

.cart_popup .cartBtngrp a {
    display: inline-block
}

p.woocommerce-FormRow.form-row {
    display: none
}

.signBox .signInbtn {
    background-color: #000 !important
}

.woocommerce button.button {
    color: #fff !important;
    background-color: #000 !important
}

.woocommerce form.register {
    border: 0 solid #d3ced2 !important;
    padding: 0 !important;
    margin: 0 0 !important;
    text-align: left;
    border-radius: 0 !important
}

.woocommerce-checkout div.woocommerce-invalid-required-field span.error {
    color: red;
    display: block !important
}

.woocommerce-checkout .form-row {
    padding: unset !important;
    margin: unset !important;
    /*display: inherit !important*/
}

.woocommerce-lost-password p {
    display: block
}

.woocs-style-1-dropdown {
    background-color: inherit !important;
    border-radius: unset !important;
    box-shadow: none !important
}

.woocs-style-1-dropdown .woocs-style-1-select {
    padding: 17px 0 15px
}

.woocs-style-1-dropdown .woocs-style-1-select > i img {
    margin-left: 12px !important
}

.woocs-style-1-dropdown .woocs-style-1-select > span {
    line-height: 20px !important;
    font-size: 16px;
}

.woocs-style-1-dropdown {
    background-color: inherit !important;
    border-radius: unset !important;
    box-shadow: none !important
}

.footLogo {
    width: 70%
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
    box-shadow: 0 1px 2px #ccc !important;
    border-radius: 0 !important;
    max-height: 180px !important
}



.headerMainBot {
    padding: 0 !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    transition: all ease-in-out .4s
}
.headerMainBot #desk-top-navigator {
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}
.top-navigator-box {
    flex: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.top-navigator-box .logo_outer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.headerMainBot .navLink ul li {
    transition: all ease-in-out .3s
}

.headerMainBot .navLink {
    flex: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    top: 4px;
    position: relative;
}

.headerMainBot .navLink ul li a {
    transition: all ease-in-out .3s
}

.headerMain {
    padding: 25px 32px !important;
    transition: all ease-in-out .4s
}

.list-unstyled .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
    font-size: 14px;
    color: #000
}

.list-unstyled .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:active {
    background-color: #000 !important;
    color: #fff
}

.list-unstyled .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:hover {
    background-color: #000 !important;
    color: #fff
}

.headerMainBot .logo img {
    transition: all .4s ease-in-out 0s;
    height: auto;
    max-height: 100%;
}

header.active .headerMainBot .logo img {

}

@media (max-width: 1919px) {
    header.active .headerMainBot .logo img {

        position: relative;
    }
}


.woocs-style-1-dropdown .woocs-style-1-select {
    padding: 16px 10px;
    display: flex !important;
    align-items: center
}

.woocs-style-1-dropdown .woocs-style-1-select > i img {
    margin-left: 0 !important
}

.woocs-style-1-dropdown .woocs-style-1-select > i {
    margin-left: 10px !important
}

.woocs-style-1-dropdown .woocs-style-1-select > span {
    line-height: 1 !important;
    margin-top: 3px;
}

.reset_pass_p {
    display: block !important
}

.watch_p p {
    display: block
}

.faqAccord .card-header .btn-link.collapsed:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faqAccord .card-header .btn-link:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.passtrengthMeter.very-strong::after {
    content: '';
    background-color: #42a72a;
    width: 100%
}

.passtrengthMeter::after {
    height: 8px !important;
    bottom: 0 !important
}

.passtrengthMeter.weak::after {
    background-color: #df2828 !important;
    border: 1px solid #dcdcdc
}

.ip_box2 .pswdField {
    background-image: none
}

.logBox .passtrengthMeter.weak::after {
    display: none
}

.logBox .passtrengthMeter.medium::after {
    display: none
}

.logBox .passtrengthMeter.medium::after {
    display: none
}

.logBox .passtrengthMeter.very-strong::after {
    display: none
}

.logBox .passtrengthMeter .tooltip {
    display: none
}

.woocommerce-password-strength {
    visibility: hidden
}

h4.pwd_strenght {
    font-size: 17px;
    color: red;
    font-weight: 700
}

abbr[data-title]:after {
    display: none !important
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-top: 15px
}

.passtrengthMeter .tooltip {
    display: none
}

label#username-error {
    color: red;
    font-size: 14px
}

label#password-error {
    color: red;
    font-size: 14px
}

.error {
    font-size: 14px !important;
    color: red !important
}

.passtrengthMeter:hover .tooltip {
    display: none
}

.sellBottom .left-wrp p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px
}

.sellBottom .left-wrp li {
    margin-bottom: 5px
}

.sellBottom .left-wrp li {
    margin-bottom: 5px;
    display: list-item;
    list-style-position: inside
}

.new-images img {
    padding: 10px
}

.zoom .img-fluid {
    max-height: 100%;
    max-width: 100%
}

.resp-nav {
    display: none
}

div#cookie-law-info-bar p {
    font-family: univers_45_lightregular;
    text-align: left;
    width: 90%
}

@media (max-width: 2000px) {
    div#cookie-law-info-bar p {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    div#cookie-law-info-bar p {
        width: 75%;
    }
}

@media (max-width: 850px) {
    div#cookie-law-info-bar p {
        width: 70%;
    }
}

#cookie-law-info-bar {
    width: auto !important;
    padding: 30px !important;
    left: 20px !important;
    right: 20px !important;
    box-shadow: unset;
    bottom: 20px !important
}

body.single-product #cookie-law-info-bar {
    bottom: 4rem !important;
}


h5.cli_messagebar_head {
    text-align: left;
    font-size: 18px;
    font-family: univers_45_lightregular;
    font-weight: 700;
    padding-bottom: 10px
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    position: absolute;
    top: 0;
    right: 20px;
    margin: auto !important;
    height: 34px;
    bottom: 0
}

div#cookie-law-info-again {
    display: none !important
}

.col-12.col-md-4.col-lg-3.sideHeadbar h3, .exchange_head_3 {
    margin-bottom: 30px;
    font-size: 24px
}

.col-12.col-md-4.col-lg-3.sideHeadbar p a {
    color: #000
}

.col-12.col-md-4.col-lg-3.sideHeadbar p a:hover {
    color: grey
}

.current_page_item a {
    color: #1a1818
}

a:hover {
    color: #1a1818
}

.faqAccord .card-header .btn-link.collapsed {
    padding-right: 30px
}

.faqAccord .card-header .btn-link {
    padding-right: 15px
}



.faqList .nav-pills a {
    position: relative;
    display: inline-block
}

.faqAccord p a {
    text-decoration: underline !important
}


body {
    font-family: univers_45_lightregular
}

.exchange-wrp .checklist2 li {
    margin-right: 8px
}

.deliveryBox h4 span {
    color: #a9a9a9
}

img.flag-img {
    float: none !important;
    width: 25px;
    height: 12px;
    padding-right: 5px
}

img.flag-img-header {
    width: 25px !important;
    height: 12px;
    padding-right: 5px
}


@media (max-width: 1400px) {
    .sellBottom .left-wrp p {
        font-size: 14px
    }

    .sellBottom .left-wrp li {
        font-size: 14px
    }
}

@media (max-width: 1400px) {
    .sellBottom .left-wrp p {
        font-size: 14px
    }

    .sellBottom .left-wrp li {
        font-size: 14px
    }
}

@media (min-width: 320px) and (max-width: 400px) {
    div#cookie-law-info-bar p {
        text-align: justify;
        padding-bottom: 10px
    }

    .woocommerce-error.notification-msg {
        width: 50%
    }

    .page-id-8 .woocommerce-error.negative-error {
        width: 50%
    }

    .woocommerce-error.negative-error {
        width: 50%
    }

    header.active .headerMainBot .navLink ul li {
        margin: 0 2px !important
    }

    .resp-burger {
        padding-right: 10px;
        padding-left: 10px
    }

    .headerMainBot .navLink ul li {
        margin: 0 2px
    }

    .shoppingCal-btn {
        width: 140px
    }

    .exchangebtn {
        width: 135px
    }

    #cookie-law-info-bar {
        width: 92% !important
    }

    .align-items-end {
        padding-right: 0;
        padding-left: 4px
    }

    .headerMainBot .navLink ul li a {
        font-size: 12px
    }

    header.active .headerMainBot .navLink ul li {
        margin: 0 6px
    }

    .headerMainBot .navLink ul li a {
        display: block
    }
}

@media (min-width: 401px) and (max-width: 505px) {
    div#cookie-law-info-bar p {
        text-align: justify;
        padding-bottom: 10px
    }

    .page-id-8 .woocommerce-error.negative-error {
        width: 50%
    }

    .woocommerce-error.negative-error {
        width: 50%
    }

    .woocommerce-error.notification-msg {
        width: 50%
    }

    .resp-burger {
        padding-right: 10px;
        padding-left: 10px
    }

    header.active .headerMainBot .navLink ul li {
        margin: 0 4px
    }
}

@media (max-width: 767px) {
    .resp-sell-bottom-img {
        padding-top: 20px
    }

    .sell-reg-wrp {
        bottom: -5px !important
    }

    a.showMore-link {
        bottom: 0 !important;
        right: 0
    }

    .checkoutfig figure {
        background-position: 15% 20% !important
    }

    .checkoutfig img {
        height: 200px
    }

    .specific-table {
        display: none
    }

    .resp-spec-table {
        display: block !important
    }

    .hideMore-link {
        float: none
    }

    .mobHeader .mobHeadtop .callLink .dropdown-menu {
        margin: 0;
        right: 0;
        left: -35px;
        top: 25px
    }

    .woocs-style-1-dropdown.woocs-style-1-active .woocs-style-1-select > i {
        display: none
    }

    .page-id-8 .woocommerce-error.negative-error {
        width: 50%
    }

    .woocommerce-error.negative-error {
        width: 50%
    }

    .woocommerce-error.notification-msg {
        width: 50%
    }

    .pd_bottom p {
        text-align: justify
    }

    #cookie-law-info-bar {
        width: 92% !important
    }

    .cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
        position: static;
        right: 15px;
        bottom: 30px
    }

    .sideHeadbar {
        margin-bottom: 10px
    }

    .register-wrp .sideHeadbar {
        margin-bottom: 10px
    }

    .cartProduct figure {
        width: 25%;
        text-align: center;
        margin: auto
    }

    .cartProduct {
        text-align: center
    }

    .resp-nav {
        display: block
    }

    .resp-burger {
        display: none
    }


}

@media (min-width: 850px) and (max-width: 991px) {
    .specific-table .table td {
        min-width: 92px;
        font-size: 12px
    }

    .sell-reg-wrp {
        bottom: 5px !important
    }

    .page-id-80 .faq-wrp .row.h100 {
        max-height: 600px
    }

    div#formtarget {
        padding-top: 100px;
        margin-top: -100px
    }

    .advWoo {
        height: 35px
    }


    div#cookie-law-info-bar p {
        width: 80%
    }

    .cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
        position: absolute;
        right: 15px;
        bottom: 70px
    }
}

@media (max-width: 767px) {
    div#cookie-law-info-bar p,
    #cookie-law-info-bar .oper {
        width: 100% !important;
    }

    #cookie-law-info-bar .oper {
        margin-top: 1rem !important;
    }

	#cookie-law-info-bar {
		left: 50% !important;
        margin-left: -46% !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .specific-table .table td {
        min-width: 120px
    }

    .sell-reg-wrp {
        bottom: 5px !important
    }

    .sell-reg-wrp {
        bottom: 5px
    }

    .page-id-80 .faq-wrp .row.h100 {
        max-height: 600px
    }

    div#formtarget {
        padding-top: 100px;
        margin-top: -100px
    }

    a.hideMore-link img {
        margin-bottom: 3px
    }

    .checkoutfig .h100 {
        height: 77%
    }

    .checkoutfig img {
        height: 670px;
        width: 100%
    }
}


@media (min-width: 1200px) and (max-width: 1550px) {
    .page-id-80 .faq-wrp .row.h100 {
        max-height: 600px
    }

    div#formtarget {
        padding-top: 100px;
        margin-top: -100px
    }

    .checkoutfig img {
        height: 670px;
        width: 100%
    }

    .checkoutfig .h100 {
        height: 100%
    }

    .post-type-archive .col-xl-2 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important
    }

    .tax-product_cat .col-xl-2 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important
    }

    .productSug-wrp .col-xl-2 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important
    }
}

@media (min-width: 1551px) {
    .page-id-80 .faq-wrp .row.h100 {
        max-height: 600px
    }

    div#formtarget {
        padding-top: 100px;
        margin-top: -100px
    }

    .checkoutfig .h100 {
        height: 100%
    }

    .checkoutfig img {
        height: 670px;
        width: 100%
    }

    .productSug-wrp .col-xl-2 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important
    }
}

.show_more {
    cursor: pointer
}

.show_more img {
    transform: rotate(180deg)
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: unset
}

.contact-floater {
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 87px;
    padding-left: 12px;
    height: 36px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    box-shadow: 0 10px 15px #00000054;
    display: flex;
    align-items: center;
    z-index: 9999
}

.contact-floater a {
    display: flex;
    width: 150px;
    align-items: center
}

.contact-floater span {
    font-family: univers_65_boldregular
}

.contact-floater img {
    height: auto;
    max-width: 24px !important;
    margin-right: 5px
}

.contact-floater-content {
    position: fixed;
    right: 2%;
    bottom: 0;
    z-index: 11111
}

.assist-head {
    background: #000;
    padding: 12px 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .55)
}

.assist-body {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .55)
}

.assist-head h4 {
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    text-align: left
}

.assist-body p {
    font-size: 14px;
    color: #707070;
    font-weight: lighter;
    padding: 12px 18px;
    display: block
}

.assist-body p i {
    padding-right: 15px;
    font-size: 14px;
    font-family: FontAwesome
}

.assist-body p img {
    padding-right: 15px;
    width: 30px
}

.passtrengthMeter .showPassword {
    opacity: .5
}

.passtrengthMeter .showPassword.active {
    opacity: 1
}

.confirm-pwd .passtrengthMeter::after {
    display: none
}

.no-zoom .img-fluid {
    max-height: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .no-zoom .img-fluid {
        min-height: 14px;
    }
}


.assist-body p svg {
    width: 30px;
    padding-right: 15px
}

.account_logout_button_edit {
    background-color: #000 !important;
    color: #fff !important;
    text-align: center
}

.current_pass .passtrengthMeter::after {
    display: none
}

.helpMsg h2 {
    font-size: 22px
}

.woocs-style-1-dropdown.woocs-style-1-active .woocs-style-1-select > i {
    transform: none !important;
    font-size: 22px
}

.page-template-templateabout_watch-php .sideHeadbar:before {
    content: none
}

.woocs-style-1-dropdown.woocs-style-1-active .woocs-style-1-select > i {
    transform: none !important;
    font-size: 13px
}

@media (max-width: 1280px) {
    a.signInbtn.account_logout_button_edit {
        padding: 0 30px !important
    }
}

@media (min-width: 1281px) and (max-width: 1367px) {
    a.signInbtn.account_logout_button_edit {
        line-height: 32px
    }
}




.sideHeadbar p a:after {
    content: none
}

.woocommerce a.remove {
    color: #a1a1a1 !important
}

.woocommerce a.remove:hover {
    color: red !important
}

.callLink #dropdownMenuButton img, .currency-li i img {
    width: 10px
}

.accountLink #dropdownMenuButton {
    cursor: pointer
}

.thankyouBox p {
    display: block
}

.cart-empty-pop {
    width: 100%;
    min-width: 320px;
    height: 120px
}

.cart-empty-pop p {
    text-align: center;
    color: #8a8a8a;
    display: block
}

.cart-empty-pop h4 {
    font-weight: 600
}

a.shop-now-btn {
    display: unset !important;
    padding: 0 !important;
    height: auto !important
}

.cart-empty-pop p a {
    display: inline-block;
    padding: 0
}

.cart-empty-pop .cart_popup_head a {
    display: block !important;
    padding: 0 !important;
    height: unset !important
}

a.hideMore-link img {
    width: 12px
}

.hideMore-link {
    font-size: 16px;
    font-family: univers_55regular
}

a.hideMore-link {
    color: #000 !important
}

.callLink a:hover {
    cursor: pointer
}

.billingBox.summary h5 {
    font-family: univers_65_boldregular
}

.callLink .dropdown-menu.show a {
    position: relative
}

.callLink .dropdown-menu.show a:hover:after {
    width: 69%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.callLink .dropdown-menu a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 6px;
    left: 43px;
    right: unset;
    margin: auto;
    background: #000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.woocommerce-error.negative-error {
    background: #000;
    position: fixed;
    width: 25%;
    z-index: 9999999;
    right: 0;
    left: 0;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 0;
    padding-bottom: 15px;
    position: absolute;
    height: auto;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.woocommerce-error::before {
    content: none
}

.woocommerce-error {
    border-top-color: transparent
}

p.error-head {
    display: block;
    font-size: 15px !important;
    font-weight: 700;
    padding: 5px 0;
    border-bottom: 2px #8a8a8a solid;
    margin-bottom: 10px
}

.error-msg p {
    display: block;
    padding: 10px;
    font-size: 14px !important;
}

a.negative-btn {
    padding: 5px 20px 5px 20px;
    color: #000 !important;
    font-weight: 700;
    background: #fff
}

.page-id-8 .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > .negative-error {
    display: none
}

div#cookie-law-info-bar p {
    display: block
}

.prd_detl p {
    display: block
}

.order_address {
    padding-top: 20px
}

.order_address h4 {
    font-size: 20px
}

.order_address p {
    display: block
}

ul.order-details li {
    margin: auto;
    width: 95%
}

li.qty-li {
    list-style-position: inside;
    list-style-type: none
}

.my-orders .faqList {
    background: #fff
}

.my-orders .faqList p {
    display: block
}

.homeBnr .carousel-item .slBG {
    filter: blur(8px);
    -webkit-filter: blur(4px);
    opacity: .3
}

.error-div {
    text-align: center;
    margin: auto;
    margin-top: 150px;
    min-height: 300px;
    display: table
}

.error-div button {
    color: #fff;
    font-family: univers_65_boldregular;
    background-color: #00b67a;
    font-size: 18px;
    padding: 4px 24px;
    height: 44px;
    max-width: 100%;
    margin-top: 25px
}

.page-template-page-sell .signInbtn {
    margin-top: 0;
    padding: 4px 34px
}

.page-template-page-sell input#sell_login_submit {
    float: left
}

.page-template-page-sell .sell-Sign-wrp .forgotLinkP {
    float: right;
    margin: 10px 0 0
}

.col-12.add-watch-div {
    padding-bottom: 0;
    margin-bottom: 15px
}

label#add_watch-error {
    position: absolute;
    bottom: -12px
}

label#what_watch-error {
    position: absolute;
    bottom: -12px
}

.home .negative-error {
    display: none
}


#full_description .with-offers .description-box,
.single-product .pd_bottom p {
    font-weight: 400;
    font-family: 'univers_45_lightregular';
    color: #000 !important;
    font-size: 15px !important;
    font-style: normal;
    line-height: 21px;
}


.single-product .pd_bottom p {
   margin-bottom: 2px;
    text-align: justify
}



td.reference-text {
    text-transform: uppercase
}

.mainProduct .main figure {
    padding: 10px
}

.woocommerce-cart .woocommerce-info {
    display: none
}

.woocommerce-error.notification-msg {
    background: #d2cbcb;
    position: fixed;
    width: 25%;
    z-index: 9;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    color: #000;
    position: absolute;
    height: auto;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

a.restore-item {
    display: none
}

.error-msg a.button.wc-forward {
    display: none !important
}

#back_to_top {
    display: inline-block;
    background-color: #dcdcdc;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#back_to_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff
}

#back_to_top:hover {
    cursor: pointer;
    background-color: #333
}

#back_to_top:active {
    background-color: #555
}

#back_to_top.show {
    opacity: 1;
    visibility: visible
}

.woocommerce-orders .faqList,
.woocommerce-orders .order-content {
    background: #fff;
}

.woocommerce-orders .order-content {
    padding-left: 0;
}

section.orderTracking {
    padding-top: 15px
}

.orderTracking figure figcaption h4 {
    font-weight: 600
}

a.no-result-home {
    text-decoration: underline !important
}

div#ww_category_product {
    padding-left: 17px
}

#watch-model {
    font-size: 24px;
    color: #1a1818;
    font-family: univers_55regular;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-left: 30px
}

.order-track-step.not-for-delivery span.order-track-status-dot {
    background: #afaeae
}

.not-for-delivery .order-track-status-line {
    background: #afaeae
}

.order-track-step.not-delivered span.order-track-status-dot {
    background: #afaeae
}

button.show-tracking {
    margin-top: 15px;
    padding: 5px 10px;
    font-size: 14px !important;
    height: 35px !important;
    background: #000;
    color: #fff
}

.specific-table .table td {
    text-transform: capitalize
}

.assistanceBox h4 a:hover {
    text-decoration: underline !important
}

.woocommerce-orders a.signInbtn.account_logout_button_edit {
    padding: 0 5px
}

.details-p p {
    margin: 4px 0 4px 0;
    font-family: univers_55regular
}

.orderPrice li {
    font-size: 12px
}

.orderTracking .fig-img-wrapper2 {
    margin: auto
}

.orderTracking .order-track-step:last-child {
    height: auto
}

#ww_sell_form label#selected_watch-error {
    position: absolute;
    bottom: -12px
}

.watch-select-div {
    padding-bottom: 5px;
    margin-bottom: 10px
}

.select2-container {
    max-width: 100%!important;
    width: 100%!important;
}

figure.resp-zoom.default img {
    height: 100%
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #000;
    background-image: url(../images/loader-gif-32x32-7.gif);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: 0 50%;
    background-size: 20px 20px
}

.terms-wrp p {
    margin-bottom: 10px
}

.woocommerce-cart .woocommerce-error.notification-msg {
    display: none !important
}

.specific-table .table th {
    font-size: 14px;
    min-width: 140px
}

.checkoutAdd p {
    font-size: 14px !important;
    text-align: justify
}

label.flat_label {
    display: none !important
}

.resp-spec-table {
    display: none
}

.covid {
    background-color: #00b67a !important;
    color: #fff !important
}

.covid a {
    padding: 5px !important
}

.col-12.paypal_amex {
    padding-top: 15px;
    padding-left: 0
}

.headerTop li.active svg, .headerTop li:hover svg {
    transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}


a.hideMore-link img {
    width: 10px;
    height: 11px;
    margin-bottom: 3px
}

.woocs-style-1-active .woocs-style-1-select > i img {
    transform: none !important
}

body.home .woocommerce-error.notification-msg {
    display: none
}

h6.pid {
    visibility: hidden
}

.sell-wrp h6 {
    font-size: 14px;
    margin-bottom: 0
}

.sell-did-you {
    padding-bottom: 10px
}

.thankyou-insta i {
    border-radius: 50%;
    font-size: 13px;
    padding: 4px;
    transition: all .2s
}

.thankyou-insta:hover i {
    color: #fff;
    background: #000;
    transition: all .2s
}

@media (min-width: 768px) and (max-width: 1366px) {
    .woocommerce-form-login__submit {
        padding: 5px 5px 5px 5px !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .orderTracking figure img {
        height: 4rem
    }

    .select2-container .select2-selection--single {
        max-width: 280px
    }
}

.ww_loader_div {
    display: none;
    z-index: 999;
    margin: auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid #ededed;
    border-right: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    border-left: 3px solid #555;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 .7s infinite linear;
    animation: load8 .7s infinite linear;
    opacity: 0
}

.ww_loader_div.active_div {
    display: block;
    z-index: 999 !important;
    opacity: 1 !important
}

.home .ww_loader_div.active_div {
    display: none
}

@media (max-width: 400px) {
    .select2-container {
        max-width: 312px
    }
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    display: none
}

.col-12.paypal_amex p {
    font-family: univers_65_boldregular
}

#ww_sell_form .ww_loader_div.active_div {
    float: left;
    margin: 14px
}

input#sell_form_submit {
    float: left
}

#exchange_form .ww_loader_div.active_div {
    float: left;
    margin: 14px
}

button#ex-form {
    float: left
}

.single_page_request_btn p.ww_loader_div {
    float: right;
    margin: 14px
}



.back_top {
    margin: auto
}

.link_ww_loader_div {
    display: none;
    z-index: 999;
    margin: auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid #ededed;
    border-right: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    border-left: 3px solid #555;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 .7s infinite linear;
    animation: load8 .7s infinite linear;
    opacity: 0
}

.link_ww_loader_div.active_div {
    display: block;
    z-index: 999 !important;
    opacity: 1 !important;
    position: absolute;
    left: 50%;
    top: 50%
}

.link_ww_loader_div_back.active_div {
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    opacity: .6
}

#sellRegister {
    display: none
}

.sell-reg-wrp {
    display: block;
    margin: auto;
    padding-top: 15px;
    position: absolute;
    bottom: 30px
}

.sell-reg-wrp a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.sell-reg-wrp a:hover::after {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.sell-sign-wrp {
    display: block;
    margin: auto;
    padding-top: 15px;
    position: absolute;
    bottom: 5px
}

.sell-sign-wrp a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.sell-sign-wrp a:hover::after {
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.not-logged-tag:hover {
    cursor: pointer;
    color: #fff !important
}

@media (min-width: 1200px) and (max-width: 1225px) {
    .sell-reg-wrp {
        bottom: 5px !important
    }
}

@media (min-width: 1226px) {
    .sell-reg-wrp {
        bottom: 40px !important
    }
}

.col-12.col-lg-6.col-xl-4.divSpacing.reg-spacing {
    margin-bottom: 30px
}

.more-table {
    display: none
}

a.showMore-link {
    position: absolute;
    right: 80px
}

@media (min-width: 970px) and (max-width: 991px) {
    .specific-table .table td {
        min-width: 92px;
        font-size: 12px
    }
}

@media (min-width: 1200px) and (max-width: 1560px) {
    .specific-table .table td {
        min-width: 120px
    }
}

.woocs-style-1-dropdown {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #ccc;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
    line-height: 16px
}

.woocs-style-1-dropdown .woocs-style-1-select {
    cursor: pointer;
    display: block;
    padding: 10px
}

.woocs-style-1-dropdown .woocs-style-1-select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px !important;
    margin-top: 0 !important
}

.woocs-style-1-dropdown .woocs-style-1-select > i img {
    border: none !important;
    box-shadow: none !important;
    width: 10px;
    margin-top: -1px;
    left: -4px !important;
    position: relative;
}


.woocs-style-1-dropdown:hover {
    box-shadow: 0 0 4px #ccc
}

.woocs-style-1-dropdown:active {
    background-color: #f8f8f8
}

.woocs-style-1-dropdown.woocs-style-1-active, .woocs-style-1-dropdown.woocs-style-1-active:hover {
    box-shadow: 0 0 4px #ccc;
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}

.woocs-style-1-dropdown.woocs-style-1-active .woocs-style-1-select > i {
    transform: rotate(-90deg)
}
.select2-results {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px #ccc;
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
    position: absolute;
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
    padding: 0;
    list-style: none;
    margin: 0
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:hover {
    background-color: #f2f2f2 !important
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:active {
    background-color: #f2f2f2 !important
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li.woocs-style-1-selected {
    background-color: #f2f2f2 !important
}

.bg_pos {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg-pos {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.slick-slide {
    cursor: pointer;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 0px;
}

.method-not-allowed a {
    white-space: nowrap;
    font-size: 14px;
    font-family: 'Univers LT Std';
}
.method-not-allowed a:first-of-type {
    margin-right: 20px;

}
/*Part of fontawesome 5.0.8 - Only for footer icons*/
.fab {
    font-family: 'Font Awesome 5 Brands';
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}


.fa-instagram:before {
    content: "\f16d"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}


.show-password {
    padding: 10px;
    cursor: pointer;
    position: absolute;
    right: 2.44rem;
    margin-top: -1.7rem;
    display: block;
    background-color: transparent;
}


#set_new_password .show-password {
    margin-top: 0.3rem;
}


.shop-all-btn {
    font-size: 12px !important;
    padding: 5px 10px !important;
    margin-top: 1.2rem !important;
}

@media (min-width: 1400px) {
    .shop-all-container {
        padding-top: 1.65rem !important;
    }

    .shop-all-btn {
        font-size: 15px !important;
    }

    .no-gutter-right {
        margin-top: 0rem !important;
    }
}

.cookie-terms-block {
    position: fixed;
    bottom: 20px;
    width: 96.8% !important;
    left: 1.55% !important;
}

.cookie-terms-block .cont {
    padding: 10px;
}

.cookie-terms-block h5 {
    text-align: left;
    font-size: 18px;
    font-family: "univers_45_lightregular" !important;
    font-weight: 700 !important;
    padding-bottom: 10px !important;
}


/*Payment notifcation modal*/

.payment-notification {
    position: fixed;
    top: 50%;
    left: 0%;
    width: 100%;
    z-index: 9999;
    display: none;
}

.payment-error-modal .error-color {
    display: block !important;
    background-color: #fff !important;
    padding-bottom: 1.5rem !important;
}

.payment-error-modal img {
    width: 20px !important;
}

.payment-error-modal .email {
    width: 16px;
    margin-right: 5px;
}

.payment-notification .payment-error-modal {
    padding-bottom: 0px;
    width: 25%;
    z-index: 9999999;
    right: 0;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 0;
    position: absolute;
    height: auto;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.payment-error-modal a:hover, .payment-error-modal a {
    color: #000 !important;
    font-size: 13px;
    text-decoration: none !important;

}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: .55em !important;
}

.payment-notification .new-error-div {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
    border-top: 0px;
	padding-bottom: 1rem;
}

.payment-notification .negative-btn, .payment-notification .negative-btn:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff !important;
}

.payment-notification p.error-head {
    border-bottom: 1px #8a8a8a solid;
}

.payment-notification .woocommerce-error {
    border-top: 0px;
}

.woocommerce-error.negative-error {
    background-color: #fff !important;
    color: #000 !important;
}

.woocommerce-error.negative-error .error-msg {
    margin-bottom: 1rem;
}

button.oper-btn, a.oper-btn {
    color: #fff;
    background-color: #000;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
}

button.oper-btn:hover, a.oper-btn:hover {
    background-color: #eee;
    color: #000;
}


@media (max-width: 1000px) {
    .payment-notification .payment-error-modal {
        width: 270px;
        left: 50%;
        margin-left: 0%;
    }

    .payment-error-modal .error-color {
        padding-top: 0px !important;
    }
}

@media (max-width: 250px) {
    .payment-notification .payment-error-modal {
        width: 96%;
        left: 0%;
        margin-left: 0%;
    }
}

/***************/


/***Countries list on phone field***/
.intl-tel-input {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 12px;
}

#reg_billing_phone, #billing_phone {
    font-size: 12px !important;
}


.form-control.error {
    font-size: 16px !important;
}


form input[name="billing_phone"] {
    padding-left: 5rem !important;
}

.woocommerce-NoticeGroup,
.woocommerce-error.negative-error,
.mainProduct, .productsub {
    display: none !important;
}

.payment-notification .error-msg {
    display: block !important;
}


.overlay {
    display: none;
    position: fixed;
    z-index: 999;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
}


.cat_link_main a {
    color: #a9a9a9;
}

.cat_link_main a:hover {
    color: #1a1818;
}

.cat_link a {
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.cat_link a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: black;
    content: "";
    transition: width 0.5s;
}

.cat_link a:hover:after {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    background-color: black;
    content: "";
    transition: width 0.5s;
}

@media (max-width: 767px) {

    body:not(.home) #product_list {
        margin-top: 3.2rem;
    }

    h6.cat_link {
        font-size: 15px;
    }

    div.wpcf7-mail-sent-ok {
        width: 44% !important;
        left: 73% !important;
        bottom: -20px !important;
        padding-top: 4px !important;
        padding-left: 48px !important;
    }

    .button_scroll_to_top {
        display: none;
    }

    a.top_scroll_btn {
        width: 30px;
        height: 30px;
        padding: 0px;
    }

    a.top_scroll_btn::after {
        width: 23px;
        height: 23px;
    }
}

@media (max-width: 1023px) {
    div.wpcf7-mail-sent-ok {
        width: 80% !important;
        left: 46% !important;
        bottom: 62px !important;
        padding-top: 4px !important;
        padding-left: 48px !important;
    }
}

@media (max-width: 1366px) {
    div.wpcf7-mail-sent-ok {
        width: 50% !important;
        left: 71% !important;
        bottom: -22px !important;
        padding-top: 4px !important;
        padding-left: 48px !important;
    }
}


.container_wrp div.wpcf7-mail-sent-ok {
    background: #efefef;
    width: 42%;
    z-index: 9;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    color: black;
    position: absolute;
    height: auto;
    left: 50%;
    bottom: -2px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: none;
    height: 44px;
    text-align: center;
    padding-top: 10px;
    padding-left: 48px;
    background: #fff;
    box-shadow: 5px 5px grey;
    border-radius: 5px;
    border: 1px solid grey;
}

.container_wrp div.wpcf7-mail-sent-ok:before {
    content: " ";
    background-image: url(../images/icons8-ok-50.png);
    position: absolute;
    left: 12px;
    top: 4px;
    width: 50px;
    height: 50px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-submit:focus {
    outline: none;
}

.container_wrp div.wpcf7 .ajax-loader {
    margin-top: -10px;
    margin-left: 10px;
    opacity: 1 !important;
    display: inline-block;
    top: 50%;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid #ededed;
    border-right: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    border-left: 3px solid #555;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 0.7s infinite linear;
    animation: load8 0.7s infinite linear;
    color: black;
    background-image: none;
}

.button_scroll_to_top, .top_scroll_btn {
    display: inline-block;
    background-color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    bottom: 85px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.button_scroll_to_top::after, .top_scroll_btn::after {
    content: "";
    background-image: url(../images/downarrow.svg);
    background-size: 15px;
    width: 28px;
    filter: brightness(0) invert(1) !important;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.button_scroll_to_top:hover, .top_scroll_btn:hover {
    cursor: pointer;
    background-color: #333;
}

.button_scroll_to_top:active, .top_scroll_btn:active {
    background-color: #555;
}

.button_scroll_to_top.show, .top_scroll_btn.show {
    opacity: 1;
    visibility: visible;
}

/*register form*/
.logBox {
    padding: 50px 15px;
}
.logBox .forms_outer {
    width: 100%;
    max-width: 750px;
}
.logBox .intl-tel-input.allow-dropdown .flag-container, .logBox .intl-tel-input.separate-dial-code .flag-container {
    height: calc(100% - 1px);
}
.signUpBox .form-group {
    margin-left: -5px;
    margin-right: -5px;
}
.signUpBox .form-group .field-box {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px;
}
span.mandatory_text {
    padding-top: 3px;
}

/* Styles for the content section */
.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    #button {
        margin: 30px;
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}




.page-template-categories footer {
    background-color: #f5f5f5;
}

.homeContent {
    margin-bottom: 30px;
}
.homeContent.categoryPage {
    margin: 0;
    padding: 0 30px 0;
    background-color: #FCF8F5;
}

.categoryPage .back_top.show_more {
    margin-top: 1rem;
    min-height: 66px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 1em;
}


/*Empty card products block responsive*/
@media (min-width: 1200px) {
    .woocommerce-cart .productSug-wrp .col-xl-2 {
        flex: 1 0 0 !important;
    }
}
@media (max-width: 767px) {
    .woocommerce-cart .productSug-wrp .col-xl-2 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .woocommerce-cart .productSug-wrp .col-xl-2 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

/*******/


/**Share on product****/

.row .xs_social_share_widget.xs_share_url.wslu-share-horizontal.custom-class {
    width: 200px !important;
    position: absolute;
    z-index: 99;
    right: 38px;
    display: none;
    height: 200px !important;
    margin-top: -57px !important;
    padding-top: 57px !important;
}

.xs_social_share_widget ul {
    display: inline !important;
    width: 100%;
    margin-top: 76px !important;
}

.wslu-hover-content {
    display: block !important;
}

.xs-social-followers {
    display: none !important;
}

.xs-social-follower-text {
    display: none !important;
}

.xs-social-follower-label {
    margin-top: 10px;
    float: left;
}

.custom-class .xs-social-icon {
    float: left;
}

.xs_social_share_widget li a {
    min-height: 40px;
    display: block !important;
    min-width: 195px;
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored a {
    background-color: #656565 !important;
    color: #fff;
}

.xs_social_share_widget.xs_share_url.wslu-fill-colored a:hover {
    background-color: #8c8c8c !important
}



.homeBnr img.img-fluid-mob {
    display: none;
}

@media (max-width: 767px) {
    .share_icon_block {
        margin-bottom: .6rem;
    }

    .homeBnr img.img-fluid-desk {
        display: none;
    }

    .homeBnr img.img-fluid-mob {
        display: block;
    }
}

.row .met-social.met-social-digg:before {
    content: "";
    background: url(../images/clipboard.png);
    height: 15px;
    width: 15px;
    background-size: 15px;
    position: relative;
    display: inline-block;
    color: #fff;
    filter: invert(1);
}


/*** Livesearch styles ***/

.select2-selection {
    height: calc(1.5em + .75rem + 2px) !important;
    border: 1px solid #dcdcdc !important;
    background: #f6f6f6 !important;
    font-family: univers_45_lightregular;
    border-radius: 0 !important;
}

#livesearch {
    background-color: #FCF8F5;
    padding: 70px 30px 30px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
}

.not_found_message {
    position: relative;
    margin: 0 auto;
    top: 100px;
}
.search-result-header {
    align-items: center;
    -webkit-align-items: center;
    padding-top: 2rem;
}

.close_search {
    display: none;
    position: relative;
    width: 48px;
    height: 48px;
    padding: 8px 12px;
    background: rgb(220, 220, 220);
    overflow: hidden;
}
.close_search img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 1600px) {
    .close_search {
        display: block;
        height: 48px;
        width: 48px;
        padding: 8px 12px;
    }
}

@media (max-width: 667px) {
    select.livesearch_sorting {
        margin-top: 1.6rem !important;
    }
}

.liveserarch_field {
    width: 100%;
    padding-left: 30px;
    position: relative;
}

.livesearch_sorting {
    display: none;
    position: relative;
    top: 0px;
    z-index: 4;
    float: right;
}

.livesearch_sorting, .livesearch_sorting:focus, input.liveserarch_field:focus {
    border-color: #dcdcdc;
    border-radius: 1px;
    background-color: #f6f6f6;
}

.livesearch_form {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: stretch;
    position: relative;
    float: none !important;
    width: 100%;
    height: 37px;
    background: #fff;
}

.livesearch_form .loading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: none;
    width: 20px;
    height: 20px;
    background: url('../images/loading.gif') no-repeat 0 0 / cover;
}

.livesearch_form .loading.show {
    display: block;
}

.srch_icon {
    top: 6px;
    position: absolute;
    left: 22px;
}

#livesearch .thankyou-wrp, .search-random-products {
    margin: 0 auto;
    grid-column: 1/5;
}

#livesearch .thankyouBox {
    padding: 0 50px;
}

#livesearch .thankyouBox a.livesearch_no_result {
    text-decoration: underline !important;
}

.livesearch_results {
    clear: both;
}




@media (max-width: 1366px) {
    .livesearch_sorting.form-control {
        width: 150px !important;
    }
}

.livesearch_sorting.form-control {
    width: 200px;
}


.livesearch_sorting.form-control.selectIp {
    background-position: 94%;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 1;
    z-index: 99999999999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #212529 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

#livesearch .select2 {
    width: 230px !important;
}

#livesearch .select2-selection {
    height: 48px!important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border: 0 none!important;
    background-color: #fff!important;
}
#livesearch .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: "Univers LT Std", sans-serif;
    font-size: 15px!important;
    text-transform: none;
    width: 100%;
    background: none;
}
#livesearch .select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.select2-results__option {
    font-size: 14px;
}
.select2-search__field {
    outline: none !important;
}

.livesearch_results footer {
    position: relative;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    padding-bottom: 95px;
}
.livesearch_results footer:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #fff;
    border-top: 2px solid #E5E5E5;
    left: -20px;
    top: -2px;
    right: auto;
    width: 30px;
}
.livesearch_results footer:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #fff;
    border-top: 2px solid #E5E5E5;
    right: -20px;
    top: -2px;
    width: 30px;
}
/******** For phone checkout check ********/
/*
.woocommerce-checkout .woocommerce-error.negative-error, .woocommerce-checkout .woocommerce-NoticeGroup{
    display: block!important;
}
.woo_custom_error{
	display: none!important;
}
*/

.homeBnr {
    height: auto !important;
}

/**FAQ box**/
.page-template-templatefaq-php .row.h100 {
    max-height: 100% !important;
}


/** Product list sort**/
#product_list {
    width: 100%;
}

#products_loading {
    position: fixed;
    background-color: #ffffffad;
    background-image: url(../images/dark-loader.gif);
    background-size: 40px;
    background-position: center;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0px;
    display: none;
}

.select2-container.select2-container--open {
    width: 100% !important;
    min-width: 150px !important;
}
.field-box .select2-container--default .select2-selection--single {
    height: 48px !important;
    border: 1px solid #bfbfbf !important;
    background-color: #fff !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-top: 0;
}
.field-box .select2-container--default .select2-selection--single:hover {
    border: 1px solid #000 !important;
}

form .field-box.active label.error {
    background-color: #fff !important;
    color: #ff0000 !important;
}

.select2-container.select2-container--open {
    width: auto !important;
}
#livesearch .select2-container {
    border: 1px solid transparent;
}
#livesearch .select2-container.select2-container--open {
    border: solid #aaa;
    border-width: 1px 1px 0 1px;
}
.divSpacing .select2-container {
    width: 100% !important;
}

@media (min-width: 1600px) {
    #product_list .select2-selection--single {
        padding: 7px 8px !important;
    }

    .product-list-header .select2-container {
        width: 210px !important;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    #product_list .select2-selection--single {
        padding: 7px !important;
    }

    .product-list-header .select2-container {
        width: 190px !important;
    }
}


/**Buy button on bottom of page **/
.contact-floater-content iframe {
    border: 2px solid #212529;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 480px !important;
    border-top: 2px solid #fafafa;
}

.contact-floater-content {
    position: fixed;
    right: 2%;
    bottom: 0.5rem;
    z-index: 10000;
}

a.save_user_data {
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 2em;
    font-weight: normal;
    border-radius: 3px;
    left: auto;
    color: #515151;
    border: 0;
    color: #fff !important;
    background-color: #000 !important;
    max-width: 100%;
    text-align: center;
}

@media (max-width: 767px) {

    .exchangebtn {
        background: #fafafa;
    }

    .contact-floater-content {
        bottom: 3.5rem;
    }

    .single-product .contact-floater {
        bottom: 4.5rem;
    }

    .single-product .button_scroll_to_top.show,
    .single-product .top_scroll_btn.show {
        display: none !important;
    }

    .single-product footer {
        margin-bottom: 78px;
    }

    .save_user_data {
        padding: 1.618em 1em !important;
    }
}


/**Trustpilot footer box**/
.trustpilot-box {
    font-size: 16px;
    font-weight: bold;


}

.trustpilot-box img {
    position: relative;
}

.trustpilot-box .trust-stars {
    top: -1px;
    height: 20px !important;
}

.trustpilot-box .trust-logo {
    top: -4px;
    height: 23.8px !important;
}

#data_mouseover .trustpilot {
    position: absolute;
    right: 0px;
    bottom: 2px !important;
}

.top-navigator-box .trustpilot-box {
    font-size: 12px;
    font-weight: normal !important;
    font-family: 'univers_55regular';
    margin-top: -30px;
}

.top-navigator-box .trustpilot-box .trust-logo {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.top-navigator-box .trustpilot-box .trust-stars {
    top: -1px;
    height: 18px !important;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.top-navigator-box .fixed-box {
    width: auto;
    position: unset;
}

header.active .top-navigator-box .trustpilot-box .trust-stars {
    height: 14px !important;
    top: 0px;
}

header.active .top-navigator-box .trustpilot-box .trust-logo {
    top: -2px;
    height: 20px !important;
}

@media (max-width: 1149px) {
    li.trustpilot {
        display: none;
    }
}

form button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}


.fa-times::before{
    content: '\f00d';
}



/**
* Success messages - notification pop-up
*/
.woocommerce-error.success-notification {
    background-color: #fff;
    padding: 3rem 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border-top: 3px solid #28a745;
}

.success-notification.woocommerce-error::before {
    content: '';
}

.success-notification .error-msg p {
    color: #000;
    padding: 10px 15px;
    font-size: 14px !important;
    font-weight: bold;
}



/**Slide show from home page***/
.h-image.img-fluid-desk, .h-image.img-fluid-mob {
    opacity: 0;
    position: absolute;
}

#banner-section {
    position: relative;
    width: 100%;
    margin-top: 0rem;
}



#banner-section .carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-inner .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 2s;
}

.carousel-inner .slide.active {
    z-index: 2;
    opacity: 1;
}

.carousel-inner .slide img {
    width: 100%;
    height: 100%;
}

.mob-breacrumbs {
    display: none !important;
}

h4.breadcrumb {
    text-align: center;
    font-size: 12px;
}

.tax-product_cat h4.breadcrumb {
    margin-top: 1.6rem;
}


header.active .productList.open {
    z-index: 9;
}

header .headerMain {
    padding-bottom: 32px !important;
    padding-top: 32px !important;
}

/**Mobile search form**/
.mobile-search {
    background-color: #e8e8e8;
    padding: 0.70rem 0px;
}

.mobHeader .mobHeadbot {
    padding-top: 4px;
}

.mobile-search input[type='text'] {
    font-size: 17px;
    width: 78%;
    position: absolute;
    padding-left: 35px;
    margin-top: -2px;
    right: 11%;
    z-index: 0;
    border: 0px;
    height: 30px !important;
}

.mobile-search svg {
    height: 23px !important;
    z-index: 1;
    margin-left: 0.5rem;
    position: absolute;
    margin-top: 0.1rem;
    color: #e8e8e8;
}

.mobile-search .input-box {
    background-color: #fff;
    width: 80%;
    padding: 4px 0px;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    height: 36px;
}

@media (max-width: 767px) {
    #banner-section {
        margin-top: 4rem;
    }
}

/**Empty search boxes*/
.empty-search-box {
    max-width: 60%;
}

.empty-search-box .thankyouBox {
    background-color: #eee;
    min-height: unset;
}

.empty-search-box .container_wrp div {
    font-size: 16px;
    font-weight: bold;
    font-family: 'univers_55regular';
}

.empty-search-box .mobile-search {
    background-color: unset;
}

.empty-search-box .mobile-search input[type='text'] {
    width: 100%;
    position: relative !important;
    padding-left: 0.4rem;
    left: 0rem;
}

.empty-search-box .mobile-search svg {
    position: relative;
}

.empty-search-box .mobile-search .input-box {
    width: 60%;
}


@media (min-width: 3100px) {
    .empty-search-box {
        max-width: 30%;
    }
}

@media (max-width: 990px) {
    .empty-search-box {
        max-width: 96%;
        min-width: 96%;
        width: 96%;
    }

    .empty-search-box .mobile-search .input-box {
        width: 100%;
    }
}

.search_results_livesearch {
    display: none;
    position: absolute;
    height: calc(100vh - 150px);
    top: 150px;
    z-index: 9;
    width: 100%;
    margin-top: 0;
}

.search_results_livesearch .loading {
    text-align: center;
    font-size: 16px;
    margin-top: 6rem;
    position: absolute;
    width: 100%;
    margin-top: 20%;
    display: none;
}

.search_results_livesearch .loading img {
    height: 49px;
}
.checkboxes_list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.checkboxes_list >div {
    flex: 0 0 auto;
    width: auto;
    margin-bottom: 20px;
}
.checkboxes_list >div:not(:last-of-type) {
    padding-right: 30px;
}
.checkboxes_list >div label {
    padding-right: 0;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}


@media (max-width: 1440px) {
    .logBox .forms_outer {
        width: 100%;
        max-width: 710px;
    }
}
@media (max-width: 1390px) {
    .register-wrp .left-side-box {
        padding: 20px 50px;
    }
    .logBox .forms_outer {
        width: 100%;
        max-width: 650px;
    }
}
@media screen and (max-width: 1280px) {
    .logBox .forms_outer {
        width: 100%;
        max-width: 580px;
    }
}
@media (max-width: 1200px) {
    .search_results_livesearch {
        margin-top: 0rem;

    }
}
@media (max-width: 1200px) {
    #slider-box {
        background-color: #000;
        padding: 25px 15px 0 15px;
        font-size: 21px;
    }
    .logBox .forms_outer {
        width: 100%;
        max-width: 473px;
    }
}
@media  (max-width: 1180px) {
    .register-wrp .left-side-box {
        padding: 20px;
    }
    #slider-box {
        flex: 0 0 400px;
        max-width: 400px;
    }
}
@media (max-width: 940px) {

    .logBox {
        padding: 20px 15px;
    }
    #slider-box {
        flex: 0 0 350px;
        max-width: 350px;
    }
}

@media  (max-width: 900px) {
    .logBox .forms_outer {
        max-width: 375px;
    }
    .social-auth-box {
        height: auto;
    }
    #xs-social-login-container .xs-login--style-1 {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    #xs-social-login-container .xs-login--style-1 .xs-login__item {
        width: 100%!important;
    }
    #xs-social-login-container .xs-login--style-1 .xs-login__item:nth-child(odd) {
        float: none;
    }
    .signUpBox .form-group {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .signUpBox .form-group .field-box {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .signUpBox .form-group .field-box:first-of-type {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 850px) {
    .logBox .forms_outer {
        max-width: 300px;
    }
}
@media (max-width: 768px) {
    .checkboxes_list >div:not(:last-of-type) {
        padding-right: 20px;
    }
    .checkboxes_list >div {
        margin-bottom: 20px;
    }
}
@media (max-width: 720px) {
    .logBox .forms_outer {
        max-width: 100%;
    }
    #slider-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.search-loading img {
    height: 80px !important;
}

.load-more-products .year {
    width: 100%;
    color: #A9A9A9;
    margin-top: -8px;
    font-size: 12px;
}

.wishlist{
    min-width: 150px;
    color: #656565;
}
.pencil-icon{
    width: 23px;
    height: 23px;
    background-image: url(../images/pencil-alt-solid.svg);
    float: left;
    margin-top: -0.5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat no-repeat
}
.truck-icon{
    width: 23px;
    height: 23px;
    background-image: url(../images/truck-solid.svg);
    float: left;
    margin-top: -0.5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
 }
.cart_btn_jewellery {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: univers_65_boldregular;
    background-color: #000;
    height: 30px;
    width: 150px;
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}
.cart_btn_jewellery:hover {
    background-color: #656565;
    color: #fff
}
.exchangebtn_jewellery {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-family: univers_55regular;
    background-color: #f6f6f6;
    height: 30px;
    width: 150px;
    border: 1px solid #656565;
    max-width: 100%;
    display: block
}
.exchangebtn_jewellery:hover {
    background-color: #656565;
    color: #fff
}
.dropdown_jewellery {
    padding: 15px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.dropdown_jewellery h4 {
    font-size: 16px;
    color: #1a1818;
}
.dropdown_jewellery span {
    float: right;
}
.dropdown_jewellery h4 span {
    margin-left: 18px;
}

.dropdown_jewellery h4 span small {
    font-size: 16px;
    color: #a9a9a9;
    margin-left: 16px
}
.modal-dialog{
    width: 40%;
    max-width: 40%;
    height: 100%;
    margin: 0;
    float: right;
}
.modal-content{
    width: 100%;
    height: 100%;
}
.modal {
    padding: 0;
    margin: 0;
}
.underline{
    cursor: pointer;
}
.underline:hover{
    text-decoration: underline;
}
.categories:after{
    content:'CATEGORIES';
}
.categories:hover:after{
    content:'SEARCH BY...';
}
.special_occasion:after{
     content:'SPECIAL OCCASION';
 }
.special_occasion:hover:after{
    content:'SEARCH FOR...';
}


.brands-list .brand .name-brand {
    font-size: 14px;
    line-height: 14px;
}


.headerMainBot .navLink ul li {
    /*font-family: 'univers_45_lightregular' !important;*/
    font-family: 'univers_65_boldregular';
}

/**
* Header logo styles
*/
.text-logo {
    text-align: left !important;
}

.text-logo:not(.mob-logo) {
    -webkit-transition: margin-top 0.5s;
    transition: margin-top 0.5s;
    margin-right: 1rem;
}

.text-logo .ww-txt {
    font-size: 37px;
    line-height: 22px;
    font-family: 'univers_45_lightregular';
}

.text-logo:not(.mob-logo) .ww-txt {
    -webkit-transition: line-height 0.5s, font-size 0.5s;
    transition: line-height 0.5s, font-size 0.5s;
}

.text-logo .ww-txt .second-letter {
    left: -3px;
    position: relative;
}

.text-logo .full-name {
    font-size: 18px;
    /*font-weight: bold;*/
    line-height: 15px;
    margin-top: 16px;
    font-family: 'univers_45_lightregular';
}

.text-logo:not(.mob-logo) .full-name {
    -webkit-transition: font-size 0.5s, line-height 0.5s, margin-top 0.5s;
    transition: font-size 0.5s, line-height 0.5s, margin-top 0.5s;
}

.text-logo .rt-symb {
    font-size: 10px;
    position: relative;
    top: -15px;
    left: -1px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}


.mob-logo.text-logo .ww-txt {
    font-size: 35px;
    margin-top: 0px;
}

.mob-logo.text-logo .full-name {
    line-height: 8px;
    margin-top: 10px;
    font-size: 16px !important;
    font-weight: normal;
}

.mob-logo.text-logo .second-letter {
    left: -2px;
}

.mob-logo.text-logo .rt-symb {
    font-size: 12px;
    left: 0;
    top: -10px;
}

header.active .text-logo:not(.mob-logo) .ww-txt {
    font-size: 32px;
    line-height: 22px;
    margin-top: 6px;
}



header.active .text-logo:not(.mob-logo) .full-name {
    font-size: 16px;
    line-height: 10px;
    margin-top: 10px;
}

header.active .text-logo:not(.mob-logo) .rt-symb {
    top: -10px;
    font-size: 12px;
}

.new-message-notif,
.request .new-messages {
    background-color: #00b67a;
    border-radius: 50%;
}

.new-message-notif {
    padding: 4px;
    position: absolute;
    right: -0.5rem;
    top: -0.4rem;
    display: none;
}

.dropdown-menu .new-message-notif {
    position: relative;
    top: -8px;
    right: 0rem;
}

.request .new-messages {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 18px;
    height: 18px;
    right: .6rem;
    font-weight: normal;
    margin-top: -2.5rem;
    padding-right: 1px;
    font-family: 'Univers LT Std';
}


@media (min-width: 1601px) {
    .text-logo:not(.mob-logo) {
        margin-right: 3rem !important;
    }

    .text-logo .full-name {
        font-size: 26px;
    }

    .text-logo .ww-txt {
        font-size: 52px;
        line-height: 50px;
    }

    .text-logo .rt-symb {
        font-size: 17px;
        position: relative;
        top: -24px;
        left: 0px;
    }

    header.active  .text-logo .rt-symb {
        font-size: 14px;
    }
}

@media (max-width: 975px) {
    .text-logo .full-name {
        font-size: 18px;
        line-height: 10px;
        margin-top: 12px;
    }

    .text-logo .ww-txt {
        font-size: 34px;
        line-height: 22px;
        top: 0px;
        position: relative;
    }
}

.thankyou-request-btn .my-requests-btn {
    background-color: #000;
}

@media (max-width: 767px) {
    .thankyou-wrp {
        margin-top: 4rem;
    }

    .thankyou-wrp p{
        padding: 5px;
    }
}


@media (max-width: 575px) {


    .footLogo .text-logo .ww-txt{
        justify-content: center !important;
    }

    .thankyou-request-btn {
        display: block !important;
    }

    .thankyou-request-btn a {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .thankyouBox button {
        font-size: 15px !important;
        font-family: 'univers_55regular' !important;
        padding-bottom: 4px;
    }

    footer .text-logo:not(.mob-logo) .full-name {
        text-align: center;
    }
}

@media (max-width: 400px) {

    .text-logo:not(.mob-logo) {
        margin-left: 20px;
    }
}


.mobHeader .mobHeadtop .mob-user-menu .dropdown-menu {
    left: -5rem !important;
    margin-top: 5px;
}

.mob-user-menu .new-message-notif {
    right: -5px !important;
    top: -5px !important;
}

.mob-user-menu .dropdown-menu .new-message-notif {
    right: -75px !important;
    margin-top: -10px !important;
    display: block;
    width: 5px;
    height: 5px;
}


.signin-button {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    cursor: pointer;
}

.footLogo {
    padding-top: 0rem !important;
    width: 100%;
    top: -2px;
    position: relative;
}

.footLogo img {
    max-width: 122px !important;
}

#desck-navigators ul.main-nav li {
    font-size: 22px !important;
    margin-bottom: 0.5rem !important;
    color: #505050 !important;
    margin-right: 2rem !important;
}

#desck-navigators ul.categories-nav li {
    padding-right: 15px !important;
}

#desck-navigators ul.categories-nav li:first-child {
    padding-left: 0 !important;
}
#desck-navigators ul.categories-nav li:last-of-type {
    padding-right: 0!important;
    margin-right: 0!important;
}

#desck-navigators ul.categories-nav li a {
    font-size: 12px !important;
    color: #000;
    font-family: 'Univers LT Std', sans-serif;
    font-weight: 400;
    padding: 0;
}


#desck-navigators ul.categories-nav li a:hover,
#desck-navigators ul.categories-nav li.buyLink a:hover,
#desck-navigators ul.categories-nav li.buyLink a:active,
#desck-navigators ul.categories-nav li.buyLink.active a {
    font-weight: bold;
}

#nav-oper-btns {
    top: -2px !important;
    position: relative;
}

ul li .sell-btn,
button.btn-default {
    font-size: 14px;
    background-color: #000;
    color: #fff;
    padding: 10px 0px;
    font-family: 'Univers LT Std';
    font-weight: 400;
    width: 210px;
}

ul li .sell-btn:hover,
button.btn-default:hover {
    background-color: #F3F4F4;
    color: #000;
}

.categories-nav .sell-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: auto;
    padding: 10px 26px;
    font-family: 'Univers LT Std';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
}

#desck-navigators ul.categories-nav li:not(:last-of-type),
#desck-navigators .categories-nav li.best-offers {
    margin-left: 15px !important;
}


@media (max-width: 1320px) {
    ul li .sell-btn {
        width: 210px;
    }

}

#desck-navigators ul#nav-oper-btns li {
    padding-left: 22px !important;
}

#nav-oper-btns svg {
    cursor: pointer;
}

#desck-navigators ul#nav-oper-btns li.currency-box,
ul.additional-menu li.languages-box {
    margin-top: 0.7rem !important;
    font-size: 14px !important;
    cursor: pointer;
}


li.currency-box img,
li.languages-box img,
footer .currency-box img {
    width: 28px;
    height: 19px;
}


ul.additional-menu li.languages-box {
    margin-right: 0px !important;
    background-color: #fff;
    right: 0px;
    padding: 0px 10px;
    height: 32px;
    width: 70px !important;
    min-width: 65px ;
}






.lang-curr .selected span {
    margin-left: 5px !important;
}

.lang-curr .selected span:first-child {
    margin-left: 0px;
}

ul.additional-menu li.languages-box,
ul.additional-menu li.languages-box ul li {
    text-transform: uppercase;
    font-family: 'Univers LT Std';
    font-size: 11px !important;
    font-weight: 400;
    line-height: 10px;

}

ul.additional-menu li.languages-box .arrow {
    width: 7px;
    height: 7px;
}

ul.additional-menu li.languages-box .flag {
    width: 16px;
    height: 11px;
}




footer .currency-box > div,
li.currency-box > div,
li.languages-box > div {
    margin-top: 2px;
    cursor: pointer;
}

li.languages-box svg,
li.currency-box svg,
footer .currency-box svg {
    height: 20px;
    width: 8px !important;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

li.languages-box,
li.currency-box {
    margin-right: 15px !important;
}

.languages-box li img {
    position: relative;
    margin-top: -3px;
}

footer .currency-box .woocs-style-1-dropdown-menu ,
.currency-box .woocs-style-1-dropdown-menu,
.languages-box .woocs-style-1-dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 102px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9;
    box-shadow: 0 1px 2px #ccc!important;
    border-radius: 0!important;
    max-height: 180px!important;
    top: 3.1rem;
    padding: 1px 4px;
    display: none;
    font-style: normal;
}


footer .currency-box ul li,
.currency-box ul li {
    cursor: pointer;
    margin: 4px 0px;
}

#mobile_navigator .woocs-style-1-dropdown-menu li {
    margin-top: 8px;
}

#mobile_navigator .woocs-style-1-dropdown-menu li:first-child {
    padding-top: 0px;
}

li ul.woocs-style-1-dropdown-menu {
    display: none;
}

footer .currency-box .woocs-style-1-dropdown-menu li ,
li.currency-box .woocs-style-1-dropdown-menu li,
li.languages-box .woocs-style-1-dropdown-menu li {
    padding: 5px !important;
    margin: 0px !important;
    width: 100%;
}


li.languages-box .woocs-style-1-dropdown-menu {
    padding: 0px;
    top: 2.7rem;
    width: 65px;
    margin-left: 0px;
    right: 0px;
}

li.languages-box .woocs-style-1-dropdown-menu > li:first-child {
    padding-top: 10px !important;
}

li.languages-box .woocs-style-1-dropdown-menu > li:last-child {
    padding-bottom: 10px !important;
}

li.languages-box .woocs-style-1-dropdown-menu > li {
    padding: 6px 10px!important;
}



li .woocs-style-1-dropdown-menu li {
    padding-left: 5px !important;
    font-size: 13px !important;
}

.woocs-style-1-dropdown-menu li:hover {
    background-color: #000;
    color: #fff !important;
}

footer .currency-box.active svg,
.headerTop .currency-box.active svg {
    transform: rotate(180deg);
}


#mob_menu_icon {
    padding: 13px 15px 13px 0;
    margin-right: 0px !important;
    z-index: 1;
}

#mob_menu_icon,
#nav-oper-btns li.phone-box,
#mob_menu_icon .hide-menu,
#mob_menu_icon.active .show-menu {
    display: none;
}

#mob_menu_icon.active .hide-menu {
    display: block;
    height: 18px;
    width: 18px;
}



#nav-oper-btns .phone-box {
    padding-top: 7px;
    margin-right: 0px !important;
}

#mobile-top-search {
    width: 100%;
    margin-right: -30px;
    background-color: #f5f5f5;
    margin-top: 0;
    display: none;
}

#mobile-top-search .livesearch_form{
    height: 90px;
    padding: 30px;
    background-color: #f5f5f5;
    padding-bottom: 30px;
}

#mobile-top-search .liveserarch_field {
    font-size: 16px !important;
    padding-left: 26px;
    padding-bottom: 8px;
    padding-top: 10px;
    height: 42px;
    margin-top: -12px;
    outline: none;
}
#mobile-top-search .liveserarch_field:focus {
    outline: none;
}

#mobile-top-search svg.search-icon {
    margin-top: 0px;
    filter: opacity(1);
    position: absolute;
}

#mob-nav-oper-btns {
   display: none !important;
}

/*#data_mouseover .buyLink[data-type="jewellery"]{*/
/*    margin-right: 12px !important;*/
/*}*/





@media (max-width: 1630px) {
    .footLogo img {
        width: 90%;
    }
}

@media (max-width: 1260px) {

    #data_mouseover{
        display: none;
    }

    #mob_menu_icon {
        display: block;
    }

    header.active #mob_menu_icon {
        top: -1.4rem !important;
    }



    .text-logo:not(.mob-logo) {
        margin-right: 0rem;
        margin-left: 1rem;
        margin-bottom: 3px;
    }

    .footLogo .text-logo {
        margin-left: 0;
    }

    .top-navigator-box {
        padding-left: 0px;
    }

    #desck-navigators ul#nav-oper-btns li {
        margin-bottom: 5px !important;
    }
}

@media (max-width: 991px) {
    #desck-navigators ul#nav-oper-btns li.cartLink {
        padding-left: 14px !important;
    }
}

@media (max-width: 850px) {
    .main__header {
        height: auto;
    }
    body:not(.home) #product_list {
        margin-top: 2.5rem;
    }
    body:not(.home) .category_page_content#product_list {
        margin-top: 0;
    }

    .search-result-header {
        padding-top: 4.3rem;
        margin-right: 0;
    }


    .headerTop,
    ul:not(.header) li.sell-box,
    ul:not(.header) li.currency-box {
        display: none !important;
    }

    #nav-oper-btns li.phone-box,
    #mobile-top-search,
    .headerF {
        display: block !important;
        height: auto;
    }

    .headerF {
        background-color: #fff;
    }

    .headHt {
        height: 236px;
    }

    #banner-section {
        margin-top: 5.25rem !important;
    }

    #desck-navigators {
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 7px;
    }


    #desck-navigators ul.categories-nav li:last-child,
    .top-navigator-box {
        padding-right: 0px !important;
    }

    #mob-nav-oper-btns {
        display: flex !important;
        align-items: center;
        -webkit-align-items: center;
    }
    .top-navigator-box {
        padding-left: 0;
        justify-content: space-between;
    }

}

@media (min-width: 1601px) {
    .headerMainBot .navLink ul li {
        font-size: 19px;
    }



    .top-navigator-box .trustpilot-box {
        font-size: 16px !important;
    }

    .trustpilot-box .trust-logo {
        height: 32.8px !important;
    }

    .top-navigator-box .trustpilot-box .trust-stars {
        height: 25.4443px !important;
    }
}

@media (min-width: 2481px) {
    header .headerMain {
        margin-top: -1px;
    }
}

@media (min-width: 1920px) {
    .headerMainBot .navLink .nav_link_inner ul li {
        font-size: 22px;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {

    header.active #mob_menu_icon {
        top: -0.95rem !important;
    }

    .search-result-header {
        margin-top: 0;
        padding-top: 1.4rem;
    }

    .mobHeadtop .logo {
        margin-right: 1rem !important;
        margin-left: 0px;
    }

    .logo img {
        height: 40px !important;
    }

    header.active .text-logo {
        margin-top: 0px !important;
    }
}

@media (max-width: 667px) {
    .search-result-header {
        margin-right: 1rem;
    }
}



@media (max-width: 575px) {
    .footLogo img {
        max-width: 122px !important;
    }

    .footer-top .container_wrp {
        margin-top: 1rem;
    }
}

@media (max-width: 400px) {
    #mob_menu_icon {
        top: -1.4rem !important;
    }

    header.active #mob_menu_icon {
        top: -1.6rem !important;
    }
}




/**Error modal styles**/
#common_error {
    display: none;
    top: 30%;
    width: 400px;
    margin-left: -200px;
    left: 50%;
}

#common_error .error-color {
    background-color: #fff !important;
    padding: 0px;
    width: 100%;
}

@media (max-width: 480px) {

    #common_error {
        width: 94%;
        margin-left: -47%;
    }
}

@media (max-width: 400px) {

    .woocommerce-checkout .woocommerce {
        margin-top: -0.7rem;
    }

    h4.breadcrumb {
        margin-top: 75px;
    }

    .active #mobile-top-search {
        margin-top: 0px !important;
    }

    #nav-oper-btns {
        margin-top: -1.5rem !important;
    }



    header.active #desk-top-navigator {
        padding: 0px!important;
    }

    header.active .headerMainBot .logo img {

    }




    #banner-section {
        margin-top: 5.70rem !important;
    }

    header.active .headerMain {
        padding: 15px 20px !important;
    }

    header .headerMain {
        padding: 20px!important;
    }

    .headerMainBot .logo img {

        position: relative;
    }

    .headerMainBot .navLink ul li {
        margin: 0 0 !important
    }

    .homeBnr {
        height: 136px
    }
}

@media (max-width: 330px) {
    .homeBnr {
        height: 115px
    }
}

.livesearch_form {
    background-color: #f3f4f4;
}

.livesearch_form svg.search-icon {
    margin-top: .5rem;
    filter: brightness(0.5);
}

.chat_link_id_whatsapp {
    font-size: 14px;
}

.chat_link_id_whatsapp .d-flex {
    margin-top: 2px;
}

.mini_cart_count_items {
    height: 16px;
    width: 16px;
    text-align: center;
    font-style: normal;
    background-color: #000;
    font-family: univers_45_lightregular, sans-serif;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    right: 0;
    top: -10px;
}

.mini_cart_count_items span {
    color: #fff;
    font-family: univers_45_lightregular, sans-serif;
    font-size: 12px;
    line-height: .5;
    margin-left: 0px !important;
}


#mob-nav-oper-btns .mini_cart_count_items {
    top: 0px;
    margin-top: -0.7rem;
}


@media (max-width: 850px) {
    #mob-nav-oper-btns .mini_cart_count_items {
        margin-top: -1.4rem;
        right: 0.1rem;
    }
}

.all-brands-link {
    font-family: 'Univers LT Std';
    font-size: 11px;
    line-height: 13px;
}

.all-brands-link svg{
    margin-top: -3px;
    margin-left: 2px;
    position: relative;
}


#mobile_navigator .all-brands-link {
    font-size: 11px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 13px !important;
    color: #000 !important;
    font-family: 'Univers LT Std';
}

#mobile_navigator {
    display: none;
    z-index: 90;
    width: 100%;
    padding: 20px 30px;
    position: fixed;
    height: calc(100% - 180px);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    left: 0px;
    top: 11.4rem;
}

header.active #mobile_navigator {
    top: 9rem;
}

#mobile_navigator.active {
    display: block;
}

#mobile_navigator ul {
    list-style: none;
}

#mobile_navigator .contacts {
    margin:13px 0px;
}

#mobile_navigator .chatLink_whatsapp img{
    top: 2px;
    position: relative;
    width: 22px;
}

#mobile_navigator .contacts .mailLink svg{
    width: 16px !important;
    top: -1px;
    position: relative;
}

#mobile_navigator .contacts li {
    padding: 13px 0px;
    font-size: 12px;
    display: flex !important;
    font-family: 'univers_55regular';
}


#nav_contacts .locations img {
    width: auto !important;
    max-height: 21px !important;
}

#mobile_navigator .contacts li svg,
#mobile_navigator .contacts .locations img {
    width: 21px !important;
    height: 21px !important;
}

#mobile_navigator .contacts .locations img {
    margin-right: 9px;
}



#mobile_navigator .contacts .locations .item-name {
    margin-left: -2px !important;
}

#mobile_navigator .contacts .item-name {
    padding-top: 6px;
}

#mobile_navigator .contacts .chatLink_whatsapp .item-name {
    margin-left: 6px !important;
}

#mobile_navigator .contacts .locations img {
    height: 21px !important;
    width: 23px !important;
    margin-top: 2px;
}

#mobile_navigator .woocs-style-1-dropdown-menu {
    left: 1.9rem;
    top: 4.1rem;
    padding: 7px;
}

#mobile_navigator .sell-box {
    position: relative;
    margin-left: auto;
}

@media (max-width: 500px) {

    #mobile_navigator .sell-box {
        clear: both;
    }

    #mobile_navigator .sell-box {
        width: 100% !important;
    }

    #mobile_navigator ul.header {
        display: block !important;
    }
}

#mobile_navigator li.currency-box {
    float: left;
    clear: right;
}

#mobile_navigator li.languages-box {
    position: relative;
    float: left !important;
}

#mobile_navigator li.currency-box,
#mobile_navigator li.languages-box {
    border: 1px solid #F3F4F4;
    padding: 15px 14px;
    font-family: 'Univers LT Std';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    height: 48px;
    margin-bottom: 10px;
    padding-right: 8px;
}

#mobile_navigator li.currency-box li,
#mobile_navigator li.languages-box li{
    font-family: 'Univers LT Std' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

#mobile_navigator li.currency-box .arrow,
#mobile_navigator li.languages-box .arrow {
    width: 10px;
    height: 10px;
    margin-top: 2px;
}

#mobile_navigator .menu-items {
    margin-top: 15px;
}

#mobile_navigator li.currency-box .woocs-style-1-dropdown-menu,
#mobile_navigator li.languages-box .woocs-style-1-dropdown-menu {
    border: 1px solid #F3F4F4;
    border-top: 0px !important;
    box-shadow: unset !important;
}

#mobile_navigator li.currency-box.active,
#mobile_navigator li.languages-box.active {
    border-bottom: 0px !important;
}

#mobile_navigator li.currency-box .woocs-style-1-dropdown-menu {
    position: absolute;
    top: 4rem;
    width: 7.10rem;

}

#mobile_navigator li.languages-box .woocs-style-1-dropdown-menu {
    left: 0px;
    top: 2.7rem;
    width: 6rem;
    padding-left: 4px;
}

#mobile_navigator li.languages-box .woocs-style-1-dropdown-menu > li {
    padding: 10px 10px!important;
}


#mobile_navigator .menu-items li {
    font-size: 21px;
    position: relative;
    border-top: 1px solid #E5E5E5;
}

#mobile_navigator .menu-items li:last-child {
    border-bottom: 1px solid #E5E5E5;
}

#mobile_navigator .buyLink svg{
    position: absolute;
    top: 26px;
    right: 0;
}

#mobile_navigator .buyLink a .fa,
#mobile_navigator .buyLink img {
    display: none;
}

#mobile_navigator li > svg {
    transition: transform .5s;
}

#mobile_navigator li.active > svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mobile_navigator li > .submenu {
    display: none;
    padding: 0px;
    font-family: 'univers_45_lightregular';
}

#mobile_navigator .menu-items > li > a {
    font-family: 'Univers LT Std';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    padding: 23px 0;
}
#mobile_navigator .menu-items > li.buyLink > a {
    pointer-events: none;
}
#mobile_navigator li > .submenu a {
    font-size: 12px;
    line-height: 14px;
    color: #808080;
}

#mobile_navigator li > .submenu li {
    margin-top: 5px;
}

#mobile_navigator li > .submenu li,
#mobile_navigator li > .submenu li:last-child{
    border: 0px;
    font-size: 13px;
    padding: 5px 0px;
}

#mobile_navigator li > .submenu .col-6 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

#mobile_navigator .all-brands-box {
    padding-left: 0px;
    color: #000;
    font-size: 12px !important;
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem;
}

#mobile_navigator ul li .sell-btn {
    font-family: 'univers_55regular';
    min-width: 170px !important;
    width: 100% !important;
    text-align: center;
    height: 46px;
    padding-top: 12px;
}

#mobile_navigator li.currency-box > div,
#mobile_navigator li.languages-box > div {
    font-size: 13px;
    font-family: 'univers_55regular';
    line-height: 16px;
}

#mobile_navigator .all-brands-box svg {
    float: none;
    margin-top: -3px;
    width: 8px;
    height: 6px;
}

#mobile_navigator ul.submenu .menu-items {
    display: block !important;
}

.copyrights {
    font-size: 14px;
    font-family: 'univers_45_lightregular';
}

.trust-icons > li {
    margin: auto 5px;
}

.trust-icons > li > img{
    height: 35px !important;
}

.trust-icons > li.border > img {
    border-radius: 3px;
}

.trust-icons > li.ssl img{
    padding: 5px !important;
}

@media (max-width: 1260px) {
    .tax-product_cat h4.breadcrumb,
    .breadcrumb-wrp.divSpacing {
        margin-top: 0rem !important;
    }

    #mobile_navigator {
        top: 8.9rem;
        height: calc(100% - 140px);
    }

    header.active #mobile_navigator {
        top: 8rem !important;
        height: calc(100% - 120px);
    }

    .headerMainBot .logo img {
        width: 92px;
    }
}

@media (max-width: 850px) {
    #mobile_navigator {
        top: 11rem;
        height: calc(100% - 175px);
    }
}

@media (max-width: 767px) {
    header.active #mobile_navigator {
        top: 8.9rem !important;
        padding-top: 30px;
        height: calc(100% - 100px);
        padding-bottom: 4rem;
    }


}


@media (max-width: 475px) {
    header.active #mobile_navigator {
        top: 8.5rem !important;
        height: calc(100% - 110px);
        padding-bottom: 4rem;
    }
}

@media (max-width: 420px) {

    #mobile-top-search .livesearch_form {
        padding: 30px 20px;
    }

    #mobile_navigator {
        height: calc(100% - 170px);
    }
    .ms_menu_outer .sm_trigger {
        padding: 10px 20px;
    }
    .sm_trigger span.trigger-icon {
        right: 16px;
    }
}

@media (max-width: 400px) {
    #mobile-top-search .livesearch_form {
        padding: 30px 20px;
    }

    #mobile_navigator li.currency-box {
        padding-top: 15px;
    }

    #mobile_navigator ul li .sell-btn {
        line-height: 23px;
        width: 140px;
    }
}




/********************/
.checkboxes label{
    font-size: 15px;
    color: #000;
    font-weight: normal;
    border-top: 0;
    padding-top: 3px !important;
    padding-bottom: 4px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    cursor: pointer;
}
.checkboxes label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 50%;
    margin: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #BFBFBF;
    background-color: transparent;
}
.checkboxes > div {
    margin-right: 30px;
}

/*input[type="checkbox"] + label,*/
/*input[type="checkbox"] + label,*/
/*input[type="radio"] + label,*/
/*input[type="radio"] + label {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    padding-left: 21px;*/
/*    line-height: 21px;*/
/*    cursor: pointer;*/
/*}*/

/*input[type="checkbox"] + label:before,*/
/*input[type="checkbox"] + label:before,*/
/*input[type="radio"] + label:before,*/
/*input[type="radio"] + label:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 50%;*/
/*    margin-top: -7px;*/
/*}*/

/*input[type="checkbox"]:checked + label:after,*/
/*input[type="checkbox"]:not(:checked) + label:after,*/
/*input[type="radio"]:checked + label:after,*/
/*input[type="radio"]:not(:checked) + label:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    -webkit-transition: all 0.2s ease;*/
/*    -moz-transition: all 0.2s ease;*/
/*    -o-transition: all 0.2s ease;*/
/*    transition: all 0.2s ease;*/
/*}*/

/*input[type="checkbox"]:checked + label:after,*/
/*input[type="checkbox"]:not(:checked) + label:after,*/

/*input[type="radio"]:checked + label:after,*/
/*input[type="radio"]:not(:checked) + label:after {*/
/*    left: 2px;*/
/*    top: 50%;*/
/*    margin-top: -6px;*/
/*    width: 8px;*/
/*    height: 5px;*/
/*    border-radius: 0px;*/
/*    border-left: 2px solid #fff;*/
/*    border-bottom: 2px solid #fff;*/
/*    -webkit-transform: rotate(-45deg);*/
/*    -moz-transform: rotate(-45deg);*/
/*    -o-transform: rotate(-45deg);*/
/*    -ms-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
/*}*/
.checkboxes.small label {
    padding-left: 22px;
}
.checkboxes.small label:before {
    width: 12px;
    height: 12px;
    top: 2px!important;
}
.checkboxes.small input[type="checkbox"]:checked + label:after,
.checkboxes.small input[type="checkbox"]:not(:checked) + label:after {
    left: 0.16rem;
    top: 4px;
    width: 7px;
    height: 4px;
}
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
    background-color: #000;
    border-color: #000;
}

/* checkboxes custom */
input[type='checkbox'],
input[type='radio'] {
    display: none;
}

.checkboxes > div {
    margin-right: 30px;
    line-height: 1;
}
.operations .checkboxes > div {
    line-height: 1;
}

.page-template-page-sell .cmnInner h2{
    margin-top: 1.5rem;
}

.sell-wrp .tab-pane {
    padding-top: 0.35rem;
}


/**Forms style**/
.form-control.error {
    display: block;
}

.form-group label.error {
    line-height: 11px;
    display: none;
    position: relative;
    border: 0px !important;
}

form .field-box:hover label,
form .field-box:hover .form-control{
    border-color: black;
    cursor: pointer;
}

form .field-box.active label {
    background-color: #000;
    color: #fff !important;
}

form .field-box.active input,
form .field-box.active label {
    border-color: #000 !important;
}

form button[type='submit']:hover{
    background-color: #F3F4F4;
    color: black;
}

span.required,
label.required::after {
    color: #F9523B;
}

label.required::after {
    content: '*';
}

form .intl-tel-input {
    height: 3rem;
    display: block;
}

.woocommerce-form .form-control {
    font-size: 14px !important;
    padding: 16px 10px;
    height: 48px;
}


/*.woocommerce-form label,*/
.forgot_password_link a {
    font-size: 12px;
    font-family: 'univers_65_boldregular', sans-serif;
}

.woocommerce-form .form-group:not(.borderless) label,
.woocommerce-form .form-control {
    border: 1px solid #BFBFBF;
    border-radius: 0px;
    font-family: 'Univers LT Std', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #000;
}

.woocommerce-form label {
    padding: 7px 10px;
    border-bottom: 0px !important;
}
.form-group.field-box label {
    color: #000;
    font-family: univers_55regular, sans-serif;
    font-size: 12px!important;
}
.woocommerce-form select.form-control {
    padding: 14px 10px;
}
.woocommerce-form select.form-control {
    width: 100%!important;
}
.woocommerce form .form-row .select2-container,
.woocommerce-form.profile-form .select2-container {
    width: 100%!important;
    height: 48px;
}

.check_page_fields .ip_box2 label {
    display: inline-block!important;
    width: auto;
    font-size: 12px!important;
    margin-bottom: 0;
}
.field-box span.req_label {
    color: red;
}
.check_page_fields .ip_box2.validate-required .field-box.active label:after {
    background-color: black;
}
.check_page_fields .ip_box2 .form-control {
    background-color: #fff;
    font-size: 14px!important;
}
.check_page_fields .select2-container.select2-container--open {
    min-width: 100%!important;
}
.check_page_fields .select2-selection {
    height: calc(1.5em + 0.75rem + 11px) !important;
    border: 1px solid #BFBFBF !important;
    background: #fff !important;
    font-family: univers_45_lightregular;
    border-radius: 0 !important;
    max-width: 100%;
}
.check_page_fields .select2-selection:hover {
    border: 1px solid #000 !important;
}
.check_page_fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    position: relative;
    height: inherit;
    line-height: 48px !important;
    font-size: 14px!important;
}

.mini-cart-sidebar {
    margin-bottom: 58px;
    position: relative;
}
.mini-cart-sidebar .mini_cart_item {
    display: grid;
    grid-template-columns: 135px 1fr;
    grid-gap: 20px;
    margin-bottom: 25px;
}
.mini_cart_item .product_thumbnail {
    min-height: 144px;
}
.mini_cart_item .product_link {
    font-family: "Univers LT Std", sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
}
.cart-link {
    position: absolute;
    bottom: 0;
    left: 155px;
    font-size: 11px;
    font-family: "Univers LT Std", sans-serif;
    text-transform: uppercase;
}
.subform_desc {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    padding-top: 4px;
    padding-bottom: 31px;

}
.validate_button {
    width: 100%;
    height: 39px;
    background-color: #000;
    color: #fff;
    display: flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Univers LT Std", sans-serif;
    font-size: 14px;
    margin-top: 30px;
}
.validate_button:hover {
    color: #000;
    background-color: #F3F4F4;
}
.payment_method_outer {
    padding: 25px 60px;
    min-height: 97px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    font-family:"Univers LT Std", sans-serif;
    font-weight: 400;
    position: relative;
    color: #000;
    font-size: 21px;
    text-transform: none;
    background: #E5E5E5;
    margin-top: 20px;
}

.payment_method_outer.active {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    background-color: #fff;
}
/*.payment_method_outer.active .payment-title {*/
/*    margin-bottom: 45px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/
.payment-title .required {
    display: none;
    font-family: univers_45_lightregular, sans-serif;
    position: absolute;
    top: 28px;
    right: 60px;
}
.payment_method_outer.active .payment-title .required {
    display: block;
}

.payment-body .payments_method_grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 25px;
}
/*.payment-body .payments_method_grid > div {*/
/*    position: relative;*/
/*    background-color: #fff;*/
/*    min-height: 124px;*/
/*    flex: 0 1 124px;*/
/*    margin: 5px;*/
/*}*/
/*.payments_method_grid > div input.payment_radio ~ label {*/
/*    padding: 10px;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    display: -webkit-flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    -webkit-flex-direction: column;*/
/*    -webkit-align-items: center;*/
/*    justify-content: center;*/
/*    -webkit-justify-content: center;*/
/*    border: 1px solid #E5E5E5;*/
/*}*/
.payments_method_grid > div input.payment_radio:checked ~ label {
    border: 1px solid #00B67A;
}
.payments_method_grid > div input[type="radio"] ~ label:after, .payments_method_grid > div input[type="radio"] ~ label:before {
    content: none;
}

.payments_method_grid > div .pay_title {
    flex: 0 0 40%;
    font-size: 15px;
    font-weight: normal;
    font-family: univers_45_lightregular, sans-serif;
    text-transform: none;
}
.payments_method_grid > div input.payment_radio:checked ~ label .pay_title {
    color: #00B67A;
    font-family: "Univers LT Std", sans-serif;
}
.payments_method_grid > div .pay_icon {
    flex-grow: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 5px;
}
/*ul.wc_payment_methods.payment_methods li, ul.wc_payment_methods.payment_methods li > label {*/
/*    display:  none;*/
/*}*/
/*ul.wc_payment_methods.payment_methods li > input[name='payment_method'] {*/
/*    display: none!important;*/
/*}*/
/*ul.wc_payment_methods.payment_methods li.active {*/
/*    display: block;*/
/*}*/
/********/


/**Contacs side box***/
aside.contacts-box_outer {
    width: 405px;
    max-width: 405px;
    flex: 0 0 405px;
    background-color: #FFF;
    margin-top: 2px;
}
aside .contacts-box {
    padding: 46px 50px;
    margin-top: 5px;
    background-color: #fff;
}

aside .contacts-box .h2,
aside .contacts-box h2, aside.page_wrp_sidebar h2 {
    font-size: 22px !important;
    font-family: 'univers_55regular' !important;
    margin-bottom: .7rem !important;
}

aside.page_wrp_sidebar .mob_subscribe h2 {
    font-family: univers_65_boldregular, sans-serif !important;
    font-size: 21px!important;
}

aside .contacts-box ul li, aside.page_wrp_sidebar ul li{
    font-size: 15px;
    border-bottom: 2px solid #F3F4F4;
    padding:17px 0px;
}

aside .contacts-box ul li:last-child , aside.page_wrp_sidebar ul li:last-child {
    padding-bottom: 8px;
}

aside .contacts-box .contacts,
aside .contacts-box .hint, aside.page_wrp_sidebar .contacts, aside.page_wrp_sidebar .hint   {
    font-size: 14px;
}

aside .contacts-box .contacts .item, aside.page_wrp_sidebar .contacts .item {
    margin-top: 15px;
}
aside.page_wrp_sidebar .sidebar_widget {
    padding-bottom: 32px;
    border-bottom: 2px solid #F3F4F4;
    margin-bottom: 30px;
}

.sidebar_widget .sidebar_desc {
    font-size: 15px;
    line-height: 21px;
    color: #808080;
    margin-bottom: 8px;
}

/* Checkout sidebar info */
.checkout-payment-methods-logos-container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.checkout-payment-methods-logos-container  .checkout-payment-method-logo {
    display: flex;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    padding: 8px 5px;
    height: 40px;
    margin: 5px 4px;
}

.checkout-payment-method-logo.visa {
    max-width: 85px;
}

/*.checkout-payment-methods-logo .paypal{*/
/*    max-width: 90px;*/
/*}*/
.checkout-payment-method-logo.splitit {
    max-width: 100px;
}

/* checkout sidebar methods info */
.checkout-payment-method-info-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.checkout-payment-method-info {
    display: flex;
    align-items: center;
}
.checkout-payment-method-info-img {
    margin-right: 10px;
}
.checkout-payment-method-info-text {
    font-size: .7rem;
    color: #65AA71;
    text-transform: uppercase;
}
.checkout.checkout-payment-method-info {
    margin-right: 1.6rem;
}

/* checkout sidebar contacts info */
h3.checkout-sidebar-help-contacts-title {
    font-size: 1.30rem;
    font-family: 'Univers-Light-Normal';
}


.mob_subscribe {
    display: none;
}
footer .client-support {
    margin-top: 2px;
    font-size: 12px;
    font-family: 'univers_65_boldregular';
    text-transform: uppercase;
    width: 150px;
    margin-left: 10px;
}

footer .client-support div{
    padding-top: 1px;
}

footer .client-support img {
    height: 40px;
    margin-right: .5rem;
    margin-bottom: .3rem;
    position: relative;
}
.list-unstyled.checklist.address-field li.checkboxes label {
    padding-left: 20px!important;
    font-family: univers_45_lightregular, sans-serif;
    font-size: 15px!important;
}
.list-unstyled.checklist.address-field li.checkboxes label:before {
    content: none;
}
@media (min-width: 1541px) and (max-width: 3100px) {
    .products.recommended .load-more-products {
        max-width: 20% !important;
        flex: 0 0 20% !important;
    }
}


@media (min-width: 3101px) and (max-width: 3800px) {
    .products.recommended .load-more-products {
        flex: 0 0 16.66677% !important;
    }
}


@media (min-width: 3801px) {
    .products.recommended .load-more-products {
        flex: 0 0 12.5% !important;
    }
}

.form-field.active > label:not(.error) {
    background-color: #000 !important;
    color: #fff !important;
}

.btn.btn-secondary {
    height: 40px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    font-size: 13px;
    font-family: 'univers_55regular';
    padding-top: 9px;
    transition: all 2s;
}

.btn.btn-secondary:hover {
    background-color: #ebe9eb;
    color: #000;
}
.exchange-thankyou .oper .btn.btn-secondary:active,
.exchange-thankyou .oper .btn-secondary:not(:disabled):not(.disabled).active:focus,
.exchange-thankyou .oper .btn-secondary:not(:disabled):not(.disabled):active:focus {
    outline: none;
    box-shadow: none;
}


#nav_contacts li li svg,
#nav_contacts li img {
    width: 21px !important;
    height: auto !important;
}


@media (max-width: 990px) {
    #nav_contacts li{
        margin-right: 30px;
    }
    #nav_contacts li {
        margin-right: 17px;
    }

    #nav_contacts .locations {
        margin-right: 2px;
    }
}


#nav_contacts > li .item-name{
    margin-top: 3px;
}

.headerMainTop #nav_contacts > li .item-name:hover {
    font-weight: bold;
}

.currency-box li {
    margin-right: 0px !important;
    padding: 5px;
}


.currency-box .woocs-style-1-dropdown-menu,
.languages-box .woocs-style-1-dropdown-menu {
    padding: 0px;
}

.languages-box .arrow,
#mobile_navigator li.currency-box .arrow {
    transition: transform .1s;
    transform: rotate(0deg);
}

#mobile_navigator li.currency-box .arrow {
    margin-top: -2px;
}

.languages-box.active .arrow,
#mobile_navigator li.currency-box.active .arrow {
    transform: rotate(-180deg);
}


/**
* Product box
*/
.products .product {
    background-color: #fcf8f5;
    padding: 0 10px;
    text-align: center !important;
    margin: 0 0 20px !important;
}

.products .product > .productBox {
    padding: 20px 0;
    background-color: #fff;
    border: 1px solid #E5E5E5;
}
.category_page_content .products .product .productBox {
    border: 0 none;
}
.products .product figure {
    padding: 0;
}
.category_page_content .products .product figure a,
.products .product figure a {
    position: relative;
    display:  flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.category_page_content .products .product figure .product-name a,
.products .product figure .product-name a {
    display: block;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.category_page_content .products .product figure > a, .products .product figure > a {
    margin-bottom: 27px;
}


.products .product .image {
    height: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 252px;
}

.products .product .image:before {
    content: '';
    display: block;
    position: relative;
    left: 0;
    top: 0;
    padding-top: 100%;
}

.products .product .image img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: center;
}

.product-images-box .image-switcher,
.product .image-switcher {
    overflow-x: hidden;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    cursor: pointer;
    z-index: 1;
}
.product .image-switcher {
    left: 0;
    right: 0;
}
.product-images-box .image-switcher .oper,
.product .image-switcher .oper {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    background-size: auto;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    background-color: #F3F4F4;
}

.product-images-box .image-switcher .next,
.product .image-switcher .next {
    background-image: url(../images/product-box/next-img.png);
    float: right;
    margin-right: -40px;
    -webkit-transition: margin-right 0.3s;
    transition: margin-right 0.3s;
}

.product-images-box:hover .image-switcher .next,
.product:hover .image-switcher .next {
    margin-right: 0px;
}


.product-images-box .image-switcher .prev,
.product .image-switcher .prev {
    background-image: url(../images/product-box/prev-img.png);
    float: left;
    margin-left: -40px;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}

.product-images-box:hover .image-switcher .prev,
.product:hover .image-switcher .prev {
    margin-left: 0px;
}

.product .image img  {
    position: relative;
}

.product .image img:nth-child(n + 2) {
    display: none;
}

.products .product figure > figcaption {
    border-top: 1px solid #E5E5E5;
    padding: 0 20px;
    width: 100%;
}

.products .product figure > figcaption > .card_product_title {
    display: block;
    padding: 20px 0 0;
    text-align: left;
    width: 100%;
}

.products .product figcaption .product_card_data {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    min-height: 17px;
    padding-top: 22px;
}

.products .product .product-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.products .product .product-name a {
    display: block;
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-family: "Univers LT Std", sans-serif !important;
    height: auto;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}

.product figcaption .product_card_data >div {
    font-size: 12px;
    text-transform: uppercase;
    color: #BFBFBF;
    text-align: right;
}
.product_card_data >div.date_col {
    width: 30px;
    flex: 0 0 30px;
}


.product_card_data >div.ref_col {
    flex: 0 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    max-width: calc(100% - 40px);
    min-width: 108px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    width: 100%;
}


.product_card_data >div.ref_col a{
    display: unset !important;
}

.products .product .price{
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 25px;
    font-family: 'Univers LT Std', sans-serif;
    color: #000;
    margin-top: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products .product .buy-btn,
.cart__widget .checkout-btn {
    font-size: 14px !important;
    height: 44px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: 'Univers-LT-Std-55-Roman';
    font-weight: 400;
    background-color: #000 !important;
    color: #fff !important;
    margin-top: 20px !important;
    width: 100%;
    padding: 5px;
	cursor: pointer;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.products .product .buy-btn {
    background-color: #fff !important;
    border: 1px solid #E5E5E5;
    color: #000 !important;
}

.products .product .buy-btn:hover,
.cart__widget .checkout-btn:hover {
    background-color: #F3F4F4 !important;
    border-color: #F3F4F4 !important;
    color: #000 !important;
}

.products .product .btn-icon {
    height: 16px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat no-repeat !important;
    padding: 0px 8px;
    margin-right: 10px;
    top: -3px;
    position: relative;
    width: 16px;
}

.product .btn-icon.view-icon {
    background-image: url(../images/request-active.svg);
}

.product .btn-icon.cart-icon {
    background-image: url(../images/cart-icon-active.svg);
}

.product .btn-icon.request-icon {
    background-image: url(../images/request-active.svg);
    top: -1px;
}

.product.disabled {
    opacity: 0.5;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.product .disabled-button {
    font-size: 14px !important;
    font-weight: 700;
    padding: 33px 0px 9px 0px;
}

.product-list-operations .sort-box {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-gap: 10px;
}
.sort-box > span.sort_title {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Univers LT Std", sans-serif;
    white-space: nowrap;
    color: #000;
}

.product-list-header .product-list-operations .select2-container {
    width: 230px !important;
}
.product-list-operations .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: none;
}
#product_list .product-list-operations .select2-selection {
    height: 48px!important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border: 0 none!important;
    background-color: #fff!important;
}
.product-list-operations .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Univers LT Std";
    font-size: 14px!important;
    text-transform: none;
}
.product-list-operations .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.product-list-operations .select2-container--default .select2-selection--single .select2-selection__arrow:after,
#livesearch .select2-container .select2-selection--single .select2-selection__arrow:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s ease-in-out 0s;
}
.product-list-operations .select2-container--open .select2-selection--single .select2-selection__arrow:after,
#livesearch .select2-container--open .select2-selection--single .select2-selection__arrow:after {
    transform: translate(-50%, -50%) rotate(180deg);
}
.products .productBox {
    position: relative;
}
body:not(.home) .products {
    padding-top: 20px;
}
body .products.livesearch_results {
    padding-top: 0;
}

body:not(.home) .page_wrp_content .products {
    display: flex;
    margin-left: -10px!important;
    margin-right: -10px!important;
}
body:not(.home) .category_page_content {
    width: 100%!important;
}
body:not(.home) .category_page_content .products,
body.tax-product_taxonomy .products {
    display: flex;
    margin-left: -10px!important;
    margin-right: -10px!important;
}

.homeContent.results .products .product,
body:not(.home) .page_wrp_content .products .product,
body:not(.home) .category_page_content .products .product,
body.tax-product_taxonomy .products .product {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    background-color: transparent;
    margin: 0 0 20px;
}

body .search_results_livesearch .livesearch_results.products,
body.tax-product_taxonomy .products,
.livesearch_results .search-random-products .row.products.recommended {
   margin-left: -10px;
    margin-right: -10px;
}
.livesearch_results .search-random-products .row.products.recommended {
    padding: 60px 0 0;
}

#found_product_box,
.search_results_livesearch .livesearch_results.products > div.more-found-products,
.search_results_livesearch .livesearch_results.products > footer {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.search_results_livesearch .livesearch_results.products .product,
body.tax-product_taxonomy .products .product {
    width: 25%;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
    margin: 0 0 20px!important;
}
body.tax-product_taxonomy .products .product {
    padding-bottom: 9px;
}

.livesearch_results.products .product figure a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.livesearch_results.products .product figure .product-name a {
    display: block !important;
}


#product_list,
.catalog-pagination {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.catalog-pagination.search-result-pagination {
    max-width: none;
    padding: 0 10px;
}

@media (min-width: 1024px) {
    body.tax-product_taxonomy .products .product {
        flex: 0 0 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    body.tax-product_taxonomy .products .product {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    body.tax-product_taxonomy .products .product {
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%;
    }
}

@media (min-width: 1900px) {
    .homeContent.results .products .product,
    body:not(.home) .page_wrp_content .products .product,
    body:not(.home) .category_page_content .products .product,
    body.tax-product_taxonomy .products .product {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


@media (min-width: 2000px) {
    .homeContent.results .products .product,
    body:not(.home) .page_wrp_content .products .product,
    body:not(.home) .category_page_content .products .product,
    body.tax-product_taxonomy .products .product {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
 

@media (max-width: 1450px) {
    .homeContent.results .products .product,
    body:not(.home) .page_wrp_content .products .product,
    body:not(.home) .category_page_content .products .product,
    .tax-product_taxonomy .products .product {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


 /* Available payments block */

.available-paymens {
    padding: 40px 75px;
}
.payments-box h4 {
    font-size: 11px;
    line-height: 13px;
    font-family: 'Univers-LT-Std-55-Roman', sans-serif;
    margin-bottom: 20px;
}

.payments-box .logos div:not(.logo-box) {
    margin: 0px 15px;
}
.futures {
    padding-bottom: 20px;
}
.futures .futures_inner {
    max-width: 1070px;
    width: 100%;
    flex: 0 0 auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 48px;
    border-bottom: 2px solid #F3F4F4;
}
.futures .item {
    font-size: 21px;
    font-family: 'univers_45_lightregular';
    line-height: 24px;
    font-weight: 400;
    padding: 0;
}

.futures .item div {
    margin-top: 14px;
    max-width: 100%;
    color: #000;
}
.available-paymens .payments-box {
    padding-top: 19px;
}
.available-paymens hr,
.about .description hr{
    background-color: #F3F4F4 !important;
    height: 2px !important;
    margin-bottom: 38px;
    border: 0px;
}

/**
* Footer bottom box
*/
.footer-top {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

.footer-top .container_wrp {
    padding: 0px 50px;
}

.bottom-footer {
    background-color: #F3F4F4;
    padding: 35px 80px 40px;
    font-family: 'univers_45_lightregular';
    position: relative;
    font-size: 14px;
}
.bottom-footer:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 30px;
    right: -19px;
    top: 0;
    background-color: #F3F4F4;
    z-index: 2;
}
.bottom-footer:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 30px;
    left: -25px;
    top: 0;
    background-color: #F3F4F4;

}
.bottom-footer.fixed-box {
    margin-top: 15rem;
}

.bottom-footer .copyrigh {
    font-size: 12px;
    font-family: 'univers_45_lightregular';
    /*line-height: 21px;*/
    /*font-weight: 400;*/
}

.bottom-footer .ssl {
    color: #F9523B !important;
}

.bottom-footer .checkout {
    color: #65AA71 !important;
}

.bottom-footer .logos div:not(.logo-box) {
    margin-right: 18px;
}

.bottom-footer img {
    margin-right: 10px;
    max-height: 40px;
}

.bottom-footer .wire img {
    filter: contrast(0.1);
}

.bottom-footer .checkout div,
.bottom-footer .ssl div {
    padding-top: 10px;
}

footer {
    border-top: 2px solid #E5E5E5;
}


#nav_contacts > li.chatLink_whatsapp .item-name {
    color: #01C967;
}

.btn.btn-default {
    background-color: transparent;
    font-family: 'univers_55regular';
    border: 1px solid #bfbfbf;
    color: #808080;
    border-radius: 0px;
}

.btn.btn-default:hover {
    color: #000;
    background: #F3F4F4;
    border-color: #F3F4F4;
}
.contacts-box ul.steps {
    margin-bottom: 38px;
}

@media (max-width: 1360px) {
    /*body:not(.home) .page_wrp_content .products {*/
    /*    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));*/
    /*    padding-left: 0;*/
    /*}*/
}

/** Footer bottom**/
@media (max-width: 1100px) {
    .bottom-footer {
        display: block !important;
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
    }

    .bottom-footer .copyrigh,
    .bottom-footer .logos {
        width: 100% !important;
        justify-content: center;
    }

    .bottom-footer .logos div:last-child {
        margin-right: 0px;
    }
}


@media (max-width: 850px) {
    .bottom-footer .logos {
        display: block !important;
    }

    .bottom-footer .logos .logo-box {
        width: 100%;
        justify-content: center;
        margin-bottom: 26px;
    }

    /*.bottom-footer .copyrigh {*/
    /*    padding-top: 10px;*/
    /*}*/
    .futures {
        flex-wrap: wrap;
    }

    .futures .item {
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 40px;
    }
    .futures .item > div {
        max-width: 100%;
    }

    .available-paymens {
        padding: 0px 20px 30px 20px;
    }
}
@media (max-width: 767px) and (min-width: 300px) {
    #livesearch {
        margin-top: 2.4rem !important;
        border-top: 1px solid #e8e8e8;
    }
    .close_search {
        padding: 6px 10px;
    }
}

@media (max-width: 767px) {
    .available-paymens {
        padding-bottom: 10px;
    }
    .payments-box .logos {
        display: block !important;
    }

    .payments-box .logos .logo-box {
        width: 100%;
        justify-content: center;
        margin-bottom: 26px;
    }
}
@media (max-width: 580px) {
    .futures .item {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-top: 35px;
        padding: 0!important;
    }

    .futures .item div {
        margin-top: 10px;
    }

    .product figcaption .product_card_data >div {
        text-align: center;
    }
}
@media (max-width: 414px) {
    .container_page_wrp .page_wrp_content {
        padding: 20px 15px;
    }
    .emptyCartBox {
        padding: 50px 25px 45px;
    }
    .container_page_wrp .page_wrp_sidebar {
        padding: 46px 20px;
    }
}
@media (max-width: 410px) {
    .bottom-footer .logos div:not(.logo-box),
    .bottom-footer img {
        margin-right: 5px;
    }

    /*.bottom-footer .logos .logo-box:first-child div {*/
    /*    margin-right: 10px;*/
    /*}*/

    /*.bottom-footer .logos .logo-box div {*/
    /*    margin-right: 0px;*/
    /*}*/
}

@media (max-width: 1100px) {
    .footer-top .container_wrp {
        padding: 0px !important;
    }

    .footer-top {
        padding: 40px 0px !important;
    }
}

.footer-top h3 .show {
    float: right;
    display: none;
    transition: transform .5s;
}

.container_wrp .open .show {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .footer-top .row {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: auto;
        grid-gap: 5px;
    }
    .footer-top .container_wrp {
        padding: 0 15px!important;
    }
    .footer-top .row > div {
        width: 100%;
        max-width: 100%;
        padding: 0!important;
    }
}
@media (max-width: 991px) {

    li.accountLink .dropdown-menu .dropdown-item {
        border-bottom: 0 none;
    }
    .ms_menu_outer .sm_trigger {
        display: flex;
        display: -webkit-flex;
    }
    .signBox h2.hide_mobile {
        display:  none;
    }
    .myAccount .user-menu-box {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0 20px;
    }
    .user-menu-box .signBox {
        padding-top: 0!important;
    }
    .ms_menu_outer {
        position: relative;
    }
    .ms_menu_outer > ul.nav {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #fff;
        flex-wrap: nowrap;
        padding: 20px 30px 0;
        width: 100%;
        z-index: 10;
    }
    .ms_menu_outer > ul.nav:before {
        content: '';
        position: absolute;
        left: 30px;
        top: 0;
        right:  30px;
        height: 1px;
        background-color:  #BFBFBF;
    }
    .ms_menu_outer > ul.nav li {
        margin-bottom: 10px!important;
    }
}
@media (max-width: 850px) {
    .myAccount .user-menu-box {
        margin: 0 0 10px;
    }
    #desk-top-navigator #mob-nav-oper-btns li:nth-of-type(2) {
        margin-left: 13px!important;
    }
    #desk-top-navigator #mob-nav-oper-btns li:nth-of-type(3) {
        margin-left: 16px!important;
    }
}


@media (max-width: 767px) {
    .footer-top {
        padding-bottom: 24px !important;
    }

    .footer-top ul,
    .footer-top h3:after,
    .footer-top .socialList h3 {
        display: none
    }

    .footLogo {
        text-align: left;
        margin-bottom: 50px !important;
    }

    .footer-top .logo {
        margin-left: 0px;
    }

    .footer-top .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .footer-top .col-sm-4:not(.logo-col) {
        border-top: 1px solid #E5E5E5;

    }

    .footLogo .logo img {
        width: 100%;
        height: auto !important;
    }

    .footer-top .container_wrp {
        padding: 0px 20px !important;
    }

    .footer-top h3 {
        padding: 20px 0px;
        margin-bottom: 0px;
        line-height: 12px;
        text-transform: uppercase;
    }

    .footer-top .social-list,
    .footer-top h3 .show {
        display: block;
    }

    .footer-top .socialList {
        padding-top: 30px;
    }

    .footer-top .socialList li {
        margin-right: 30px;
        margin-bottom: 0px;
    }

    .container_wrp ul {
        padding-bottom: 15px;
        padding-left: 10px;
    }
    .container_wrp #desk-top-navigator #mob-nav-oper-btns {
        padding: 0;
    }
    #desk-top-navigator #mob-nav-oper-btns li:nth-of-type(2) {
        margin-left: 13px!important;
        padding-right: 8px !important;
    }
    #desk-top-navigator #mob-nav-oper-btns li:nth-of-type(3) {
        margin-left: 16px!important;
    }

    .text-logo:not(.mob-logo) {
        margin-bottom: 2px;
    }
}


@media (max-width: 667px) {

    #livesearch .thankyou-wrp {
        padding: 0 20px;
    }

    #livesearch {
        width: 100%;
        padding: 72px 10px;
    }

    .livesearch_sorting {
        top: -25px;
        left: 8px;
    }
}


@media (max-width: 575px) {

    .footer-top {
        padding-top: 20px !important;
    }

    .footLogo {
        margin-bottom: 60px !important;
    }
}


.callLink .dropdown-menu {
    font-style: normal;
}


.trust-images .stars {
    width: auto;
}

.trust-images .stars div{
    background-color: #00B67A;
    height: 15px;
    width: 15px;
    margin: 1px;
    background-image: url(../images/home-page/star.svg);
    background-position: center 0.076rem;
    background-size: 0.75rem;
    background-repeat: no-repeat;
}

/**Trust reviews section**/
.bg-grey {
    background-color: #fcf8f5;
}

.trust-reviews {
    padding: 60px 0px;
}


.home-trustpilot {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    font-family: 'univers_45_lightregular';
    position: relative;
    height: 0px;
    bottom: 5rem;
}

.home-trustpilot div:first-child {
    font-weight: normal;
    font-family: 'Univers LT Std';
}

.home-trustpilot .stars,
.home-trustpilot .trust-logo {
    top: -2px;
    position: relative;
}

.home-trustpilot .trust-logo {
    top: -4px;
}

.reviews-list {
    margin-top: 40px;
}

.reviews-list .review {
    padding: 20px;
    text-align: left;
    margin: auto 10px;
    background-color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-family: 'univers_45_lightregular';
}


.reviews-list .review .user {
    font-weight: bold;
}

.review .thumb img {
    height: 30px;
    border-radius: 50px;
}

.review .thumb .text{
    font-size: 16px;
    font-family: 'univers_55regular';
    font-weight: bold;
    text-align: center;
    background-color: #DEBB9C;
    height: 30px;
    width: 30px;
    padding: 4px 4px;
    border-radius: 50%;
}

.reviews-list .review:nth-child(2) .thumb .text{
    background-color: #b7b6ba;
}

.reviews-list .review:last-child .thumb .text{
    background-color: #71d7b5;
}


.reviews-list .review .trust-images img {
    height: 16px;
}

.review .desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 66px;
}

.review .thumb {
    padding-top: 2.5rem;
}


#trust_reviews.owl-carousel .owl-item img {
    display: initial;
    width: auto;
}

#trust_reviews.owl-carousel .owl-item {
    margin-left: 2.5px;
    margin-right: 2.5px;
}

#trust_reviews.owl-carousel .owl-stage{
    justify-content: center;
    display: flex;
}


#trust_reviews.owl-carousel .owl-dots .owl-dot:not(.active) span {
    background: none repeat scroll 0 0 #E5E5E5;
}

#trust_reviews.owl-carousel .owl-dots {
    justify-content: center;
    margin-top: -20px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
#trust_reviews.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #DEBB9C;
}
#trust_reviews .owl-item .col-3 {
    margin: 0px;
}

#trust_reviews.owl-carousel .owl-nav {
    margin-top: 25px;
    width: 100%;
    padding: 0px 25px;
    display: flex;
    left: 0px;
}

#trust_reviews.owl-carousel .owl-nav .owl-next {
    position: relative;
    margin-left: auto;
}

@media (max-width: 990px) {
    .reviews-list {
        width: 100% !important;
        padding: 0px 20px;
    }


    #trust_reviews .owl-item .col-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}


.owl-wrapper {
    transition-duration: 2s !important;
}

/**Registration form section**/
section.register {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    min-height: 155px;
    padding: 25px 80px;
}


section.register .h2,
section.register h3 {
    padding-top: 8px;
}


.post-type-archive-product section.register,
.tax-product_cat section.register {
    margin-top: 0;
    border-top: 2px solid #F3F4F4;
}

section.register h2,
section.register .h2 {
    font-family: Univers-LT-Std-65-Bold, sans-serif;
}

section.register .woocommerce-form {
    position: relative;
}
section.register .register-form-parent {
    width: 100%;
    max-width: 519px;
}
.register-form-parent .form-group {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.register-form-parent .form-group .field-box {
    flex-grow: 1;
    -webkit-flex-grow: 1;
}
.register label,
.register .form-control {
    border-color: #BFBFBF !important;
}
.register-form-parent label {
    font-family: "Univers LT Std", sans-serif;
    font-size: 12px;
    color: #000;
}
.register .form-control {
    width: 100%;
    height: 47px !important;
    box-sizing: border-box;
}

.register button {
    width: 150px;
    margin-top: 1.8rem;
    height: 47px !important;
}

.category_banner {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 20px 29px;
    margin-top: 27px;
}

@media (max-width: 850px) {
    .category_banner {
        margin-top: 7px;
    }
}

@media (min-width: 1401px) {
    .category_banner {
        margin-top: 3px;
    }
}

.category_banner img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    object-position: center;

}
.category_banner img.mob-image {
    display: none;
}
.category_banner .title_block {
    z-index: 2;
    color: #fff;
}

.category_banner h1,
.category_banner h2 {
    font-family: "Univers LT Std", sans-serif;
    font-size: 41px;
    line-height: 49px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
}

.category_banner .title_block .banner_description {
    font-family: "Univers LT Std", sans-serif;
    font-size: 15px;
    line-height: 21px;
    width: 100%;
    max-width: 400px;
}

@media (min-width: 1921px) {
    .productList {
        width: 100%;
    }

    section.register,
    footer .logos,
    .footer-top,
    #trust_reviews {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 1415px) {
    aside.contacts-box_outer  {
        flex: 0 0 330px;
        width: 330px;
        max-width: 330px;
    }
}
@media (max-width: 1415px) {
    aside .contacts-box {
        padding: 46px 30px;
    }
}
@media (max-width: 1220px) {
    section.register {
        padding-left: 35px;
        padding-right: 35px;
    }
    section.register .woocommerce-form {
        position: relative;
    }

    section.register .woocommerce-form .form-group {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    section.register .woocommerce-form label {
        float: left;
    }

    section.register h2,
    section.register .h2 {
        font-size: 22px;
    }
}
@media (max-width: 1230px) {
    .container_page_wrp .page_wrp_sidebar {
        flex: 0 0 350px;
        max-width: 350px;
        background-color: #fff;
        margin-top: 2px;
        padding: 46px 20px;
    }
}
@media screen and (max-width: 1180px) {
    body:not(.page-template-about_watch):not(.woocommerce-account):not(.page-template-sell_page):not(.page-template-sell_exchange_page) aside.contacts-box_outer {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 20px;
        margin-top: 0;
        background-color: #F3F4F4;
    }

    aside.contacts-box_outer .contacts-box {
        margin-top: 0;
    }
    #sell-exchange-page .form-box {
        padding: 20px;
    }
    .form-box .offer-switcher {
        padding: 47px 20px;
    }
    .bottom-footer .logos div:not(.logo-box) {
        margin-right: 10px;
    }
}
@media screen and (max-width: 1100px) {
    .bottom-footer .logos {
        flex-wrap: wrap;
    }
    .bottom-footer .logos div:not(.logo-box) {
        margin-right: 25px;
    }
}
@media screen and (max-width: 1024px) {
    .container_page_wrp .page_wrp_sidebar {
        flex: 0 0 330px;
        max-width: 330px;
        padding: 46px 30px;
    }
    .product-list-header {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .category_page_content .product-list-header {
        padding-left: 0!important;
    }
    .product-list-operations {
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 991px) {
    body:not(.home) .page_wrp_content .products {
        display: block;
    }
    .related-items-carousel .owl-dots {
        margin-top: 30px;
        align-items: center;
        justify-content: center;
    }
    .related-items-carousel .owl-dots .owl-dot.active,
    .related-items-carousel .owl-dots .owl-dot.active span {
        background-color: #DEBB9C !important;
    }
    .related-items-carousel .owl-dots .owl-dot {
        background-color: #E5E5E5 !important;
        padding: 0px !important;
    }
    .related-items-carousel .owl-dots .owl-dot span {
        background-color: #E5E5E5;
        margin: 0px;
        border-radius: 0px;
        height: 2px;
        width: 90px;
    }
    section.register {
        margin-top: 0;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        padding-bottom: 40px;
    }
    section.register h2,
    section.register .h2 {
        padding: 0 25px;
        text-align: center;
    }
    section.register .register-form-parent {
        padding-top: 56px;
    }
    .container_page_wrp .page_wrp_content, .container_page_wrp .page_wrp_sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container_page_wrp .page_wrp_content.checkout_content {
        padding: 20px;
    }
    .checkout_content_inner {
        padding: 0;
    }
    .form-box .offer-switcher {
        padding: 47px 35px;
    }
    .form-box .offer-switcher input[type="checkbox"] + label {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
    aside.contacts-box_outer {
        width: 350px;
        max-width: 350px;
        flex: 0 0 350px;
    }
    aside .contacts-box {
        padding: 46px 35px;
    }
    body.page-template-my_offers_page aside.contacts-box_outer,
    body.page-template-page-sell-thank-you aside.contacts-box_outer,
    body.page-template-sell_page aside.contacts-box_outer,
    body.page-template-ordered_products_page aside.contacts-box_outer {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 20px 20px;
        margin-top: 0;
        background-color: #F3F4F4;
    }
    .exchange-thankyou .box {
        margin-bottom: 0;
    }
    .bottom-footer .logos > div > div {
        margin-bottom: 30px;
    }
    .bottom-footer .logos .logo-box {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
    }
    .available-paymens .payments-box .logo-box {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .available-paymens .payments-box .logo-box > div {
        margin-bottom: 25px;
    }

    .homeContent.results .products .product,
    body:not(.home) .page_wrp_content .products .product,
    .search_results_livesearch .livesearch_results.products .product,
    body.tax-product_taxonomy .products .product,
    body:not(.home) .category_page_content .products .product,
    body.tax-product_taxonomy .products .product {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    body:not(.home) .page_wrp_content #recommendedProducts.products {
        margin: 0!important;
    }
    body:not(.home) .page_wrp_content #recommendedProducts.products .product {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 850px) {
    .checkout-wrp .container_page_wrp {
        padding: 0 20px 20px;
    }
    .container_page_wrp .page_wrp_content.checkout_content {
        padding: 0 0 20px;
    }
    section.register {
        padding-left: 20px;
        padding-right: 20px;
    }
    .checkout_content_inner .check_page_fields {
        padding: 40px 30px;
    }
    .payment_method_outer {
        padding: 25px 30px
    }
    #sell-exchange-page .form-box {
        padding: 0 20px 20px;
    }
    aside.contacts-box_outer {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 20px 20px;
        background-color: #F3F4F4;
        margin-top: 0;
    }
    body.woocommerce-account aside.contacts-box_outer .contacts-box {
        border-top: 1px solid #E5E5E5;
    }
    aside .contacts-box {
        margin-top: 0;
    }
    .payment-title .required {
        right: 30px;
    }

    .products .product .price span {
        font-size: 15px;
    }

    .products .product .price {
        font-size: 18px!important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


}

@media (max-width: 767px) {
    .page-template-my_offers_page aside .contacts-box,
    .page-template-ordered_products_page aside .contacts-box {
        padding: 20px;
    }
    .checkout_content_inner .check_page_fields {
        padding: 30px;
    }
    body .search_results_livesearch .livesearch_results.products,
    body.tax-product_taxonomy .products,
    #livesearch .thankyou-wrp {
        padding: 0 10px;
    }
    .productSug-wrp {
        padding: 20px 10px;
    }
    .product-list-operations .sort_box_outer.active  .sort-box {
        display: flex;
        display: -webkit-flex;
    }
    #product_list .product-list-operations .select2-selection {
        border: 1px solid transparent!important;
    }
    .product-images-box .image-switcher, .product .image-switcher {
        left: 0;
        right: 0;
    }
    .category_page_content .products .product figure > a, .products .product figure > a {
        margin-bottom: 20px;
    }
    .category_page_content .products .product figure {
        padding: 0;
    }
    .category_page_content .products .product figure figcaption {
        padding: 0 10px;
    }
    .category_banner img.desk-image {
        display: none;
    }
    .category_banner img.mob-image {
        display: block;
    }
    .add-watch-field .form-control {
        width: 100%;
    }
    .exchange-thankyou .box {
        padding: 20px;
    }

}
@media (max-width: 650px) {
    .sell-exchange-form .form-group.d-flex {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .col-xs-12 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .sell-exchange-form .form-group.d-flex .col-xs-12:first-of-type {
        margin-bottom: 30px;
    }
    .questions .col-xs-12, .questions .col-12 {
        margin-top: 0!important;
        margin-bottom: 4px;
    }
    .questions .form-group.d-flex {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .questions .form-group.d-flex .col-xs-12 ~ div {
        margin-top: 30px;
    }
}
@media (max-width: 580px) {


    .register button {
        width: 89px;
    }
    .homeContent.categoryPage {
        padding-right: 20px;
        padding-left: 20px;
    }
    .products .product figure {
        padding: 0;
    }
    .products .product figure figcaption {
        padding: 0 10px;
    }
    body.tax-product_taxonomy .products .product {
        padding-bottom: 0;
    }
    .products .product .btn-icon {
        margin-right: 6px;
    }

    .products .product .product-name {
        min-height: 25px;
    }
    .products .product figcaption .product_card_data {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .category_page_content .products .product figure .product-name a, .products .product figure .product-name a {
        display: block;
        text-align: center;
    }
    .products .product figure > figcaption > .card_product_title {
        text-align: center;
    }
    .products .product .product-name {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .product_card_data >div.ref_col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .homeContent.results .products .product,
    body:not(.home) .page_wrp_content .products .product,
    .search_results_livesearch .livesearch_results.products .product,
    body.tax-product_taxonomy .products .product,
    body:not(.home) .category_page_content .products .product,
    body.tax-product_taxonomy .products .product {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 520px) {
    section.register {
        margin-top: 0;
    }
    .product-filter {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .step-payment .edit-shipping-data {
        position: absolute;
        left: 20px;
        bottom: 15px;
    }
    .my-details .form-wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .my-details .profile-form {
        padding: 37px 20px 30px
    }
    .checkout_content_inner .check_page_fields {
        padding: 37px 20px 55px;
    }
    .my-details .profile-form h2 {
        position: static;
    }
    .my-details .profile-form h2.form-title {
        position: relative;
        align-items: center;
        justify-content: space-between;
    }
    .checkout_title .required {
        font-family: "Univers LT Std", sans-serif;
        position: absolute;
        left: 20px;
        bottom: 13px;
    }
    .payment_method_outer.active {
        padding: 20px 20px 50px;
    }
    .payment-body .payments_method_grid {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .payment_method_outer.active .payment-title .required {
        left: 20px;
        bottom: 25px;
        top: auto;
    }
}
@media (max-width: 480px) {
    .exchange-thankyou .oper {
        margin-top: 11px;
    }
    .exchange-thankyou .oper .btn {
        width: 100%;
    }
    .exchange-thankyou .oper .btn ~ .btn {
        margin-top: 10px;
    }
}

@media (max-width: 420px) {
    .payment_method_outer.active {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .payment_method_outer .payment-title {
        font-family: Univers-LT-Std-65-Bold, sans-serif;
    }
    .checkout_title {
        padding-bottom: 23px;
    }
    #recommendedProducts.owl-carousel.owl-drag .owl-item {
        width: 260px;
    }
    .product-list-header .product-list-operations .select2-container {
        width: 100%!important;
        max-width: 100%;
    }

    .ms_menu_outer > ul.nav {
        padding: 20px 20px 0;
    }
    .ms_menu_outer > ul.nav:before {
        left: 20px;
        right: 20px;
    }
    #livesearch .select2 {
        width: 218px !important;
    }
    .payment_method_outer.active .payment-title  {
        margin-bottom: 14px;
    }
    .payment-body .payments_method_grid {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 3px;
    }
    .payment-body .payments_method_grid > div {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 75px;
        margin: 0 0 10px;
    }
    .payments_method_grid > div input.payment_radio ~ label {
        flex-direction: row-reverse;
        padding: 20px;
    }
    .payments_method_grid > div .pay_icon {
        flex: 0 0 55%;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }
    .payments_method_grid > div .pay_title {
        flex: 0 0 45%;
        text-align: left;
    }
    .payment-body .place-order {
        padding-bottom: 30px!important;
    }
    .my-details .profile-form h2.form-title {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .my-details .form-title .required {
        padding-top: 18px;
        padding-bottom: 20px;
    }
}
@media (max-width: 412px) {
    section.register {
        margin-top: -6px;
    }
    .products .product .price span {
        font-size: 14px;
    }
}


@media (max-width: 372px) {
    section.register {
        margin-top: 2px;
        padding-top: 50px;
    }
}
@media screen and (max-width: 660px) and (min-width: 318px) {
    .cart_product_head {
        display: none;
    }
    .container_page_wrp .page_wrp_content {
        padding: 20px;
    }
    .cartProduct .cart_image {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px;
    }
    .cartProduct .cart_image figure.product_thumb {
        min-height: 150px;
        border: 1px solid #E5E5E5;
        width: 100%!important;
    }
    .cart_image .mobile_title {
        display: block;
        position: relative;
        padding: 0 0 20px 15px;
    }
    .mobile_title h2.mt {
        font-family: "Univers LT Std", sans-serif;
        font-size: 15px!important;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 0!important;
    }
    .mob_subscribe {
        display: block;
        margin-top: 30px;
        border-top: 1px solid #E5E5E5;
    }
    .mob_subscribe section.register {
        padding: 30px 0 0;
    }
    .mob_subscribe section.register .woocommerce-form .form-group {
        width: 100%;
    }
    .mob_subscribe section.register .field-box {
        flex-grow: 1;
    }
    .mob_subscribe section.register .form-control {
        width: 100%;
    }
}
@media (max-width: 520px) {
    .form-box .offer-switcher {
        padding: 37px 30px 18px;
    }
    .offer-switcher .buttons {
        flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        margin-top: 39px;
    }
    .offer-switcher .button {
        width: 203px;
        max-width: 203px;
    }
    .offer-switcher .button:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .offer-switcher .operations {
        padding-top: 20px;
    }

    aside .contacts-box {
        padding: 28px 30px 38px;
    }
    .page-template-my_offers_page aside .contacts-box {
        padding: 20px;
    }
    aside .contacts-box ul.steps {
        padding-left: 0;
        padding-top: 6px;
    }
    aside .contacts-box ul.steps li {
        padding: 17px 0 13px;
    }
    #sell-exchange-page h2.help-us {
        margin-top: 24px;
    }
}
@media (max-width: 420px) {
    .bottom-footer .logos .logo-box {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .bottom-footer .logos .logo-box div {
        margin-right: 20px;
    }
    .bottom-footer .logos .logo-box div.master {
        margin-right: 0;
    }
    .bottom-footer .logos .logo-box div.ssl {
        margin-right: 0;
    }
}
@media (max-width: 414px) {
    header .headerMain {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    .container_page_wrp .page_wrp_content {
        padding: 20px 15px;
    }
    .emptyCartBox {
        padding: 50px 25px 45px;
    }
    .container_page_wrp .page_wrp_sidebar {
        padding: 46px 20px;
    }
    #livesearch {
        margin-top: 2.4rem !important;
    }
    .bottom-footer .logos .logo-box div.visa {
        margin-right: 10px;
    }
    .bottom-footer .logos .logo-box div.checkout {
        margin-right: 0;
    }
}

@media (max-width: 410px) {
    .bottom-footer img {
        margin-right: 5px;
    }
}

@media (max-width: 395px) {
    #livesearch {
        margin-top: 1.9rem!important;
    }
    .futures .item {
        font-size: 20px!important;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .empty-search-box {
        width: 100%;
        max-width: 100%;
    }
    #livesearch .thankyou-wrp {
        padding: 0;
    }
    .productSug-wrp {
        padding: 20px 0;
    }
    .livesearch_results .search-random-products .row.products.recommended {
        grid-gap: 10px;
    }
}
@media (max-width: 391px) {
    .bottom-footer .logos .logo-box div.amex {
        margin-right: 10px;
    }
}
@media (max-width: 387px) {
    .bottom-footer .logos .logo-box div.visa {
        margin-right: 10px;
    }
}
@media (max-width: 371px) {
    .bottom-footer .logos .logo-box div.wire {
        margin-right: 10px;
    }
}
@media screen and (max-width: 371px) and (min-width: 351px) {
    .products .product .price span {
        font-size: 13px;
    }
}
@media (max-width: 370px) {
    .headHt {
        height: 178px;
    }
    .products .product .btn-icon {
        font-size: 15px;
    }
    .products .product figure figcaption {
        padding: 0 5px;
    }
    aside .contacts-box {
        padding: 24px 20px 38px;
    }
}

@media (max-width: 360px) {
    .payments-box .logos div:not(.logo-box) {
        margin: 0 5px 25px;
    }
    .bottom-footer .logos .logo-box div {
        margin-right: 15px;
    }
}
.owl-dots .owl-dot {
    display: inline-block;
}
@media (max-width: 330px) {
    .progress-box .step .title {
        font-size: 13px;
    }
    .bottom-footer .logos .logo-box div {
        margin-right: 10px;
    }
}
.owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 6px 7px;
    opacity: 0.8;
    width: 10px;
}

.owl-dots .owl-dot.active span {
    background-color: #000;
    opacity: 1;
}

.owl-dots {
    display: flex !important;
    position: relative;
}

#home-slider .owl-nav {
    padding: 0 0 0 32px;
    position: absolute;
    width: 9rem;
    left: 30px;
    bottom: 190px;
    z-index: 90;
}

.order-content-box .btn.btn-secondary.close-order {
    display: none;
}

.woocommerce-form button,
button.shopnow-btn,
button.checkout-btn,
button.placeBtn {
    text-transform: uppercase;
}

@media (max-width: 850px) {
    #home-slider .owl-nav {
        padding: 0;
        width: auto;
        left: 0;
        right: 2px;
        bottom: 0;
        z-index: 90;
    }
    #home-slider .owl-nav button[class*=owl-] {
        top: -2.45rem;
    }
}
@media (max-width: 767px) {
    .products .product > .productBox {
        padding: 20px 0 10px;
        background-color: #fff;
        border: 1px solid #E5E5E5;
    }
    .products .product figure > figcaption {
        padding: 0 10px;
    }
    header .headerMain {
        padding-bottom: 24px !important;
        padding-top: 24px !important;
    }
    .headHt {
        height: 210px;
    }
}

@media (max-width: 675px) {
    .order-content-box .btn.btn-secondary.close-order {
        display: block;
    }
}


@media (max-width: 450px) {
    .products .product .product-name a {
        white-space: normal;
        display: -webkit-box!important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .products .product figcaption .product_card_data {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
}

@media (max-width: 400px) {

    .text-logo:not(.mob-logo) {
        margin-left: 4px;
    }

    .headHt {
        height: 210px;
    }
}

@media (max-width: 350px) {
    .homeContent.results .products .product,
    body:not(.home) .page_wrp_content .products .product,
    body.tax-product_taxonomy .products .product,
    .latest-products .products .product,
    body:not(.home) .category_page_content .products .product,
    body.tax-product_taxonomy .products .product {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 395px) {
    .search_results_livesearch .livesearch_results.products .product {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.homeContent.brands-list .brand {
    text-align: center;
}


.footer-top .currency-box {
    margin-top: 1.3rem;
}

footer .currency-box .woocs-style-1-dropdown-menu {
    top: 6rem;
}

.footer-top .currency-box,
.footer-top .woocs-style-1-dropdown-menu li {
    font-family: 'univers_45_lightregular';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px; 
    color: #000;
}

.footer-top .woocs-style-1-dropdown-menu li img {
    width: 25px;
    height: 17px;
}

#nav_brands_list {
    overflow-x: hidden;
    width: 100%;
}

.productList .menu-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.items-group {
    padding-left: 15px;
}

.brands-list li {
    flex: 0 1 16.667%;
}

@media (max-width: 767px) {
    .footer-top .currency-box {
        width: auto;
        text-align: right;
        right: 0rem;
        position: absolute;
    }

    footer .logo-col {
        display: flex !important;
    }

    footer .currency-box .woocs-style-1-dropdown-menu {
        top: 1.5rem;
    }
}

.additional-menu img.user-menu-icon {
    max-width: initial !important;
}

#mob-nav-oper-btns .accountLink .user-menu-icon {
    min-width: 16px !important;
}

#mob-nav-oper-btns .accountLink img.user-menu-icon.active,
.additional-menu .accountLink:hover img.user-menu-icon {
    content:url(../images/user-menu/person-hov.svg);
}

#mob-nav-oper-btns .accountLink .dropdown-menu,
.additional-menu .accountLink .dropdown-menu {
    padding: 0px !important;
    border: 1px solid #E5E5E5;
    margin-top: 0.9rem;
    margin-left: -7rem;
}

#mob-nav-oper-btns .accountLink .dropdown-menu .dropdown-item,
.additional-menu .accountLink .dropdown-menu .dropdown-item {
    font-family: 'Univers LT Std';
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    padding: 20px 0px 20px 20px;
    border-bottom: 1px solid #E5E5E5;
}

#mob-nav-oper-btns .accountLink .dropdown-menu .dropdown-item:last-child,
.additional-menu .accountLink .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0px;
}

#mob-nav-oper-btns .accountLink .dropdown-menu .dropdown-item:active,
.additional-menu .accountLink .dropdown-menu .dropdown-item:active {
    background-color: #000;
    color: #fff;
}

#mob-nav-oper-btns .accountLink .dropdown-item.selected,
.additional-menu .accountLink .dropdown-item.selected {
    font-weight: 700;
}



.additional-menu li.accountLink {
    margin-left: 0px;
}

.additional-menu .accountLink .dropdownBox {
    width: 2.813rem;
    text-align: right;
}

.products .product button:disabled {
    background-image: url(../images/loading-png-gif.gif);
    background-size: 20px 20px;
    background-position: 10px;
    background-repeat: no-repeat;
}


.bg-img-centered {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 50% 50% !important;
}

.logos .visa img {
	max-height: 18px;
}
/*.h2 {*/
/*    margin-top: 1.5rem;*/
/*    font-family: "univers_65_boldregular";*/
/*    font-weight: 400;*/
/*    margin-bottom: 20px;*/
/*}*/

.old-price {
    color: #808080;
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: line-through;
}

.new-price {
    color: #E20E0E;
    font-family: "univers_65_boldregular";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    margin-left: 15px;
}

h1.ref-page-title {
    font-size: 21px;
    font-family: 'Univers-LT-Std-65-Bold';
}



#category_description {
    padding: 20px;
    font-family: 'Univers LT Std';
    padding-bottom: 4em;
    padding-top: 2.7rem;
}

#category_description h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 13px;
}


#category_description h2,
#category_description h3,
#category_description h4 {
    font-size: 24px;
    font-family: 'Univers-LT-Std-65-Bold';
    margin: 2rem 0px 1rem 0px;
}

#category_description h2:first-child {
    margin-top: 0px;
}

#category_description p {
    font-size: 16px !important;
}


@media (max-width: 1600px) {
    #category_description p {
        font-size: 16px !important;
    }
}



body:not(.home) .category_page_content .products {
    min-height: 56rem;
}

.category_title,
.category-subtitle {
    margin-left: 15px;
    font-family:'Univers LT Std';
}

.category_title {
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 17px;
    margin-bottom: 10px;
}

.category_title.product-name {
    text-transform: capitalize;
}

.category-subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 20px;
}

#cookie-law-info-bar .oper {
    position: relative;
    float: right;
    width: 10rem;
    margin-top: -5.5rem;
}

#cookie-law-info-bar  .cli_action_button {
    width: 100%;
    position: relative;
    right: 0px;
    padding-top: 11px;
}

#cookie_action_close_header_reject {
    margin-top: 1rem !important;
}

#desck-navigators li.buyLink[data-type='jewellery'] {
    margin-left: 1rem !important;
}

#mobile_navigator li.buyLink[data-type='jewellery'] svg {
    display: none;
}


#lang_curr_box {
    width: 20rem;
    background-color: #fff !important;
    border: 1px solid #E5E5E5;
    padding: 20px;
    right: 0px;
    z-index: 100;
    position: absolute;
    top: 3rem !important;
    text-transform: initial;
    display: none;
}

#lang_curr_box .title {
    font-family: 'Univers LT Std';
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    margin-bottom: 14px;
}

li:hover #lang_curr_box .form-control {
    border-bottom: 1px solid #ccc;
}

#lang_curr_box button {
    height: 44px;
}

#lang_curr_box select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../images/arr-down.svg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
    cursor: pointer;

}

.lang-curr .selected {
    margin-right: 0px !important;
}


ul.additional-menu li.languages-box.lang-curr {
    width: auto !important;
    min-width: auto !important;
}

body.product-template-default ul.additional-menu li.languages-box.lang-curr,
body.page-template-default ul.additional-menu li.languages-box.lang-curr,
body.tax-product_cat ul.additional-menu li.languages-box.lang-curr,
body.woocommerce-shop ul.additional-menu li.languages-box.lang-curr {
    padding: 0px 34px 0px 15px;
}



#subscription_form .loading {
    background-color: #fff;
    z-index: 1;
    background-image: url(../images/loading.gif);
    background-position: center 2.2rem;
    background-repeat: no-repeat no-repeat;
    background-size: 35px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    cursor: not-allowed;
    display: none;
}



#outstock_modal,
.common_notification {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    background-color: #fff;
    border-radius: 2px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    position: fixed;
    text-align: center;
    top: 30%;
    z-index: 900;
    font-weight: bold;
    padding: 1rem;
    font-size: 16px;
    display: none;
}

#outstock_modal img.close-modal,
.common_notification img.close-modal {
    width: 10px;
    position: absolute;
    cursor: pointer;
    right: 8px;
    top: 8px;
}

#subscription_form #email-error {
    position: absolute;
}

#dark_layer {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: #000;
    opacity: 0.4;
}




.faq-block .blocks .block .block-collapse .block-collapse-content a {
    color: #007bff !important;
}

.faq-block .blocks .block .block-collapse .block-collapse-content a:hover {
    text-decoration: underline;
}


.how-it-works-size .phone {
    color: #0018ff !important;
}

.how-it-works-size .phone:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 1280px) {
    #product_list .product-list-operations .select2-selection {
        background: none !important;
        justify-content: end;
    }

    .product-list-operations .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 0 !important;
        width: 10px;
    }

    .product-list-header .product-list-operations .select2-container {
        width: 150px !important;
    }

    .sort-box > span.sort_title {
        text-transform: capitalize;
        line-height: 22px;
        color: #7A7A7A;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #7A7A7A !important;
    }
}

@media screen and (max-width: 768px) {
    .homeContent.categoryPage {
        padding: 0 20px 0;
        background: none;
    }
}


#link_copied {
    display: none;
}


/*** Customs ***/
/** main header navLink **/
/* top menu badge for blog item */
.top-menu-item-badge {
    /*width: 37px;*/
    /*height: 20px;*/
    color: #fff;
    background-color: #00B67A;
    font-size: 11px;
    /*font-family: 'Univers LT Std';*/
    font-family: 'univers_45_lightregular';
    border-radius: 4px;
    line-height: normal;
    padding: 3px 6px;
}

li.valentines-day > a{
    color:#D5000D !important;
}

.valentines-day span.fa-heart {
    color:#D5000D;
    font-size: 11px;
    background: rgba(213, 0, 13, .10);
    border-radius: 4px;
    padding: 4px 4px 2px 4px;
    right: -8px;
}


@media (max-width: 1260px) {
    .menu-items li.with-bage
    {
        display: flex;
        align-items: center;
    }

    .top-menu-item-badge {
        margin-bottom: 5px;
        margin-left: 5px;
    }

    li.valentines-day {
        display: flex;
        align-items: center;
    }

    li.valentines-day span.fa-heart {
        margin-top: -5px;
        margin-left: 5px;
    }
}


@media (min-width: 1261px) {
    li.magazine a{
        margin-left: 15px !important;
    }

    .top-menu-item-badge {
        position: absolute;
        right: -36px;
        margin-top: -40px;
    }

    .handbags .top-menu-item-badge {
        right: -6px;
    }

    .valentines-day span.fa-heart {
        position: absolute;
        margin-top: -36px;
        right: -4px;
    }
}


/** wp-social plugin customs **/
.met-social-twitter::before {
    content: "";
    /*color: rgba(0,0,0, 0);*/
}
.xs-share-li.twitter .xs-social-icon > span.met-social-twitter::before {
    /*content: normal;*/
    width: 13px;
    height: 13px;
    background: url("../images/footer/x-social-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}


/*********************/
/***   Additional customs  ***/
/*********************/
.payment_type_grid {
    position: relative;
    background-color: #fff;
    min-height: 124px;
    flex: 0 1 124px;
    margin: 5px;
}
.payment_type_grid:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.payment_type_grid_payment-radio-label {
    padding: 0 !important;
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #E5E5E5;
    text-align: center;
}
.splitit-icon {
    width: 100px;
}


/*********************/
/***   Responsive  ***/
/*********************/
.force-overflow {
    max-height: 450px;
    overflow-y: scroll;
    max-width: 60%;
    text-align: justify;
    padding-right: 40px
}

.force-overflow_69 {
    max-height: 450px;
    overflow-y: scroll;
    max-width: 70%;
    text-align: justify;
    padding-right: 40px
}

.woocs-style-1-dropdown .woocs-style-1-select {
    padding: 17px 10px 12px 0 !important
}


footer {
    position: relative;
    z-index: 0 !important
}

a.about_paypal {
    display: none !important
}

.contact-floater a:hover {
    color: #fff !important
}

@media (max-width: 882px) {
    .coivdBlock .headHt {
        height: 234px
    }
}

@media (max-width: 518px) {
    .coivdBlock .headHt {
        height: 172.56px
    }
}

@media (max-width: 381px) {
    .coivdBlock .headHt {
        height: 190.56px
    }
}

@media (max-width: 325px) {
    .coivdBlock .headHt {
        height: 208.56px
    }
}

/* TODO: check if needed */
@media (max-width: 1600px) {
    .homeBnr .carousel-item .slImg {
        max-width: 57%
    }


    .woocs-style-1-dropdown .woocs-style-1-select {
        padding: 17px 10px 12px 0 !important
    }

    .searchBoxNew .form-control {
        font-size: 14px !important
    }


    .headerMainBot .navLink ul li {
        font-size: 15px !important;
        margin: 0 4px !important;
    }

    .back_top a {
        font-size: 20px !important
    }

    div#trustpilot-widget-trustbox-0-wrapper {
        padding: 25px !important
    }


    .cartHead h3 {
        font-size: 18px !important
    }

    .cartTt li {
        font-size: 14px !important
    }

    .checkout-btn {
        font-size: 14px !important
    }

    .billingBox h6, .shippingAdd h6 {
        font-size: 14px !important
    }

    /*.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {*/
    /*    font-size: 14px !important*/
    /*}*/

    .checklist label {
        font-size: 14px !important
    }

    /*body{font-size:14px!important}*/
    .checkoutAdd h5 {
        font-size: 14px !important
    }

    .checkoutAdd p {
        font-size: 14px !important
    }

    .editBtn {
        font-size: 14px !important;
        height: 37px !important
    }

    .thankyouBox p {
        font-size: 16px !important
    }

    .thankyouBox button {
        font-size: 16px !important
    }

    .sell-wrp h6 {
        font-size: 14px !important
    }

    .sell-btnGrp a {
        font-size: 14px !important;
        width: calc(100% / 2 - 8px) !important;
        height: 40px !important;
        border-radius: 0 !important
    }

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

    .sellBottom .left-wrp p {
        font-size: 14px !important
    }

    .sellBottom .right-wrp p {
        font-size: 14px !important
    }

    .sellBottom .left-wrp li {
        margin-bottom: 6px !important;
        font-size: 14px !important
    }

    .exchange_head_3, .sideHeadbar h3 {
        margin-bottom: 15px !important;
        font-size: 16px !important
    }

    p {
        font-size: 14px !important
    }

    .signInbtn {
        font-size: 14px !important;
        width: 140px !important;
        height: 44px !important;
        margin-top: 15px !important
    }

    .signUpBox h5 {
        font-size: 14px !important;
        line-height: 1.4 !important
    }

    .sideHeadbar ul li {
        font-size: 14px !important
    }

    .form-control {
        font-size: 14px !important
    }

    .intouch-wrp h6 {
        font-size: 14px !important;
        line-height: unset !important;
        font-family: univers_45_lightregular !important
    }

    .faqAccord .card-header .btn-link {
        font-size: 14px !important
    }

    .faqAccord .card-header .btn-link:after {
        background-size: 58% !important
    }

    .cnt_us h3 {
        font-size: 16px !important
    }

    .helpMsg h2 {
        font-size: 18px !important
    }

    .sideHeadbar ul li {
        font-size: 14px !important
    }

    .cartProduct h3 {
        line-height: unset !important;
        width: 100%;
    }
}

@media (max-width: 1440px) {

    /*.checklist .checkmark{height:16px!important;width:16px!important}*/
    .woocs-style-1-dropdown .woocs-style-1-select {
        padding: 17px 10px 12px 0 !important
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: 0 !important
    }
}

@media (max-width: 1366px) {
    .homeBnr .carousel-item .slImg {
        max-width: 60%
    }

    .woocs-style-1-dropdown .woocs-style-1-select {
        padding: 13px 10px 12px !important
    }


    .cnt_mp {
        padding: 0 !important
    }

    .cnt_mp h3:first-child {
        padding-top: 0 !important
    }

    .divSpacing {
        padding: 30px !important
    }

    .exchange-wrp .sideHeadbar {
        padding-left: 30px !important
    }

    .headerMain {
        padding: 25px 30px !important
    }

    .headerTop {
        padding: 0 18px !important
    }

    .exchange-wrp .formPart {
        max-width: 372px !important;
        width: auto !important
    }

    .cartProduct h3 {
        font-size: 12px !important
    }

    /*p{font-size:12px!important}*/
    .cartTt li {
        font-size: 12px !important
    }

    .checkout-btn {
        font-size: 12px !important
    }

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


    .back_top a {
        font-size: 16px !important
    }

    .sell-wrp h6 {
        font-size: 12px !important
    }

    .sell-btnGrp a {
        font-size: 12px !important;
        height: 35px !important
    }

    .sellBottom h3 {
        font-size: 20px !important
    }

    .sellBottom .left-wrp p {
        font-size: 12px !important
    }

    .sellBottom .left-wrp li {
        margin-bottom: 6px !important;
        font-size: 12px !important
    }

    .sellBottom .left-wrp li img {
        margin-right: 5px
    }

    .sellBottom .right-wrp p {
        font-size: 12px !important
    }

    .sellBrand li {
        font-size: 12px !important
    }

    .checklist label {
        font-size: 12px !important;
        line-height: unset
    }

    /*.ip_box2 label{font-size:12px!important}*/
    .form-control {
        font-size: 12px !important
    }

    .signInbtn {
        font-size: 12px !important;
        width: 115px !important;
        height: 32px !important
    }

    /*.checklist .checkmark{top:2px!important;height:14px!important;width:14px!important}*/
    .exchange_head_3, .sideHeadbar h3 {
        font-size: 14px !important
    }

    .cartHead h3 {
        font-size: 14px !important
    }

    .paymentBox h4 {
        font-size: 14px
    }

    /*.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{font-size:12px!important}*/
    /*body{font-size:12px!important}*/
    .sideHeadbar ul li {
        font-size: 12px !important
    }

    .faqAccord .card-header .btn-link {
        font-size: 12px !important
    }

    .faqAccord .card-header .btn-link:after {
        background-size: 40% !important
    }

    .cart_popup_head h3 {
        font-size: 14px
    }

    .cartDt .cartBtngrp button {
        width: 100px !important;
        font-size: 12px !important
    }

    .cart_sub h4 {
        font-size: 16px !important
    }

    .cko-form {
        padding: 0 !important
    }

    .searchBoxNew .form-control {
        font-size: 12px !important
    }


    .woocs-style-1-dropdown {
        font-size: 16px !important
    }


    .intouch-wrp h6 {
        font-size: 12px !important
    }

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

    .pl-0, .px-0 {
        padding-left: 0 !important
    }
}

@media (max-width: 1280px) {
    .homeBnr .carousel-item .slImg {
        max-width: 64%
    }

    .homeBnr .carousel-item .slBG {
        width: 100%;
        height: 415px
    }

    a.signInbtn.account_logout_button_edit {
        line-height: 30px !important;
        padding: 0 44px !important
    }

    .sideHeadbar ul li {
        margin-bottom: 0 !important
    }

    .force-overflow {
        padding-right: 30px
    }

    .cart_popup_head h3 {
        font-size: 16px;
        font-family: univers_55regular
    }

    .aboutBtn {
        font-size: 14px !important;
        width: 120px !important;
        height: 43px !important;
        line-height: 1.2 !important
    }

    .cart_popup_head h3 {
        font-size: 16px !important
    }

    .pd_top h2 {
        max-width: 75% !important
    }

    .exchangebtn {
        font-size: 13px !important
    }
}

@media (max-width: 1199px) {
    .homeBnr .carousel-item .slImg {
        max-width: 64%
    }
}

@media (max-width: 1024px) {
    .homeBnr .carousel-item .slImg {
        max-width: 68%
    }

    .homeBnr .carousel-item .slBG {
        width: 100%;
        height: 380px !important
    }

    .pd_top h2 {
        max-width: 76% !important;
        font-size: 17px !important
    }

    .pd_bottom {
        padding: 0 !important
    }

    .deliveryBox h4 {
        font-size: 12px !important
    }

    .pd_top h3 {
        font-size: 18px !important
    }

    .exchangebtn {
        height: 35px !important;
        width: 190px !important;
        font-size: 12px !important
    }

    .deliveryBox h4 span small {
        font-size: 12px !important
    }

    .deliveryBox h4 {
        font-size: 12px
    }



    span.mandatory_text {
        font-size: 12px !important
    }

    .aboutBtn {
        font-size: 12px !important;
        width: 100px !important;
        height: 34px !important
    }
}

@media (max-width: 970px) {
    .homeBnr .carousel-item .slBG {
        width: 100%;
        height: 380px
    }

    .headerMainBot .navLink ul li:not(.accountLink) {
        font-size: 20px !important
    }

    .headerMainBot .navLink ul li.accountLink {
        margin-top: -2px !important;
    }

    .headerMainBot .navLink ul li a {
        display: flex;
        transition: all ease-in-out .3s;
        align-items: center
    }

    .headerMainBot .navLink ul li {
        padding-left: 0 !important
    }

    .new-images img {
        padding: 10px 0 0 0 !important
    }

    .cnt_mp {
        padding: 0 !important;
        margin-left: -15px !important
    }

    figure.mp_img {
        margin: 0 -15px !important
    }

    .socialList ul li {
        display: inline-block
    }

    .socialList a {
        width: 20px !important;
        height: 20px !important
    }

    .intouch-wrp h4 {
        font-size: 14px
    }

    .footer_bottom_right_width {
        width: 100%
    }

    td, th {
        padding: 5px !important
    }
}

@media (max-width: 800px) {
    .pd_top h2 {
        max-width: 100% !important;
        font-size: 16px !important
    }

    .deliveryBox h4 span {
        margin-left: 0 !important;
        display: block !important;
        margin-top: 8px !important
    }

    .deliveryBox h4 span small {
        font-size: 12px !important;
        display: inline-block !important;
        margin-left: 15px !important
    }

    .assistanceBox {
        width: 100% !important
    }

    td, th {
        padding: 5px !important
    }

    .homeBnr {
        height: 291px
    }
}

@media (max-width: 767px) {
    .covid a {
        margin-top: 0 !important;
        top: 7px !important
    }

    .headerMain {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .force-overflow {
        width: 100% !important;
        max-width: 100%
    }

    .productList.open {
        position: fixed;
        height: auto !important;
        box-shadow: 0 10px 50px #0000001a !important;
        padding: 25px 10px !important
    }

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

    .slick-track {
        margin: auto !important
    }

    .slick-list .slick-track {
        margin: 0 !important;
        margin-right: 5px !important
    }

    .cartBtn-grp {
        margin: 15px 0
    }

    .cartBtn-grp {
        display: flex
    }

    .cartBtn-grp a {
        flex: 1
    }

    .cartBtn-grp a:first-child {
        padding-right: 5px
    }

    .cartBtn-grp a:last-child {
        padding-left: 5px
    }

    .paymentBox ul li {
        width: auto !important;
        flex: 1
    }

    .paymentBox ul li:last-child {
        margin-right: 0 !important
    }


    .exchangebtn {
        height: 35px !important;
        width: 100% !important
    }

    .assistanceBox {
        width: 100% !important;
        padding: 20px !important
    }

    .divSpacing {
        padding: 20px !important
    }

    .breadcrumb-wrp.divSpacing {
        padding-bottom: 0 !important
    }

    .productList .close {
        padding: 0 10px;
        position: absolute;
        right: 20px;
        z-index: 10
    }

    .exchange-wrp .sideHeadbar {
        padding-left: 20px !important
    }

    .exchange-wrp .col-md-8.col-lg-9 {
        padding-left: 14px !important
    }

    figure.img-wrapper {
        border-left: 0
    }

    .sell-btnGrp a {
        font-size: 12px !important;
        height: 31px !important
    }

    .faq-wrp.cmnInner .card-body {
        padding-right: 0
    }

    .ck-pop .ck-pop-in p {
        font-size: 12px
    }

    .logo {
        margin-left: 10px
    }

    h6 {
        font-size: 12px
    }

    .signUpBox h5 {
        font-size: 12px !important
    }

    .signInbtn {
        width: 100% !important
    }

    .no_product_available .signInbtn {
        width: 115px !important
    }

    .productList.open .container_wrp {
        padding: 0 0
    }

    .emptyCartBox h1 {
        font-size: 16px !important
    }

    h2 {
        font-size: 16px
    }

    .shopnow-btn {
        font-size: 12px !important;
        height: 32px !important
    }

    .cartProduct {
        text-align: left !important
    }

    .cartProduct figure {
        width: 25% !important;
        text-align: center !important;
        margin: 0 auto 15px auto !important
    }

    .woocommerce-error.negative-error {
        width: 90%;
        padding: 20px
    }

    a.button.wc-forward {
        display: block !important;
        float: none !important;
        max-width: 150px !important;
        margin: 8px auto !important
    }

    .woocommerce-error.negative-error {
        height: auto;
        max-height: initial
    }

    .cart_popup {
        width: 282px
    }

    .cart_popup {
        padding: 15px
    }

    .cart_popup_head h3 {
        font-size: 13px !important
    }

    .cartProduct.cart_itm .row {
        flex-direction: column
    }

    .cartProduct figure {
        width: 90% !important;
        margin: 0 auto 15px auto !important
    }

    .homeBnr {
        height: 186px
    }

    .headerMainBot .navLink ul li {
        font-size: 16px !important
    }

    .page-id-9 .woocommerce-error.negative-error {
        width: 90%
    }

    .force-overflow_69 {
        max-width: 100%;
        text-align: justify;
        padding-right: 0
    }

    .woocommerce-error.notification-msg {
        width: 90%;
        height: auto;
        max-height: 100%;
        background: #d2cbcb;
        position: fixed;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        top: 0;
        bottom: 0;
        left: 0;
        background: 0 0;
        padding: 0
    }

    .woocommerce-error.negative-error {
        position: fixed;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        top: 0;
        bottom: 0;
        left: 0;
        background: 0 0;
        padding: 0
    }

    .new-error-div {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: center;
        justify-content: center
    }

    .notification-color {
        padding: 20px;
        background: #d2cbcb
    }

    .error-color {
        background: #000;
        padding: 20px
    }

    .woocs-style-1-dropdown .woocs-style-1-select {
        padding: 0 !important
    }

    .woocs-style-1-dropdown .woocs-style-1-select > i {
        line-height: 25px !important;
        margin-top: -1px !important;
        display: none !important
    }
}

@media (max-width: 649px) {
    .headerMainBot .navLink ul li {
        font-size: 26px !important;
        margin: 0 1px !important;
        margin-bottom: -2px !important
    }

    .headerMainBot .navLink ul li {
        font-size: 16px !important
    }
}

@media (max-width: 575px) {
    .signInbtn {
        width: 50% !important
    }

    #sell_login_submit {
        width: 1000% !important
    }

    .cnt_us {
        width: 100% !important
    }

    .sideHeadbar ul li {
        margin-bottom: 5px !important
    }

    .faqList li.faq_tab_links {
        margin-bottom: 5px;
        padding: 0 10px
    }

    .orderTracking figure figcaption h4 {
        font-size: 14px
    }

    .orderTracking figure img {
        width: 6rem;
        height: 6rem
    }

    .details-p p {
        margin: 1px 0 1px 0
    }

    .new-product-class {
        padding-bottom: 0 !important
    }
}

@media (min-width: 401px) and (max-width: 475px) {
    .homeBnr {
        height: 135px
    }
}

.headerMainBot .navLink ul li {
    margin: 0 0 !important
}

.homeBnr {
    height: 136px
}

@media (max-width: 330px) {
    .homeBnr {
        height: 115px
    }
}


/* Customs */
.checkout-payment-methods-logos-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.checkout-payment-methods-logos-footer-container div {
    margin-right: 4px;
    margin-bottom: 10px;
}
.checkout-payment-methods-logos-footer-container > .visa > img {
    width: 56px;
}
.checkout-payment-methods-logos-footer-container > .wire > img {
    width: 36px;
}

@media screen and (min-width: 1101px) {
    .bottom-footer {
        justify-content: space-between;
        align-items: center;
    }
    .bottom-footer .copyrigh {
        font-size: 15px;
    }
    .checkout-payment-methods-logos-footer-container {
        margin-bottom: 0;
    }
    .checkout-payment-methods-logos-footer-container div {
        margin-bottom: 0;
    }
}