:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #fe0000;
    --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: #fe0000;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 992px;
    --breakpoint-lg: 1200px;
    --breakpoint-xl: 1640px;
    --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
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

footer, header, 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:not(:focus-visible) {
    outline: 0 !important
}

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

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

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

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

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

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

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

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

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

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

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

h2, h3, h4, h5, .h3, .h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

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

h4 {
    font-size: 1.5rem
}

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

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

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

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

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

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

@media (min-width: 1640px) {
    .container {
        max-width: 1600px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

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

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

@media (min-width: 576px) {
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

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

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

@media (min-width: 992px) {
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

@media (min-width: 1200px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

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

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

.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;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

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

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

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}

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

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

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

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

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

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

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

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cb0000;
    border-color: #be0000
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 38, 38, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 38, 38, 0.5)
}

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

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

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

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #fe0000;
    border-color: #fe0000
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 0, 0, 0.5);
    box-shadow: 0 0 0 .2rem rgba(254, 0, 0, 0.5)
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

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

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

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

.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):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.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 {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    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-header, .modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -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, 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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer > * {
    margin: .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);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1200px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1640px) {
    .modal-xl {
        max-width: 1140px
    }
}

.d-block {
    display: block !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

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

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

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

@media print {
    *, ::before, ::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2, h3 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 1200px !important
    }

    .container {
        min-width: 1200px !important
    }
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

html {
    overflow-x: hidden
}

#page {
    left: 0;
    position: relative;
    margin: auto;
    background: #fff
}

.mmPushBody {
    height: 100%;
    width: 100%
}

#mobile-menu {
    box-shadow: 0 1px 8px #555;
    box-sizing: content-box;
    display: none;
    line-height: 1.42857;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    z-index: 99999;
    background: #fff
}

.mobile-menu {
    box-sizing: border-box;
    float: left;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    width: 100%;
    height: calc(100vh - 50px);
    overflow-y: scroll;
}

.mobile-menu ul {
    margin-left: 0;
    padding-left: 0
}

.mobile-menu .mm-search {
    background-color: #fff;
    box-sizing: border-box;
    color: #555;
    height: 49px;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 5px
}

.mobile-menu .input-group {
    display: block;
    position: relative;
    overflow: hidden
}

.mobile-menu .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.mobile-menu .input-group .form-control {
    display: table-cell;
    float: left;
    height: 36px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.mobile-menu .input-group-btn {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    position: absolute;
    z-index: 10;
    right: 0
}

.mobile-menu #search1 input {
    height: 48px;
    margin: 0;
    padding-left: 10px;
    width: 94%;
    font-size: 13px
}

.mobile-menu #search1 button {
    background: none repeat scroll 0 0 #fdd922;
    border: medium none;
    color: #000;
    display: inline-block;
    float: none;
    line-height: 27px;
    padding: 10px 18px;
    border: none
}

.mobile-menu .input-group-btn:first-child > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.mobile-menu .input-group-btn > .btn {
    height: 49px;
    position: relative
}

.mobile-menu .btn {
    background-image: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.mobile-menu .form-control {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    color: #555;
    font-size: 15px;
    height: 18px;
    padding: 6px 0
}

.mobile-menu .btn-default {
    background-color: #fff;
    border: 0 none;
    height: 30px;
    padding: 4px 5px
}

.mobile-menu .btn-default:hover {
    color: #0083c1
}

.mm-search #search1 {
    width: 100%
}

.mobile-menu .btn-default:focus {
    background-color: #fff
}

.mobile-menu .btn-default:active {
    background-color: #fff
}

.mobile-menu .home {
    background-color: #0083c1;
    color: #fff;
    overflow: hidden
}

.mobile-menu .home i {
    padding-right: 5px
}

.mobile-menu .home a.active {
    color: #fff !important
}

.mobile-menu .expand {
    color: #999;
    margin-left: 20px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    width: 35px
}

.mobile-menu .expand:hover {
    cursor: pointer
}

.mobile-menu li {
    display: block;
    float: left;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    width: 100%
}

.mobile-menu li .home a {
    color: #fff
}

.mobile-menu li a {
    color: #333;
    display: block;
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
    padding: 7px 10px 7px 15px;
    text-decoration: none;
    white-space: normal;
    letter-spacing: .5px
}

.mobile-menu li a.active {
    color: #0083c1
}

.mobile-menu li li a {
    font-weight: 400;
    padding: 12px 10px 10px 15px;
    padding-left: 18px;
    text-transform: none;
    letter-spacing: normal
}

.mobile-menu li li li a {
    padding-left: 25px
}

.mobile-menu li li li li a {
    padding-left: 35px
}

.mobile-menu .social a {
    float: left;
    margin: 10px 0 10px 15px;
    padding: 0
}

.mobile-menu .social i {
    color: #0083c1;
    font-size: 22px
}

.mobile-menu input.simple:focus {
    border: medium none;
    box-shadow: none;
    transition: none 0 ease 0
}

.mobile-menu [class^="icon-"]:before {
    margin-left: 0;
    margin-right: 0
}

.mobile-menu [class*=" icon-"]:before {
    margin-left: 0;
    margin-right: 0
}

.mm-toggle-wrap {
    color: #fff;
    line-height: 1;
    overflow: hidden
}

.mm-toggle {
    background: none repeat scroll 0 0 #f5964f;
    border-radius: 3px;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 23px;
    margin-right: 15px;
    padding: 16px 15px 12px;
    width: auto
}

.mm-toggle .mm-label {
    display: none;
    font-size: 13px;
    margin-left: 3px;
    text-transform: uppercase;
    vertical-align: middle
}

#mobile-menu .top-links {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
    border-top: 1px #eaeaea solid
}

#mobile-menu .top-links .lang-curr {
    border-bottom: 1px solid #444;
    float: none;
    margin: auto;
    padding: 12px 15px;
    width: 100%
}

#mobile-menu .top-links .form-language {
    border-left: 0 solid #ececec;
    display: inline;
    float: left;
    line-height: 17px;
    margin-left: 0;
    padding-left: 0
}

#mobile-menu .top-links ul.links {
    padding: 0
}

#mobile-menu .top-links ul.links a {
    color: #333;
    text-transform: none;
    letter-spacing: 1px
}

#mobile-menu .top-links ul.links a:hover {
    color: #0083c1
}

#mobile-menu .top-links .links li {
    list-style: outside none none;
    padding: 5px 15px;
    font-size: 13px
}

#mobile-menu ul.currencies_list li a {
    color: #eee
}

.mobile-menu li li a span.fa.fa-plus:before {
    content: ""
}

.mobile-menu li li a span.fa.fa-plus {
    font-family: inherit;
    padding: 0 !important
}

@media (max-width: 767px) {
    .mm-toggle {
        display: block;
        color: #333e48
    }

    .mm-toggle .fa {
        font-size: 23px
    }
}

body {
    padding: 0;
    margin: auto;
    line-height: 1.55;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    background: #e3e6ec
}

h2 {
    font-size: 20px
}

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

a {
    color: #0275d8;
    cursor: pointer
}

a:hover {
    color: #0083c1;
    text-decoration: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0
}

:focus {
    outline: none
}

.products-grid .item .item-inner .item-info .info-inner .item-title a, footer a {
    color: #0275d8
}

button {
    border: none;
    border: none
}

.price {
    color: #0083c1
}

.logo {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    color: #C0504D;
    line-height: 1;
    padding-bottom: 10px
}

.slogan {
    color: #c0504d;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    white-space: nowrap
}

.logo__main {
    color: #F69545;
    font-size: 48px
}

.logo img {
    max-width: 175px
}

.search-box {
    margin: auto;
    position: relative;
    border-radius: 7px;
    margin-left: 6px;
    border: 3px solid #cecece;
    background: #fff;
    width: 95%
}

.search_field {
    margin: 0;
    width: 70%;
    font-size: 14px;
    color: #5D5D5D;
    padding: 7px 20px;
    background: none;
    outline: none;
    border: none;
    display: inline-block
}

.search-btn-bg {
    -moz-appearance: button;
    background: url(/storage/base_images/images/search-icon.png) no-repeat scroll 14px 14px;
    border: none;
    border-radius: 0 7px 7px 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    height: 53px;
    line-height: 17px;
    padding: 6px 5px;
    position: absolute;
    text-transform: uppercase;
    right: -3px;
    top: 0;
    width: 55px;
    border-left: 1px #eaeaea solid;
    border: none;
    margin-top: -3px
}

.search-btn-bg:hover {
    color: #000
}

.modal-header {
    text-align: left
}

.top-cart-contain .price {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700
}

.mini-cart {
    text-align: left;
    cursor: pointer;
    margin: 0
}

.basket {
    display: flex;
    align-items: center
}

.basket .cart-icon {
    position: relative;
    color: #fff;
    margin-right: 20px;
    margin-top: 10px
}

.basket .cart-data {
    margin-right: 20px;
    margin-left: 10px;
    color: #fff;
    line-height: 1.2
}

.basket .cart-icon i {
    font-size: 22px;
    line-height: 1
}

.basket > i {
    color: #fff;
    font-size: 16px
}

.cart-icon .cart_count.visible {
    display: flex
}

.cart-icon .cart_count {
    position: absolute;
    background: #f5964f;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    top: -10px;
    right: -10px
}

.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none
}

.top-cart-contain {
    position: relative;
    background: #984140;
    flex: none;
    padding: 7px 24px;
    min-height: 58px
}

.button:btn-bag:hover {
    background: #f6f6f6
}

.navleft-container {
    width: 100%
}

.mega-menu-title {
    cursor: pointer;
    padding: 18px 24px;
    font-weight: 300;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 58px
}

.mega-menu-title i {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle
}

.mega-menu-title .h3 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: normal;
    margin: auto
}

.mega-menu-category {
    border-top: 0;
    display: none
}

.material-home .mega-menu-category {
    display: block;
    position: absolute;
    left: 0;
    right: 0
}

.mega-menu-category ul {
    padding: 0;
    margin: 0;
    border-top: none;
    background-color: #fff;
    border: 1px solid #ededed;
    border-top: none;
    flex-direction: column
}

.mega-menu-category > .nav > li > a {
    color: #333e48;
    font-weight: 400;
    padding: 12px 20px;
    font-size: 14px;
    display: block;
    border-bottom: 1px #eaeaea solid
}

.mega-menu-category > .nav li {
    position: relative
}

.mega-menu-category ul li ul {
    border: none
}

.mega-menu-category > .nav > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 13px;
    background: #f2f2f2;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    color: #777
}

.mega-menu-category > .nav > li.nosub > a:after {
    display: none
}

.mega-menu-category > .nav > li > a:hover, .mega-menu-category > .nav > li > a:focus {
    color: #333e48;
    background-color: #f5f5f5;
    font-weight: 700
}

.wrap-popup {
    position: absolute;
    left: 110%;
    top: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    z-index: 100
}

.mega-menu-category > .nav > li.active .wrap-popup {
    left: 100%
}

.popup {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    display: none;
    text-align: left;
    z-index: 3000;
    padding: 15px 20px;
    flex-flow: row wrap;
    height: 400px;
    writing-mode: vertical-lr;
    row-gap: 20px
}

.popup .column-item {
    writing-mode: horizontal-tb
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .popup {
        padding: 12px
    }

    .wrap-popup {
        width: 565px
    }
}

.popup h3, .popup .h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 4px;
    letter-spacing: normal;
    color: #333
}

.popup .column-item > a {
    display: block
}

.popup .column-item {
    white-space: nowrap
}

.popup .nav > li > a {
    font-size: 13px;
    color: #404040;
    padding: 5px 0 0;
    letter-spacing: normal;
    font-weight: 400
}

.popup .nav > li > a:hover, .popup .nav > li > a:focus {
    color: #f5964f;
    background-color: transparent
}

.has-sep:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -10px
}

header {
    position: relative;
    z-index: 122
}

.header-container {
    transition: all .5s;
    padding: 0
}

.header__top .phone {
    font-size: 20px;
    font-weight: 600
}

.header__menu a {
    color: #000;
    font-size: 18px;
    padding: 2px 15px;
    font-weight: 600
}

.header__menu a + a {
    border-left: 1px solid #ccc
}

.header__bottom {
    background: #bf5150
}

.header__bottom .wrapper {
    display: flex;
    align-items: center
}

.header__bottom .acc-wish {
    display: flex;
    padding: 0 15px
}

.header__bottom .acc-wish a {
    color: #fff;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1
}

.cat_menu {
    width: 300px;
    flex: none;
    position: relative;
    background: #984140
}

.owl-item .item {
    margin: 0 12px
}

.product-flexslider {
    margin: 20px 0
}

#bestsell-slider.product-flexslider {
    margin: 0 -25px
}

.products-grid {
    margin: 0;
    list-style: none
}

.products-grid .item {
    background: #FFF;
    margin-bottom: 40px
}

.products-grid .item .item-inner {
    position: relative;
    text-align: left;
    overflow: hidden;
    border: 1px solid #e5e5eb;
    padding: 10px 0;
    height: 100%;
    display: flex;
    flex-direction: column
}

.products-grid .item .item-inner .badges-container {
    padding: 3px 20px
}

.products-grid .item .item-inner .item-info {
    padding: 0 10px
}

.products-grid .item .item-info {
    /*height: 100%*/
}

.products-grid .item .item-inner .action {
    margin-top: 10px;
    display: flex
}

button.btn-cart {
    color: #bf5150;
    line-height: normal;
    padding: 4px 10px;
    border: none;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    width: 100%;
    border: 1px solid #bf5150;
    position: relative;
    margin-right: 5px;
    font-weight: 600;
    padding-left: 35px;
    transition: .3s
}

button.btn-cart:hover {
    color: #fff;
    background: #bf5150
}

button.btn-cart i {
    position: absolute;
    color: #fff;
    background: #bf5150;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 3px;
    width: 35px
}

.products-grid .item .item-inner:hover {
    left: 0;
    top: 0
}

.products-grid .item .item-inner .item-img {
    position: relative
}

.products-grid .item .item-inner .item-img .item-img-info {
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    overflow: hidden
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image {
    width: 100%;
    overflow: hidden;
    display: inline-block
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -moz-transform: scale(1.15)
}

.products-grid .item .item-inner .item-img .item-img-info {
    overflow: visible
}

.products-grid .item .item-inner .item-img {
    margin: 0 auto;
    display: block
}

.products-grid .item .item-inner .item-info .info-inner {
    border-top: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.products-grid .item .item-inner  .item-title {
    margin-bottom: 5px;
    padding-top: 13px;
    font-size: 14px;
    overflow: hidden;
    line-height: 19px;
    min-height: 55px
}

.products-grid .item .item-inner .item-title a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    color: #333e48;
    display: block;
    text-align: center
}

.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
    color: #0083c1
}

.products-grid .item:hover .item-inner .item-img .item-img-info {
    border-color: #fff
}

.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
    color: #0083c1
}

.products-grid .item:hover .item-inner  .item-title a {
    color: #bf5150
}

.link-wishlist {
    color: #666;
    text-shadow: none;
    border: none;
    box-shadow: none
}

.link-wishlist:hover {
    color: #666;
    text-shadow: none;
    border: none;
    box-shadow: none;
    background: none
}

.link-wishlist {
    padding: 0;
    background: none
}

button.btn-add-to-wishlist {
    color: #888;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 4px 10px;
    border: 1px solid #888;
    margin-left: 5px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    transition: .3s
}

button.btn-add-to-wishlist:hover {
    background: #bf5150;
    color: #fff;
    border-color: #bf5150
}

.btn-add-to-wishlist span:after {
    content: "\f004";
    text-align: center;
    font-family: FontAwesome;
    color: #888
}

.products-grid .item .item-inner .item-info .info-inner .action button.btn-add-to-wishlist:hover span:after {
    color: #fff
}

.price {
    font-size: 14px;
    color: #333;
    white-space: nowrap !important
}

.price-box {
    padding: 0;
    margin: 3px 0;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    flex-direction: column
}

.item-info .old-price {
    text-decoration: line-through
}

.old-price {
    color: #888;
    font-size: 18px;
    line-height: 18px
}

.regular-price {
    display: inline
}

.regular-price .price {
    font-weight: 700;
    font-size: 20px
}

section.home-articles {
    background: #f8f8f8;
    padding: 70px 0;
    margin-top: 50px
}

.column-left {
    float: left;
    width: 50%;
    padding-right: 15px
}

.column-right {
    float: right;
    width: 50%;
    padding-left: 15px
}

.article-home {
    display: flex
}

.article-home .article-home__image {
    flex: 0 0 50%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-home .article-home__content {
    flex: 0 0 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px
}

.article-home .article-home__content .inside {
    margin: 0 auto;
    text-align: center
}

.article-home .article-home__content .inside h4 {
    color: #333e48;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px
}

.link {
    font-size: 15px;
    color: #333e48;
    font-weight: 600;
    display: block;
    margin-top: 15px
}

.link i {
    color: #f5964f;
    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle
}

.css-grid--columns-2 {
    grid-template-columns:1fr 1fr
}

.article-home:nth-child(2) {
    flex-direction: row-reverse
}

.column-right .article-home {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.column-right .article-home .article-home__image {
    height: 100%;
    width: 100%
}

.column-right .article-home .article-home__image img {
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-home .article-home__image {
    flex: 0 0 50%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

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

.article-home .article-home__content {
    flex: 0 0 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px
}

.column-right .article-home .article-home__content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    z-index: 3
}

#toTop {
    color: #fff;
    text-align: center;
    bottom: 60px;
    display: none;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 45px;
    background: url(/storage/base_images/images/to-top-arrow.png) no-repeat center;
    background-color: #f5964f;
    text-transform: uppercase;
    z-index: 100;
    border-radius: 2px
}

#toTop:hover {
    color: #fff;
    background-color: #f5f5f5
}

.newsletter-wrap {
    padding: 20px 0;
    overflow: hidden;
    clear: both;
    background: #f5964f
}

.newsletter {
    margin: auto;
    text-align: center
}

.footer {
    background: none repeat scroll 0 0 #f8f8f8
}

.footer-top {
    clear: both;
    overflow: hidden;
    padding: 30px 0;
    border-top: 1px #ddd solid
}

.footer-middle a {
    font-weight: 400;
    letter-spacing: normal;
    font-size: 13px
}

.footer-middle .col-md-3 {
    padding: 45px 20px 20px;
    overflow: hidden
}

.footer-middle .col-md-3:first-child {
    border-left: 0 solid #e5e5e5;
    padding-left: 15px
}

.footer-middle .col-md-3:last-child {
    padding-right: 0
}

.footer a:hover {
    text-decoration: none
}

.contacts-info address {
    border: medium none;
    color: #333e48;
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 1.5em;
    margin: 5px auto 18px;
    padding-bottom: 0;
    text-align: left;
    font-weight: 400
}

.contacts-info {
    margin-top: 10px
}

.payment-accept {
    text-align: right
}

.payment-accept img {
    margin: 0 10px 8px 0;
    width: 50px
}

.footer-middle h4, .footer-middle .h4 {
    color: #333e48;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    margin: 0;
    padding: 0 0 10px
}

.footer-middle ul.links {
    margin: auto;
    padding: 0
}

.footer-middle .links li {
    list-style: none;
    padding: 0 0 6px
}

.footer-middle .links li a {
    color: #333e48;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;
    font-weight: 400
}

.footer-middle .links li a:hover {
    color: #0083c1;
    text-decoration: none
}

.add-icon:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 15px;
    color: #333;
    height: 35px;
    width: 35px;
    line-height: 32px;
    display: inline-block;
    float: left;
    font-style: normal;
    text-align: center;
    margin-right: 10px;
    border-radius: 30px;
    border: 1px solid #f5964f;
    border-radius: 25px;
    background: #f5964f
}

.email-icon:before {
    content: "\f0e0";
    background: none repeat scroll 0 0 #f5964f;
    border: 1px solid #f5964f;
    border-radius: 25px;
    color: #333;
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    height: 35px;
    line-height: 33px;
    margin-right: 10px;
    text-align: center;
    width: 35px
}

.phone-icon:before {
    content: "\f095";
    border: 1px solid #f5964f;
    border-radius: 25px;
    color: #333;
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    height: 35px;
    line-height: 34px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
    background: #f5964f
}

.email-footer {
    overflow: hidden;
    margin-top: 15px;
    font-size: 12px;
    padding-bottom: 25px
}

.email-footer a {
    font-size: 13px;
    line-height: 35px;
    color: #333e48;
    font-weight: 400
}

.phone-footer {
    overflow: hidden;
    font-size: 13px;
    line-height: 35px;
    color: #333e48;
    margin-bottom: 15px;
    margin-top: 12px;
    font-weight: 400
}

.coppyright {
    color: #888;
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 15px
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    filter: alpha(opacity=70);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    z-index: 9999;
    display: none
}

.badges-container {
    font-size: 13px;
    background: transparent;
    padding: 3px 10px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    align-items: center;
    margin-bottom: 10px;
    color: #777
}

.bage > div {
    background: #f5964f;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 10px
}
.m-auto {
    margin: auto !important;
}
.bage i {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 1px;
    aspect-ratio: 1 / 1;
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-slider5 .owl-dots {
    display: none
}

.home-slider5 {
    width: 100%
}

.mb-30 {
    margin-bottom: 30px
}

.home-slider-caption {
    z-index: 3;
    white-space: nowrap
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__top .logo img {
    max-width: 130px
}

.header__top .logo .slogan {
    font-size: 20px;
    margin-top: 2px
}

.header__bottom .basket:after {
    display: none
}

.sticky_header {
    padding-top: 72px
}

.sticky_header header {
    position: sticky;
    top: 0;
    left: 0
}

.sticky_header header .header-container {
    height: 0;
    transition: all .2s;
    overflow-y: hidden
}

header .header-container {
    background: #fff;
    background: #fff
}

.bage > div.not-available-badge {
    background: none;
    border: 2px solid #f5964f;
    color: #f5964f;
    text-transform: uppercase;
    padding: 2px 5px;
    border-radius: 0;
    font-size: 10px
}

.bage > div.not-available-badge i {
    border-color: #f5964f;
    width: 13px;
    height: 13px;
    border-radius: 7.5px
}

.material-home .sticky_header .navleft-container .mega-menu-category {
    display: none
}

.material-home .sticky_header .navleft-container:hover .mega-menu-category {
    display: block
}

.link-to-js:hover {
    cursor: pointer
}

.first-view-banner.active {
    display: block
}

.first-view-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0 25px;
    box-shadow: 0 -3px 6px #00000029;
    background: #fff;
    z-index: 9999;
    display: none;
}

.first-view-banner .banner-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px
}

.first-view-banner .banner-buttons .btn {
    padding: 7px 15px;
    font-weight: 700;
    border-radius: 10px
}

.first-view-banner .banner-buttons .btn.btn-bordered {
    border: 2px solid #212529
}

.first-view-banner .banner-buttons .btn.btn-bordered:hover {
    background: #212529;
    color: #fff
}

.first-view-banner .banner-buttons .btn.btn-red {
    background: #C05150;
    border: 2px solid #C05150;
    color: #fff;
    transition: all .2s
}

.first-view-banner .banner-buttons .btn.btn-red:hover {
    border: 2px solid #212529;
    background: #212529;
    transition: all .2s
}

.first-view-banner .banner-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 15px
}

.form-message-container {
    font-size: 18px
}

.message-container {
    padding: 60px 30px
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    section.home-articles {
        margin-top: 20px;
        padding-top: 40px
    }

    .article-home {
        display: block
    }

    .column-left {
        float: none;
        width: 100%;
        padding: 0
    }

    .column-right {
        float: none;
        width: 100%;
        padding: 0
    }

    .column-right .article-home .article-home__content {
        width: 100%;
        position: relative
    }

    .logo {
        text-align: center;
        padding-bottom: 0;
        margin-top: 20px;
        line-height: normal;
        width: 100%;
        padding-top: 0
    }

    .search_field {
        padding: 3px 6px;
        width: calc(100% - 185px)
    }

    .search-btn-bg {
        position: absolute;
        padding: 6px 3px
    }

    .product-flexslider {
        margin-top: 10px;
        margin-bottom: 0
    }

    #toTop {
        width: 30px;
        height: 30px;
        line-height: 38px
    }

    .product-img-box. col-xs-12 {
        width: 300px
    }

    .newsletter {
        text-align: left
    }

    .payment-accept {
        float: none !important;
        text-align: center
    }

    .footer-middle .col-md-3 {
        padding: 15px
    }

    .footer-column {
        width: 100%;
        margin-right: 0
    }

    .products-grid .item .item-inner .item-img {
        margin: 0 auto
    }

    footer .coppyright {
        float: none;
        text-align: center;
        margin-bottom: 15px
    }

    .payment-accept img {
        margin-right: 6px
    }

    footer address {
        margin: 18px auto 40px
    }

    .top-cart-contain {
        float: left;
        margin-left: 12px;
        margin-top: 0
    }

    .newsletter-wrap {
        padding: 15px 0
    }

    .footer-middle .col-md-3:last-child {
        padding-right: 0;
        padding-bottom: 0
    }

    .footer-top {
        padding: 10px 0 5px
    }

    .footer-middle {
        padding-top: 15px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section.home-articles {
        margin-top: 20px;
        padding-top: 40px
    }

    .article-home {
        display: block
    }

    .column-left {
        float: none;
        width: 100%;
        padding: 0;
        max-width: 400px;
        margin: auto
    }

    .column-right {
        float: none;
        width: 100%;
        padding: 0;
        max-width: 400px;
        margin: auto
    }

    .column-right .article-home .article-home__content {
        width: 100%;
        position: relative
    }

    .logo {
        text-align: center;
        padding-bottom: 0;
        margin-top: 0;
        line-height: 1;
        width: 100%;
        padding-top: 0
    }

    .logo img {
        max-width: 140px
    }

    .slogan {
        margin-top: 5px;
        font-size: 13px
    }

    .search-box {
        width: 100%
    }

    .search_field {
        padding: 3px 6px;
        width: calc(100% - 185px)
    }

    .search-btn-bg {
        position: absolute;
        padding: 6px 3px
    }

    .top-cart-contain {
        float: left;
        margin-left: 12px;
        margin-top: 10px
    }

    .product-flexslider {
        margin-top: 10px;
        margin-bottom: 0
    }

    #toTop {
        width: 30px;
        height: 30px;
        line-height: 38px
    }

    .product-img-box. col-xs-12 {
        width: 300px
    }

    .newsletter {
        text-align: center
    }

    .payment-accept {
        float: none !important;
        text-align: center;
        margin-top: 15px
    }

    .footer-middle .col-md-3 {
        padding: 25px 20px 0
    }

    .footer-column {
        width: 100%;
        margin-right: 0
    }

    .products-grid .item .item-inner .item-img {
        margin: 0 auto
    }

    footer .coppyright {
        float: none;
        text-align: center;
        margin-bottom: 15px
    }

    .payment-accept img {
        margin-right: 6px
    }

    .newsletter-wrap {
        padding: 20px 0
    }

    .footer-top {
        padding: 30px 0 20px
    }

    .footer-middle .col-md-3:last-child {
        padding-bottom: 0
    }

    .footer-middle {
        padding-top: 15px
    }

    .header-container {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-btn-bg {
        position: absolute
    }

    .btn {
        margin-bottom: 5px
    }

    .search_field {
        padding: 0 10px;
        width: 290px
    }

    .search-box {
        margin-left: 2px
    }

    .wrap-popup {
        top: 55px;
        width: 530px
    }

    .footer-middle .col-md-3 {
        padding: 35px 20px 0;
        border: none
    }

    .nav > li {
        position: initial
    }

    .popup {
        min-height: 305px;
        padding: 12px;
        top: 15px
    }

    .header-container {
        margin-bottom: 12px
    }

    .mega-menu-title {
        padding: 18px 10px
    }

    .mega-menu-title i {
        font-size: 16px;
        margin-right: 4px
    }

    .navleft-container {
        width: 101%;
        margin-top: 0
    }

    .column-left {
        float: left;
        width: 100%;
        padding-right: 0
    }

    .column-right {
        float: left;
        width: 100%;
        padding-left: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-btn-bg {
        position: absolute
    }

    .search_field {
        width: 60%
    }

    .email-icon:before {
        margin-right: 0
    }

    .nav > li {
        position: initial
    }

    .popup {
        min-height: 418px;
        padding: 12px;
        top: 15px
    }

    .wrap-popup {
        top: 63px
    }

    .top-cart-contain {
        float: right;
        width: 80%
    }

    .mega-menu-title i {
        margin-right: 4px
    }

    .mega-menu-category > .nav > li > a {
        padding: 9px 20px
    }

    .navleft-container {
        width: 101%
    }
}

.products-grid .item .item-inner .item-info .info-inner .action button.in-wishlist.btn-add-to-wishlist {
    background: #f5964f;
    color: #fff;
    border: none;
    cursor: default
}

.products-grid .item .item-inner .item-info .info-inner .action button.in-wishlist.btn-add-to-wishlist span {
    color: #fff
}

.btn-add-to-wishlist.in-wishlist span:after {
    color: #fff
}

@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pull-left {
    float: left
}

.fa-heart:before {
    content: "\f004"
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-list:before {
    content: "\f03a"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-phone:before {
    content: "\f095"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-trash:before {
    content: "\f1f8"
}

.modal-open {
    padding: 0 !important
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

