@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,500&display=swap');
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    
    font-size: 14px;
    line-height: 25px;
    background-color: #333;
    overflow: hidden;
    position: relative;

    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto', sans-serif;
/*    font-family: 'Raleway', sans-serif;*/
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}


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
}

a:focus,
a:hover {
    color: #f61313;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
}
h2 {
    font-size: 24px
}

h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2d2d2d
}

h4 {
    font-size: 18px
}


h1 {
    font-size: 2em;
    margin: .67em 0;
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@media print {
    *,
    ::after,
    ::before,
    blockquote::first-letter,
    blockquote::first-line,
    div::first-letter,
    div::first-line,
    li::first-letter,
    li::first-line,
    p::first-letter,
    p::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        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
    }
    .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 #ddd !important
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}



[tabindex="-1"]:focus {
    outline: 0 !important
}

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] {
    cursor: help
}

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
}



pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
h1 {
    font-size: 2.3rem
}

.h2,
h2 {
    font-size: 1.8rem
}

.h3,
h3 {
    font-size: 1.5rem
}

.h4,
h4 {
    font-size: 1.2rem
}

.h5,
h5 {
    font-size: 1rem
}

.h6,
h6 {
    font-size: .8rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

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: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636c72
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #636c72
}

code,
kbd,
pre,
samp {
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:1200px) {
    .row {
        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-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-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-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-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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .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-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-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-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-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .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-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-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-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-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .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-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-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-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-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .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-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-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-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-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.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.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.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.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.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.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.333333%
}

.pull-2 {
    right: 16.666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.333333%
}

.pull-5 {
    right: 41.666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.333333%
}

.pull-8 {
    right: 66.666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.333333%
}

.pull-11 {
    right: 91.666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.333333%
}

.push-2 {
    left: 16.666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.333333%
}

.push-5 {
    left: 41.666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.333333%
}

.push-8 {
    left: 66.666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.333333%
}

.push-11 {
    left: 91.666667%
}

.push-12 {
    left: 100%
}

.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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .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.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .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-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .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-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.333333%
    }
    .pull-sm-2 {
        right: 16.666667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.333333%
    }
    .pull-sm-5 {
        right: 41.666667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.333333%
    }
    .pull-sm-8 {
        right: 66.666667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.333333%
    }
    .pull-sm-11 {
        right: 91.666667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.333333%
    }
    .push-sm-2 {
        left: 16.666667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.333333%
    }
    .push-sm-5 {
        left: 41.666667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.333333%
    }
    .push-sm-8 {
        left: 66.666667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.333333%
    }
    .push-sm-11 {
        left: 91.666667%
    }
    .push-sm-12 {
        left: 100%
    }
    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .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-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.333333%
    }
    .pull-md-2 {
        right: 16.666667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.333333%
    }
    .pull-md-5 {
        right: 41.666667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.333333%
    }
    .pull-md-8 {
        right: 66.666667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.333333%
    }
    .pull-md-11 {
        right: 91.666667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.333333%
    }
    .push-md-2 {
        left: 16.666667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.333333%
    }
    .push-md-5 {
        left: 41.666667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.333333%
    }
    .push-md-8 {
        left: 66.666667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.333333%
    }
    .push-md-11 {
        left: 91.666667%
    }
    .push-md-12 {
        left: 100%
    }
    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .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.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.333333%
    }
    .pull-lg-2 {
        right: 16.666667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.333333%
    }
    .pull-lg-5 {
        right: 41.666667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.333333%
    }
    .pull-lg-8 {
        right: 66.666667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.333333%
    }
    .pull-lg-11 {
        right: 91.666667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.333333%
    }
    .push-lg-2 {
        left: 16.666667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.333333%
    }
    .push-lg-5 {
        left: 41.666667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.333333%
    }
    .push-lg-8 {
        left: 66.666667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.333333%
    }
    .push-lg-11 {
        left: 91.666667%
    }
    .push-lg-12 {
        left: 100%
    }
    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.333333%
    }
    .pull-xl-2 {
        right: 16.666667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.333333%
    }
    .pull-xl-5 {
        right: 41.666667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.333333%
    }
    .pull-xl-8 {
        right: 66.666667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.333333%
    }
    .pull-xl-11 {
        right: 91.666667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.333333%
    }
    .push-xl-2 {
        left: 16.666667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.333333%
    }
    .push-xl-5 {
        left: 41.666667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.333333%
    }
    .push-xl-8 {
        left: 66.666667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.333333%
    }
    .push-xl-11 {
        left: 91.666667%
    }
    .push-xl-12 {
        left: 100%
    }
    .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%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
    border-top: 2px solid #eceeef
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #eceeef
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #eceeef
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.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-success,
.table-success>td,
.table-success>th {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef
}

.table-inverse {
    color: #fff;
    background-color: #292b2c
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: #fff
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::placeholder {
    color: #636c72;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: calc(.75rem - 1px * 2);
    padding-bottom: calc(.75rem - 1px * 2);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
    font-size: .875rem
}

.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: 3.166667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' 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")
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' 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")
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -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-static {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .25)
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn.active,
.btn:active {
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2
}

.btn-success {
    color: #fff;
    background-color: #f61313 ;
    border-color: #f61313 
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a
}

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0275d8;
    background-color: transparent
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent
}

.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent
}

.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-link {
    font-weight: 400;
    color: #0275d8;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #636c72
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    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 {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.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: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #eceeef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent
}

.show>.dropdown-menu {
    display: block
}

.show>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #636c72;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 2
}

.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: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn+.dropdown-toggle-split::after {
    margin-left: 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: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #0275d8
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #8fcafe
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-control-input:disabled~.custom-control-description {
    color: #636c72;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%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-indicator {
    background-color: #0275d8;
    background-image: url("data:image/svg+xml;charset=utf8,%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-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    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
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #5cb3fd;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.custom-file-control:lang(en)::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5em 1em
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #636c72;
    cursor: not-allowed
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
    color: #fff;
    cursor: default;
    background-color: #0275d8
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    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;
    padding: .5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    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: -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;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    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;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

@media (max-width:575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-toggleable {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable>.container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable .navbar-toggler {
        display: none
    }
}

@media (max-width:767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-sm>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-sm>.container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-md>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-md>.container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-md .navbar-toggler {
        display: none
    }
}

@media (max-width:1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-lg>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-toggleable-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-lg>.container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-lg .navbar-toggler {
        display: none
    }
}

.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-toggleable-xl>.container {
    padding-right: 0;
    padding-left: 0
}

.navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-toggleable-xl>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
}

.navbar-toggleable-xl .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler: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.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' 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 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: #fff
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
    color: #fff
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open>.nav-link {
    color: #fff
}

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, .1)
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' 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 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.card {
    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;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -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>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    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-primary {
    background-color: #0275d8;
    border-color: #0275d8
}

.card-primary .card-footer,
.card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-footer,
.card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-footer,
.card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-footer,
.card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}

.card-danger .card-footer,
.card-danger .card-header {
    background-color: transparent
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse {
    color: rgba(255, 255, 255, .65)
}

.card-inverse .card-footer,
.card-inverse .card-header {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .2)
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
    color: rgba(255, 255, 255, .65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .card-deck .card:not(:first-child) {
        margin-left: 15px
    }
    .card-deck .card:not(:last-child) {
        margin-right: 15px
    }
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0
    }
}

@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
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: .75rem
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: .25rem
}

.breadcrumb::after {
    display: block;
    content: "";
    clear: both
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #636c72
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    border: 2px solid !important;
    color: #f61313;
}

.badge-default {
    background-color: #636c72
}

.badge-default[href]:focus,
.badge-default[href]:hover {
    background-color: #4b5257
}

.badge-primary {
    background-color: #0275d8
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background-color: #025aa5
}

.badge-success {
    background-color: #5cb85c
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    background-color: #449d44
}

.badge-info {
    background-color: #5bc0de
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    background-color: #31b0d5
}

.badge-warning {
    background-color: #f0ad4e
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background-color: #ec971f
}

.badge-danger {
    background-color: #d9534f
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #c9302c
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 14px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@-o-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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: .25rem
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #0275d8
}

.progress-bar-striped {
    background-image: -webkit-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-image: -o-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-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);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    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
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.list-group {
    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;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #464a4c;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #292b2c
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9
}

.list-group-item-action:active {
    color: #292b2c;
    background-color: #eceeef
}

.list-group-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    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-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #fff
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
    color: #636c72
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f61313;
    border-color: #f61313
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text {
    color: #daeeff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.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%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.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;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef
}

.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: 15px
}

.modal-footer {
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef
}

.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: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
    margin-top: -10px
}

.popover.bs-tether-element-attached-bottom::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::after,
.popover.popover-top::before {
    left: 50%;
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-bottom::after,
.popover.popover-top::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
    margin-left: 10px
}

.popover.bs-tether-element-attached-left::after,
.popover.bs-tether-element-attached-left::before,
.popover.popover-right::after,
.popover.popover-right::before {
    top: 50%;
    border-left-width: 0
}

.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-left::after,
.popover.popover-right::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff
}

.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
    margin-top: 10px
}

.popover.bs-tether-element-attached-top::after,
.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::after,
.popover.popover-bottom::before {
    left: 50%;
    border-top-width: 0
}

.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top::after,
.popover.popover-bottom::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title::before,
.popover.popover-bottom .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
    margin-left: -10px
}

.popover.bs-tether-element-attached-right::after,
.popover.bs-tether-element-attached-right::before,
.popover.popover-left::after,
.popover.popover-left::before {
    top: 50%;
    border-right-width: 0
}

.popover.bs-tether-element-attached-right::before,
.popover.popover-left::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right::after,
.popover.popover-left::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px)
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover::after,
.popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover::before {
    content: "";
    border-width: 11px
}

.popover::after {
    content: "";
    border-width: 10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%
}

@media (-webkit-transform-3d) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

@supports ((-webkit-transform:translate3d(0,
0,
0)) or (transform:translate3d(0,
0,
0))) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@supports ((-webkit-transform:translate3d(0,
0,
0)) or (transform:translate3d(0,
0,
0))) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.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: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 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: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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-faded {
    background-color: #f7f7f7
}

.bg-primary {
    background-color: #0275d8 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5 !important
}

.bg-success {
    background-color: #5cb85c !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important
}

.bg-warning {
    background-color: #f0ad4e !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f !important
}

.bg-danger {
    background-color: #d9534f !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c !important
}

.bg-inverse {
    background-color: #292b2c !important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #101112 !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
}

.rounded {
    border-radius: .25rem
}

.rounded-top {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.rounded-right {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-left {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

.clearfix::after {
    display: block;
    content: "";
    clear: both
}

.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-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    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-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        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-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        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-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        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-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.flex-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.flex-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.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
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !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
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-sm-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-sm-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-sm-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
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-md-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-md-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
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-lg-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-lg-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-lg-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
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-xl-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-xl-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-xl-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
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-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
    }
}

.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
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: 1rem 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 3rem 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 0 !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0 {
        margin-left: 0 !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-sm-1 {
        margin: .25rem .25rem !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1 {
        margin-left: .25rem !important
    }
    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem .5rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2 {
        margin-left: .5rem !important
    }
    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem 1rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3 {
        margin-left: 1rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem 1.5rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4 {
        margin-left: 1.5rem !important
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem 3rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5 {
        margin-left: 3rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-sm-0 {
        padding: 0 0 !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0 {
        padding-left: 0 !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-sm-1 {
        padding: .25rem .25rem !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1 {
        padding-left: .25rem !important
    }
    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem .5rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2 {
        padding-left: .5rem !important
    }
    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem 1rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3 {
        padding-left: 1rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem 1.5rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4 {
        padding-left: 1.5rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem 3rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5 {
        padding-left: 3rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto {
        margin-left: auto !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 0 !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0 {
        margin-left: 0 !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-md-1 {
        margin: .25rem .25rem !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1 {
        margin-left: .25rem !important
    }
    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-md-2 {
        margin: .5rem .5rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2 {
        margin-left: .5rem !important
    }
    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-md-3 {
        margin: 1rem 1rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3 {
        margin-left: 1rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem 1.5rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4 {
        margin-left: 1.5rem !important
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem 3rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5 {
        margin-left: 3rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-md-0 {
        padding: 0 0 !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0 {
        padding-left: 0 !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-md-1 {
        padding: .25rem .25rem !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1 {
        padding-left: .25rem !important
    }
    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-md-2 {
        padding: .5rem .5rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2 {
        padding-left: .5rem !important
    }
    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-md-3 {
        padding: 1rem 1rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3 {
        padding-left: 1rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem 1.5rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4 {
        padding-left: 1.5rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem 3rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5 {
        padding-left: 3rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto {
        margin-left: auto !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 0 !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-lg-1 {
        margin: .25rem .25rem !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1 {
        margin-left: .25rem !important
    }
    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem .5rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2 {
        margin-left: .5rem !important
    }
    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem 1rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3 {
        margin-left: 1rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem 1.5rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4 {
        margin-left: 1.5rem !important
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem 3rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5 {
        margin-left: 3rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-lg-0 {
        padding: 0 0 !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0 {
        padding-left: 0 !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-lg-1 {
        padding: .25rem .25rem !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1 {
        padding-left: .25rem !important
    }
    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem .5rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2 {
        padding-left: .5rem !important
    }
    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem 1rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3 {
        padding-left: 1rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem 1.5rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4 {
        padding-left: 1.5rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem 3rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5 {
        padding-left: 3rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto {
        margin-left: auto !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 0 !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0 {
        margin-left: 0 !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-xl-1 {
        margin: .25rem .25rem !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1 {
        margin-left: .25rem !important
    }
    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem .5rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2 {
        margin-left: .5rem !important
    }
    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem 1rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3 {
        margin-left: 1rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem 1.5rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4 {
        margin-left: 1.5rem !important
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem 3rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5 {
        margin-left: 3rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-xl-0 {
        padding: 0 0 !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0 {
        padding-left: 0 !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-xl-1 {
        padding: .25rem .25rem !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1 {
        padding-left: .25rem !important
    }
    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem .5rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2 {
        padding-left: .5rem !important
    }
    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem 1rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3 {
        padding-left: 1rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem 1.5rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4 {
        padding-left: 1.5rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem 3rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5 {
        padding-left: 3rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto {
        margin-left: auto !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !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-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #636c72 !important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #4b5257 !important
}

.text-primary {
    color: #0275d8 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5 !important
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44 !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important
}

.text-warning {
    color: #f0ad4e !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f !important
}

.text-danger {
    color: #d9534f !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c !important
}

.text-gray-dark {
    color: #292b2c !important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #101112 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}



a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-style: inherit;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

figure {
    margin: 0
}

:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

legend {
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button,
input {
    line-height: normal
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0))
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: none
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}


ol,
ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto
}

b,
strong {
    font-weight: 700
}

button:hover,
uttonb {
    border: none
}

button:focus {
    outline: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    color: #fff;
    padding: 0 27px 0 27px;
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    background: #e5e5e5;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

button.search-submit-form {
    position: absolute;
    right: 2px;
    top: 7px;
    padding: 0 10px;
    color: #999;
    background-color: transparent;
    display: inline-block;
    height: 29px;
    line-height: 31px;
    font-size: 12px;
    border-color: transparent;
    border-left: 1px solid #d0d0d0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    position: relative;
    display: block;

    width: 100%;
    line-height: 24px;
    padding: 0 8px;
    color: #222;
    border: 1px solid #e5e5e5 !important;
    height: 40px;
    border-radius: 3px !important;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

select {
    border: none
}

input[type=search] {
    width: 250px;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff
}

input[type=email] {
    padding: 0 8px;
    color: #555
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border: 2px solid #999;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff !important
}

textarea {
    width: 100%;
    padding: 11px 18px;
    height: 173px
}

input[type=checkbox] {
    display: inline
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #aeaeae;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #aeaeae
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aeaeae;
    opacity: 1
}

.btn {
    background-image: none;
    border: 0
}

.btn-primary {
    background-color: #f61313;
    border: 1px solid #f61313;
    border-radius: 2px;
    min-width: 90px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 14px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding-bottom: 13px;
    line-height: 10px;
    font-weight: 400
}

.btn-primary:hover {
    border: 1px solid #f61313
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #f61313;
    border-color: #f61313;
    box-shadow: none;
    outline: 0;
    color: #fff
}

.btn-outline-primary {
    border: 1px solid #f61313;
    border-radius: 6px;
    color: #f61313;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none;
    outline: 0;
    height: auto;
    padding: 8px 15px;
    font-weight: 400
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: #2db92d;
    border: 1px solid #2db92d;
    color: #fff;
    line-height: 1.2;
    border-radius: 6px;
    box-shadow: none;
    outline: 0
}

.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:focus,
.navbar .nav>.active>a:hover,
.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #727272
}

select::-ms-expand {
    opacity: 0
}

.selectbox {
    position: relative;
    display: block
}

.selectbox select {
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    min-width: auto;
    padding: 0 0 0 20px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    text-indent: .01px
}

.selectbox select::-ms-expand {
    display: none
}

.selectbox::after {
    top: 12px;
    right: 20px;
    margin: 0;
    padding: 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform-origin: left;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    pointer-events: none
}

.form-check label {
    position: relative;
    padding-left: 1.8rem;
    font-size: 15px;
    display: block;
    text-transform: capitalize
}

.form-check label a {
    font-size: 14px;
    text-decoration: underline
}

.form-check input[type=checkbox],
.form-check input[type=radio] {
    margin-left: 0;
    margin-top: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1px;
    height: 1px;
    background: 0 0;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: 0
}

.form-check label::before {
    font-family: FontAwesome;
    border-radius: 20px;
    color: #e0e0e0;
    font-size: 17px;
    border: 0;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%)
}

.form-check input[type=radio]+label::before {
    content: '\f111'
}

.form-check input[type=radio]:checked+label::before {
    content: '\f111';
    color: #f61313
}

.form-check input[type=checkbox]+label::before {
    content: '\f096'
}

.form-check input[type=checkbox]:checked+label::before {
    content: '\f14a';
    color: #f61313
}



.container {
    width: 1380px
}

.clearfix {
    clear: both
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.sale {
    font-weight: 500;
    font-size: 22px;
}

.regular {
    color: #c5c5c5;
    font-size: 14px;
    text-decoration: line-through
}

.background {
    background-color: #f5f5f5
}

.text-green {
    color: #2db92d !important
}

.boxed {
    position: relative
}

.boxed>.overlay {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 909;
    opacity: 0;
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.boxed>.overlay.show {
    opacity: 1;
    display: block
}

#header {
    position: relative;
    z-index: 999;
    background-color: #fff
}

.header-top {
    border-bottom: 1px solid #ddd;
    background: #f5f5f5
}

.header-top.style1 {
    background-color: #f5f5f5;
    padding: 6px 0
}

.header-top.style2 {
    background-color: #ffa020;
    padding: 0 0;
    border-bottom: none
}

.header-top.style2 ul.flat-support>li>a {
    color: #fff
}

.header-top.style2 ul.flat-support>li {
    border-color: #fec579
}

.header-top.style2 ul.flat-infomation>li.phone {
    color: #fff
}

.header-top.style2 ul.flat-infomation>li.phone>a {
    color: #fff
}

.header-top.style2 ul.flat-unstyled>li>a {
    color: #fff
}

.header-top.style3 {
    background-color: #f5f5f5;
    padding: 0 0;
    border-bottom: none
}

.header-top.style4 {
    background-color: #f5f5f5;
    padding: 6px 0 6px;
    border-bottom: none
}

ul.flat-support li {
    display: inline-block;
    line-height: 34px;
    height: 34px
}

ul.flat-support li a {
    border-right: 1px solid #e5e5e5;
    padding-right: 10px;
    padding-left: 7px;
    font-size: 13px;
    font-weight: 400
}

ul.flat-support li a>.fa {
    font-size: 16px
}

ul.flat-support li:first-child>a {
    padding-left: 0
}

ul.flat-support li:last-child>a {
    padding-right: 0;
    border-right: none
}

ul.flat-support.style1>li,
ul.flat-unstyled.style2>li {
    display: inline-block;
    line-height: 27px;
    height: 24px
}

ul.flat-infomation {
    text-align: center
}

ul.flat-infomation li.phone {
    color: #fff;
    line-height: 34px;
    height: 34px;
    letter-spacing: -.5px
}

ul.flat-infomation li.phone a {
    color: #fff
}

.grid-right ul.flat-infomation li.phone {
    height: 55px;
    line-height: 59px;
    font-size: 15px
}

ul.flat-infomation li a>.fa {
    font-size: 16px
}

ul.flat-unstyled {
    text-align: right;
    margin-right: 3px
}

ul.flat-unstyled>li {
    display: inline-block;
    line-height: 34px;
    height: 34px;
    position: relative
}

ul.flat-unstyled>li>a {
    border-left: 1px solid #e5e5e5;
    line-height: 1;
    padding-left: 9px;
    padding-right: 6px;
    letter-spacing: -.5px;
    font-size: 13px
}

ul.flat-unstyled>li>a>.fa {
    font-size: 16px
}

ul.flat-unstyled>li:last-child>a {
    padding-right: 0
}

ul.flat-unstyled>li:first-child>a {
    border-left: none
}

ul.flat-unstyled>li>a i {
    padding-left: 10px;
    padding-right: 4px
}

ul.flat-unstyled>li:last-child>a i {
    padding-right: 0
}

ul.flat-unstyled>li>ul {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 2px 3px 0 rgba(72, 72, 72, .15);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -41px;
    z-index: 99;
    width: 114px;
    text-align: left;
    top: 100px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.flat-unstyled>li>ul:before {
    content: '';
    position: absolute;
    left: 55px;
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e5e5e5;
    z-index: 100
}

ul.flat-unstyled>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 38px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.flat-unstyled li>ul>li>a {
    display: block;
    padding: 1px 15px;
    line-height: 24px;
    font-size: 12px
}

.flat-unstyled.style1 {
    float: right;
    line-height: 102px;
    height: 101px;
    margin-right: 3px
}

@media screen and (max-width:767px) {
    .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 15px
    }
}

@media screen and (max-width:575px) {
    ul.flat-unstyled>li>ul {
        left: auto;
        right: 0
    }
    ul.flat-unstyled>li>ul:before {
        left: auto;
        right: 30px
    }
    .header-top {
        margin-bottom: 7px
    }
    ul.flat-infomation li.phone,
    ul.flat-unstyled>li {
        height: auto;
        line-height: 1.3;
        letter-spacing: 0
    }
    ul.flat-unstyled>li>a {
        letter-spacing: 0;
        padding-left: 0
    }
}

.header-middle #logo {
    line-height: 97px;
    margin-left: -2px;
    margin-bottom: 0px
}

.header-middle #logo a {
    display: inline-block
}

.header-middle .grid-left #logo {
    margin-bottom: 0
}

.header-middle .logo.style1 {
    float: left;
    width: 23%;
    margin-right: 0
}

.header-middle.style1 {
    background-color: #f26722
}

.show-search {
    display: none
}

.show-search button {
    content: '';
    background: #fff;
    color: #f26722;
    border-color: transparent;
    height: 45px;
    line-height: 45px;
    width: 45px;
    display: block;
    padding: 0;
    border-radius: 50%;
    position: relative
}

.show-search button:before {
    content: "\f002";
    font-family: fontawesome;
    position: absolute;
    font-size: 18px;
    line-height: 45px;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.show-search>button.active:before {
    content: "\f00d"
}

.top-search {
    padding: 27px 0
}

.top-search form.form-search {
    position: relative
}

.top-search form.form-search input {
    border-radius: 0
}

.top-search form.form-search .btn-search button {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 48px;
    background: #000
}

.top-search form.form-search .cat-wrap {
    position: absolute;
    z-index: 9;
    padding: 15px 0
}

.top-search form.form-search .cat-wrap-v1 {
    position: absolute;
    z-index: 9;
    padding: 12px 0
}

.top-search form.form-search .cat-wrap select {
    height: 20px;
    line-height: 20px;
    padding: 1px 63px 0 36px;
    border-radius: 0;
    border-right: 1px solid #e5e5e5
}

.top-search form.form-search .cat-wrap span {
    position: absolute;
    top: 14px;
    right: 22px;
    color: #1b1b19;
    font-size: 14px
}

.top-search form.form-search .cat-wrap-v1 span {
    top: 11px !important
}

.top-search form.form-search .cat-wrap .all-categories {
    position: absolute;
    top: 80px;
    left: 0;
    width: 215px;
    border: 2px solid #484848;
    border-radius: 10px;
    height: 287px;
    background: #fff;
    padding: 10px 20px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.top-search form.form-search .cat-wrap .all-categories.show {
    top: 55px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.top-search form.form-search .cat-wrap .all-categories:before {
    content: '';
    position: absolute;
    border-bottom: 5px solid #484848;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -7px;
    left: 57px
}

.top-search form.form-search .cat-wrap .all-categories .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #f26722
}

.top-search form.form-search .cat-wrap .all-categories .cat-list-search .title {
    color: #f26722;
    line-height: 30px
}

.top-search form.form-search .cat-wrap .all-categories .cat-list-search ul {
    margin-bottom: 5px
}

.top-search form.form-search .cat-wrap .all-categories .cat-list-search ul li {
    padding-left: 9px;
    line-height: 20px;
    cursor: pointer
}

.top-search form.form-search .cat-wrap .all-categories .cat-list-search ul li:hover {
    color: #f26722
}

.top-search form.form-search .box-search input {
    height: 49px;
    border-radius: 8px;
    box-shadow: none;
    border-width: 1px
}

.top-search form.form-search .box-search .btn-search {
    position: absolute;
    top: 0;
    right: 0
}

.box-search-inner input {
    height: 40px;
    border-radius: 8px;
    box-shadow: none;
    border-width: 1px;
    margin: 0 !important
}

.box-search-inner .btn-search {
    position: absolute;
    top: 0;
    right: 14px
}

.box-search-inner .btn-search button {
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #000;
    padding: 0 10px 0 10px
}

.top-search form.form-search .box-search .search-suggestions {
    width: 800px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.top-search form.form-search .box-search .search-suggestions.show {
    opacity: 1;
    visibility: visible;
    top: 77px
}

.top-search.style1 {
    width: 610px;
    padding: 5px 0 5px 1px;
    float: left
}

.top-search.style1 form.form-search .box-search input {
    background-color: #fff;
    border-color: #fff;
    height: 45px;
    padding-left: 188px
}

.top-search.style1 form.form-search .box-search .btn-search button {
    background: #484848;
    padding: 0 27px 0 32px;
    height: 45px;
    line-height: 43px
}

.top-search.style1 form.form-search .box-search .btn-search button img {
    margin-top: -3px
}

.top-search.style2 {
    padding: 28px 0 26px 48px;
    float: left;
    width: 68%
}

.top-search.style2 form.form-search .box-search .btn-search button {
    background: #484848;
    padding: 0 29px 0 30px;
    height: 49px;
    line-height: 39px
}

.top-search.style2 form.form-search .box-search input {
    background-color: #fff;
    border-color: #fff
}

.top-search.style3 {
    padding-left: 93px;
    margin-right: -37px
}

.search-suggestions .box-suggestions {
    width: 55%;
    float: left;
    background: #fff;
    padding: 20px 30px
}

.search-suggestions .box-cat .title,
.search-suggestions .box-suggestions .title {
    color: #f26722;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px
}

.search-suggestions .box-suggestions ul li {
    margin-bottom: 28px;
    overflow: hidden
}

.search-suggestions .box-suggestions ul li .image {
    width: 40px;
    float: left;
    height: 40px;
    line-height: 50px;
    margin-right: 20px
}

.search-suggestions .box-suggestions ul li .info-product {
    overflow: hidden
}

.search-suggestions .box-suggestions ul li .info-product .name a:not(:hover) {
    color: #000
}

.search-suggestions .box-suggestions ul li .info-product .price .sale {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px
}

.search-suggestions .box-suggestions ul li .info-product .price .regular {
    font-size: 13px
}

.search-suggestions .box-cat {
    width: 45%;
    float: left;
    background: #f5f5f5;
    padding: 20px 30px;
    height: 541px;
    overflow: hidden
}

.search-suggestions .box-cat li a {
    color: #000;
    line-height: 30px
}

.box-cart {
    padding: 22px 0
}

.box-cart .inner-box {
    display: inline-block;
    position: relative
}

.box-cart .inner-box>a>div {
    display: inline-block
}

.box-cart .icon-search,
.box-cart .inner-box>a>div.icon-cart {
    height: 52px;
    line-height: 40px;
    width: 52px;
    text-align: center;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    position: relative
}

.icon-cart img {
    height: 32px;
    margin-top: 8px
}

.box-cart .inner-box>a:hover>div.icon-cart,
.box-cart a:hover div.icon-search {
    border-color: #f26722
}

.box-cart .inner-box>a>div.icon-cart span {
    position: absolute;
    top: -3px;
    right: -8px;
    background-color: #f26722;
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: #f4f4f4;
    font-size: 11px;
    border-radius: 50%
}

.box-cart .inner-box>a>.price {
    font-weight: 600;
    font-size: 16px;
    margin-left: 8px
}

.box-cart .inner-box ul.menu-compare-wishlist li {
    display: inline-block;
    margin-right: 19px
}

.box-cart .inner-box ul.menu-compare-wishlist li a {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #e5e5e5;
    border-radius: 50%
}

.box-cart .inner-box ul.menu-compare-wishlist li a:hover {
    border-color: #f26722
}

.box-cart .inner-box .dropdown-box {
    padding: 25px 20px 32px;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    top: 150px;
    width: 332px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 2px 3px 0 rgba(72, 72, 72, .15);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.box-cart .inner-box .dropdown-box:before {
    content: '';
    position: absolute;
    top: -7px;
    right: 70px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e5e5e5
}

.box-cart>.inner-box:hover>.dropdown-box {
    top: 55px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.box-cart .inner-box .dropdown-box>ul>li {
    position: relative;
    margin-bottom: 30px
}

.box-cart .inner-box .dropdown-box>ul>li .img-product {
    float: left;
    margin-right: 20px;
    width: 64px;
    height: 64px;
    border: 2px solid transparent;
    border-radius: 8px;
    text-align: center
}

.box-cart .inner-box .dropdown-box>ul>li:hover .img-product {
    border-color: #e5e5e5
}

.box-cart .inner-box .dropdown-box>ul>li .info-product {
    text-align: left
}

.box-cart .inner-box .dropdown-box>ul>li .info-product .name {
    margin-bottom: 3px;
    color: #000;
    font-size: 12px;
    line-height: 20px
}

.box-cart .inner-box .dropdown-box>ul>li .info-product .price {
    color: #f26722
}

.box-cart .inner-box .dropdown-box>ul>li span.delete {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    cursor: pointer
}

.box-cart .inner-box .dropdown-box .total {
    text-align: left
}

.box-cart .inner-box .dropdown-box .total span {
    color: #000;
    font-weight: 700;
    font-size: 14px
}

.box-cart .inner-box .dropdown-box .total span.price {
    color: #f26722;
    font-size: 22px;
    font-weight: 500;
    float: right
}

.box-cart .inner-box .dropdown-box .btn-cart {
    margin-top: 30px;
    overflow: hidden
}

.box-cart .inner-box .dropdown-box .btn-cart a.view-cart {
    padding: 10px 33px;
    color: #fff;
    border: 2px solid #f61313;
    background-color: #f61313;
    border-color: #f61313;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 5
}

.box-cart .inner-box .dropdown-box .btn-cart a.view-cart:hover {
    color: #fff;
    border: 2px solid #f26722
}

.box-cart .inner-box .dropdown-box .btn-cart a.check-out:before,
.box-cart .inner-box .dropdown-box .btn-cart a.view-cart:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f26722;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.box-cart .inner-box .dropdown-box .btn-cart a.check-out:hover:before,
.box-cart .inner-box .dropdown-box .btn-cart a.view-cart:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.box-cart .inner-box .dropdown-box .btn-cart a.check-out {
    padding: 12px 35px;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    background-color: #f61313;
    border-color: #f61313;
    float: right;
    position: relative;
    overflow: hidden;
    z-index: 5
}

.box-cart .inner-box .dropdown-box .btn-cart a.check-out:hover {
    background-color: #2db92d;
    border-color: #2db92d
}

@media screen and (min-width:768px) {
    .box-cart .box-search-mobile {
        display: none
    }
}

@media screen and (max-width:767px) {
    .flat-breadcrumb,
    .flat-imagebox {
        margin-top: 40px
    }
    .box-search input {
        padding-left: 8px !important
    }
    #cart_inner .box-cart .inner-box .dropdown-box {
        border: 1px solid #ddd
    }
    .header-middle .search-wrap {
        order: 3
    }
    .box-search-mobile {
        margin-right: .5rem
    }
    .box-search-mobile>a {
        display: block
    }
}

.header-bottom {
    background-color: #000
}

.header-bottom>.container>.row {
    position: relative
}

.header-bottom.style2 {
    background-color: #e58400
}

.header-bottom.style3 {
    background-color: #fff
}

#mega-menu {
    position: relative;
    top: -10px;
    height: 55px;
    width: 268px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#mega-menu>.btn-mega {
    font-weight: 600;
    font-size: 17px;
    color: #fefefe;
    line-height: 67px;
    background-color: #f61313;
    position: relative;
    z-index: 98;
    cursor: pointer;
    height: 67px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    text-align: center;
}

#mega-menu:hover ul.menu {
    top: -1px;
    visibility: visible;
    opacity: 1
}

#mega-menu>.btn-mega>span {
    position: absolute;
    height: 2px;
    width: 18px;
    left: 25px;
    top: 33px;
    background-color: #fff;
    display: inline-block;
    text-align: left;
}

#mega-menu>.btn-mega>span:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 24px;
    top: -7px;
    background-color: #fff
}

#mega-menu>.btn-mega>span:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 24px;
    top: 7px;
    background-color: #fff
}

#mega-menu>ul.menu {
    position: relative;
    z-index: 90;
    background-color: #fff;
    border: 1px solid #8c8c8c;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    top: -40px;
    opacity: 0;
    visibility: hidden;
    min-height: 514px
}

#mega-menu>ul.menu>li>a {
    line-height: 35px;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    font-size: 13px;
    position: relative
}

.one-third ul {
    margin-bottom: 4px
}

#mega-menu>ul.menu>li:last-child>a {
    border-bottom: none
}

#mega-menu>ul.menu>li:hover>a .menu-title {
    color: #f26722
}

#mega-menu>ul.menu>li>a.dropdown:after {
    content: '\f105';
    position: absolute;
    font-family: fontawesome;
    right: 15px;
    font-size: 14px;
    color: #000
}

#mega-menu>ul.menu>li>a .menu-img {
    margin-right: 6px;
    min-width: 20px;
    display: inline-block;
    text-align: center
}

#mega-menu>ul.menu>li>a .menu-title {
    color: #000
}

#mega-menu>ul.menu>li:hover {
    background: #fff
}

#mega-menu>ul.menu>li:hover>a {
    width: 100%;
    border-right: 2px solid #fff
}

#mega-menu.style1>ul.menu {
    transform: translateY(0);
    opacity: 1;
    top: -1px;
    visibility: visible;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    background: #ececec
}

#mega-menu>ul.menu>li:hover>.drop-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.nivoSlider {
    margin-top: 4px;
    height: 508px !important
}

#mega-menu>ul.menu>li .drop-menu {
    transform: translateX(-10%);
    opacity: 0;
    visibility: hidden;
    padding: 8px;
    position: absolute;
    top: -1px;
    left: 264px;
    width: 50   0px;
    border: 1px solid #000;
    z-index: -1;
    min-height: 514px;
    background-color: #fff
}

#mega-menu>ul.menu>li .drop-menu .heading-top h2 {
    color: #fff;
    position: relative
}

#mega-menu>ul.menu>li .drop-menu .gradient-left {
    position: relative;
    padding-left: 15px;
    padding-top: 35px;
    padding-bottom: 30px;
    margin-bottom: 10px
}

#mega-menu>ul.menu>li .drop-menu .gradient-left::before {
    width: 400px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .74) 0, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .74) 0, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .74) 0, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%)
}

#mega-menu>ul.menu>li .drop-menu>.one-third {
    float: left;
    width: 33.3%;
    width: 230px;
    padding-left: 14px;
    padding-right: 14px
}

#mega-menu>ul.menu>li .firstBlockMenu {
    width: 1200px
}

#mega-menu>ul.menu>li .firstBlockMenu>.one-third {
    width: 19.3%
}

#mega-menu>ul.menu>li .secondBlockMenu {
    width: 500px
}

#mega-menu>ul.menu>li .secondBlockMenu>.one-third {
    width: 38%
}

#mega-menu>ul.menu>li .menuBlock16 {
    width: 800px
}

#mega-menu>ul.menu>li .menuBlock6 {
    width: 250px
}

#mega-menu>ul.menu>li .drop-menu>.one-third .cat-title {
    color: #f26722;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0
}

#mega-menu>ul.menu>li .drop-menu>.one-third .cat-title>a {
    color: #f26722
}

#mega-menu>ul.menu>li .drop-menu>.one-third.active .cat-title>a>.fa:before {
    content: "\f147"
}

#mega-menu>ul.menu>li .drop-menu>.one-third ul li {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#mega-menu>ul.menu>li .drop-menu>.one-third ul li a:not(:hover) {
    color: #000
}

#mega-menu>ul.menu>li .drop-menu>.one-third .show a {
    color: #f26722;
    font-weight: 700;
    position: relative
}

#mega-menu>ul.menu>li .drop-menu>.one-third .show a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    right: 0;
    background: #f26722;
    -webkit-transition: width .2s cubic-bezier(.29, .18, .26, .83);
    -o-transition: width .2s cubic-bezier(.29, .18, .26, .83);
    transition: width .2s cubic-bezier(.29, .18, .26, .83)
}

#mega-menu>ul.menu>li .drop-menu>.one-third .show a:hover:before {
    width: 100%;
    left: 0
}

#mega-menu>ul.menu>li .drop-menu>.one-third ul.banner li {
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    background-color: #e5e5e5;
    height: 110px;
    padding: 30px 10px 30px 18px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#mega-menu>ul.menu>li .drop-menu>.one-third ul.banner li:hover {
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#mega-menu>ul.menu>li .drop-menu>.one-third ul.banner li .banner-text {
    float: left
}

#mega-menu>ul.menu>li .drop-menu>.one-third ul.banner li .banner-text .banner-title {
    font-weight: 700;
    font-size: 18px;
    color: #f26722
}

#mega-menu>ul.menu>li .drop-menu>.one-third ul.banner li .banner-text .more-link a img {
    margin-left: 10px
}

#mega-menu>ul.menu>li .drop-menu>.one-third ul.banner li .banner-img {
    float: right
}

#mainnav {
    padding-left: 30px;
    float: left
}

#mainnav>ul.menu>li {
    display: inline-block;
    line-height: 57px;
/*    height: 55px*/
}

#mainnav ul.menu>li>a {
    display: inline-block;
    color: #fefefe;
    font-size: 14px;
    font-weight: 500;
    padding: 0 21.5px;
    border-right: 1px solid #fec579;
    line-height: 1;
    position: relative;
    z-index: 8
}

#mainnav ul.menu>li>a:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -1px;
    opacity: 0;
    background-color: #fff;
    height: 48px;
    width: calc(100% + 2px);
    z-index: -3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

#mainnav ul.menu>li:hover>a {
    color: #f26722
}

#mainnav ul.menu>li:hover>a:after {
    opacity: 1
}

#mainnav ul.menu>li:last-child>a {
    border-right: none
}

#mainnav.style1 {
    padding-left: 4px;
    line-height: 104px
}

#mainnav.style1 ul.menu>li>a {
    color: #000;
    border: none;
    padding: 0;
    font-weight: 500;
    margin-right: 33px
}

#mainnav.style2 {
    padding-left: 55px
}

#mainnav.style2 ul.menu>li {
    margin-top: 24px
}

#mainnav.style2 ul.menu>li>a {
    margin-right: 43.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #656565;
    padding: 0;
    border-right: 0px
}

#mainnav.style2 ul.menu>li:last-child>a {
    margin-right: 0
}

#mainnav.style2 ul.menu>li.has-mega-menu:hover>.submenu {
    top: 80px
}

#mainnav.style3 ul.menu>li>a {
    color: #000;
    border-color: #c9c9c9
}

#mainnav.style4 {
    padding-left: 72px
}

#mainnav ul.menu>li:hover>.submenu {
    display: block;
    top: 57px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#mainnav.style1 ul.menu>li.column-1:hover>.submenu {
    top: 55px
}

#mainnav.style1 ul.menu>li:hover>.submenu {
    top: 80px
}

.today-deal {
    float: right
}

.today-deal a {
    line-height: 55px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.today-deal a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    right: 0;
    background: #fff;
    -webkit-transition: width .2s cubic-bezier(.29, .18, .26, .83);
    -o-transition: width .2s cubic-bezier(.29, .18, .26, .83);
    transition: width .2s cubic-bezier(.29, .18, .26, .83)
}

.today-deal a:hover:before {
    width: 100%;
    left: 0
}

.today-deal.style1>a {
    color: #f26722
}

ul.menu li.column-1 {
    
}

.header-bottom .col-md-9 {
    position: unset;
}
ul.menu li.column-1 .submenu {
    width: 100%;
    left: 1px;
    padding: 18px 0
}

#mainnav>ul.menu>li.dropdown {
    position: relative;
}

ul.menu li.column-1 .submenu.dropdown {
    width: 200px;
}
ul.menu li.column-1.dropdown .submenu {
    padding: 8px 0;
    left: -1px;
}
ul.menu li.column-1 .submenu.dropdown>li {
    width: 100%;
}

ul.menu li .submenu li a {
    display: block;
}
ul.menu li .submenu li ul.children {
    float: left;
    width: 100%;
    display: block;
}
ul.menu li .submenu li ul.children li {
    float: left;
    width: 100%;
    display: block;
}
ul.menu li .submenu li ul.children li a {
    display: block;
    font-size: 12px;
    position: relative;
    font-weight: 500;
    color: #555;
    line-height: 18px;
    padding: 3px 8px;
    text-transform: capitalize;
}

ul.menu li.column-1.dropdown .submenu>li {
    margin-bottom: 0;
}
ul.menu li.column-1.dropdown .submenu>li>a {

}
ul.menu li.column-1 .submenu>li {
    line-height: 30px;
    display: inline-block;
    width: 16.66%;
    float: left;
}

ul.menu li.column-1 .submenu>li:last-child {
    border-bottom: none
}

ul.menu li.column-1 .submenu>li>a {
    display: block;
    font-size: 13px;
    position: relative;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    padding: 6px 8px;
    text-transform: capitalize;
}

ul.menu li.column-1 .submenu>li>a:hover {
    color: #f26722
}

ul.menu li.column-1 .submenu>li>a i {
    padding-right: 15px
}

.submenu .row:not(:last-child) {
    margin-bottom: 30px
}

.submenu .col-md-4 {
    padding-left: 50px
}

.submenu .cat-title {
    color: #f26722;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px
}

.submenu ul>li {
    margin-bottom: 5px;
    line-height: 24px
}

.submenu .show {
    line-height: 24px
}

.submenu .show a {
    color: #f26722;
    font-weight: 700;
    position: relative
}

.submenu .show a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    right: 0;
    background: #f26722;
    -webkit-transition: width .2s cubic-bezier(.29, .18, .26, .83);
    -o-transition: width .2s cubic-bezier(.29, .18, .26, .83);
    transition: width .2s cubic-bezier(.29, .18, .26, .83)
}

.submenu .show a:hover:before {
    width: 100%;
    left: 0
}

@media screen and (max-width:991px) {
    #mainnav {
        display: none
    }
    #mega-menu {
        top: 0;
        display: none
    }
    #mega-menu>.btn-mega {
        display: none
    }
    #mega-menu>ul.menu {
        display: none
    }
}

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1000;
    background-color: #222
}

#mainnav-mobi>ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #333;
    cursor: pointer;
    display: block
}
#mainnav-mobi ul li a {
    text-transform: capitalize;
}
#mainnav-mobi ul>li>a {
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    border: none
}

#mainnav-mobi ul.submenu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #222
}

#mainnav-mobi>ul>li>ul>li {
    position: relative;
    border-top: 1px solid #333
}

#mainnav-mobi ul.submenu>li>a {
    display: block;
    text-decoration: none;
    padding: 0 50px;
    border-top-color: rgba(255, 255, 255, .1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#mainnav-mobi>ul>li>ul>li:first-child a {
    border-top: none
}

#mainnav-mobi ul.submenu>li>a:hover,
#mainnav-mobi>ul>li>ul>li.active>a {
    color: #fff
}

#mainnav-mobi ul.menu li.has-mega-menu .submenu {
    background: #222;
    right: 0;
    width: 100%;
    position: relative
}

#mainnav-mobi ul.menu li.has-mega-menu h3.cat-title {
    color: #fff;
    padding-left: 50px;
    cursor: pointer
}

#mainnav-mobi ul.menu li.has-mega-menu .submenu .row:not(:last-child) {
    margin: 0
}

.btn-menu {
    display: none;
    position: relative;
    background: 0 0;
    cursor: pointer;
    float: right;
    top: 0;
    width: 25px;
    height: 30px;
    border: 2px solid #fff;
    padding: 15px 18px 17px;
    border-radius: 4px;
    z-index: 8;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s
}

.btn-menu-mega {
    background: #484848;
    border-color: #000
}

.btn-menu span,
.btn-menu:after,
.btn-menu:before {
    background-color: #fff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s
}

.btn-menu:after,
.btn-menu:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 25px;
    left: 5px;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}


.btn-menu span{
    position: absolute;
    width: 18px;
    height: 2px;
    left: 5px;
    top: 49%;
    overflow: hidden;
    text-indent: 200%
}



.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0)
}

.btn-menu:after {
    width: 25px;
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0)
}

.btn-menu-mega.active:after,
.btn-menu.active:after {
    width: 25px
}

.btn-menu-mega.active span,
.btn-menu.active span {
}

.btn-menu-mega.active:before,
.btn-menu.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.btn-menu-mega.active:after,
.btn-menu.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.btn-submenu,
.btn-submenu-child {
    position: absolute;
    right: 0;
    top: -1px;
    font: 20px/51px FontAwesome;
    text-align: center;
    cursor: pointer;
    width: 51px;
    height: 50px;
    background: #333
}

.btn-submenu-child {
    right: 57px;
    top: 0;
    height: 45px;
    line-height: 46px
}

.btn-submenu:before {
    content: "\f107";
    color: #fff
}

.btn-submenu-child:before {
    content: "\f107";
    color: #fff
}

.btn-submenu-child.active:before,
.btn-submenu.active:before {
    content: "\f106"
}

@media screen and (max-width:991px) {
    .header-bottom {
        padding: 10px 0
    }
    .btn-menu-mega span:before {
        content: 'Shop by Category';
        font-size: 13px;
        font-weight: 500;
    }
}

#mega-mobile {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1000;
    background-color: #222
}

#mega-mobile>ul.menu>li>a {
    color: #fff;
    display: block;
    padding: 15px 0;
    cursor: pointer;
    padding-left: 15px;
    border-bottom: 1px solid #333;
    position: relative
}

#mega-mobile>ul.menu>li>a .menu-img {
    margin-right: 10px;
    min-width: 30px;
    display: inline-block;
    text-align: center
}

#mega-mobile>ul.menu>li>a.dropdown .btn-dropdown,
.btn-dropdown-child {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 54px;
    height: 54px;
    background: #262626;
    text-align: center;
    cursor: pointer;
    font: 20px/54px FontAwesome
}

.btn-dropdown-child {
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px
}

#mega-mobile>ul.menu>li>a.dropdown .btn-dropdown:after,
.btn-dropdown-child:after {
    content: '\f107'
}

#mega-mobile>ul.menu>li>a.dropdown .btn-dropdown.active:after,
.btn-dropdown-child.active:after {
    content: '\f106'
}

#mega-mobile>ul.menu>li>.drop-menu {
    padding: 0 54px 0 50px
}

#mega-mobile>ul.menu>li>.drop-menu .cat-title {
    position: relative;
    color: #f5f5f5;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    font-size: 14px;
    font-weight: 700
}

#mega-mobile>ul.menu>li>.drop-menu .cat-title>a {
    color: #f5f5f5
}

#mega-mobile>ul.menu>li>.drop-menu ul {
    padding-left: 20px
}

#mega-mobile>ul.menu>li>.drop-menu ul li {
    border-bottom: 1px solid #333
}

#mega-mobile>ul.menu>li>.drop-menu ul li a {
    color: #f5f5f5;
    font-size: 12px;
    padding: 8px 0;
    display: block
}

.flat-breadcrumb {
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 0
}

.flat-breadcrumb ul.breadcrumbs li {
    display: inline-block;
    vertical-align: middle
}

.flat-breadcrumb ul.breadcrumbs li.trail-item {
    
}

.flat-breadcrumb ul.breadcrumbs li.trail-item a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

.flat-breadcrumb ul.breadcrumbs li.trail-item a:hover {
    color: #f26722
}

.flat-breadcrumb ul.breadcrumbs li.trail-item span {
    float: right;
    color: #777;
}

.flat-breadcrumb ul.breadcrumbs li.trail-end a {
    padding: 0 25px 0 22px;
    border: 1px solid #000;
    border-radius: 30px;
    color: #2d2d2d;
    height: 36px;
    line-height: 34px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 5
}

.cart-totals form .btn-cart-totals a.checkout:before,
.cart-totals form .btn-cart-totals a.update:before,
.flat-breadcrumb ul.breadcrumbs li.trail-end a:before,
.form-coupon form button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f26722;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.cart-totals form .btn-cart-totals a.checkout:hover:before,
.cart-totals form .btn-cart-totals a.update:hover:before,
.flat-breadcrumb ul.breadcrumbs li.trail-end a:hover:before,
.form-coupon form button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.flat-breadcrumb ul.breadcrumbs li.trail-end a:hover {
    color: #fff;
    border-color: #f26722
}

.custom-badges .badge-primary {
    background-color: #f26722;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-right: 5px
}

.badge-primary>.fa {
    position: relative;
    top: -6px;
    right: -6px;
    color: #fff;
    font-size: 15px
}

.badge-primary>.fa:hover {
    cursor: pointer
}

.main-blog {
    margin-top: 30px
}

.sidebar .widget {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 12px 12px 12px
}

.sidebar .widget .widget-title h3 {
    font-size: 16px;
    font-weight: 500;
    color: #2d2d2d;
    padding-bottom: 15px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.sidebar .widget .widget-title h3>.fa,
.sidebar .widget .widget-title h3>span {
    cursor: pointer
}

.sidebar .widget .widget-title h3>.fa {
    font-size: 15px
}

.sidebar .widget .widget-title h3 span:before {
    content: '';
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 15px;
    top: 8px;
    right: 0;
    cursor: pointer
}

.sidebar .widget .widget-title h3 span:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 15px;
    width: 2px;
    top: 2.5px;
    right: 6.5px;
    cursor: pointer;
    opacity: 0
}

.sidebar .widget .widget-title h3 span.active:after {
    opacity: 1
}

.widget-search form input {
    height: 40px;
    border: none;
    background: #f5f5f5
}

.widget-categories>ul.cat-list>li {
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.3
}

.widget-categories>ul.cat-list>li:last-child {
    margin-bottom: 0
}

.widget-categories>ul.cat-list>li>a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    position: relative
}

.widget-categories>ul.cat-list>li.active>a {
    color: #f26722
}

.widget-categories>ul.cat-list>li>a:before {
    position: absolute;
    top: -2px;
    left: 0
}

.widget-categories>ul.cat-list>li>a:hover {
    color: #f26722
}

.widget-categories>ul.cat-list>li>a>span {
    color: #000;
    font-size: 12px;
    margin-left: 10px
}

.widget-categories>ul.cat-list>li>ul.cat-child {
    margin-top: 6px
}

.widget-categories>ul.cat-list>li>ul.cat-child li {
    margin-bottom: 5px
}

.widget-categories>ul.cat-list>li>ul.cat-child li a {
    color: #000;
    font-size: 14px
}

.widget-price .widget-content li {
    margin-bottom: .5rem
}

.widget-price .widget-content li a {
    font-size: 14px
}

.widget-price .search-by-price,
.widget-price .search-by-price ul {
    justify-content: space-between;
    align-items: center;
    text-align: center
}

.search-by-price button {
    margin-top: 8px
}

.widget-price .search-by-price ul li {
    margin-right: 5px;
    width: 74px;
    float: left
}

.widget-price .search-by-price .form-control {
    background: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 5px;
    color: #333
}

.widget-price .search-by-price input::-webkit-input-placeholder {
    color: #333
}

.widget-price .search-by-price input::-moz-placeholder {
    color: #333
}

.widget-price .search-by-price input:-ms-input-placeholder {
    color: #333
}

.widget-price .search-by-price input:-moz-placeholder {
    color: #333
}

.widget-price .search-by-price .form-control:focus {
    border-color: rgba(0, 0, 0, .8)
}

.widget-price .search-by-price .btn-primary {
    min-width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.3;
    box-shadow: none;
    outline: 0;
    border-width: 1px
}

.widget-price .search-by-price .btn-primar:active,
.widget-price .search-by-price .btn-primary:focus,
.widget-price .search-by-price .btn-primary:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    outline: 0;
    border-width: 1px
}

ul.product-list li:not(:last-child) {
    margin-bottom: 32px
}

ul.product-list li .img-product {
    float: left;
    margin-right: 21px
}

ul.product-list li .img-product img {
    border-radius: 8px
}

ul.product-list li .info-product {
    overflow: hidden
}

ul.product-list li .info-product .name {
    line-height: 24px;
    color: #000
}

ul.product-list li .info-product .queue {
    margin-left: 2px;
    line-height: 21px;
    margin-bottom: 5px
}

ul.product-list li .info-product .queue i {
    color: #f26722;
    font-size: 11px
}

ul.product-list li .info-product .price .sale {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-right: 8px
}

ul.product-list li .info-product .price .regular {
    color: #c5c5c5;
    font-weight: 400;
    font-size: 13px
}

.widget-tags {
    margin-top: 56px
}

.sidebar .widget-tags .widget-title h3 {
    margin-bottom: 26px
}

.widget-tags ul.tag-list li {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 11px
}

.widget-tags ul.tag-list li a {
    display: inline-block;
    padding: 5px 28px;
    color: #000;
    font-size: 12px;
    background-color: #f5f5f5;
    border-radius: 30px
}

.widget-tags ul.tag-list li a:hover {
    color: #fff;
    background-color: #f26722
}

article.main-post {
    margin-bottom: 44px
}

.post-wrap.style2 {
    margin-right: -14px;
    margin-left: -14px
}

article.main-post .featured-post a img {
    border-radius: 10px
}

article.main-post .content-post h3.title-post {
    font-weight: 500;
    margin-bottom: 18px
}

article.main-post .content-post h3.title-post a:not(:hover) {
    color: #2d2d2d
}

article.main-post .content-post ul.meta-post {
    margin-bottom: 11px
}

article.main-post .content-post ul.meta-post li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 2px;
    margin-right: 23px
}

article.main-post .content-post ul.meta-post li:last-child {
    margin-right: 0
}

article.main-post .content-post ul.meta-post li.comment a:not(:hover) {
    color: #f92400
}

article.main-post .content-post ul.meta-post li.date a:not(:hover) {
    color: #f26722
}

article.main-post .content-post .entry-post>p {
    color: #000
}

article.main-post .content-post .entry-post .more-link {
    margin-top: 10px
}

article.main-post .content-post .entry-post .more-link a {
    display: inline-block;
    width: 192px;
    padding-left: 43px;
    line-height: 48px;
    height: 50px;
    border: 2px solid #e5e5e5;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
    text-align: left;
    position: relative;
    z-index: 9;
    overflow: hidden
}

article.main-post .content-post .entry-post .more-link a:hover {
    color: #fff
}

article.main-post .content-post .entry-post .more-link a:before {
    content: '';
    position: absolute;
    background: #f26722;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

article.main-post .content-post .entry-post .more-link a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

article.main-post .content-post .entry-post .more-link a span {
    padding-left: 16px
}

article.main-post.style1 {
    margin-bottom: 46px
}

article.main-post.style1:last-child {
    padding: 10px 10px;
    overflow: hidden;
    background: #f9f9f9;
    margin-bottom: 24px
}

article.main-post.style1 .featured-post {
    float: left;
    margin-right: 35px
}

article.main-post.style1 .content-post h3.title-post {
    line-height: 26px;
    margin-bottom: 0
}

article.main-post.style2 {
    width: 50%;
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 42px
}

article.main-post.style2:last-child {
    margin-bottom: 53px
}

article.main-post.style3 {
    padding: 0 49px;
    text-align: center
}

.post-wrap article.main-post.style3:last-child {
    margin-bottom: 34px
}

article.main-post.style3 .content-post {
    padding: 0 100px
}

article.main-post.style4 .content-post .entry-post>p {
    letter-spacing: 0
}

article.main-post.style4 .content-post h3.title-post {
    margin-bottom: 13px
}

.blog-pagination {
    padding: 8px 0 8px
}

.blog-pagination.style1 {
    margin-bottom: 30px
}

.blog-pagination span {
    float: left;
    line-height: 30px
}

ul.flat-pagination {
    text-align: center;
    overflow: hidden;
    height: 30px
}

ul.flat-pagination li {
    display: inline-block;
    margin: 0 5px
}

ul.flat-pagination li a {
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.flat-pagination li a:hover,
ul.flat-pagination li.active a {
    background-color: #f61313;
    color: #fffefe;
    border-color: #f61313
}

ul.flat-pagination li.next a img {
    margin-left: 15px
}

ul.flat-pagination li.prev a img {
    margin-right: 15px
}

ul.flat-pagination li.next a,
ul.flat-pagination li.prev a {
    width: auto;
    border: none
}

ul.flat-pagination li.next a:hover,
ul.flat-pagination li.prev a:hover {
    background: 0 0;
    border: none;
    color: #f26722
}

ul.flat-pagination.style1 {
    float: right
}

ul.flat-pagination.style1 li {
    margin: 0 4.5px
}

ul.flat-pagination.style1 li.next {
    margin-right: 2px
}

ul.flat-pagination.style1 li.prev {
    margin-right: 11px
}

.blog-pagination.style2 {
    margin-bottom: 60px
}

.blog-pagination.style3 {
    margin-bottom: 48px
}

.blog-pagination.style4 {
    margin-bottom: 41px
}

footer {
    padding: 28px 0 28px;
    border-top: 1px solid #e5e5e5;
    background-color: #fff
}

footer.style1 {
    background-color: #f5f5f5;
    border-top: none;
    border-radius: 10px;
    margin: 0 270px
}

footer.style2 {
    border-top: none;
    background: url('../images/slider/bg-ft.jpg') bottom center repeat
}

footer.style2 .container-fluid {
    background-color: #f5f5f5;
    padding: 40px 70px;
    border-radius: 5px
}

footer.style3 {
    padding: 33px 0 42px
}

footer.style4 {
    width: 1720px;
    margin: 0 auto;
    padding: 45px 0 42px;
    background: #f5f5f5;
    border-radius: 10px;
    border-top: none
}

footer.style4 .widget-about {
    padding-left: 54px
}

footer.style4 .widget-categories-ft {
    padding-left: 95px
}

footer.style4 .widget-menu {
    padding-left: 82px
}

footer.style4 .widget-newsletter {
    padding-right: 55px;
    margin-left: -15px
}

.footer-bottom {
    background-color: #000;
    padding: 8px 0;
    color: #fff
}

.footer-bottom.style2 {
    background-color: #151515
}

.footer-bottom.style2 .copyright {
    color: #717171
}

.footer-bottom .copyright {
    color: #fff;
    float: left;
    line-height: 34px;
    margin-left: -1px
}

.footer-bottom .btn-scroll {
    float: right;
    background: #f61313;
    position: fixed;
    right: 15px;
    bottom: -10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #d3322d;
    transition: .5s;
    cursor: pointer
}

.btn-scroll.btn_scroll_active {
    bottom: 45px
}

.footer-bottom .btn-scroll ul {
    display: inline-block;
    margin-top: 0;
    margin-right: 31px
}

.footer-bottom .btn-scroll ul li {
    margin-right: 12px
}

.footer-bottom .btn-scroll a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.footer-bottom.style1 {
    background-color: #fff
}

.widget-ft .widget-title h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 6px
}

.widget-ft.style2 .widget-title h3 {
    color: #fff
}

.widget-about .logo-ft {
    margin-bottom: 21px;
    margin-left: -2px
}

.widget-about .widget-content .icon {
    float: left;
    margin-right: 16px;
    margin-top: 27px
}

.widget-about .widget-content .info {
    margin-left: 68px
}

.widget-about .widget-content .info p.questions {
    font-size: 14px;
    color: #fff;
    line-height: 36px
}

.widget-about .widget-content .info p.phone {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-right: -30px;
    margin-bottom: 9px
}

.widget-about.style2 .widget-content .info p.phone {
    color: #fff
}

.widget-about .widget-content .info p.address {
    line-height: 18px;
    color: #fff;
    padding-left: 6px
}

.widget-about a:hover,
.widget-menu a:hover {
    color: #000
}

.widget-about ul.social-list {
    margin-top: 33px
}

ul.social-list li {
    display: inline-block;
    font-size: 18px;
    margin-right: 27px
}

ul.social-list li:last-child {
    margin-right: 0
}

ul.social-list li a {
    color: #d5d5d5
}

ul.social-list li a:hover {
    color: #000
}

.widget-categories-ft {
    padding-left: 66px
}

.widget-categories-ft ul.cat-list-ft li,
.widget-menu ul li {
    line-height: 30px
}

.widget-categories-ft ul.cat-list-ft li a:not(:hover),
.widget-menu ul li a:not(:hover) {
    color: #fff
}

.widget-newsletter>p {
    color: #000;
    line-height: 22px;
    margin-bottom: 19px;
    margin-top: 30px
}

.widget-newsletter .subscribe-form .subscribe-content {
    position: relative
}

.widget-newsletter .subscribe-form .subscribe-content input {
    padding: 16px 25px 15px;
    height: 49px
}

.widget-newsletter .subscribe-form .subscribe-content button {
    position: absolute;
    top: 0;
    right: -3px;
    background-color: transparent
}

.widget-newsletter.style2 .subscribe-form .subscribe-content input {
    border-width: 1px;
    border-color: #000;
    color: #000
}

ul.pay-list {
    margin-top: 22px;
    margin-left: 6px
}

ul.pay-list li {
    display: inline-block;
    margin-right: 13px
}

ul.pay-list li:last-child {
    margin-right: 0
}

.widget-apps .widget-title h3 {
    text-align: center;
    color: #000;
    font-weight: 500;
    margin-top: 33px;
    margin-bottom: 25px
}

.widget-apps.style2 ul.app-list li {
    border: 1px solid #484848
}

.widget-apps.style2 ul.app-list li a .text h4 {
    color: #fff
}

ul.app-list {
    text-align: center;
    overflow: hidden
}

ul.app-list li {
    height: 75px;
    width: 232px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.app-list li:hover {
    border: 2px solid #f26722
}

ul.app-list li.app-store {
    margin-right: 25px
}

ul.app-list li a {
    display: block;
    padding: 13px 21px
}

ul.app-list li a .img {
    float: left;
    margin-right: 33px
}

ul.app-list li.google-play a .img {
    margin-right: 21px
}

ul.app-list li a .text {
    text-align: left
}

ul.app-list li a .text h4 {
    color: #000;
    font-weight: 500;
    line-height: 24px
}

ul.app-list li a .text p {
    color: #000
}

ul.app-list.style1 {
    text-align: left
}

ul.app-list.style1 .app-store {
    margin: 0;
    margin-bottom: 18px
}

ul.app-list.style1 .google-play {
    margin-bottom: 8px
}

.tabs ul.menu-tab {
    text-align: center;
    margin-bottom: 36px;
    margin-top: 16px
}

.tabs ul.menu-tab li {
    display: inline-block;

    font-size: 20px;
    font-weight: 300;
    color: #000;
    cursor: pointer;
    margin-right: 36px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tabs ul.menu-tab li:last-child {
    margin-right: 0
}

.tabs ul.menu-tab li.active,
.tabs ul.menu-tab li:hover {
    color: #2d2d2d;
    font-weight: 500;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

article.main-post.single {
    margin-bottom: 0
}

article.main-post.single .content-post .entry-post>p {
    margin-bottom: 24px
}

article.main-post.single .content-post .entry-post>p>span {
    color: #000
}

article.main-post.single .content-post .entry-post blockquote {
    padding: 27px 28px 32px 104px;
    border: 2px solid #e5e5e5;
    color: #000;
    border-radius: 8px;
    font-style: italic;
    position: relative;
    margin-top: 29px;
    margin-bottom: 32px;
    display: inline-block
}

article.main-post.single .content-post .entry-post blockquote span {

    font-size: 80px;
    color: #f26722;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    top: 47px;
    left: 30px
}

article.main-post.single .content-post .entry-post ul {
    margin-bottom: 39px
}

article.main-post.single .content-post .entry-post ul li {
    margin-left: 25px;
    padding-left: 12px;
    position: relative;
    color: #959393
}

article.main-post.single .content-post .entry-post ul li:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #f26722;
    border-radius: 50%;
    top: 50%;
    left: 0
}

article.main-post.single .content-post .social-single span {
    display: inline-block;
    font-weight: 700;
    color: #000;
    line-height: 20px;
    margin-right: 26px
}

article.main-post.single .content-post .social-single {
    padding: 29px 0 26px;
    border-top: 1px solid #e5e5e5
}

article.main-post.single .content-post .social-single ul.social-list {
    display: inline-block
}

article.main-post.single .content-post .social-single ul.social-list li {
    font-size: 16px;
    margin-right: 20.5px
}

.blog-pagination.single {
    margin-bottom: 34px;
    padding: 22px 0 12px
}

ul.flat-pagination.style2 li.prev {
    margin: 0;
    float: left
}

ul.flat-pagination.style2 li.next {
    margin: 0;
    float: right
}

ul.flat-pagination.style2 li.next a img,
ul.flat-pagination.style2 li.prev a img {
    margin-left: 20px
}

.comment-area h2.comment-title {
    font-weight: 500;
    font-size: 20px;
    color: #2d2d2d;
    margin-bottom: 18px
}

ol.comment-list li.comment {
    padding: 30px 0 0
}

ol.comment-list li.comment:nth-child(2) {
    padding-top: 33px
}

ol.comment-list li.comment:nth-child(2) .comment-text .comment-content {
    padding-bottom: 28px
}

ol.comment-list li.comment:last-child {
    border-bottom: none;
    padding-top: 39px
}

ol.comment-list li.comment .comment-author {
    float: left;
    margin-right: 33px
}

ol.comment-list li.comment .comment-author img {
    border-radius: 8px
}

ol.comment-list li.comment .comment-text .comment-metadata .name {
    float: left;
    font-weight: 700;
    color: #000;
    line-height: 17px
}

ol.comment-list li.comment .comment-text .comment-metadata .name span {
    color: #838383;
    font-weight: 400
}

ol.comment-list li.comment .comment-text .comment-metadata .queue {
    text-align: right;
    color: #f26722;
    line-height: 15px
}

ol.comment-list li.comment .comment-text .comment-metadata .queue i {
    margin-right: 6.5px;
    font-size: 12px
}

ol.comment-list li.comment .comment-text .comment-metadata .queue i:last-child {
    color: #000;
    margin-right: 4px
}

ol.comment-list li.comment .comment-text .comment-content {
    margin-top: 20px;
    margin-left: 97px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
    margin-right: -5px
}

ol.comment-list li.comment:last-child .comment-text .comment-content {
    border-bottom: none
}

ol.comment-list li.comment .comment-text .comment-content p {
    margin-right: -5px
}

.comment-respond h2.comment-reply-title {
    font-size: 20px;
    font-weight: 500;
    color: #2d2d2d;
    margin-top: 32px;
    margin-bottom: 13px
}

.comment-respond>p {
    color: #838383
}

.comment-respond .form-comment {
    margin-top: 20px;
    margin-bottom: 41px
}

.comment-respond .form-comment form>div {
    margin-bottom: 26px
}

.comment-respond .form-comment form .comment-form-email,
.comment-respond .form-comment form .comment-form-name {
    width: 54%
}

.comment-respond .form-comment form div label {
    color: #000;
    margin-bottom: 12px
}

.comment-respond .form-comment form div input {
    height: 40px
}

.comment-respond .form-comment form .comment-form-comment {
    width: 88.4%
}

.comment-respond .form-comment form .comment-form-comment textarea {
    height: 158px;
    border-radius: 10px
}

.comment-respond .form-comment form .btn-submit button {
    background-color: #f92400;

    font-weight: 600;
    color: #fff;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0 55px;
    position: relative;
    overflow: hidden;
    z-index: 5
}

.comment-respond .form-comment form .btn-submit button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #a52915;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.comment-respond .form-comment form .btn-submit button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.preloader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.clear-loading {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.loading-effect-2 {
    width: 100px;
    height: 100px
}

.loading-effect-2>span,
.loading-effect-2>span:after,
.loading-effect-2>span:before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #f26722;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loading-effect-2>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent !important;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear
}

.loading-effect-2>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent !important
}

.loading-effect-2>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent !important
}

#slideshow {
    border-radius: 0
}

#slideshow .slider-item {
    border-radius: 0;
    height: auto
}

#slideshow .figure {
    display: block
}

#slideshow .figure img {
    width: 100%;
    max-height: 450px
}

#slideshow .slider-item:before {
    width: auto;
    background-color: transparent;
    height: auto;
    top: auto;
    right: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

#slideshow .owl-controls .owl-dots {
    padding-top: 0;
    margin-top: -30px;
    position: relative;
    top: -10px
}

.owl-carousel-9 .item {
    text-align: center;
    background: #fff;
    height: 100px;
    border: 1px solid #dedede;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px
}

.owl-carousel-9 .item img {
    max-height: 80px
}

.flat-brand .owl-carousel-9.owl-theme .owl-controls {
    background: 0 0
}

.checkout-box h1,
.track-order-page h1 {
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.side-nav li:first-child .list-group-item {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.side-nav li:last-child .list-group-item {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.side-nav li {
    margin-bottom: 0;
    position: relative
}

.side-nav .list-group-item {
    font-size: 15px;
    font-weight: 700;
    color: #777;
    border-radius: 0
}

.side-nav .list-group-item.collapsed .fa:before {
    content: "\f106"
}

.side-nav .list-group-item:hover {
    color: #f26722
}

.side-nav .list-group-item.active {
    color: #fff;
    background: #f61313;
    border-color: #f61313
}

.side-nav li ul li .list-group-item,
.side-nav li ul li:first-child .list-group-item,
.side-nav li ul li:last-child .list-group-item,
.side-nav li:first-child ul li .list-group-item,
.side-nav li:last-child ul li .list-group-item {
    font-size: 14px;
    border-radius: 0;
    font-weight: 400;
    padding-left: 2rem
}

.side-nav li ul li .list-group-item.active {
    color: #f26722;
    background: #fff;
    border-color: rgba(0, 0, 0, .125)
}

.registration-form {
    padding: 86px 0
}

.registration-form .form-login h1 {
    font-size: 20px
}

.registration-form .form-login,
.registration-form .form-register {
    height: auto;
    padding: 20px
}

.registration-form .form-login .title,
.registration-form .form-register .title {
    margin-bottom: 1rem
}

.registration-form .form-box:last-child {
    margin-bottom: 0
}

.form-login .form-box .btn-primary,
.form-register .form-box .btn-primary {
    display: block;
    margin-bottom: 6px
}

.fields-content .field-row label,
.form-box label,
.form-group label,
.registration-form .form-box label {
    color: #000
}

.form-group label {
    margin-bottom: 10px
}

.field-row input[type=color],
.field-row input[type=date],
.field-row input[type=datetime-local],
.field-row input[type=datetime],
.field-row input[type=email],
.field-row input[type=month],
.field-row input[type=number],
.field-row input[type=password],
.field-row input[type=search],
.field-row input[type=tel],
.field-row input[type=text],
.field-row input[type=time],
.field-row input[type=url],
.field-row input[type=week],
.field-row textarea,
.fields-content .field-row select,
.form-box .field-row select,
.form-box input[type=color],
.form-box input[type=date],
.form-box input[type=datetime-local],
.form-box input[type=datetime],
.form-box input[type=email],
.form-box input[type=month],
.form-box input[type=number],
.form-box input[type=password],
.form-box input[type=search],
.form-box input[type=tel],
.form-box input[type=text],
.form-box input[type=time],
.form-box input[type=url],
.form-box input[type=week],
.form-box textarea,
.form-group input[type=color],
.form-group input[type=date],
.form-group input[type=datetime-local],
.form-group input[type=datetime],
.form-group input[type=email],
.form-group input[type=month],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=search],
.form-group input[type=tel],
.form-group input[type=text],
.form-group input[type=time],
.form-group input[type=url],
.form-group input[type=week],
.form-group textarea.form-control,
.registration-form .form-box input[type=color],
.registration-form .form-box input[type=date],
.registration-form .form-box input[type=datetime-local],
.registration-form .form-box input[type=datetime],
.registration-form .form-box input[type=email],
.registration-form .form-box input[type=month],
.registration-form .form-box input[type=number],
.registration-form .form-box input[type=password],
.registration-form .form-box input[type=search],
.registration-form .form-box input[type=tel],
.registration-form .form-box input[type=text],
.registration-form .form-box input[type=time],
.registration-form .form-box input[type=url],
.registration-form .form-box input[type=week],
.table-cart tr td .quanlity input,
.top-search form.form-search .box-search input {
    color: #000
}

.field-row input::-webkit-input-placeholder,
.form-box input::-webkit-input-placeholder,
.form-group input::-webkit-input-placeholder,
.registration-form .form-box input::-webkit-input-placeholder,
.top-search form.form-search .box-search input::-webkit-input-placeholder {
    color: #000
}

.field-row input::-moz-placeholder,
.form-box input::-moz-placeholder,
.form-group input::-moz-placeholder,
.registration-form .form-box input::-moz-placeholder,
.top-search form.form-search .box-search input::-moz-placeholder {
    color: #000
}

.field-row input:-ms-input-placeholder,
.form-box input:-ms-input-placeholder,
.form-group input:-ms-input-placeholder,
.registration-form .form-box input:-ms-input-placeholder,
.top-search form.form-search .box-search input:-ms-input-placeholder {
    color: #000
}

.field-row input:-moz-placeholder,
.form-box input:-moz-placeholder,
.form-group input:-moz-placeholder,
.registration-form .form-box input:-moz-placeholder,
.top-search form.form-search .box-search input:-moz-placeholder {
    color: #000
}

.field-row textarea.form-control:focus,
.form-box textarea:focus,
.form-group .form-box input:focus,
.form-group textarea.form-control:focus,
.registration-form .form-box input:focus,
.table-cart tr td .quanlity input:focus,
.top-search form.form-search .box-search input:focus {
    color: #000
}

#eac-container-template-custom ul li h6 {
    color: #000
}

.morder_head {
    background: #e5e5e5;
    margin-bottom: 15px
}

.morder_head .btn-primary {
    border-radius: 0;
    min-width: 50px
}

.morder_body .img-product {
    float: left;
    width: 70px;
    margin-right: 15px
}

.morder_body .product-info {
    width: 395px;
    margin-right: 0
}

.morder_body .product-info .item-options {
    margin-top: .5rem
}

.payment_wrrpr h1 {
    font-size: 2rem;
    line-height: 1.2
}

.payment_wrrpr .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #2db92d
}

.payment_wrrpr .icon>img {
    width: 25px
}

.payment_wrrpr .icon.error {
    border-color: red
}

.payment_wrrpr p {
    font-size: 15px;
    margin-bottom: 15px
}

.flat-iconbox .iconbox.style1 {
    border-color: #000
}

.product-component {
    margin-left: -3px;
    margin-right: -3px
}

.product-component .badge {
    padding: 3px 8px 4px;
    margin: 0 3px 3px;
    font-size: 11px;
    font-weight: 600
}

.product-component .badge-default {
    background-color: rgba(0, 0, 0, .3)
}

.product-detail.style1>span {
    left: 15px;
    border-radius: 8px
}

.product-detail .header-detail h1.name {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 15px
}

.product-detail .flat-iconbox {
    padding: 0;
    background: 0 0
}

.product-detail .iconbox.style1 {
    margin-bottom: 15px
}

.product-detail .iconbox .box-header {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.product-detail .iconbox.style1 .box-header .image {
    height: 48px;
    line-height: 48px;
    width: 60px
}

.product-detail .iconbox.style1 .box-header .image>img {
    max-height: 28px
}

.product-detail .iconbox.style1 .box-header .box-title {
    padding: 10px 10px 10px 0
}

.iconbox.style1 .box-header .box-title h6 {
    font-size: 14px
}

.pos-relative {
    position: relative
}

.print-pdf {
    position: absolute;
    top: 0;
    right: 0
}

.print-pdf.btn-link {
    font-size: 28px;
    color: #2db92d;
    outline: 0;
    box-shadow: none
}

.print-pdf.btn-link:active,
.print-pdf.btn-link:focus,
.print-pdf.btn-link:hover {
    color: #2db92d;
    outline: 0;
    box-shadow: none
}

.custom-options .box-text h4 {
    font-weight: 400;
    margin-bottom: 5px
}

.custom-options .form {
    display: block
}

.custom-options .accordion-toggle .toggle-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px
}

.custom-options .accordion-toggle .toggle-title {
    padding: 10px 20px 6px
}

.custom-options .accordion-toggle .toggle-title.active {
    background-color: #f26722;
    border-color: #f26722
}

.custom-options .accordion-toggle .toggle-title.active h4 a {
    color: #fff
}

.custom-options .accordion-toggle .toggle-title.active:after {
    background-color: #fff
}

.custom-options .card .list-options {
    margin-bottom: 15px
}

.custom-options .btn-radio {
    margin: 0;
    display: block
}

.custom-options .btn-radio.style2 .radio-info {
    margin-bottom: 0;
    padding-left: 20px
}

.custom-options .btn-radio .radio-info input[type=radio] {
    display: none
}

.custom-options .btn-radio.style2 .radio-info label {
    width: 100%
}

.custom-options .btn-radio .price-notice {
    float: right;
    padding: 2px 8px;
    border-radius: 6px
}

.custom-options .radio-info input[type=radio]:checked+label>.price-notice {
    background-color: #2db92d;
    color: #fff
}

@media screen and (min-width:768px) {
    .custom-options .card-header {
        padding-right: 110px
    }
    .custom-options .card {
        position: relative
    }
    .custom-options .card-header .btn-outline-primary {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 10
    }
}

@media screen and (max-width:991px) {
    .product-detail-bar li {
        font-size: 18px
    }
    .print-pdf {
        right: 10px
    }
    .print-pdf.btn-link {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .print-pdf.btn-link {
        display: none
    }
    .custom-options .box-text p {
        margin-bottom: 15px
    }
}

#price-wrap {
    left: 15px;
    bottom: 15px;
    right: auto;
    padding: 15px;
    width: 250px;
    background: rgba(245, 245, 245, .8);
    border-radius: 8px;
    transition: all .4s ease-in-out 0s;
    border: 1px solid #f61313
}

#price-wrap .btn-link {
    outline: 0;
    box-shadow: none;
    color: #f61313;
    height: auto;
    top: -6px;
    position: relative;
    right: -4px;
    border: 0;
    float: right
}

#price-wrap .btn-link:active,
#price-wrap .btn-link:focus,
#price-wrap .btn-link:hover {
    color: #838383;
    outline: 0;
    box-shadow: none
}

#price-wrap .btn-close {
    position: absolute;
    right: 0;
    top: 0
}

#price-wrap p {
    font-size: 18px;
    margin-bottom: 10px
}

#price-wrap .configured-price {
    color: #f26722;
    font-weight: 700;
    margin-left: 10px;
}

#price-wrap .btn-primary {
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 120px;
    font-size: 14px;
    border-radius: 30px
}

@media screen and (max-width:575px) {
    #price-wrap p {
        font-size: 14px
    }
}

.box-checkout h1 {
    font-size: 1.7rem;
    margin-bottom: 1rem
}

.checkout-alt .btn-radio.style2 {
    display: block;
    padding-left: 0;
    margin-top: 0
}

.checkout-alt .btn-radio.style2 .radio-info label {
    width: 100%;
    padding-left: 0
}

.checkout-alt .btn-radio.style2 .radio-info label>img {
    margin-right: 10px
}

.checkout-alt .btn-radio.style2 .radio-info label:after,
.checkout-alt .btn-radio.style2 .radio-info label:before {
    left: auto;
    right: 5px
}

.checkout-alt .form-check label {
    padding-left: .5rem
}

.wrap-error h2 {
    margin-bottom: 10px
}

.wrap-error p,
.wrap-error ul li {
    font-size: 15px;
    margin-bottom: 10px
}

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes effect-2 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.form-error {
    color: red
}

.description-text .name {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;

}

.description-text .box-text {
    font-size: 16px;
    background-color: #fff;
    padding: 15px;
    margin-top: 12px;
    font-weight: 300 !important
}

.description-text h3 {
    margin: 10px 0 10px
}

.description-text ul {
    list-style-type: disc !important
}

.description-text ul li {
    margin-left: 20px
}

.description-text table {
    border: 1px solid;
    margin: 8px 0;
    width: auto !important
}

.description-text table td {
    padding: 8px;
    border-bottom: 1px solid;
    border-right: 1px solid
}

.description-text table td strong {
    font-weight: 700
}

.flat-product-content .description-text p img {
    margin: 15px auto !important;
    height: auto !important;
    display: block;
    width: 100% !important
}

.product-detail h6 {

}

@media screen and (min-width:768px) {
    .samsung-galaxy-note .f_table-th {
        display: table-cell;
        width: 30%;
        border-bottom: 1px solid #e5e5e5
    }
    .samsung-galaxy-note .f_table-td {
        display: table-cell;
        width: 35%
    }
    .samsung-galaxy-note .f_table-body .c_prod_title {
        font-size: 0;
        line-height: 0;
        padding: 0;
        margin: 0;
        display: none
    }
}

.samsung-galaxy-note {
    padding: 1rem;
    background: #fff
}

.samsung-galaxy-note .f_table-row {
    display: table;
    width: 100%
}

.samsung-galaxy-note .f_table-th {
    padding: 20px 30px 20px 0;
    font-size: 17px;
    line-height: 24px
}

.samsung-galaxy-note .f_table-th .area .b_more-type {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    display: none
}

.samsung-galaxy-note .f_table-td {
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 1.5
}

.samsung-galaxy-note .f_table-header .f_table-td,
.samsung-galaxy-note .f_table-header .f_table-th {
    position: relative;
    padding: 20px 0 24px 0;
    border-bottom: 2px solid #000;
    vertical-align: top
}

.samsung-galaxy-note .m_content-discover .f_table-header .f_table-td,
.samsung-galaxy-note .m_content-discover .f_table-header .f_table-th {
    padding: 1.0416667vw 0 1.25vw;
    vertical-align: bottom
}

.samsung-galaxy-note .f_table-body .f_table-row:last-child>.f_table-td,
.samsung-galaxy-note .f_table-body .f_table-row:last-child>.f_table-th {
    border-bottom: 2px solid #000
}

.samsung-galaxy-note .m_feature-discover .f_description {
    padding-top: 1rem
}

.m_feature-discover .color-chip li {
    padding-left: 20px;
    margin-bottom: 4px;
    vertical-align: top;
    position: relative;
    line-height: 1.2
}

.m_feature-discover .color-chip li:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    content: '';
    border: 1px solid #000;
    background: #d5d9e7
}

.m_feature-discover .color-chip li:before {
    background: #d5d9e7
}

.m_feature-discover .color-chip li:nth-child(2):before {
    background: #000
}

.f_description .list-desclaimer li:before {
    content: '*'
}

@media screen and (max-width:767px) {
    .samsung-galaxy-note .m_content-discover .f_table-header .f_table-td {
        display: none
    }
    .samsung-galaxy-note .f_table-td {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px 0 10px 0
    }
    .samsung-galaxy-note .f_table-th {
        padding: 10px 0 0
    }
    .samsung-galaxy-note .f_table-body .c_prod_title {
        margin-right: 1rem
    }
    .samsung-galaxy-note .f_table-body .c_prod_title>em {
        display: block
    }
}

@media screen and (max-width:575px) {
    .samsung-galaxy-note .f_table-td {
        font-size: 13px
    }
}

.asus-tuf-gaming {
    padding-bottom: 1rem;
    background: #fff
}

#spec-area.row {
    margin: 0 15px
}

.product-spec {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-bottom: 0 solid #ccc;
    margin: 0 0;
    overflow: hidden
}

.product-spec>li .spec-item,
.product-spec>li>.spec-data {
    padding: 15px
}

.product-spec>li {
    vertical-align: top;
    background-color: #f0f0f0;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ccc
}

.product-spec li>.spec-item {
    font-size: 20px;
    display: block
}

.product-spec li>.spec-data {
    font-size: 14px;
    word-wrap: break-word
}

@media screen and (max-width:767px) {
    .description-text .name,
    .tecnical-specs .name {
        font-size: 18px
    }
    .product-spec li>.spec-item {
        padding-bottom: 10px
    }
    .product-spec li>.spec-data {
        padding-top: 0
    }
}

@media screen and (min-width:768px) {
    .product-spec li>.spec-data {
        border-left: 1px solid #ccc
    }
    .product-spec li>.spec-item {
        float: left
    }
    .product-spec li>.spec-data {
        width: 70%;
        margin-left: 21.5%
    }
}

.featured-categories {
    padding: 2rem 0 3rem
}

.featured-categories .card {
    border-radius: 8px;
    text-align: center;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    box-shadow: 0 0 20px rgba(139, 138, 138, .08);
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.featured-categories .card a {
    display: block
}

.featured-categories .card .figure {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem
}

.featured-categories .card .figure>img {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    max-height: 140px
}

.featured-categories .card .card-block {
    border-top: 1px solid #ddd;
    padding: .5rem 1rem
}

.featured-categories .card .card-title {
    font-size: 13px;
    margin-bottom: 0;

    font-weight: 600
}

.featured-categories .card:hover {
    border-color: rgba(0, 0, 0, .5);
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s
}

@media screen and (max-width:767px) {
    .featured-categories .flat-row-title {
        margin-bottom: 25px
    }
    .featured-categories .card .figure {
        height: auto
    }
    .featured-categories .card .figure>img {
        max-height: 250px
    }
    .featured-categories .card .card-title {
        font-size: 15px
    }
}

.product-options .name {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;

}

.bg-white {
    background-color: #fff
}

.product-options .product-box {
    height: 223px;
    border-radius: 8px;
    overflow: hidden
}

.product-options .product-box:hover {
    overflow: hidden
}

.product-options .product-box .imagebox {
    min-height: 223px;
    border: 2px solid rgba(229, 229, 229, .8);
    border-radius: 8px;
    overflow: hidden
}

.product-options .product-box:hover .imagebox {
    top: auto;
    left: auto;
    width: auto;
    border: 2px solid #e5e5e5
}

.product-options .imagebox .box-image {
    height: 80px;
    line-height: 80px
}

.product-options .imagebox .box-content .price .sale {
    margin-right: 0
}

.product-options .imagebox .box-content .product-name {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    height: 42px
}

.product-options .imagebox .box-content .product-name a {
    font-size: 13px
}

.product-options .product-box .imagebox .box-image img {
    max-height: 80px
}

.product-options .product-box .imagebox .box-content .product-name,
.product-options .product-box:hover .imagebox .box-content .product-name {
    height: 43px;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-options .product-box .imagebox .box-bottom {
    opacity: 1;
    transform: none;
    margin: 0;
    width: auto;
    left: auto;
    right: auto;
    bottom: 0;
    height: auto;
    margin-top: 6px;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.product-options .product-box:hover .imagebox .box-bottom {
    opacity: 1;
    transform: none;
    margin: 0;
    width: auto;
    left: auto;
    right: auto;
    bottom: 0;
    height: auto;
    margin-top: 6px;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.product-options .imagebox .box-bottom .btn-add-cart a {
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-size: 12px
}

.product-options .imagebox .box-bottom .btn-add-cart a img {
    padding-right: 5px;
    width: 22px
}

.dealerImgOnProduct {
    float: left
}

.dealerTitle {
    background: #0074c4;
    color: #fff !important;
    padding: 7px;
    margin-left: 4px;
    font-size: 16px;
    float: left;
    margin-bottom: 8px;
    font-weight: 400
}

.flat-infomation .phone {
    padding: 0 12px;
    display: inline-block;
    background: #f61313;
    font-size: 20px;
    color: #fff
}

.flat-term-conditions p {
    margin-bottom: 24px
}

.flat-term-conditions ul li {
    margin-left: 18px;
    padding-bottom: 6px
}

.brandName {
    clear: both;
    width: 100%;
    float: left
}

.brandName img,
.brandName span {
    margin-bottom: 5px
}

.productCart {
    background: #f9f9f9;
    border: 1px solid #ccc9c9;
    float: left;
    width: 100%;
    padding: 2%;
    margin-bottom: 18px
}

.productLeft {
    float: left;
    width: 20%
}

.productRight {
    float: left;
    width: 80%
}

.otherInfoOncart {
    clear: both;
    width: 100%;
    float: left
}

.otherInfoOncart .price {
    font-size: 16px
}

.otherInfoOncart div {
    float: left
}

.otherInfoOncart .total {
    float: right;
    padding-top: 8px
}

.productCart .price span {
    width: 100%;
    float: left;
    clear: both
}

.otherInfoOncart .total span {
    width: 100%;
    float: right;
    text-align: right
}

.productCart span.modelspan {
    color: #7c7878;
    font-size: 13px
}

.productCart span.finalPrice {
    font-size: 16px
}

.productCart span.finalPrice b {
    color: #f61313
}

.productRight .fa-print,
.productRight .fa-trash {
    font-size: 20px;
    float: right;
    margin-left: 10px
}

.productCart .qtyBox {
    width: 60px !important;
    float: right !important;
    padding: 2px 8px !important;
    height: 30px !important;
    border: 1px solid !important;
    border-radius: 0 !important;
    background: #fff
}

.productCart .name-product {
    font-size: 16px
}

.productCart .total a {
    color: #f26722
}

#shoppingcartForm h1 {
    padding: 14px 0;
    font-size: 22px
}

.productLeft img {
    margin-right: 8px
}

.popup a {
    margin-top: 12px;
    float: left
}

.popup a.continueShoppingButton {
    margin-right: 18px
}

.checkout-page-button {
    letter-spacing: 1px;
    font-size: 18px
}

.textAlignCenter {
    text-align: center !important
}

#priceToUpdate {
    color: #000
}

.accpetCard {
    margin-top: 10px;
    margin-bottom: 18px
}

.payHeading {
    font-weight: 700
}

.surchargeHeading {
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 2px;
    border: 1px solid
}

.info-text ol,
.info-text ul {
    list-style: disc;
    padding-left: 18px
}

#fancybox-content {
    border: 0 solid !important
}

#fancybox-outer #fancybox-title {
    display: none !important
}

article.main-post.style1 .featured-post {
    width: 318px
}

.blogList h2 {
    background: #f9f9f9;
    padding: 10px 16px !important
}

.products_dtl0721 .header-detail h1.name {
    font-weight: 600;
    word-spacing: 2px
}

.products_dtl0721 .header-detail .reviewed {
    display: inline-block;
    width: 100%
}

.products_dtl0721 .header-detail .brandName {
    margin-bottom: 10px
}

.products_dtl0721 .header-detail .reviewed .product-id {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 13px
}

.products_dtl0721 .header-detail .reviewed .status-product {
    padding: 0
}

.products_dtl0721 .content-detail .info-text p {
    font-size: 13px;
    color: #838383;
    letter-spacing: .3px
}

.products_dtl0721 .footer-detail .quanlity-box {
    display: inline-block;
    margin-right: 20px
}

.products_dtl0721 .footer-detail .box-cart {
    display: inline-block;
    margin: 0
}

.products_dtl0721 .footer-detail .btn-add-cart {
    margin: 0
}

.shipping_cost_find h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.shipping_cost_find .scf_inpt {
    margin-bottom: 10px
}

.shipping_cost_find .scf_inpt input {
    height: 40px;
    background: #fff;
    font-size: 14px;
    border-radius: 6px
}

.shipping_cost_find .scf_inpt select {
    height: 40px;
    background: #fff;
    font-size: 14px;
    color: #727272;
    width: 100%;
    line-height: 24px;
    padding: 6px 12px;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer
}

.shipping_cost_find .scf_view {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background-color: #f2f01f;
    border-color: #a3a2a2;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    cursor: pointer
}

.shipping_cost_find ul {
    margin-bottom: 12px
}

.shipping_cost_find ul li {
    position: relative;
    padding-left: 15px
}

.shipping_cost_find ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    left: 3px;
    top: 0;
    font-size: 10px
}

.shipping_cost_find ul li:last-child {
    padding: 5px 0 0
}

.shipping_cost_find ul li:last-child:before {
    display: none
}

.shipping_cost_find .scf_edit {
    color: #fff;
    display: inline-block;
    height: auto;
    line-height: 1.3;
    font-weight: 600;
    border-radius: 3px;
    padding: 2px 10px 3px;
    font-size: 13px;
    background: #000;

    letter-spacing: .5px;
    cursor: pointer
}

.products_dtl0721 .footer-detail .pay_what_wrrpr {
    position: relative;
    min-height: 80px
}

.products_dtl0721 .footer-detail .pay_what_wrrpr h2 {
    font-size: 18px;
    font-weight: 600
}

.products_dtl0721 .footer-detail .pay_what_wrrpr small {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #838383;
    margin-bottom: 10px
}

.products_dtl0721 .footer-detail .pay_what_wrrpr img {
    width: 100%;
    max-width: 250px;
    top: 0;
    right: 0;
    margin: 0
}

.flex-control-thumbs {
    max-height: 420px;
    overflow: auto
}

.products_dis_editor .description-text .box-text {
    font-size: 15px;
    margin-top: 10px
}

.products_dis_editor .col-md-12 .name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}

.products_dis_editor .description-text .box-text h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600
}

.products_dis_editor .description-text .box-text p {
    margin-bottom: 10px;
    font-weight: 400
}

.products_dis_editor .description-text .box-text ul {
    margin-bottom: 10px
}

.products_dis_editor .description-text .box-text ul li {
    font-weight: 400
}

.products_dis_editor .description-text .box-text iframe {
    width: 100%;
    height: 300px;
    max-width: 600px;
    display: inherit;
    margin: 0 auto 10px
}

.products_dis_editor .description-text .box-text img {
    margin-bottom: 10px;
    display: block
}

.cart_tbl_wrrpr {
    margin-bottom: 30px
}

.cart_tbl {
    width: 100%;
    border: 2px solid #f5f5f5
}

.cart_tbl th {
    text-align: center
}

.cart_tbl th:nth-child(1),
.cart_tbl th:nth-child(2) {
    text-align: left
}

.cart_tbl td,
.cart_tbl th {
    padding: 10px
}

.cart_tbl th {
    background: #edf0f5
}

.cart_tbl tr {
    border-bottom: 1px solid #edf0f5
}

.cart_tbl td {
    vertical-align: middle
}

.cart_tbl .cart_tbl_img {
    
}

.cart_tbl .cart_tbl_img a {
    display: inline-block
}

.cart_tbl .cart_tbl_img img {
    width: 100%
}

.cart_tbl .cart_tbl_name {
    max-width: 350px
}

.cart_tbl .cart_tbl_name a {
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    font-weight: 600
}

.cart_tbl .cart_tbl_name p {
    color: #737373;
    line-height: 1.5;
    text-align: justify;
    font-size: 14px
}

.cart_tbl .cart_tbl_model {
    font-size: 16px
}

.cart_tbl .cart_tbl_qty {
    text-align: center
}

.cart_tbl .cart_tbl_qty input {
    line-height: 1;
    height: 30px;
    padding: 0;
    width: 60px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    color: #000
}

.cart_tbl .cart_tbl_qty input::-webkit-inner-spin-button,
.cart_tbl .cart_tbl_qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart_tbl .cart_tbl_qty input[type=number] {
    -moz-appearance: textfield
}

.cart_tbl .cart_tbl_qty a {
    display: block;
    color: #292929;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .1px
}

.cart_tbl .cart_tbl_price p {
    white-space: pre;
    font-size: 18px
}

.cart_tbl .cart_tbl_price p.ctp_ttl {
    color: #f61313;
    font-weight: 600;
    font-size: 18px
}

.cart_tbl .cart_tbl_action {
    width: 50px
}

.cart_tbl .cart_tbl_action a {
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #292929;
    padding: 2px;
    width: 30px;
    padding-left: 3px;
    margin-bottom: 2px;
    border-radius: 4px
}

.cart_tbl .cart_tbl_action a i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 2px
}

.print_prd_cart {
    background: #f5f5f5;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #292929;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #eaeaea
}

.print_prd_cart i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 4px
}

.shopping_cart_wrrpr {
    padding: 50px 0;
    margin: 0
}

.checkout_dv_wrrpr {
    border: 1px solid #edf0f5;
    padding: 15px 15px 5px;
    margin-top: 40px;
    position: relative;
    box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 10%)
}

.checkout_dv_wrrpr .fields-title {
    background: #edf0f5;
    padding: 15px;
    border: hidden;
    margin-bottom: 25px;
    margin-top: -25px
}

.checkout_dv_wrrpr .fields-title h3 {
    padding: 0;
    border: hidden;
    margin: 0
}

.checkout_dv_wrrpr .field-row .col-xs-12 {
    margin-bottom: 10px
}

.all_prd_ckout .table {
    margin-bottom: 0
}

.all_prd_ckout .table td {
    vertical-align: middle
}

.all_prd_ckout .table td.apc_name a {
    display: inline-block;
    width: 100%;
    line-height: 1.5
}

.all_prd_ckout .table td.apc_qty span {
    top: 9px !important
}

.all_prd_ckout .table td.apc_remove a {
    font-size: 20px;
    color: #000;
    height: 30px;
    background: #f1f1f1;
    width: 30px;
    text-align: center;
    border-radius: 5px;
    padding: 0
}

.checkout_ordr_wrrpr {
    padding-top: 60px
}

.checkout_ordr_wrrpr .cart-totals {
    padding-top: 10px;
    padding-bottom: 20px;
    padding: 10px 20px 20px;
    box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 10%)
}

.checkout_ordr_wrrpr h3 {
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px
}

.checkout_ordr_wrrpr hr {
    margin: 10px 0
}

.checkout_ordr_wrrpr #applyCouponCodeAnchor {
    color: #f61313;
    text-align: right;
    font-weight: 600;
    float: left
}

.checkout_ordr_wrrpr #cupnCodeDiv input {
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px
}

.checkout_ordr_wrrpr #cupnCodeDiv button {
    height: 40px;
    padding: 0;
    font-size: 13px;
    width: 100%;
    min-width: auto;
    border-radius: 5px;
    background: #000;
    border: hidden
}

.checkout_ordr_wrrpr .fromId11_dv button {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    background-color: #f61313;
    border: hidden;
    color: #000;
    font-size: 16px
}

.checkout_ordr_wrrpr .fromId11_dv button:hover {
    background-color: #f61313;
    border-color: #f61313
}

.sign_in_wrrpr {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.sign_in_wrrpr .sign_in_dv {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 500px;
    background: #fff;
    overflow: hidden
}

.sign_in_wrrpr .sign_in_dv.active {
    height: 700px
}

.sign_in_wrrpr .sign_in_dv .login_side_caption {
    height: 500px
}

.sign_in_wrrpr .sign_in_dv.active .login_side_caption {
    height: 700px
}

.sign_in_wrrpr .sign_in_dv .user {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.sign_in_wrrpr .sign_in_dv .user .imgBx {
    position: relative;
    width: 50%;
    height: 100%;
    background: #fff;
    transition: .5s
}

.sign_in_wrrpr .sign_in_dv .user .imgBx>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sign_in_wrrpr .sign_in_dv .user .formBx {
    position: relative;
    width: 50%;
    height: 100%;
    background: #edf0f5;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: .5s
}

.sign_in_wrrpr .sign_in_dv .user .formBx form {
    width: 100%
}

.sign_in_wrrpr .sign_in_dv .user .formBx form h2 {
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 10px;
    color: #f61313;
    padding: 5px 0 5px 15px;
    font-size: 24px;
    color: #0072bc
}

.sign_in_wrrpr .sign_in_dv .user .formBx form input {
    position: relative;
    width: 100%;
    padding: 5px 10px;
    height: 35px;
    background: #fefefe;
    color: #333;
    border: none;
    outline: 0;
    box-shadow: none;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300
}

.sign_in_wrrpr .sign_in_dv .user .formBx form .form-error {
    color: red;
    position: relative;
    left: 2px;
    bottom: 7px
}

.sign_in_wrrpr .sign_in_dv .user .formBx form button[type=submit] {
    width: 200px;
    background: #f61313;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .5s;
    display: inline-block;
    height: auto;
    border-radius: 4px;
    margin: 10px 0;
    border: hidden
}

.sign_in_wrrpr .sign_in_dv .user .formBx form .checkbox {
    margin: 0 0 10px
}

.sign_in_wrrpr .sign_in_dv .user .formBx form .signup {
    position: relative;
    font-size: 12px;
    letter-spacing: .5px;
    color: #555;
    width: 100%
}

.sign_in_wrrpr .sign_in_dv .user .formBx form .signup a {
    font-weight: 600;
    text-decoration: none;
    color: #f61313
}

.sign_in_wrrpr .sign_in_dv .signupBx {
    pointer-events: none
}

.sign_in_wrrpr .sign_in_dv.active .signupBx {
    pointer-events: initial
}

.sign_in_wrrpr .sign_in_dv .signupBx .formBx {
    left: 100%
}

.sign_in_wrrpr .sign_in_dv.active .signupBx .formBx {
    left: 0
}

.sign_in_wrrpr .sign_in_dv .signupBx .imgBx {
    left: -100%
}

.sign_in_wrrpr .sign_in_dv.active .signupBx .imgBx {
    left: 0
}

.sign_in_wrrpr .sign_in_dv .signinBx .formBx {
    left: 0
}

.sign_in_wrrpr .sign_in_dv.active .signinBx .formBx {
    left: 100%
}

.sign_in_wrrpr .sign_in_dv .signinBx .imgBx {
    left: 0
}

.sign_in_wrrpr .sign_in_dv.active .signinBx .imgBx {
    left: -100%
}

@media (max-width:991px) {
    .sign_in_wrrpr .sign_in_dv {
        max-width: 400px
    }
    .sign_in_wrrpr .sign_in_dv .imgBx {
        display: none
    }
    .sign_in_wrrpr .sign_in_dv .user .formBx {
        width: 100%
    }
    .registration-form {
        padding: 50px 0 !important
    }
    .sign_in_wrrpr .sign_in_dv {
        height: 400px
    }
    .sign_in_wrrpr .sign_in_dv.active {
        height: 700px
    }
    .sign_in_wrrpr .sign_in_dv .login_side_caption {
        height: 400px
    }
    .sign_in_wrrpr .sign_in_dv.active .login_side_caption {
        height: 700px
    }
}

@media (max-width:991px) {
    .sign_in_wrrpr .sign_in_dv.active {
        height: 600px
    }
}

.flex-control-thumbs::-webkit-scrollbar {
    width: 5px
}

.flex-control-thumbs::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.flex-control-thumbs::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c1c1c1
}

.specifications_tab {
    padding-top: 40px
}

.specifications_tab table th {
    font-weight: 600 !important;
    text-transform: capitalize !important
}

.specifications_tab table td {
    font-weight: 400 !important;
    text-transform: capitalize !important
}

.specifications_tab table td p {
    text-transform: capitalize !important
}

.specifications_tab table tr.title td {
    background-color: #f5f5f57d !important;
    text-transform: uppercase
}

.product_options_tab {
    padding-top: 40px
}

.product_options_tab .box-text {
    background: #fff;
    padding: 15px 20px
}

.product_options_tab .product-box {
    margin-bottom: 0
}

.custom-options .accordion-toggle .toggle-title {
    border-radius: 4px
}

.custom-options .accordion-toggle .toggle-title.active {
    background-color: #f61313;
    border-color: #f61313
}

.custom-options .accordion-toggle .toggle-title.active:after {
    transform: translateY(0)
}

.prd_sty_1 {
    margin-bottom: 0;
    height: auto !important
}

.prd_sty_1 .imagebox {
    border: hidden !important;
    background: 0 0
}

.prd_sty_1 .product-name {
    height: 41px !important;
    margin-bottom: 5px !important
}

.prd_sty_1 .imagebox .box-image {
    height: 110px !important;
    line-height: 110px !important
}

.prd_sty_1 .imagebox .box-image img {
    max-height: 110px !important
}

.prd_sty_1 .imagebox .box-bottom .btn-add-cart a {
    background: 0 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    color: #000;
    background: rgb(0 0 0 / 10%)
}

.prd_sty_1 .imagebox .box-bottom .btn-add-cart a {
    background: 0 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    color: #000;
    background: rgb(0 0 0 / 10%)
}

.prd_sty_1 .imagebox .box-bottom .btn-add-cart a img {
    display: none
}

.prd_sty_1 .imagebox .box-bottom .btn-add-cart a:before {
    background: #f61313
}

.prd_sty_1 .imagebox .box-bottom .btn-add-cart a:hover {
    color: #fff
}

.prd_sty_2 {
    margin-bottom: 0;
    height: auto !important
}

.prd_sty_2 .imagebox {
    border: hidden !important;
    background: 0 0;
    height: auto !important
}

.prd_sty_2 .product-name {
    height: auto !important;
    margin-bottom: 5px !important;
    line-height: 1.4
}

.prd_sty_2 .imagebox .box-image {
    height: 110px !important;
    line-height: 110px !important
}

.prd_sty_2 .imagebox .box-image img {
    max-height: 110px !important
}

.prd_sty_2 .imagebox .box-bottom .btn-add-cart a {
    background: 0 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    color: #000;
    background: rgb(0 0 0 / 10%)
}

.prd_sty_2 .imagebox .box-bottom .btn-add-cart a {
    background: 0 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    color: #000;
    background: rgb(0 0 0 / 10%)
}

.prd_sty_2 .imagebox .box-bottom .btn-add-cart a img {
    display: none
}

.prd_sty_2 .imagebox .box-bottom .btn-add-cart a:before {
    background: #f61313
}

.prd_sty_2 .imagebox .box-bottom .btn-add-cart a:hover {
    color: #fff
}

.prd_sty_2 .owl-nav .owl-next,
.prd_sty_2 .owl-nav .owl-prev {
    border-radius: 0 !important;
    opacity: 0;
    background: rgb(0 0 0 / 7%) !important;
    border: hidden !important
}

.prd_sty_2:hover .owl-nav .owl-next,
.prd_sty_2:hover .owl-nav .owl-prev {
    opacity: 1
}

.prd_sty_2 .owl-dots .owl-dot span {
    border-radius: 50%;
    height: 13px
}

.prd_sty_2 .owl-dots .owl-dot span:after {
    display: none
}

.mnu_tab_id {
    position: relative
}

#description_tab_id,
#product_options_tab_id,
#specifications_tab_id {
    position: absolute;
    top: -80px
}

.cat_grid_wrrpr {
    padding-right: 20px
}

.cat_grid_wrrpr li {
    line-height: inherit !important;
    padding: 7px 5px;
    cursor: inherit !important
}

.cat_grid_wrrpr li p {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px
}

.cat_grid_wrrpr li p i {
    font-size: 25px;
    color: #c5c5c5;
    cursor: pointer
}

.cat_grid_wrrpr li p.active i {
    color: #f61313
}

.cat_grid_dv * {
    transition: ease .5s !important
}

.cat_more_info {
    line-height: 1.3
}

.cat_more_info li {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    line-height: 1.3
}

.cgd_active>.row>div {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.cgd_active .product-box {
    margin-bottom: 0
}

.cgd_active .box-image {
    width: 150px;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top
}

.cgd_active .box-content {
    display: inline-block;
    width: calc(100% - 150px);
    margin: 0 -2px;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
    position: relative;
    padding-right: 150px;
    min-height: 150px
}

.cgd_active .box-content .product-name {
    height: auto;
    margin-bottom: 5px;
    font-size: 16px;
    height: auto !important
}

.cgd_active .box-content .product-name a {
    color: #000
}

.cgd_active .box-content .product-name a:hover {
    color: #000 !important;
    border-bottom: 1px solid
}

.cat_grid_dv .box-content .info {
    display: none
}

.cgd_active .box-content .info {
    margin-bottom: 5px;
    display: block !important;
    max-height: 100px;
    overflow: hidden
}

.cgd_active .box-content .info p {
    font-size: 12px
}

.cgd_active .box-content .price {
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    text-align: right
}
.cgd_active .box-content .price .price-tag del {
    color: #bfb5b5;
    font-size: 18px;
}
.cgd_active .box-content .price .price-tag span {
        font-size: 22px;
}

.cgd_active .box-content .price span {
    margin: 0 !important
}

.cgd_active .box-content .price p {
    font-size: 26px
}

.cgd_active .box-content .cat_more_info {
    display: inline-block !important
}

.cgd_active .box-content .status-product {
    display: inline-block !important;
    position: absolute;
    top: 80px;
    right: 0;
    width: 150px;
    text-align: right;
    color: #2db92d;
    font-size: 12px
}

.cgd_active .box-content .btn-add-cart {
    margin-top: 0;
    position: absolute;
    top: 110px;
    right: 0;
    width: 150px;
    text-align: right
}

.cgd_active .box-content .btn-add-cart a {
    width: 130px;
    display: inline-block;
    height: 35px;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer
}

.cgd_active .box-content .btn-add-cart .viewButton {
}

.product-box .imagebox .box-image img {
    object-fit: contain;
    background: #fff
}

.widget-title .fa-refresh,
.widget-title h3 span {
    display: none
}

.remove_crt_product {
    height: 20px;
    width: 20px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -15px;
    border-radius: 50%
}

.remove_crt_product:after,
.remove_crt_product:before {
    content: '';
    height: 14px;
    width: 2px;
    background: #1f1f1f;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 3px
}

.remove_crt_product:before {
    transform: rotate(45deg)
}

.remove_crt_product:after {
    transform: rotate(-45deg)
}

.login_side_caption {
    display: table-cell;
    width: 1000px;
    vertical-align: middle;
    padding: 20px
}

.login_side_caption li {
    height: 75px;
    position: relative;
    padding-left: 130px;
    padding-top: 15px;
    margin-bottom: 20px
}

.login_side_caption li img {
    width: 120px;
    position: absolute;
    left: 0;
    top: 0
}

.login_side_caption li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px
}

.login_side_caption li p {
    font-size: 13px;
    line-height: 1.3
}

.stickyTabsClass {
    top: 56px;
    padding-top: 0;
    position: fixed;
    z-index: 9999 !important;
    max-width: 1350px
}

.mnu_tab_nav_empty {
    display: none;
    width: 100%;
    height: 44px
}

.mnu_tab_nav.stickyTabsClass+.mnu_tab_nav_empty {
    display: inline-block
}

.covidnote {
    color: #fff;
    background: #000;
    padding: 8px;
    margin: 10px 0 0 0;
    clear: both
}

.covidnote a {
    color: red
}

.product-detail.shortDesBlock {
}


.price {
    margin-bottom: 6px
}

.floatLeftPadTop {
    float: left;
    padding-top: 8px
}

.searchTxt {
    margin-bottom: 0;
    color: #f61313;
    font-size: 20px;
    font-weight: 600
}

.topMrgZero {
    margin-top: 0
}

.textContant {
    width: 100%
}

.brands-list .brands-item {
    width: 16.6666667%
}

.flex-container a:hover,
.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 20px;
    background: #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2)
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: none
}

.flex-direction-nav a:before {
    font-family: fontawesome;
    font-size: 16px;
    display: inline-block;
    content: '\f053';
    color: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(36, 122, 178, .4);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.flex-direction-nav a.flex-prev {
    left: 5px
}

.flex-direction-nav a.flex-next:before {
    content: '\f054'
}

.flexslider:hover .flex-direction-nav a:hover:before {
    background: rgba(36, 122, 178, .8)
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 14px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    float: left;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px
}

.flex-control-thumbs li:last-child {
    margin-right: 0
}

.flex-control-thumbs img {
    max-width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 85px;
    border: 2px solid #e5e5e5
}

.flex-control-thumbs img:hover {
    opacity: 1;
    border: 2px solid #f28b00
}

.flex-control-thumbs .flex-active {
    cursor: default;
    border: 2px solid #f28b00
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.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-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: inline-block;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    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.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: 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;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-dots {
    text-align: center;
    padding-top: 35px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #9b9b9b;
    margin: 6px;
    display: block;
    position: relative;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease
}

.owl-theme .owl-dots .owl-dot.active span:after,
.owl-theme .owl-dots .owl-dot:hover span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #f28b00;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #f28b00
}

.owl-theme .owl-controls .owl-nav div {
    text-align: center;
    display: inline-block;
    outline: 0;
    width: 43px;
    text-align: center;
    line-height: 41px;
    height: 43px;
    color: #fff;
    top: -54px;
    font-size: 0;
    margin-top: -20px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-theme .owl-controls .owl-nav div:hover {
    color: #000
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px
}

.owl-theme .owl-controls .owl-nav div.owl-next:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    font-family: FontAwesome;
    font-size: 15px;
    color: #e5e5e5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: '\f177'
}

.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
    color: #484848
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px
}

.owl-theme .owl-controls .owl-nav div.owl-next:before {
    content: "\f178"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.flat-slider {
    padding: 35px 0 14px;
    background-color: #f5f5f5
}

.flat-slider.style2 {
    background-color: #fff;
    padding: 30px 0
}

.flat-slider.style3 {
    background-color: #fff;
    padding: 35px 0 3px
}

.flat-slider.style4 {
    background-color: #f2f2f2;
    padding: 0 0 0
}

.flat-banner-box {
    padding: 30px 0 10px
}

.banner-box.one-half {
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px
}

.banner-box.one-half .inner-box {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

.banner-box .inner-box a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.banner-box .inner-box a:before {
    background-color: rgba(255, 255, 255, .2);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1);
    transition: all 2s cubic-bezier(.19, 1, .22, 1);
    width: 80px;
    z-index: 0
}

.banner-box .inner-box a:hover:before {
    left: 180%;
    -webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1);
    transition: all 2s cubic-bezier(.19, 1, .22, 1)
}

.banner-box .inner-box a:after {
    background-color: rgba(255, 255, 255, .2);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1);
    transition: all 2s cubic-bezier(.19, 1, .22, 1);
    width: 80px;
    z-index: 0
}

.banner-box .inner-box a:hover:after {
    left: -280px;
    -webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1);
    transition: all 2s cubic-bezier(.19, 1, .22, 1)
}

.banner-box.style1 {
    float: left;
    padding-right: 15px;
    padding-left: 15px
}

.banner-box.style1 .inner-box:first-child {
    margin-bottom: 30px
}

.banner-box.style1.v1 .inner-box:first-child {
    margin-bottom: 1px
}

.wrap-banner {
    margin-left: -15px;
    margin-right: -15px
}

.wrap-imagebox.flat-imagebox .box-product {
    margin-left: 0;
    margin-right: 0
}

.banner-box.style2 .inner-box {
    width: 52%;
    padding-left: 14px;
    padding-right: 14px
}

.banner-box.style2 .inner-box:nth-child(2) {
    width: 48%
}

.flat-row-title.style1 {
    border-bottom: none
}

.flat-row-title h1 {
    font-size: 1.8rem;
    color: #2d2d2d
}

.flat-row-title h3 {
    color: #2d2d2d;
    padding: 0 0 15px 0;
    font-weight: 500
}

.flat-row-title.style2 {
    margin-bottom: 31px
}

.flat-row-title.style3 {
    margin-bottom: 29px
}

.flat-row-title.style3 h3 {
    padding: 11px 0 15px
}

.product-tab {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 12px;
    width: 100%
}

.product-tab ul.tab-list li {
    display: inline-block;
    position: relative;
    z-index: 98;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    padding: 6px;
    margin-right: 54px
}

.product-tab ul.tab-list li:first-child {
    padding-left: 0
}

.product-tab ul.tab-list li:last-child {
    margin-right: 0
}

.product-tab ul.tab-list li:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -3.5px;
    border-bottom: 7px solid #e5e5e5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    opacity: 0;
    z-index: 99
}

.product-tab ul.tab-list li.active {
    color: #2d2d2d;
    font-weight: 500;
    font-size: 16px
}

.product-tab ul.tab-list li.active:before,
.product-tab ul.tab-list li:hover:before {
    opacity: 1
}

.product-tab.style1 ul.tab-list li {
    margin-right: 0;
    padding: 21px 31px 13px 26px
}

.product-tab.style1 ul.tab-list li:first-child {
    padding-left: 30px
}

.product-tab.style1 ul.tab-list li:before {
    border-bottom-color: #fff
}

.product-tab.style1 ul.tab-list li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: -1px;
    left: 0;
    background-color: #000;
    margin-top: -10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    opacity: 0;
    z-index: -1
}

.product-tab.style1 ul.tab-list li.active:after,
.product-tab.style1 ul.tab-list li:hover:after {
    opacity: 1
}

.product-tab.style1 ul.tab-list li.active,
.product-tab.style1 ul.tab-list li:hover {
    color: #fff
}

.product-tab.style1.v1 {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 30px
}

.product-tab.style1.v1 ul.tab-list li {
    padding: 18px 31px 15px 26px
}

.product-tab.style1.v2 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 44px
}

.product-tab.style1.v2 li .product-tab.style2 {
    margin-bottom: 29px
}

.product-tab.style3 ul.tab-list li {
    margin-right: 22px
}

.product-box {
    margin-bottom: 16px;
    overflow: hidden
}

.product-box .imagebox .box-image img {
    max-height: 209px
}

.product-box.style1 {
    height: 250px;
    margin-bottom: 33px;
    border-radius: 10px
}

.product-box.style1 .imagebox.style1 {
    min-height: 240px
}

.product-box.style1:hover {
    border-color: transparent
}

.product-box.style1-v4 {
    height: 215px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: inherit
}

.product-box.style1-v4:hover {
    border-color: transparent
}

.imagebox.style1-v4 {
    border: 1px solid #e5e5e5 !important
}

.product-box.style1-v4:hover .imagebox {
    border-radius: 8px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-box.style1:hover .imagebox .box-bottom {
    margin-top: 0
}

.product-box.style2 {
    height: 340px;
    padding-right: 7px;
    margin-bottom: 11px
}

.product-box.style3 {
    height: 270px;
    margin-bottom: 41px
}

.product-box.style1.v1 {
    border: none;
    margin-bottom: 39px;
    height: 200px
}

.product-box.style1.v1:hover .imagebox {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: none
}

.product-box.line {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 30px
}

.product-box.line:hover {
    border-color: transparent
}

.product-box:hover {
    overflow: visible
}

.product-box .imagebox {
    text-align: center;
    padding: 10px 10px 10px 10px;
    position: relative;
    z-index: 99;
    overflow: visible
}

.product-detail-related-product .product-box .imagebox {
    min-height: 335px
}

.product-box:hover .imagebox {
    top: 0;
    left: 0;
    width: 100%
}

.product-box.color {
    margin-bottom: 5px
}

.product-box.color:hover .imagebox {
    border-color: #f26722 !important
}

.product-box.style4 {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 30px
}

.product-box.style4:hover {
    border-color: transparent
}

.imagebox .box-image {
    margin-bottom: 5px;
    position: relative;
}
.imagebox .box-image .product--sale-value {
    position: absolute;
    left: 0;
    background: #f61313;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
    /* height: 30px; */
    width: 60px;
    text-align: center;
    line-height: 24px;
}

.imagebox .box-image a {
    position: relative;
    display: block
}

.imagebox span.item-new,
.imagebox span.item-sale {
    position: absolute;
    top: 24px;
    right: 10px;
    height: 45px;
    width: 45px;
    line-height: 44px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background-color: #f26722;
    border-radius: 50%;
    z-index: 99
}

.imagebox span.item-sale {
    background-color: #f92400;
    left: 10px;
    right: auto
}

.imagebox .box-content .cat-name a {
    color: #000;
    position: relative;
    display: block
}

.imagebox .box-content .cat-name a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.imagebox .box-content .cat-name a span {
    background: #fff;
    padding: 5px 10px;
    position: relative;
    z-index: 10
}

.imagebox .box-content .product-name {
    overflow: hidden;
    margin-bottom: 2px;
    margin-top: 6px
}

.imagebox .box-content .product-name a {
    color: #000;
    line-height: 19px
}

.imagebox .box-content .product-name a:hover {
    color: #000
}

.imagebox .box-bottom {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(-20%)
}

.imagebox .box-bottom .btn-add-cart a {
    display: inline-block;
    background-color: #f61313;
    border-color: #f61313;
    color: #fff;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 3;
    width: 90%
}

.imagebox .box-bottom .btn-add-cart a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #2db92d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.imagebox .box-bottom .btn-add-cart a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.imagebox .box-bottom .btn-add-cart a img {
    padding-right: 15px
}

.imagebox .box-bottom .compare-wishlist {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

.imagebox .box-bottom .compare-wishlist a img {
    padding-right: 10px
}

.imagebox .box-bottom .compare-wishlist a {
    font-size: 12px;
    font-weight: 600;
    color: #000
}

.imagebox .box-bottom .compare-wishlist a:hover {
    color: #f26722
}

.imagebox .box-bottom .compare-wishlist a.compare {
    margin-right: 18px
}

.product-box .imagebox {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.product-box.style2:hover .imagebox {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-box:hover .imagebox .box-bottom {
    opacity: 1;
    display: block;
    transform: translateY(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: auto;
    margin: 10px 0 0;
    left: 0;
    right: 0;
    position: relative;
    height: auto
}

.imagebox .owl-theme .owl-controls .owl-nav div.owl-next:before,
.imagebox .owl-theme .owl-controls .owl-nav div.owl-prev:before {
    display: none
}

.imagebox:hover .owl-theme .owl-controls .owl-nav div.owl-next:before,
.imagebox:hover .owl-theme .owl-controls .owl-nav div.owl-prev:before {
    display: block
}

.flat-imagebox.style1 {
    padding: 3px 0 9px;
    position: relative;
    z-index: 99
}

.imagebox.style1 {
    text-align: left;
    padding: 22px 17px 10px;
    min-height: 200px;
    border-radius: 10px
}

.imagebox.style1 .box-image {
    float: left;
    width: 50%;
    text-align: center;
    margin-right: 15px;
    line-height: 102px;
    height: auto;
    margin-top: 6px
}

.imagebox.style1 .box-content {
    overflow: hidden
}

.imagebox.style1 .box-content .product-name {
    min-height: 73px;
    margin-top: 3px
}

.imagebox.style1 .box-content .product-name a {
    line-height: 20px;
    font-size: 14px
}

.imagebox.style1 .box-content .cat-name a:after,
.imagebox.style1 .box-content .cat-name a:before {
    display: none
}

.imagebox.style1 .box-content .price span {
    margin: 0;
    display: block
}

.imagebox .box-content .price .sale {
    font-size: 21px
}

.imagebox.style1 .box-bottom {
    padding: 0
}

.imagebox.style1 .box-bottom .compare-wishlist {
    margin-right: 10px;
    float: left;
    margin-top: 0
}

.imagebox.style1 .box-bottom .compare-wishlist a.compare {
    margin-right: 5px;
    margin-left: 0
}

.imagebox.style1 .box-bottom .btn-add-cart {
    display: inline-block
}

.imagebox.style1 .box-bottom .btn-add-cart a {
    width: 130px;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px
}

.imagebox.style1 .box-bottom .btn-add-cart a img {
    padding-right: 10px
}

.imagebox.style1.v1 {
    padding: 0
}

.imagebox.style1.v1 ul.cat-list {
    margin-top: 15px
}

.imagebox.style1.v1 ul.cat-list li {
    margin-bottom: 3px
}

.imagebox.style1.v1 ul.cat-list li a {
    color: #000
}

.imagebox.style1.v1 ul.cat-list li a:hover {
    color: #f26722
}

.imagebox.style1.v1 .btn-more a {
    margin-top: 15px;
    color: #f26722;
    display: block
}

.imagebox.style1.v2 {
    padding: 0
}

.imagebox.style1.v2:hover {
    border-color: #f26722;
    box-shadow: none
}

.imagebox.style1.v2 .box-content {
    padding-top: 40px
}

.imagebox.style1.v2 .box-content .product-name {
    min-height: 45px;
    line-height: 35px
}

.imagebox.style1.v2 .box-content .product-name a {
    font-size: 20px
}

.imagebox.style1.v2 .box-content .price span {
    display: inline-block;
    margin-right: 12px
}

.imagebox.style1.v2 .box-bottom {
    opacity: 1;
    position: relative;
    margin: 20px 0 0;
    display: block;
    transform: translateY(0)
}

.imagebox.style1.v2 .box-bottom .btn-add-cart a {
    width: 250px;
    margin-bottom: 20px;
    margin-top: 15px;
    height: 55px;
    font-size: 18px;
    line-height: 54px
}

.product-box:hover .imagebox.style1.v3 {
    box-shadow: none;
    border: 2px solid #e5e5e5
}

.imagebox.style1.v3 {
    min-height: 270px;
    padding: 28px 30px 20px 30px
}

.imagebox.style1.v3 .box-content {
    width: 270px;
    float: left
}

.imagebox.style1.v3 .box-image {
    width: 228px;
    line-height: 200px;
    float: left
}

.imagebox.style1.v3 .box-content {
    padding-right: 15px
}

.imagebox.style1.v3 .box-content .product-name {
    min-height: auto
}

.imagebox.style1.v3 .box-content .status {
    color: #f92400;
    margin: 3px 0 9px
}

.imagebox.style1.v3 .box-content .info p {
    color: #000;
    line-height: 26px
}

.imagebox.style1.v3 .box-price {
    text-align: center;
    padding: 30px 2px 0 67px;
    width: 270px;
    float: left
}

.imagebox.style1.v3 .box-price .price span {
    display: block
}

.imagebox.style1.v3 .box-price .btn-add-cart a {
    display: block;
    height: 43px;
    line-height: 44px;
    border-radius: 30px;
    background-color: #f92400;
    color: #fff;
    margin-top: 25px;
    font-size: 14px;
    margin-bottom: 14px;
    text-align: left;
    padding: 0 20px 0 41px
}

.imagebox.style1.v3 .box-price .btn-add-cart a img {
    padding-right: 18px
}

.imagebox.style1.v3 .box-price .compare-wishlist a {
    color: #000;
    font-size: 12px
}

.imagebox.style1.v3 .box-price .compare-wishlist a img {
    padding-right: 10px
}

.imagebox.style1.v3 .box-price .compare {
    margin-right: 15px
}

.flat-imagebox.style2 {
    padding: 58px 0
}

.flat-imagebox.style2.v1 {
    padding: 0
}

.flat-imagebox.style2 .product-wrap {
    background-color: #fff;
    border-radius: 10px
}

.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box {
    padding-left: 35px;
    height: auto;
    margin-bottom: 15px
}

.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-image {
    height: auto;
    max-height: 421px
}

.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-content .cat-name a:after,
.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-content .cat-name a:before {
    width: 155px
}

.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-bottom {
    opacity: 1;
    display: block;
    transform: translateY(0);
    margin: 16px 0 31px;
    position: relative
}

.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-bottom .btn-add-cart a {
    display: inline-block;
    padding: 0 62px;
    height: 56px;
    line-height: 56px;
    font-size: 18px
}

.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-bottom .compare-wishlist {
    margin-top: 20px
}

.product-wrap .tab-item .row .product-box .imagebox.style2:hover {
    border-color: #e5e5e5;
    box-shadow: none
}

.product-wrap .product-box .imagebox.style2 .box-image,
.product-wrap .product-box.line .imagebox.style2 .box-image {
    height: 202px;
    line-height: 182px
}

.product-wrap .product-box.line .imagebox.style2 .box-content .product-name a {
    font-size: 16px
}

.product-wrap.style1 .product-box.line .imagebox.style2 .box-content .cat-name a:after,
.product-wrap.style1 .product-box.line .imagebox.style2 .box-content .cat-name a:before {
    width: 25%
}

.product-wrap.style1 {
    background-color: #f5f5f5
}

.product-wrap.style1 .product-box {
    background-color: #fff;
    border-radius: 5px;
    border: 0;
    height: 360px
}

.product-wrap.style1 .tab-item {
    padding: 0 22px;
    margin-bottom: 13px
}

.product-wrap.style1 .tab-item .col-xl-4 .imagebox {
    background-color: #fff;
    padding-bottom: 50px;
    border-radius: 5px
}

.product-wrap.style1 .tab-item .product-box.big .imagebox .box-content .product-name a {
    font-size: 20px
}

.product-wrap.style1 .product-box.line .imagebox .box-content .cat-name a:after,
.product-wrap.style1 .product-box.line .imagebox .box-content .cat-name a:before {
    width: 150px
}

.product-wrap.style1 .product-box.line .imagebox .box-content .cat-name a {
    font-size: 16px
}

.box-6.big .product-box:hover {
    border: 2px solid #f26722
}

.box-6.big .product-box:hover .imagebox {
    border: none
}

.box-6.big .product-box .imagebox.style2 .box-image {
    height: 390px;
    line-height: 375px
}

.box-6.big .product-box .imagebox .box-content .product-name {
    min-height: 64px;
    margin-top: 11px
}

.box-6.big .product-box .imagebox .box-content .product-name a {
    font-size: 20px
}

.box-6.big .product-box .imagebox .box-content .cat-name a:after .box-6.big .product-box .imagebox.style2 .box-image,
.box-6.big .product-box .imagebox .box-content .cat-name a:before {
    opacity: 1;
    margin-top: 20px;
    transform: translateY(0);
    padding: 0 20px
}

.box-6.big .imagebox .box-bottom {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    margin-top: 17px
}

.box-6.big .imagebox .box-bottom .btn-add-cart a {
    display: inline-block;
    padding: 0 60px;
    font-size: 16px;
    height: 56px;
    line-height: 54px;
    font-weight: 500
}

.box-6.big .imagebox .box-bottom .compare-wishlist {
    margin-top: 12px
}

.box-6 {
    float: left;
    padding: 0 11px 0 20px
}

.box-6 .product-box {
    width: 264px;
    box-shadow: 0 2px 3px 0 #eaeaea
}

.box-6 .product-box .imagebox.style2 .box-image {
    height: 207px
}

.box-6.big {
    padding-left: 21px;
    padding-right: 4px
}

.box-6.big .product-box {
    height: 750px;
    width: 460px
}

.imagebox.style2.v1 {
    padding: 3px 26px 19px 30px
}

.imagebox.style2.v1 .box-content .product-name {
    margin-top: 12px;
    min-height: 64px
}

.imagebox.style2.v1 .box-content .product-name a {
    font-size: 18px;
    letter-spacing: 1px
}

.flat-imagebox.style3 {
    padding: 58px 0 29px
}

.counter {
    width: 33.333333%;
    float: left;
    position: relative;
    padding: 30px 15px 0 0
}

.counter span.special {
    position: absolute;
    top: 37px;
    right: -15px;
    background-color: #f5f5f5;
    padding: 0 36px 0 41px;
    height: 62px;
    line-height: 67px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 700
}

.counter .counter-content {
    padding-top: 132px
}

.counter .counter-content p {
    color: #000
}

.counter.style1 {
    width: 103%;
    padding: 24px 20px 23px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: -10px;
    box-shadow: 0 2px 3px 0 #eaeaea
}

.counter.style1 .item-sale {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: #f26722;
    height: 54px;
    line-height: 53px;
    padding: 0 21px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 14px;
    
}

.counter.style1 .item-special {
    display: inline-block;
    color: #2d2d2d;
    font-weight: 700;
    font-size: 18px;
    
}

.counter.style1 .counter-content {
    text-align: center;
    margin-top: 13px;
    padding-top: 0
}

.counter.style1 .counter-content .count-down {
    margin-top: 22px
}

.counter.style1 .counter-content .count-down .square {
    margin-right: 9px
}

.counter.style1 .counter-content .count-down .numb {
    height: 45px;
    line-height: 45px;
    width: 52px;
    padding: 0 10px;
    border-radius: 4px;
    background-color: #e5e5e5;
    font-size: 22px;
    display: inline-block
}

.counter.style1 .counter-content .count-down .text {
    color: #000;
    font-size: 18px;
    margin-top: 7px
}

.counter.style1 .counter-content .box-content .product-name a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin-top: 15px;
    margin-left: 8px;
    margin-bottom: 11px
}

.counter.style1 .counter-content .box-content .price .sale {
    margin-right: 10px
}

.counter.style1.v1 {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 34px;
    padding-bottom: 23px;
    box-shadow: none;
    margin-bottom: 27px
}

.counter.style1.v1>span.sale {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-right: 6px
}

.counter.style1.v1 .counter-content {
    margin-top: 21px
}

.counter.style1.v1 .counter-content .box-content .product-name a {
    margin-top: 25px;
    margin-left: 10px;
    margin-bottom: 11px
}

.counter.style1.v1 .counter-content .count-down {
    margin-top: 48px
}

.counter.style1.v1 .counter-content .count-down .square {
    margin-right: 0
}

.counter.style1.v1 .counter-content .count-down .square:nth-child(3) {
    display: none
}

.counter.style1.v1 .counter-content .count-down .numb {
    width: 40px;
    height: 35px;
    line-height: 32px;
    padding: 0;
    font-size: 16px
}

.counter.style1.v1 .counter-content .count-down .text {
    font-size: 13px;
    font-weight: 400;
    margin: 5px
}

.counter.style1.v2 {
    border-radius: 8px;
    text-align: center;
    width: 263px;
    float: left;
    margin-left: 0;
    margin-top: 11px;
    padding-top: 35px;
    padding-bottom: 23px
}

.counter.style1.v2 .sale {
    font-size: 18px;
    margin-right: 5px
}

.counter.style1.v2 .item-special {
    font-size: 17px;
    font-weight: 600
}

.counter.style1.v2 .counter-content {
    margin-top: 21px
}

.counter.style1.v2 .counter-content .box-content .product-name a {
    margin-top: 25px;
    margin-left: 11px
}

.counter.style1.v2 .counter-content .box-content .price .sale {
    font-size: 21px
}

.counter.style1.v2 .counter-content .count-down {
    margin-top: 19px
}

.counter.style1.v2 .counter-content .count-down .square {
    margin-right: 6px
}

.counter.style1.v2 .counter-content .count-down .square:last-child {
    margin-right: 0
}

.count-down.style1.v2 .square {
    width: 50px
}

.counter.style1.v2 .counter-content .count-down .numb {
    height: 35px;
    line-height: 32px;
    width: 39px;
    padding: 0 0;
    text-align: center
}

.counter.style1.v2 .counter-content .count-down .text {
    color: #000;
    font-size: 15px;
    margin-top: 5px
}

.bestsellers,
.featured,
.hot-sale {
    width: 460px;
    float: left;
    padding-left: 55px;
    padding-right: 55px
}

.featured {
    padding-left: 66px
}

.hot-sale {
    padding-left: 74px
}

.boxed.style2 .container-fluid .bestsellers .flat-row-title,
.boxed.style2 .container-fluid .featured .flat-row-title,
.boxed.style2 .container-fluid .hot-sale .flat-row-title {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 34px
}

.bestsellers ul.product-list li,
.featured ul.product-list li,
.hot-sale ul.product-list li {
    margin-bottom: 31px
}

.bestsellers ul.product-list li .img-product,
.featured ul.product-list li .img-product,
.hot-sale ul.product-list li .img-product {
    margin-right: 23px
}

.bestsellers ul.product-list li .info-product .queue,
.featured ul.product-list li .info-product .queue,
.hot-sale ul.product-list li .info-product .queue {
    margin-bottom: 23px;
    margin-top: 6px
}

.count-down {
    margin-top: 58px
}

.count-down .square {
    display: inline-block;
    width: 68px;
    margin-right: 26px;
    text-align: center
}

.count-down .square:last-child {
    margin-right: 0
}

.count-down .square .numb {
    width: 68px;
    height: 68px;
    line-height: 68px;
    color: #2d2d2d;
    text-align: center;
    font-size: 25px;

    font-weight: 500;
    border: 2px solid #e5e5e5;
    border-radius: 50%
}

.count-down .square .text {
    margin-top: 14px;
    margin-left: -4px;
    color: #f26722;
    font-size: 20px;

    font-weight: 500
}

.count-down.style2 {
    margin-top: 63px
}

.count-down.style2 .square .numb {
    height: 59px;
    line-height: 55px;
    border-radius: 3px
}

.count-down.style2 .square .text {
    margin-top: 12px
}

.box-counter .product-item {
    width: 66.666667%;
    padding-left: 9px;
    float: left
}

.box-counter .product-item .imagebox.style3 .box-bottom {
    opacity: 1;
    display: block;
    transform: translateY(0);
    position: relative;
    margin-top: 28px
}

.box-counter.style1 {
    padding: 28px 29px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: -2px
}

.box-counter.style1 .counter {
    width: 35%;
    padding-top: 3px
}

.box-counter.style1 .counter .special {
    top: 10px;
    right: 14px;
    background: 0 0
}

.box-counter.style1 .product-item {
    width: 65%;
    padding-left: 28px
}

.imagebox.style3 {
    min-height: 440px;
    text-align: left;
    padding: 25px 20px 27px 45px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    position: relative
}

.imagebox.style3 .box-image {
    float: left;
    margin-right: 42px;
    margin-top: 21px;
    height: auto
}

.imagebox.style3 .box-image.save span {
    position: absolute;
    top: 36px;
    left: -2px;
    background-color: #f26722;
    padding: 0 36px 0 30px;
    height: 62px;
    line-height: 67px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.imagebox.style3 .box-content .product-name {
    min-height: auto;
    margin-bottom: 14px
}

.imagebox.style3 .box-content ul.product-info {
    margin-bottom: 24px
}

.imagebox.style3 .box-content ul.product-info li {
    color: #000;
    margin-bottom: 6px
}

.imagebox.style3 .box-content .price .sale {
    font-size: 25px;
    margin-left: 2px;
    margin-right: 16px
}

.imagebox.style3 .box-bottom .btn-add-cart a {
    display: inline-block;
    width: 232px;
    height: 50px;
    font-size: 16px;
    line-height: 52px;
    font-weight: 600;
    margin-left: 0
}

.imagebox.style3 .box-bottom .compare-wishlist {
    margin-top: 20px;
    text-align: inherit
}

.imagebox .box-bottom .compare-wishlist a.compare {
    margin-right: 14px
}

.imagebox.style3 .box-bottom .compare-wishlist a.compare {
    margin-left: 30 px
}

.imagebox.style3.v1 {
    border: none;
    padding: 0;
    min-height: auto
}

.imagebox.style3.v1 .box-image {
    margin-right: 42px;
    margin-top: 15px
}

.imagebox.style3.v1 .box-image.save span {
    top: 5px;
    left: -47px;
    padding: 0 34px 0 32px;
    height: 62px;
    line-height: 63px;
    border-radius: 9px
}

.flat-imagebox.style4 {
    padding: 0 0 15px;
    margin-top: 12px;
    height:  350px;
}

.flat-imagebox.style5 {
    padding: 83px 0 40px
}

.flat-imagebox.style7 {
    padding: 9px 0 15px
}

.flat-imagebox.style4.v1 {
    padding: 28px 0 23px
}

.imagebox.style4 {
    padding: 16px 16px 16px;
    text-align: left;
    border: 1px solid #e5e5e5;
    min-height: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.imagebox.style4-4 {
    border: 1px solid #e5e5e5 !important
}

.imagebox:hover.style4-4 {
    border: 1px solid #f26722 !important
}

.imagebox.blue {
    border: 2px solid #e5e5e5 !important
}

.imagebox:hover.blue {
    border: 2px solid #0153a6 !important
}

.imagebox.style4 .box-image {
    line-height: 108px;
    text-align: center;
    margin-bottom: 4px
}

.imagebox.style4 .box-content .cat-name a {
    font-size: 12px;
    margin-left: 2px
}

.imagebox.style4 .box-content .cat-name a:after,
.imagebox.style4 .box-content .cat-name a:before {
    display: none
}

.imagebox.style4 .box-content .product-name {
    min-height: 66px;
    margin-top: 4px;
    margin-left: 2px
}

.imagebox.style4 .box-content .product-name a {
    font-size: 13px
}

.imagebox.style4 .box-content .price .sale {
    font-size: 18px;
    margin-right: 10px
}

.owl-carousel-3 .imagebox.style4 {
    height: 300px
}

.owl-carousel-3 .imagebox.style4 .box-content {
    text-align: center
}

.owl-carousel-3 .imagebox.style4 .box-content .product-name {
    min-height: 100%;
    height: auto
}

.imagebox.style4.v1,
.imagebox.style4.v1:hover {
    border: 2px solid transparent;
    box-shadow: none
}

.imagebox.style4.v1 .box-image {
    height: 130px;
    line-height: 130px
}

.imagebox.style4.v1 .view {
    text-align: center;
    color: #9d9d9d;
    margin-bottom: 4px
}

.flat-imagebox.style6 {
    padding: 3px 0 0
}

.flat-imagebox.style6 .container-fluid {
    background: #f5f5f5
}

.flat-highlights {
    padding: 21px 0 50px;
    background-color: #f5f5f5
}

.flat-highlights.style2 {
    padding: 0;
    background-color: #fff
}

.flat-highlights.style2 .container-fluid {
    background-color: #f5f5f5;
    padding: 21px 30px 50px 65px
}

.flat-highlights.style2 .container-fluid .col-md-3:first-child {
    padding-right: 35px
}

ul.product-list.style1 {
    padding: 0 0 20px
}

ul.product-list.style1 li .img-product {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    margin: 0;
    height: 100px;
    width: 100px;
    margin-right: 21px;
    overflow: hidden;
    border: 2px solid transparent
}

ul.product-list.style1 li:hover .img-product {
    border: 2px solid #e5e5e5
}

ul.product-list.style1 li .info-product .name {
    line-height: 1
}

ul.product-list.style1 li .info-product .queue {
    margin-left: 2px;
    line-height: 21px;
    margin-bottom: 5px;
    margin-top: 11px
}

ul.product-list.style1 li .info-product .queue i {
    margin-right: 5px
}

ul.product-list.style1 .info-product .price {
    margin-top: 23px
}

ul.product-list.style1.v1 {
    padding: 5px 0 34px
}

ul.product-list.style1.v2 {
    padding: 5px 0 23px
}

ul.product-list.style1.v2 li:not(:last-child) {
    margin-bottom: 31px
}

.flat-highlights.style1 {
    background-color: #fff
}

.flat-iconbox {
    padding: 28px 0 22px;
    background-color: #f9f9f9
}

.flat-product-detail .flat-iconbox {
    padding: 0 0 25px !important
}

.flat-iconbox.style1 {
    padding: 50px 0
}

.flat-iconbox.style2 {
    padding: 55px 0
}

.flat-iconbox.style3 {
    padding: 52px 0 55px
}

.flat-iconbox.style5 {
    padding: 42px 0 65px
}

.flat-iconbox.style6 {
    padding: 37px 0 28px
}

.flat-iconbox.style6 .col-md-3:nth-child(1) .iconbox {
    padding-right: 70px
}

.flat-iconbox.style6 .col-md-3:nth-child(2) .iconbox {
    padding-right: 10px
}

.flat-iconbox.style6 .col-md-3:nth-child(3) .iconbox {
    padding-left: 46px
}

.flat-iconbox.style6 .col-md-3:nth-child(4) .iconbox {
    padding-left: 104px
}

.iconbox {
    text-align: center
}

.iconbox .box-header .image {
    position: relative;
    height: 88px;
    line-height: 88px;
    text-align: center
}

.flat-product-detail .iconbox .box-header .image {
    height: 70px !important;
    line-height: 68px !important
}

.flat-product-detail .iconbox.style1 .box-header .box-title h6 {

}

.iconbox .box-header .image:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border: 2px solid #e5e5e5;
    text-align: center;
    margin-left: -45px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.iconbox .box-header:hover .image:before {
    border: 2px solid #f26722
}

.iconbox .box-header .box-title h3 {
    margin-top: 16px;
    margin-bottom: 5px
}

.iconbox .box-content p {
    color: #000;
    font-size: 12px
}

body.background #header {
    margin-bottom: 0;
    background-color: #fff
}

body.background section.flat-row {
    padding: 0;
    margin: 0;
    margin-bottom: 30px
}

body.background section.flat-row.flat-slider {
    margin-bottom: 31px
}

body.background section.flat-row.flat-banner-box {
    margin-bottom: 26px
}

body.background section.flat-row.flat-banner-box .container {
    box-shadow: none
}

body.background #header .container {
    width: 1230px
}

body.background section.flat-row .container {
    padding-left: 0;
    padding-right: 0;
    padding: 10px 30px 0;
    width: 1200px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #eaeaea
}

body.background section.flat-row.flat-imagebox.style1 .container {
    padding-top: 13px
}

body.background section.flat-row.flat-imagebox.style2 .container {
    padding-top: 12px
}

body.background section.flat-row.flat-imagebox.style4 .container {
    padding: 12px 30px 24px
}

body.background section.flat-row.flat-imagebox.style4 .flat-row-title {
    margin-bottom: 19px
}

body.background section.flat-row.flat-highlights .container {
    padding-top: 18px
}

body.background section.flat-iconbox {
    padding: 36px 0 31px;
    margin-top: 32px
}

body.background section.flat-row.flat-banner-box .container,
body.background section.flat-row.flat-slider .container {
    padding: 0;
    background-color: transparent
}

.product-item.one-half {
    width: 25% !important
}

.product-item.one-half>.imagebox.style2 .box-content .cat-name a:after,
.product-item.one-half>.imagebox.style2 .box-content .cat-name a:before {
    width: 70px
}

.product-wrap.style2 .product {
    margin-right: -15px;
    margin-left: -15px
}

.product-wrap.style2 .product-tab ul.tab-list li {
    margin-right: 37px
}

.product-wrap.style2 .tab-item .product-box {
    margin-bottom: 7px
}

.product-wrap.style2 .product .product-item .imagebox.style2 .box-bottom {
    padding: 0
}

.product-wrap.style2 .product .product-item .imagebox.style2:hover {
    border: 2px solid #f26722
}

.flat-imagebox.style2 .product-wrap.style2 .product .product-item .imagebox.style2 {
    margin-left: 0
}

ul.flat-infomation.style1 {
    float: right
}

ul.flat-infomation.style1 li.phone {
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    line-height: 97px;
    margin-right: 1px;
    letter-spacing: 0
}

ul.flat-infomation.style1 li img {
    margin-right: 11px;
    margin-top: 3px
}

.box-cart.style1 {
    padding: 4px 0
}

.box-cart.style1 .inner-box ul.menu-compare-wishlist li a {
    height: 45px;
    width: 45px;
    border: 1px solid #fff
}

.box-cart.style1 .inner-box ul.menu-compare-wishlist li {
    margin-right: 13px
}

.box-cart.style1 .inner-box>a>div.icon-cart {
    width: 45px;
    height: 45px;
    border: 1px solid #fff
}

.box-cart.style1 .inner-box>a>div.icon-cart span {
    background-color: #000
}

.box-cart.style1 .inner-box>a>.price {
    color: #fff
}

.box-cart.style1.v1 {
    padding: 30px 0 28px;
    float: right
}

.box-cart.style1.v1 .inner-box ul.menu-compare-wishlist li {
    margin-right: 11px
}

.box-cart.style1.v1 .inner-box ul.menu-compare-wishlist li a {
    border-color: #fec579;
    line-height: 39px;
    border-width: 2px
}

.box-cart.style1.v1 .inner-box ul.menu-compare-wishlist li.wishlist {
    margin-right: 13px
}

.box-cart.style1.v1 .inner-box>a>div.icon-cart {
    line-height: 39px;
    border-color: #fec579
}

.box-cart.style1.v1 .inner-box>a>div.icon-cart span {
    top: -4px;
    right: -11px
}

.box-cart.style1.v1 .inner-box>a>.price {
    margin-left: 12px;
    color: #000
}

.flat-slider.style1 {
    background-color: #fff;
    padding: 0
}

.flat-slider.style1 .banner-box .inner-box:first-child {
    margin-bottom: 30px
}

.slider {
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden
}

.slider .slider-item {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    border-radius: 8px
}

.slider .slider-item .item-text {
    width: 64%;
    float: left;
    padding: 102px 60px
}

.slider .slider-item .item-text .header-item {
    margin-bottom: 20px
}

.slider .slider-item .item-text .header-item p {
    color: #000;

    font-size: 16px;
    font-weight: 300
}

.slider .slider-item .item-text .header-item p:last-child {

    letter-spacing: .23px;
    margin-left: 2px;
    line-height: 25px;
    font-size: 15px
}

.slider .slider-item .item-text .header-item h2 {

    font-size: 70px;
    font-weight: 500;
    color: #f26722;
    margin-bottom: 15px
}

.slider .slider-item .item-text .header-item h2 span {
    font-weight: 300;
    color: #2d2d2d
}

.slider .slider-item .item-text .content-item .price .sale {
    position: relative;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    background-color: #000;
    line-height: 58px;
    display: inline-block;
    padding: 0 40px 0 63px;
    height: 56px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: -60px;
    margin-right: 21px;
    float: left
}

.slider .slider-item .item-text .content-item .regular {
    font-size: 18px;
    color: #000;

    margin-top: 10px;
    margin-left: 4px
}

.slider .slider-item .item-image {
    padding-top: 57px;
    padding-right: 75px;
    position: relative;
    float: right
}

.slider .slider-item:before {
    content: '';
    position: absolute;
    width: 92px;
    background-color: #ffc576;
    height: 200%;
    top: 0;
    right: 273px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg)
}

.slider .slider-item .item-image .sale-off {
    position: absolute;
    top: 63px;
    left: 2px;
    z-index: 99;
    display: inline-block;
    height: 108px;
    width: 108px;
    border-radius: 50%;
    background-color: #f92400;
    color: #fff;
    text-align: center;
    padding-top: 32px;
    font-size: 25px;

    font-weight: 700
}

.slider .slider-item .item-image .sale-off span {
    font-size: 20px;

    margin-top: 2px;
    display: block;
    font-weight: 400
}

.slider .slider-item.style1 .item-text {
    padding: 80px 36px
}

.slider .slider-item.style1 .item-text .header-item {
    margin-bottom: 23px
}

.slider .slider-item.style1 .item-text .header-item h2 {
    margin-bottom: 12px
}

.slider .slider-item.style1 .item-text .header-item p:last-child {

    letter-spacing: .23px;
    margin-left: 2px;
    line-height: 25px;
    font-size: 15px
}

.slider .slider-item.style1 .item-text .content-item .price .sale {
    padding: 0 42px 0 69px;
    margin-left: -66px;
    margin-right: 19px
}

.slider .slider-item.style1 .item-image {
    padding-top: 124px;
    padding-right: 52px
}

.slider .slider-item.style1 .item-image .sale-off {
    left: 21px
}

.slider .slider-item.style1:before {
    width: 180px;
    top: 0;
    right: 57px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.owl-carousel .owl-controls {
    background-color: #f5f5f5
}

.slider .slider-item.style3 .item-text {
    padding: 80px 70px
}

.slider .slider-item.style3 {
    height: 255px;
    background-color: #f5f5f5
}

.slider .slider-item.style3 .item-image {
    padding-top: 30px
}

.slider .slider-item.style4 {
    background-color: #f5f5f5;
    height: 486px
}

.slider .slider-item.style4 .item-text {
    padding: 107px 48px
}

.slider .slider-item.style4 .item-image {
    padding-top: 113px;
    padding-right: 46px
}

.slider .slider-item.style4 .item-text .header-item {
    margin-bottom: 23px
}

.slider .slider-item.style4 .item-text .header-item h2 {
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 70px;
    color: #f26722
}

.slider .slider-item.style4 .item-text .header-item p:last-child {

    line-height: 25px;
    margin-left: 2px;
    font-size: 15px;
    letter-spacing: .23px
}

.slider .slider-item.style4:before {
    right: 161px
}

.slider .slider-item.style6 {
    background: url('../images/slider/bg-1.png') top center no-repeat;
    height: 486px;
    border-radius: 5px
}

.slider .slider-item.style6:before {
    width: 0
}

.slider .slider-item.style6 .item-text {
    padding: 106px 48px
}

.slider .slider-item.style6 .item-text .header-item h2 {
    color: #e84f59;
    margin-bottom: 12px
}

.slider .slider-item.style6 .item-text .header-item h2 span {
    color: #fff
}

.slider .slider-item.style6 .item-text .header-item p:last-child,
.slider .slider-item.style7 .item-text .header-item p:last-child {

    font-size: 15px;
    font-weight: 400;
    margin-left: 1px
}

.slider .slider-item.style6 .item-text .header-item {
    margin-bottom: 25px
}

.slider .slider-item.style6 .item-text .content-item .price .btn-shop a {
    color: #fff;
    border: 2px solid #fff
}

.slider .slider-item.style6 .item-image {
    padding-top: 99px;
    padding-right: 82px
}

.slider .slider-item.style7 {
    background: #f5f5f5;
    height: 485px;
    border-radius: 10px
}

.slider .slider-item.style7:before {
    width: 0
}

.slider .slider-item.style7 .item-text {
    padding: 107px 30px 107px 48px;
    width: auto
}

.slider .slider-item.style7 .item-image {
    padding-right: 23px;
    padding-top: 104px
}

.slider .slider-item.style7 .item-text .header-item {
    margin-bottom: 24px
}

.slider .slider-item.style7 .item-text .header-item h2 {
    margin-bottom: 13px
}

.slider .slider-item.style8 {
    background: #f2f2f2;
    height: 485px
}

.slider .slider-item.style8:before {
    width: 0
}

.slider .slider-item.style8 .item-text {
    width: auto;
    float: left;
    padding: 115px 0
}

.slider .slider-item.style8 .item-text .header-item h2 {
    font-size: 60px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 13px
}

.slider .slider-item.style8 .item-text .header-item {
    margin-bottom: 23px
}

.slider .slider-item.style8 .item-text .content-item .regular {
    margin-top: 0
}

.slider .slider-item.style8 .item-image {
    padding-top: 37px;
    padding-right: 0;
    margin-right: -3px
}

.slider .slider-item.style8 .item-text .content-item .price .sale {
    background: 0 0;
    color: #f26722
}

.slider .slider-item.style8 .item-text .content-item .btn-shop a {
    border-color: #f26722;
    background: #f26722;
    color: #fff;
    line-height: 48px;
    margin-left: 4px;
    margin-top: 33px
}

.slider .slider-item.style8 .item-text .content-item .btn-shop a:before {
    background: #d27800
}

.slider .slider-item.style9 {
    background: #f5f5f5;
    height: 256px
}

.slider .slider-item.style9:before {
    top: -30px;
    right: 101px
}

.slider .slider-item.style9 .item-text {
    padding: 80px 30px
}

.slider .slider-item.style9 .item-text .header-item h2 {
    margin-top: 15px
}

.slider .slider-item.style9 .item-image {
    padding-top: 28px;
    padding-right: 79px
}

.btn-shop a {
    line-height: 46px;
    margin-top: 4px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    display: inline-block;
    padding: 0 35px 0 38px;
    font-size: 14px;
    font-weight: 700;
    color: #2d2d2d;
    position: relative;
    overflow: hidden;
    z-index: 5
}

.btn-shop a:hover {
    color: #2d2d2d
}

.btn-shop a:before {
    content: '';
    position: absolute;
    background: #e5e5e5;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-shop a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.btn-shop a img {
    padding-left: 15px
}

.btn-shop-v2 a {
    line-height: 46px;
    margin-top: 4px;
    border: 2px solid #e84f59;
    border-radius: 30px;
    display: inline-block;
    padding: 0 35px 0 38px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 5
}

.btn-shop-v2 a:hover {
    color: #fff
}

.btn-shop-v2 a:before {
    content: '';
    position: absolute;
    background: #e84f59;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-shop-v2 a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.btn-shop-v2 a img {
    padding-left: 15px
}

.slider-item.style1 .item-text,
.slider-item.style5 .item-text {
    width: auto
}

.slider-item.style1 .item-text .content-item .btn-shop {
    margin-top: 20px
}

.slider-item {
    background-color: #fff;
    height: 481px
}

.slider-item.style2 .item-text {
    width: 50%
}

.slider-item.style2 .item-text .content-item .price .sale {
    background-color: #f26722
}

.slider-item.style2.v2 {
    background: #f5f5f5
}

.slider .slider-item.style2.v2 .item-text .header-item {
    margin-bottom: 23px
}

.slider .slider-item.style2.v2 .item-text .header-item h2 {
    margin-bottom: 12px
}

.slider .slider-item.style2.v2 .item-text .content-item .regular {
    margin-top: 7px
}

.slider .slider-item.style5 {
    background: #f5f5f5;
    height: 485px
}

.slider .slider-item.style5 .item-text {
    padding: 76px 47px
}

.slider .slider-item.style5 .item-text .header-item {
    margin-bottom: 0
}

.slider .slider-item.style5 .item-text .header-item h2 {
    margin-bottom: 12px
}

.slider .slider-item.style5 .item-text .content-item .btn-shop a {
    margin-top: 22px
}

.slider .slider-item.style5 .item-image {
    padding-top: 77px;
    padding-right: 65px
}

.slider .slider-item.style5:before {
    right: 195px
}

.grid-right .slider {
    margin-top: 26px;
    background: #fff
}

.slider .slider-item.style10 {
    background: #f5f5f5;
    height: 487px
}

.slider .slider-item.style10:before {
    width: 0
}

.slider .slider-item.style10 .item-text {
    width: 38%;
    padding: 68px 0 0 88px
}

.slider .slider-item.style10 .item-text .header-item {
    margin-bottom: 22px
}

.slider .slider-item.style10 .item-text .header-item h2 {
    font-size: 70px;
    margin-top: 0;
    margin-bottom: 13px
}

.slider .slider-item.style10 .item-text .header-item h2 span {
    color: #000
}

.slider .slider-item.style10 .item-text .content-item .price .sale {
    background: 0 0;
    color: #f26722;
    font-weight: 700
}

.slider .slider-item.style10 .item-text .content-item .regular {
    margin-top: 0;
    margin-left: 3px
}

.slider .slider-item.style10 .item-text .content-item .btn-shop a {
    margin-top: 34px;
    padding: 0 35px 0 37px;
    margin-left: 4px
}

.slider .slider-item.style10 .item-image {
    padding-top: 59px;
    padding-right: 102px
}

.boxed.style1 .flat-row {
    margin-bottom: 30px;
    padding: 0
}

.boxed.style1 .flat-row.flat-highlights {
    margin-bottom: 37px
}

.boxed.style1 .flat-row.flat-highlights.style1 {
    margin-bottom: 34px
}

.boxed.style1 .flat-row.flat-highlights.style2 {
    margin-bottom: 24px
}

.boxed.style1 .flat-row.flat-slider.style3 {
    margin-bottom: 35px;
    background: #fff
}

.boxed.style1 .flat-row.flat-slider.style4 {
    margin-bottom: 21px;
    background: #fff
}

.boxed.style1 .flat-row.flat-slider.style5 {
    margin-bottom: 23px;
    background: #fff
}

.boxed.style1 .flat-row.flat-highlights.style6 {
    margin-bottom: 50px
}

.boxed.style1 footer.backround {
    border-color: #f5f5f5
}

.flat-banner-box.style1 {
    padding: 0
}

.flat-banner-box.style1 .banner-box {
    margin-right: -3px
}

.box-wrap {
    border: 1px solid #e5e5e5;
    border-radius: 8px
}

.box-wrap .flat-row-title {
    margin-bottom: 0
}

.box-wrap .flat-row-title h3 {
    padding: 29px 0 20px 35px
}

.box-wrap.style1 {
    height: 499px
}

.box-wrap.style1 .flat-row-title {
    margin-bottom: 34px
}

.box-wrap.style1 .flat-row-title h3 {
    padding: 22px 0 15px 29px
}

.box-wrap.style1 ul.product-list.style1 {
    padding-left: 9px
}

.box-wrap.style1 ul.product-list.style1 li:not(:last-child) {
    margin-bottom: 19px
}

.box-wrap.style1 ul.product-list.style1 li .info-product .name {
    line-height: 24px
}

.box-wrap.style1 ul.product-list.style1 li .info-product .queue {
    margin-top: 6px
}

.imagebox.style5 {
    padding: 0 35px;
    text-align: left;
    border: 2px solid transparent;
    overflow: hidden
}

.imagebox.style5:hover {
    border: 2px solid transparent
}

.imagebox.style5 .box-text {
    float: left;
    padding: 43px 0 42px;
    margin-right: 30px
}

.imagebox.style5 .box-text .box-content .cat-name a {
    font-size: 16px
}

.imagebox.style5 .box-content .cat-name a:after,
.imagebox.style5 .box-content .cat-name a:before {
    display: none
}

.imagebox.style5 .box-text .box-content .product-name {
    min-height: auto;
    margin: 17px 0 19px
}

.imagebox.style5 .box-text .box-content .product-name a {
    font-size: 25px;
    color: #000;
    display: inline-block
}

.imagebox.style5 .box-content .price .sale {
    font-size: 26px
}

.imagebox.style5 .box-text .box-bottom {
    opacity: 1;
    width: auto;
    margin: 19px 0 0;
    left: 0;
    top: 30px;
    position: relative;
    height: auto;
    display: block
}

.imagebox.style5 .box-text .box-bottom .btn-add-cart a {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 61px;
    margin-bottom: 9px
}

.imagebox.style5 .box-bottom .compare-wishlist {
    margin-top: 8px
}

.imagebox.style5 .box-bottom .compare-wishlist a.compare {
    margin-left: 8px
}

.imagebox.style5 .box-image {
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 0;
    height: auto
}

.count-down.style1 {
    margin-top: 48px
}

.count-down.style1 .square {
    width: auto;
    margin-right: 20px
}

.count-down.style1 .square .numb {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #000
}

.count-down.style1 .square .text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px
}

.box-owl-carousel .rows {
    margin: 0 18px 0 48px;
    padding: 26px 0 30px
}

.box-owl-carousel .rows:nth-child(2) {
    padding-bottom: 41px
}

.box-owl-carousel .rows:first-child {
    border-bottom: 1px solid #e5e5e5
}

.box-owl-carousel .rows .imagebox.style1.v1 {
    width: 33.3333%;
    float: left;
    border-right: 1px solid #e5e5e5;
    min-height: auto
}

.box-owl-carousel .rows .imagebox:hover {
    border-color: transparent;
    border-right: 1px solid #e5e5e5;
    border-radius: 0
}

.box-owl-carousel .rows .imagebox.style1.v1:nth-child(3),
.box-owl-carousel .rows .imagebox:nth-child(3) {
    border-right: none
}

.box-owl-carousel .rows .imagebox.style1.v1 .box-image {
    margin-bottom: 0;
    margin-right: 7px;
    height: 185px;
    line-height: 200px
}

.box-owl-carousel .rows .imagebox.style1.v1 .box-content {
    padding-top: 31px
}

.box-owl-carousel.margin-box {
    margin: 0 31px
}

.imagebox.style1.v1 .box-image {
    margin-top: 15px
}

.imagebox.style1.v1 .box-content {
    padding-top: 35px
}

.imagebox.style1.v1 .box-content .cat-name a {
    color: #000;
    font-size: 16px
}

.imagebox.style1.v1 .box-content .product-name {
    min-height: 74px
}

.imagebox.style1.v1 .box-content .btn-more a {
    font-size: 14px;
    font-weight: 600
}

.box-owl-carousel.style1 {
    height: 809px
}

.box-owl-carousel.style1 .rows {
    margin: 0 18px 0 23px;
    padding: 26px 0 23px
}

.box-owl-carousel.style1 .imagebox.style7 {
    padding: 19px 20px 7px
}

.box-owl-carousel.style1 .imagebox.style7 .box-image {
    height: 193px
}

.box-owl-carousel.style1 .imagebox {
    float: left;
    width: 33.3%;
    border-right: 1px solid #e5e5e5;
    min-height: auto
}

.box-owl-carousel.style1 .imagebox .box-image {
    height: 180px;
    line-height: 180px
}

.box-owl-carousel.style2 .rows {
    padding: 26px 0 20px
}

.box-owl-carousel.style2 .rows:last-child {
    padding-bottom: 14px
}

.box-owl-carousel.style2 .rows .imagebox.style1.v1 .box-image {
    margin-right: 3px
}

.box-owl-carousel.style2 .rows .imagebox.style1.v1 .box-content {
    padding-top: 5px
}

.box-owl-carousel.style2 .rows .imagebox.style1.v1 .box-content .cat-name a {
    font-size: 16px
}

.box-owl-carousel.style2 .rows .imagebox.style1.v1 ul.cat-list {
    margin-top: 18px
}

.box-owl-carousel.style2 .rows .imagebox.style1.v1 ul.cat-list li {
    margin-bottom: 0
}

.box-owl-carousel.style2 .rows .imagebox.style1.v1 .btn-more a {
    margin-top: 21px
}

main#home-4 {
    padding: 7px 0 8px
}

.flat-imagebox .banner-box .inner-box {
    margin-left: -1px
}

.flat-imagebox .banner-box .inner-box:first-child {
    margin-bottom: 30px
}

.iconbox.style1 {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .3s;
    background: #f5f5f5;
    transition: all .3s
}

.iconbox.style1:before {
    content: '';
    position: absolute;
    border-style: solid;
    z-index: 5;
    border-radius: 8px;
    box-sizing: content-box;
    width: 100%;
    top: -1px;
    left: 0;
    height: 100%;
    border-color: #f26722;
    border-width: 1px 0 1px 0;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: scaleX(0)
}

.iconbox.style1:hover:before {
    transform: scaleX(1)
}

.iconbox.style1:after {
    content: '';
    position: absolute;
    border-style: solid;
    z-index: 5;
    border-radius: 8px;
    box-sizing: content-box;
    width: 100%;
    top: 0;
    left: -1px;
    height: 100%;
    border-color: #f26722;
    border-width: 0 1px 0 1px;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: scaleY(0)
}

.iconbox.style1:hover:after {
    transform: scaleY(1)
}

.iconbox.style1 .box-header .image {
    display: inline-block;
    width: 30%
}

.row .col-md-3:nth-child(1) .iconbox.style1 .box-header .box-title {
    padding-left: 33px
}

.row .col-md-3:nth-child(3) .iconbox.style1 .box-header .box-title {
    padding-left: 48px
}

.row .col-md-3:nth-child(4) .iconbox.style1 .box-header .box-title {
    padding-left: 8px
}

.iconbox.style1 .box-header .image:before {
    display: none
}

.iconbox.style1 .box-header .box-title {
    text-align: left;
    display: inline-block;
    width: 68%;
    padding-left: 0;
    padding-right: 10px;
    vertical-align: middle
}

.iconbox.style1 .box-header .box-title h3 {
    font-size: 18px;
    margin: 0;
    line-height: 22px
}

.iconbox.style1.v1 {
    box-shadow: 0 2px 3px 0 #eaeaea;
    border: none
}

.owl-carousel.owl-theme .owl-controls .owl-dots {
    padding-top: 26px
}

.owl-carousel.owl-theme.style2 .owl-controls {
    background: #fff
}

.owl-theme.owl-carousel-1 .owl-controls .owl-nav div.owl-prev {
    left: -7px;
    margin-top: -2px
}

.owl-theme.owl-carousel-1 .owl-controls .owl-nav div.owl-next {
    right: -7px;
    margin-top: -2px
}

.box-owl-carousel.owl-carousel-2 .rows {
    border-bottom: none
}

.box-owl-carousel.owl-carousel-2 .rows .imagebox.style4.v1:hover {
    border-color: transparent
}

.owl-carousel-2.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 90px;
    left: -8px
}

.owl-carousel-2.owl-theme .owl-controls .owl-nav div.owl-next {
    top: 90px;
    left: 44px;
    right: auto
}

.owl-carousel-2.owl-theme .owl-controls .owl-nav div.owl-next:before,
.owl-carousel-2.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    color: #000;
    font-size: 24px
}

.owl-carousel-2.owl-theme.style2 .owl-controls .owl-nav div.owl-prev {
    top: 92px;
    left: 25px
}

.owl-carousel-2.owl-theme.style2 .owl-controls .owl-nav div.owl-next {
    top: 92px;
    left: 76px;
    right: auto
}

.owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-next,
.owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-prev {
    border: 1px solid #e5e5e5;
    left: -23px;
    margin-top: -58px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-next:hover,
.owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-prev:hover {
    border: 1px solid #f26722
}

.owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -20px;
    left: auto
}

.owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-next:before,
.owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    color: #000
}

.owl-carousel-3.owl-theme .owl-controls {
    background-color: #fff
}

.owl-carousel-3.owl-theme .owl-controls .owl-dots {
    padding: 20px 0 3px
}

.owl-carousel-3.owl-theme.style2 .owl-controls {
    display: none
}

body.background .flat-imagebox.style4 .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-next,
body.background .flat-imagebox.style4 .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-prev {
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    left: -53px;
    margin-top: -63px;
    background-color: #fff
}

body.background .flat-imagebox.style4 .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -50px;
    left: auto
}

.owl-carousel-3.owl-theme.style1 .owl-controls .owl-nav div.owl-next,
.owl-carousel-3.owl-theme.style1 .owl-controls .owl-nav div.owl-prev {
    margin-top: -48px
}

.owl-carousel-3.owl-theme.style1 .owl-controls .owl-dots {
    padding: 21px 0 32px
}

.owl-carousel-3.owl-theme.style3 .owl-controls .owl-nav div.owl-next,
.owl-carousel-3.owl-theme.style3 .owl-controls .owl-nav div.owl-prev {
    margin-bottom: -49px
}

.owl-carousel-3.owl-theme.style3 .owl-controls .owl-dots {
    padding: 29px 0 14px
}

.owl-carousel-4.owl-theme .owl-controls .owl-dots {
    text-align: center;
    padding-top: 35px;
    position: absolute;
    top: -115px;
    right: 10px
}

.owl-carousel-4.owl-theme.style1 .owl-controls .owl-dots {
    top: -99px;
    right: -4px
}

.owl-carousel-6.owl-theme .owl-controls {
    background: #fff
}

.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-next,
.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-prev {
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    left: -66px;
    margin-top: -65px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    background-color: #fff
}

.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -63px;
    left: auto;
    margin-top: -65px
}

.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-next:before,
.owl-carousel-6.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    color: #000
}

.owl-carousel-6.owl-theme .owl-controls .owl-dots {
    padding-top: 36px;
    padding-bottom: 17px
}

.owl-carousel-7 {
    padding-right: 1px
}

.owl-carousel-7 .product-box {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-sizing: border-box;
    height: 372px
}

.owl-carousel-7 .product-box.style2 {
    margin-bottom: 0
}

.owl-carousel-7 .product-box.style2:hover .imagebox {
    min-height: auto;
    border-color: transparent;
    box-shadow: none
}

.owl-carousel-8.owl-theme .owl-controls {
    background: #fff
}

.owl-carousel-9.owl-theme {
    text-align: center
}

.owl-carousel-9.owl-theme .owl-controls {
    background: #fff
}

.owl-theme.owl-carousel-9 .owl-controls .owl-nav div.owl-next,
.owl-theme.owl-carousel-9 .owl-controls .owl-nav div.owl-prev {
    left: -15px;
    border: 1px solid #e5e5e5;
    margin-top: -20px;
    border-radius: 50%
}

.owl-theme.owl-carousel-9 .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -15px
}

.owl-carousel-9.owl-theme.style1 .owl-controls {
    display: none
}

.owl-carousel-10.owl-theme .owl-controls .owl-dots {
    text-align: center;
    padding-top: 36px;
    padding-right: 1px;
    position: absolute;
    top: -115px;
    right: 10px
}

.owl-carousel-11.owl-theme .owl-controls .owl-dots {
    position: absolute;
    bottom: 22px;
    left: 61px
}

.owl-theme.style1.owl-carousel-11 .owl-dots .owl-dot.active span,
.owl-theme.style1.owl-carousel-11 .owl-dots .owl-dot:hover span {
    border-color: #e84f59
}

.owl-theme.style1.owl-carousel-11 .owl-dots .owl-dot.active span:after,
.owl-theme.style1.owl-carousel-11 .owl-dots .owl-dot:hover span:after {
    background: #e84f59
}

.owl-carousel-11.style2.owl-theme .owl-controls .owl-dots {
    bottom: 33px;
    left: 46px
}

.owl-carousel-11.style2.owl-theme .owl-controls .owl-dots {
    bottom: 31px;
    left: 45px
}

.owl-carousel-12.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: -14px;
    right: 66px;
    left: auto
}

.owl-carousel-12.owl-theme .owl-controls .owl-nav div.owl-next {
    top: -14px;
    right: 24px
}

.owl-carousel-13.owl-theme {
    height: 346px
}

.owl-carousel-13.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: -14px;
    right: 66px;
    left: auto
}

.owl-carousel-13.owl-theme .owl-controls .owl-nav div.owl-next {
    top: -14px;
    right: 24px
}

.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: auto;
    bottom: 26px;
    left: 58px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background: #f5f5f5
}

.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-next {
    top: auto;
    bottom: 26px;
    left: 120px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background: #f5f5f5
}

.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-next:hover,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-prev:hover {
    background: #fff
}

.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-next:before,
.owl-carousel-14.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    color: #000
}

.owl-carousel-15 {
    margin-left: -3px
}

.owl-carousel-15.slider {
    overflow: visible
}

.owl-carousel-15.owl-theme .owl-controls {
    background: #f2f2f2
}

.owl-carousel-15.owl-theme .owl-controls .owl-dots {
    padding-top: 50px;
    padding-bottom: 20px
}

.owl-carousel-15.owl-theme .owl-controls .owl-nav div.owl-next,
.owl-carousel-15.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -277px;
    height: 62px;
    line-height: 58px;
    margin-top: -23px;
    width: 62px;
    border: 2px solid #b9b9b9;
    border-radius: 50%
}

.owl-carousel-15.owl-theme .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -293px
}

.owl-carousel-15.owl-theme .owl-controls .owl-nav div.owl-next:before,
.owl-carousel-15.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    color: #000;
    font-size: 23px
}

.owl-carousel-16.owl-theme.slider {
    background-color: #fff
}

.owl-carousel-16.owl-theme .owl-item {
    border-radius: 8px
}

.owl-carousel-16.owl-theme .owl-controls,
.owl-carousel-17.owl-theme .owl-controls,
.owl-carousel-19.owl-theme .owl-controls {
    background-color: #fff
}

.owl-carousel-16.owl-theme .owl-controls .owl-dots {
    padding-top: 12px;
    padding-bottom: 2px
}

.owl-carousel-16.owl-theme.style1.slider {
    margin-bottom: 46px
}

.owl-carousel-16.owl-theme.style1 .owl-controls .owl-dots {
    position: absolute;
    bottom: 11px;
    left: 50%;
    margin-left: -74px
}

.owl-carousel-18.owl-theme .owl-controls .owl-dots {
    padding-top: 26px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -75px
}

.owl-carousel-19.owl-theme .owl-controls .owl-dots {
    position: absolute;
    top: -103px;
    right: -6px
}

.owl-carousel-19.owl-theme .owl-carousel-item .product-box.style1.v1 {
    margin-bottom: 0
}

.owl-carousel-19.owl-theme .owl-carousel-item .product-box.style1.v1:last-child {
    margin-bottom: 40px
}

.sidebar .widget.widget-count {
    margin-bottom: 27px
}

.sidebar .widget.widget-count .widget-title h3 {
    margin-bottom: 30px
}

.sidebar .widget.widget-products {
    margin-bottom: 37px
}

.sidebar .widget.widget-accessories {
    margin-bottom: 31px
}

.widget-accessories .box-product {
    border: 1px solid #e5e5e5;
    border-radius: 8px
}

.widget-accessories .box-product .imagebox {
    min-height: 330px
}

.widget-accessories .box-product .imagebox:hover {
    border-color: transparent
}

.product-box.style2.v1 {
    padding-right: 0;
    height: 370px;
    margin-bottom: 31px
}

.product-box.style2.v1 .imagebox {
    padding-bottom: 15px
}

.wrap-imagebox .product-tab {
    margin-bottom: 29px
}

.wrap-imagebox .product-tab ul.tab-list li {
    padding: 0 0 12px;
    margin-right: 52px
}

.wrap-imagebox .box-product .row .imagebox {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    min-height: auto
}

.wrap-imagebox .rows {
    margin-left: -15px;
    margin-right: -15px
}

.wrap-imagebox .rows.style1 {
    margin: 0
}

.wrap-imagebox .rows.style1 .owl-carousel-4.owl-theme .owl-controls .owl-dots {
    top: -100px;
    right: -3px
}

.wrap-imagebox .rows .product-box.style1 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    height: 223px
}

.category-description-main p,
.category-description-main ul {
    margin-bottom: 8px
}

.category-description-main ul {
    padding-left: 35px
}

.category-description-main ol {
    padding-left: 25px
}

.category-description-main ul li {
    position: relative
}

.category-description-main ul li::before {
    position: absolute;
    left: -15px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    content: ''
}

.category-description-main ol {
    counter-reset: my-awesome-counter
}

.category-description-main ol li {
    counter-increment: my-awesome-counter
}

.category-description-main ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #333;
    padding-right: 6px;
    font-weight: 700
}

.category-description-main p>a {
    color: #f26722
}

.category-description-main p>a:active,
.category-description-main p>a:focus,
.category-description-main p>a:hover {
    text-decoration: underline
}

.flat-brand .owl-carousel-5 li {
    position: relative;
    text-align: center
}

.flat-brand .owl-carousel-5 li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.flat-brand.style1 {
    padding: 30px 0
}

.flat-brand.style1 .title {
    margin-bottom: 30px
}

.flat-newsletter {
    margin-bottom: 13px
}

.flat-newsletter .form-newsletter {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 56px 93px 50px 42px
}

.flat-newsletter .form-newsletter .left {
    float: left;
    padding-top: 20px
}

.flat-newsletter .form-newsletter .left .title {
    float: left;

    font-weight: 500;
    font-size: 30px;
    margin-right: 50px;
    color: #000;
    line-height: 50px
}

.flat-newsletter .form-newsletter .left form input {
    height: 50px;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 362px
}

.flat-newsletter .form-newsletter .left form {
    display: inline-block;
    position: relative
}

.flat-newsletter .form-newsletter .left form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent
}

.flat-newsletter .form-newsletter .right {
    float: right
}

.boxed.style2 .container-fluid {
    width: 1720px
}

.boxed.style2 .container-fluid .flat-row-title {
    margin-right: -15px;
    margin-left: -15px
}

.boxed.style2 .footer-bottom.style1 p.copyright {
    margin-left: -10px
}

.boxed.style2 .footer-bottom.style1 p.btn-scroll {
    margin-right: -11px
}

.grid-left {
    width: 15.1%
}

.header-bottom.style1 {
    background-color: #fff
}

.header-bottom .grid-left #mega-menu {
    top: 0
}

.header-bottom .grid-left #mega-menu>.btn-mega {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 67px;
    padding-left: 90px;
    line-height: 72px
}

.header-bottom .grid-left #mega-menu>.btn-mega span {
    left: 49px;
    top: 35px
}

.header-bottom .grid-left #mega-menu.style1>ul.menu {
    border-width: 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.grid-right {
    width: calc(100% - 16.8%);
    margin-left: 1.7%
}

.grid-right.col-10 {
    width: calc(100%);
    margin-left: 0
}

.header-bottom .grid-right {
    background-color: #f26722;
    border-radius: 5px;
    padding: 7px 45px 8px 62px
}

.header-bottom .grid-right ul.flat-infomation {
    float: left;
    line-height: 55px;
    margin-right: 82px
}

.header-bottom .grid-right ul.flat-infomation li {
    color: #fff;
    font-size: 14px
}

.header-bottom .grid-right ul.flat-infomation li a {
    color: #fff
}

.header-bottom .grid-right .top-search.style1 {
    width: 61.3%;
    margin-left: 5px;
    padding: 4px 0 2px 1px;
    margin-right: 0
}

.header-bottom .grid-right .top-search.style1 form.form-search .box-search input {
    height: 49px
}

.header-bottom .grid-right .top-search.style1 form.form-search .box-search .btn-search button {
    padding: 0 29px;
    height: 49px
}

.wrap-most-view {
    padding: 0 64px;
    width: 100%
}

#shop {
    margin-top: 16px
}

#shop .sidebar .widget .widget-content {
    margin-bottom: 0
}

#shop .sidebar .widget .widget-title h3 {
    line-height: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#shop .sidebar .widget-brands {
    margin-bottom: 22px
}

#shop .sidebar .widget-brands .widget-title h3 {
    margin-bottom: 27px
}

#shop .sidebar .widget-brands .widget-content input,
#shop .sidebar .widget-color .widget-content input {
    height: 40px;
    padding-left: 27px
}

#shop .sidebar .widget-price .widget-content>p {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px
}

#shop.style1 {
    margin-top: 26px;
    margin-bottom: 75px
}

#shop.style1 .sidebar {
    margin-top: 4px
}

#shop.style2 {
    margin-top: 35px
}

#shop.style3 {
    margin-top: 37px
}

#shop.style3 .main-shop .wrap-imagebox .flat-row-title.style1 {
    margin-bottom: 2px;
    border-bottom: none
}

#shop.style3 .main-shop .sort-product.style1 {
    margin-bottom: 38px
}

#shop.style3 .main-shop .blog-pagination.style1 {
    margin-top: 36px
}

.widget-categories>ul.cat-list>li>span {
    color: #000;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600
}

.widget-categories>ul.cat-list>li>span:before {
    content: '\f105';
    position: absolute;
    font-family: fontawesome;
    top: 0;
    left: 0
}

.widget-categories>ul.cat-list>li>span>i {
    color: #bababa;
    font-size: 12px;
    display: inline-block;
    padding-left: 10px
}

.widget-categories>ul.cat-list.style1>li.active>span,
.widget-categories>ul.cat-list.style1>li>span:hover {
    color: #f26722
}

.widget-categories>ul.cat-list.style1>li>span.active:before {
    content: '\f107';
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 2px solid #fd7e21;
    border-radius: 50%
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #aaa;
    color: #333;
    font-weight: 700
}

.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-top: -6px
}

.search-filter-input .amount input {
    padding: 0;
    margin-bottom: 0;
    background: 0 0;
    display: inline-block;
    border-color: transparent;
    text-align: center
}

.box-checkbox {
    margin-top: 0;
    overflow: hidden;
    max-height: 290px;
    overflow-y: auto;
}

.box-checkbox .mCustomScrollBox {
    height: 180px
}

.box-checkbox li.check-box {
    position: relative;
    padding-left: 0px;
    margin-bottom: 0
}
.box-checkbox li.check-box ul {
    padding-left: 15px;
}
.box-checkbox li.check-box>div {
    margin-left: 20px;
}
.box-checkbox li.check-box>a {

}
.box-checkbox li.check-box ul > li>a.active,
.box-checkbox li.check-box>a.active {
    color: #f26722;
}

.box-checkbox li.check-box input[type=checkbox] {
    position: absolute;
    left: 12px;
    opacity: 0
}

.box-checkbox li label {
    position: relative
}

.box-checkbox li label span {
    color: #bababa
}

.box-checkbox li.check-box label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 5px;
    margin-left: -20px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.box-checkbox li.check-box label:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
    margin-left: -21px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555
}

.check-box label {
    display: inline-block;
    position: relative;
    padding-left: 10px
}

input[type=checkbox]:checked+label:before {
    background-color: #f26722
}

.check-box input[type=checkbox]:checked+label:before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.check-box input[type=checkbox]:checked+label:after {
    color: #fff;
    font-family: FontAwesome;
    content: "\f00c"
}

.main-shop .wrap-imagebox .flat-row-title {
    margin-bottom: 0
}

.main-shop .wrap-imagebox .flat-row-title h3 {
    display: inline-block;
    padding: 12px 0 19px
}

.wrap-imagebox .flat-row-title.style1 {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5
}

.wrap-imagebox .flat-row-title.style1 h3 {
    float: left
}

.wrap-imagebox .flat-row-title span {
    float: right;
    padding-top: 15px
}

.wrap-imagebox .flat-row-title.style4 {
    margin-bottom: 0;
    border-bottom: none
}

.wrap-imagebox .flat-row-title.style4 h3 {
    padding-bottom: 22px
}

.sort-product {
    margin-top: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5
}

.sort-product .icons2 {
    float: left
}

.sort-product .icons2 li {
    display: inline-block;
    line-height: 40px;
    margin-right: 16px;
    cursor: pointer
}

.sort-product .icons2 li:first-child {
    margin-right: 2px
}

.sort-product .icons2 li:nth-child(2) {
    margin-right: 2px
}

.sort-product .icons2 li img {
    opacity: .5
}

.sort-product .icons2 li.active img {
    opacity: 1
}

.sort-product .icons {
    float: left
}

.sort-product .icons li {
    display: inline-block;
    line-height: 40px;
    margin-right: 16px;
    cursor: pointer
}

.sort-product .icons li:first-child {
    margin-right: 2px
}

.sort-product .icons li:nth-child(2) {
    margin-right: 2px
}

.sort-product .icons li img {
    opacity: .5
}

.sort-product .icons li.active img {
    opacity: 1
}

.sort-product .sort {
    float: right
}

.sort-product .sort>div {
    display: inline-block;
    margin-left: 0px;
    position: relative
}

.sort-product .sort>div.popularity:before,
.sort-product .sort>div.showed:before {
    content: '\f107';
    position: absolute;
    font-family: fontawesome;
    top: 10px;
    right: 24px;
    z-index: 3
}

.sort-product .sort>div select {
    border: 1px solid #000;
    color: #000;
    background: #f5f5f5
}

.sort-product .sort>div.popularity select {
    height: 40px;
    width: 170px;
    cursor: pointer
}

.sort-product .sort>div.showed select {
    height: 40px;
    width: 127px
}

.sort-product.style1 {
    border-radius: 40px;
    background-color: #f5f5f5;
    border-bottom: none;
    padding: 15px 27px 6px 40px;
    margin-bottom: 48px;
    position: relative
}

.sort-product.style1 .sort>div select {
    background-color: #fff;
    border-color: #fff;
    height: 40px
}

.sort-product.style1 .sort div.popularity select {
    width: 188px;
    padding-left: 28px;
    box-shadow: 0 2px 3px 0 #eaeaea
}

.sort-product.style1 .sort div.showed select {
    width: 127px;
    padding-left: 26px;
    box-shadow: 0 2px 3px 0 #eaeaea
}

.filter {
    background-color: #f26722;
    padding: 0 33px;
    color: #fff;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 13px;
    margin-left: 9px
}

.box-filter {
    background: #f5f5f5;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0;
    z-index: 990;
    padding: 40px 5px 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.box-filter.active {
    opacity: 1;
    visibility: visible;
    top: 117px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.box-filter .widget {
    width: 25%;
    padding: 0 25px;
    float: left
}

.box-filter .widget .widget-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px
}

.box-filter .widget-price .widget-content p {
    font-weight: 700;
    font-size: 14px;
    color: #484848;
    margin-bottom: 15px
}

.box-filter .widget-price .widget-content .price .ui-widget-content {
    background: #fff
}

.box-filter .widget .widget-content form input {
    background: #fff
}

.box-checkbox li.check-box label {
    cursor: pointer;
    padding-left: 2px;
    font-size: 12px
}

.box-filter .widget .widget-content .box-checkbox li.check-box label:before {
    background: #f5f5f5
}

.box-filter .widget .widget-content .box-checkbox .check-box input[type=checkbox]:checked+label:before {
    background: #f26722
}

#shop.style2 .main-shop .blog-pagination.style1 {
    margin-top: 35px;
    margin-bottom: 13px
}

.wrap-imagebox.style1 .flat-row-title {
    margin-bottom: 30px
}

.wrap-imagebox.style1 .flat-row-title h3 {
    padding: 0 0 20px
}

.wrap-imagebox.style1 .row {
    margin-left: 0;
    margin-right: 0
}

.wrap-imagebox.style1.v1 {
    margin-bottom: 14px
}

.wrap-imagebox.style1.v1 .flat-row-title h3 {
    padding-bottom: 15px
}

.flat-product-detail {
    padding: 20px 0 0;
}

.flat-product-detail.style1 {
    padding: 0;
    position: relative;
    margin-bottom: 100px
}

.flat-product-detail.style2 {
    padding: 30px 0 5px
}

.product-detail {
    background-color: #f5f5f5;
    padding: 20px 20px;
}
.flat-product-detail .product-detail .price {

}
.flat-product-detail .product-detail .price .sale del {
    color: #bfb5b5;
}
.flat-product-detail .product-detail .price .sale span {
    font-size: 28px;
    display: inline-block;
    padding-left: 20px;
}
.flat-product-detail .product-detail .price .save--more {
    display: block;
    padding-top: 10px;
}
.flat-product-detail .product-detail .price .save--more span {
display: inline-block;
    border: 0px solid red;
    color: #f26722;
    padding: 0;
    background: transparent;
    font-size: 23px;
}

.product-detail .header-detail h4.name {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;

    margin-bottom: 3px
}

.product-detail p.text-green {
    color: green !important;
    font-size: .875rem
}

.product-detail .header-detail .category {
    color: #000
}

.product-detail .header-detail .reviewed {
    margin-top: 4px;
    margin-bottom: 4px
}

.queue i {
    color: #f26722;
    font-size: 11px;
    margin-right: 5px
}

.product-detail .content-detail .price .sale {
    font-size: 35px;
    margin-top: 5px
}

.product-detail .content-detail .info-text {
    color: #000;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 9px;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    line-height: 24px
}

.product-id {
    color: #000;
    font-size: 13px;
    font-weight: 600
}

.product-id span {
    font-weight: 400;
    color: #898989
}

.product-id .fontwgt {
    font-weight: 400
}

.product-detail .footer-detail {
    margin-top: 0
}

.product-detail .footer-detail .social-single {
    margin-top: 25px
}

.product-detail .footer-detail .quanlity-box>div {
    width: 140px;
    display: inline-block
}

.product-detail .footer-detail .quanlity-box>div.colors {
    margin-right: 8px;
    position: relative
}

.product-detail .footer-detail .quanlity-box>div.colors:before {
    content: '\f107';
    position: absolute;
    font-family: Fontawesome;
    top: 12px;
    right: 22px;
    font-size: 14px;
    color: #1b1b19;
    z-index: 2
}

.product-detail .footer-detail .quanlity-box>div.colors select {
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #eaeaea;
    height: 46px
}

.product-detail .footer-detail .quanlity-box>div.quanlity {
    position: relative
}

.product-detail .footer-detail .quanlity-box>div.quanlity input {
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #eaeaea;
    border-color: transparent;
    height: 46px;
    text-align: center;
    padding: 15px;
    color: #000;
    position: relative;
    border: 1px solid #e5e5e5
}

.product-detail .footer-detail .quanlity-box>div.quanlity .btn-down {
    position: absolute;
    width: 20px;
    height: 20px;
    background: 0 0;
    top: 12px;
    left: 20px;
    z-index: 3;
    cursor: pointer
}

.product-detail .footer-detail .quanlity-box>div.quanlity .btn-down:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #484848;
    top: 11px;
    left: 0;
    z-index: 2
}

.product-detail .footer-detail .quanlity-box>div.quanlity .btn-up {
    position: absolute;
    width: 20px;
    height: 20px;
    background: 0 0;
    top: 12px;
    right: 20px;
    z-index: 3;
    cursor: pointer
}

.product-detail .footer-detail .quanlity-box>div.quanlity .btn-up:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #484848;
    top: 10px;
    right: 0;
    z-index: 2
}

.product-detail .footer-detail .quanlity-box>div.quanlity .btn-up:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #484848;
    top: 3px;
    right: 6.5px;
    z-index: 2
}

.product-detail .footer-detail .social-single span {
    display: inline-block;
    font-weight: 700;
    color: #000;
    line-height: 20px;
    margin-right: 25px
}

.product-detail .footer-detail .social-single ul.social-list {
    display: inline-block
}

.product-detail .footer-detail .social-single ul.social-list li {
    font-size: 16px;
    margin-right: 20px
}

@media screen and (max-width:991px) {
    .product-detail {
        padding: 20px 15px 10px 20px
    }
    .product-detail .box-cart.style2 {
        margin: 0 !important
    }
    .product-detail .footer-detail {
        margin: 1rem 0
    }
}

@media screen and (max-width:575px) {
    .product-detail .footer-detail .quanlity-box {
        margin-bottom: 1rem
    }
    .product-detail .content-detail .price .sale {
        font-size: 30px
    }
}

.reviewed .queue i:last-child {
    color: #000
}

.reviewed .review {
    display: inline-block
}

.reviewed .review .text {
    color: #838383;
    line-height: 20px
}

.reviewed .review .text .add-review {
    color: #000;
    margin-left: 11px
}

.reviewed .status-product {
    float: right;
    padding-top: 12px;
    color: #000
}

.reviewed .status-product span {
    color: #fff;
    background-color: #2db92d;
    height: 24px;
    padding: 0 15px;
    display: inline-block;
    line-height: 24px;
    border-radius: 15px;
    margin-left: 15px
}

.box-cart.style2 {
    text-align: left;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 12px
}

.box-cart.style2 .btn-add-cart {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.box-cart .btn-add-cart .button,
.box-cart .btn-add-cart a {
    display: inline-block;
    height: 45px;
    text-align: center;
    color: #fff;
    background-color: #2db92d;
    border-color: #2db92d;
    width: 100%;
    font-size: 20px;
    line-height: 45px;
    padding: 0;
    font-weight: 600;
}
.box-cart .btn-add-cart a {
    margin-right: 10px;
}
.box-cart .btn-add-cart a:last-child {
    margin-right: 0px;
}

.box-cart .btn-add-cart .button:active,
.box-cart .btn-add-cart .button:focus,
.box-cart .btn-add-cart .button:hover,
.box-cart .btn-add-cart a:hover {
    background-color: #2db92d;
    border-color: #2db92d
}

.box-cart.style2 .btn-add-cart a img {
    padding-right: 18px
}

.box-cart.style2 .compare-wishlist {
    display: inline-block;
    margin-left: 23px
}

.box-cart.style2 .compare-wishlist a {
    color: #000;
    font-size: 12px;
    font-weight: 600
}

.box-cart.style2 .compare-wishlist a.compare {
    margin-right: 14px
}

.box-cart.style2 .compare-wishlist a img {
    padding-right: 10px
}

@media screen and (max-width:991px) {
    .box-cart.style2 .btn-add-cart .button,
    .box-cart.style2 .btn-add-cart a {
        width: 150px
    }
}

.product-detail-bar {
    border-bottom: 2px solid;
    text-align: center;
    background-color: #fff;
    width: 100%;
    float: left
}

.product-detail-bar li {
    float: left;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 9px 20px
}

.product-detail-bar li.active {
    color: #fff;
    background-color: #f61313
}

.product-detail.style2 {
    background-color: #fff;
    padding: 36px 1px 34px
}

.product-detail.style2 .content-detail .info-text {
    margin-top: 23px;
    margin-bottom: 10px
}

.product-detail.style2 .footer-detail {
    margin-top: 27px
}

.product-detail.style2 .social-single {
    margin-bottom: 43px;
    margin-top: 27px
}

.product-detail.style2 .social-single span {
    float: left;
    font-weight: 700;
    margin-right: 29px
}

.product-detail.style2 .social-single .social-list li {
    font-size: 16px;
    margin-right: 20px
}

.product-detail.style2 .footer-detail .quanlity-box {
    width: 100%;
    overflow: hidden
}

.product-detail.style2 .footer-detail .quanlity-box>div.quanlity {
    float: left;
    width: 128px;
    margin-right: 22px;
    margin-bottom: 15px
}

.product-detail.style2 .footer-detail .quanlity-box>div.quanlity input {
    background-color: #f5f5f5;
    box-shadow: none;
    border: none;
    height: 45px;
    padding: 5px 15px 5px 9px;
    color: #000
}

.product-detail.style2 .quanlity-box .text {
    float: left
}

.product-detail.style2 .quanlity-box .text p.name {
    color: #888;
    font-size: 15px
}

.product-detail.style2 .quanlity-box .text p.price {
    color: #f26722;
    font-size: 16px
}

.product-detail.style3 {
    padding: 22px 31px 33px;
    margin-left: -15px
}

.product-detail.style3 .reviewed .status-product {
    float: left;
    margin-top: 15px;
    margin-bottom: 30px
}

.product-detail.style3 .footer-detail {
    margin-top: 41px
}

.product-detail.style3 .footer-detail .quanlity-box>div {
    width: 100%;
    margin-bottom: 23px
}

.product-detail.style3 .footer-detail .box-cart {
    margin: 0
}

.product-detail.style3 .footer-detail .box-cart .btn-add-cart {
    margin-bottom: 16px;
    margin-top: 6px;
    display: block
}

.product-detail.style4 {
    background-color: #fff
}

.product-detail.style4 .footer-detail .quanlity-box>div.colors select,
.product-detail.style4 .footer-detail .quanlity-box>div.quanlity input {
    background-color: #f5f5f5
}

.product-detail.style5 {
    background-color: #fff
}

.product-detail.style5 {
    width: calc(100% - 44.47%);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 28px
}

.product-detail.style5 .header-detail .reviewed {
    margin-bottom: 11px
}

.product-detail.style5 .header-detail .reviewed .status-product {
    text-align: center;
    padding-top: 0;
    margin-top: -1px
}

.product-detail.style5 .header-detail .reviewed .status-product span {
    display: block;
    margin: 0;
    margin-top: 1px;
    padding: 0 17px
}

.product-detail.style5 .content-detail {
    margin-top: 0
}

.product-detail.style5 .footer-detail .quanlity-box>div.colors select,
.product-detail.style5 .footer-detail .quanlity-box>div.quanlity input {
    background-color: #f5f5f5;
    height: 45px;
    box-shadow: none
}

.product-detail.style5 .footer-detail .box-cart.style2 {
    margin-top: 29px;
    margin-bottom: 0
}

.product-detail.style5 .footer-detail .box-cart.style2 .btn-add-cart {
    margin-bottom: 20px
}

.product-detail.style5 .footer-detail .box-cart.style2 .compare-wishlist {
    margin-left: 20px
}

.product-detail.style5 .footer-detail .social-single {
    margin-top: 24px
}

.box-text.design {
    margin-top: 73px
}

.box-text.sound {
    margin-top: 79px
}

.box-text h4 {
    margin-bottom: 21px;
    color: #000;
    font-weight: 700;

    font-size: 18px
}

.box-text p {
    color: #000
}

.description-image {
    text-align: right;
    margin-top: -11px;
    margin-right: 2px
}

.description-image .box-text {
    margin-top: 61px;
    margin-right: 1px
}

.tecnical-specs .name {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;

}

.tecnical-specs table {
    width: 100% !important;
    font-size: 16px;
    background-color: #fff;
    padding: 15px;
    font-weight: 300 !important
}

.tecnical-specs table tr:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

.tecnical-specs table tr td {
    padding: 10px
}

.tecnical-specs table tr td:first-child {
    width: calc(25%) !important;
    font-weight: 600;
    color: #000
}

.philips-specification-main {
    padding: 1rem;
    background: #fff
}

.philips-specification-main ul li {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-bottom: 5px;
    border-top: 1px solid #d6d6d6;
    padding-top: 10px
}

.philips-specification-main ul li:first-child {
    border-top: 0
}

.philips-specification-main ul li p {
    flex: 1;
    padding-right: 14px;
    font-weight: 700;
    font-size: 1rem
}

.philips-specification-main ul li dl {
    flex: 3;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0
}

.philips-specification-main ul li dt {
    flex-basis: 33%;
    padding: 0;
    word-break: break-word;
    margin-bottom: 0;
    font-weight: 700;
    margin-bottom: 5px
}

.philips-specification-main ul li dd {
    flex-basis: 60%;
    flex-grow: 1;
    padding: 0;
    word-break: break-word;
    margin-bottom: 5px
}

.philips-specification-main ul li li {
    position: relative;
    padding: 0 0 0 1em;
    line-height: 1.5em;
    border-top: 0
}

.philips-specification-main ul li li::before {
    position: absolute;
    font-weight: 400;
    font-size: .6em;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "\f111";
    font-family: FontAwesome
}

.philips-specification-main ul li span {
    font-size: 14px;
    line-height: 22px
}

.garmin-specification-main table {
    table-layout: fixed;
    width: 100%;
    background-color: #fff
}

.garmin-specification-main table tr td,
.garmin-specification-main table tr th {
    font-size: 15px
}

.garmin-specification-main table:first-child tr.title {
    border-top: 1px solid #e5e5e5
}

.garmin-specification-main table tr.title {
    border-top: 1px solid #e5e5e5
}

.garmin-specification-main table tr.title td {
    background-color: transparent
}

.garmin-specification-main table tr td,
.garmin-specification-main table tr th,
.garmin-specification-main table tr.title td {
    padding: 15px !important
}

.garmin-specification-main table tr.title td h3 {
    font-size: 30px !important
}

.garmin-specification-main table tr td[style],
.garmin-specification-main table tr th[style] {
    background-color: transparent !important;
    padding-left: 1rem
}

.garmin-specification-main table tr td,
.garmin-specification-main table tr th {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.garmin-specification-main table tr td.no,
.garmin-specification-main table tr td.yes {
    position: relative
}

.garmin-specification-main table tr td.no::before,
.garmin-specification-main table tr td.yes::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-family: FontAwesome;
    color: #f26722
}

.garmin-specification-main table tr td.yes::before {
    content: "\f058"
}

.garmin-specification-main table tr td.no::before {
    content: "\f057"
}

.flat-product-content .hp-zbook-specification .container {
    padding-top: 20px;
    padding-bottom: 20px
}

.hp-zbook-specification .container+.container {
    padding: 0
}

.hp-zbook-specification .specs__table {
    background-color: #fff;
    padding: 15px;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.hp-zbook-specification .specs-table__group-title {
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 10px
}

.hp-zbook-specification .specs-table__key {
    border-right: 1px solid #e5e5e5;
    padding-bottom: 15px
}

.hp-zbook-specification .specs__toggle-btn {
    display: none
}

.hp-elite-specification {
    padding: 15px;
    background: #fff
}

.hp-elite-specification dl h2 {
    margin-bottom: 5px;
    margin-top: 20px
}

.flat-product-content .intel-server-board-specification .container {
    padding-top: 10px;
    padding-bottom: 20px
}

.intel-server-board-specification .hidden-desktop,
.intel-server-board-specification .techspecs-download {
    display: none
}

.intel-server-board-specification .mobileRow {
    width: 100%
}

.intel-server-board-specification .fa {
    color: #f26722
}

.intel-server-board-specification .tech-section {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

.intel-server-board-specification .tech-section .tech-heading {
    margin-bottom: 7px
}

@media screen and (min-width:576px) {
    .intel-server-board-specification .mobileRow {
        display: flex;
        justify-content: space-between
    }
    .intel-server-board-specification .mobileRow [class*=col-] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width:992px) {
    .intel-server-board-specification .mobileRow {
        width: 50%
    }
}

.qnap-specification .spec-sku-select {
    display: none
}

.tecnical-specs .qnap-specification table {
    border-radius: 8px
}

.tecnical-specs .spec-header {
    margin-bottom: 20px
}

.sku-num {
    display: none
}

.sku-num li {
    display: inline-block
}

.sku-num li a {
    padding: 8px 15px;
    line-height: 30px;
    border-radius: 4px;
    background: #fff
}

.sku-num li a.active {
    background-color: #f61313;
    border-color: #f61313
}

.tecnical-specs .qnap-specification table tr td:first-child {
    font-size: 14px;
    width: auto
}

.qnap-specification .tabs-content .tab {
    display: none
}

.qnap-specification .tabs-content .tab.active {
    display: block
}

.qnap-specification .tabs-content .tab .product-overview-table .package-block {
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    padding-top: 10px
}

.qnap-specification .tabs-content .tab .product-overview-table .package-block .package-item {
    -moz-transform: all;
    -ms-transform: all;
    -webkit-transform: all;
    transform: all;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    padding: 10px 0
}

.qnap-specification .tabs-content .tab .product-overview-table .package-block .package-item:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.qnap-specification .section-specs-table {
    margin-bottom: 20px
}

.qnap-specification .section-specs-table .tb-note {
    color: rgba(51, 51, 51, .65)
}

@media screen and (max-width:575px) {
    .qnap-specification .section-specs-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (min-width:768px) {
    .qnap-specification .tabs-content .tab .product-overview-table .package-block .package-item {
        width: 49.67742%;
        float: left;
        display: inline-block;
        margin-right: -1px;
        margin-top: -1px;
        border: 1px solid #ccc
    }
}

@media (min-width:992px) {
    .qnap-specification .tabs-content .tab .product-overview-table .package-block .package-item {
        width: 32.90323%
    }
}

.qnap-specification .tabs-content .tab .product-overview-table .package-block .package-item:hover {
    background-color: rgba(245, 245, 245, .6)
}

.qnap-specification .tabs-content .tab .product-overview-table .package-block .package-item.option-item {
    background: 0 0
}

.qnap-specification .tabs-content .tab .product-overview-table .package-block .package-item a {
    line-height: 1.6em;
    font-weight: 300;
    font-size: 14px
}

@media (min-width:768px) {
    .qnap-specification .tabs-content .tab .product-overview-table .package-block .package-item a {
        padding: 0 8.3871%;
        line-height: 1.6em;
        font-size: 15px
    }
}

.qnap-specification .tabs-content .tab .product-overview-table .package-block .package-item figure img {
    width: auto;
    height: 100px
}

@media (min-width:992px) {
    .qnap-specification .tabs-content .tab .product-overview-table .package-block .package-item p {
        font-size: 15px
    }
}

.qnap-specification .tabs-content .tab .product-overview-table .package-block:after {
    content: "";
    display: table;
    clear: both
}

.form-review .title,
.rating .title {
    font-size: 16px;
    color: #353535;
    margin-bottom: 25px
}

.rating .score .average-score p {
    text-align: center
}

.rating .score .average-score p.numb {
    color: #000;
    font-weight: 700;
    font-size: 30px
}

.rating .score .average-score p.text {
    font-size: 14px;
    color: #000;
    margin-top: 10px
}

.rating .score .average-score {
    background-color: #fff;
    border-radius: 8px;
    width: 168px;
    padding: 30px 0;
    vertical-align: middle;
    display: inline-block;
    box-shadow: 0 2px 3px 0 #eaeaea
}

.rating .score .queue {
    display: inline-block;
    margin-left: 25px
}

.rating .score .queue i {
    font-size: 18px;
    margin-right: 8px
}

.rating .queue-box {
    margin-top: 30px
}

.rating .queue-box li {
    margin-bottom: 10px
}

.rating .queue-box li span i {
    color: #f26722;
    font-size: 14px;
    margin-right: 8px
}

.rating .queue-box li.four-star span i:nth-child(5),
.rating .queue-box li.one-star span i:nth-child(2),
.rating .queue-box li.one-star span i:nth-child(3),
.rating .queue-box li.one-star span i:nth-child(4),
.rating .queue-box li.one-star span i:nth-child(5),
.rating .queue-box li.three-star span i:nth-child(4),
.rating .queue-box li.three-star span i:nth-child(5),
.rating .queue-box li.two-star span i:nth-child(3),
.rating .queue-box li.two-star span i:nth-child(4),
.rating .queue-box li.two-star span i:nth-child(5) {
    color: #000
}

.rating .queue-box li span.numb-star {
    margin-left: 20px;
    display: inline-block;
    width: 245px;
    position: relative
}

.rating .queue-box li span.numb-star:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 220px;
    background-color: #d6d6d6;
    border-radius: 5px;
    right: -5px;
    top: 10px
}

.rating .queue-box li span.numb-star:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 66px;
    background-color: #b2b2b2;
    border-radius: 5px;
    left: 25px;
    top: 10px
}

.rating .queue-box li.five-star span.numb-star:after,
.rating .queue-box li.three-star span.numb-star:after {
    width: 105px
}

.rating .queue-box li.four-star span.numb-star:after {
    width: 146px
}

.rating .queue-box li.one-star span.numb-star:after {
    width: 0
}

.rating .queue-box li span.numb-star:after {
    left: 30px
}

.intel-motherboard-specification {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 20px
}

.intel-motherboard-specification .sp-section .display-table {
    font-size: 120%;
    display: table;
    width: 100%
}

.intel-motherboard-specification .sp-section .display-table-row {
    display: table-row;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease;
    -webkit-transition-delay: 0s;
    transition: all .3s ease 0s
}

.intel-motherboard-specification .sp-section .display-table-cell {
    display: table-cell;
    padding: 13px 7px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    vertical-align: top
}

.intel-motherboard-specification .sp-section .display-table-cell.item {
    font-weight: 700;
    width: 20%
}

.intel-motherboard-specification .sp-section .display-table-cell .imgBox {
    margin-left: 2%;
    margin-right: 2%;
    display: flex;
    align-items: center
}

.intel-motherboard-specification .sp-section .display-table-cell .imgBox img {
    max-width: 70px;
    max-height: 70px;
    vertical-align: middle
}

.intel-motherboard-specification .sp-section .specTitle {
    display: none
}

.intel-motherboard-specification .sp-section .specText li {
    font-size: 14px
}

@media screen and (max-width:767px) {
    .intel-motherboard-specification .Specification-section ul.display-table li.display-table-row div.display-table-cell {
        display: block;
        width: 100%;
        padding: 5px 0;
        border-bottom: initial
    }
    .intel-motherboard-specification .Specification-section ul.display-table li.display-table-row div.display-table-cell ol {
        padding-left: 0;
        list-style-position: inside
    }
    .intel-motherboard-specification .Specification-section ul.display-table li.display-table-row div.display-table-cell ol li {
        margin-bottom: 10px
    }
    .intel-motherboard-specification .sp-section .display-table-row {
        margin-bottom: 15px
    }
}

@media screen and (min-width:768px) {
    .msi-atx-motherboard-specification .hidden-sm {
        display: none
    }
    .msi-atx-motherboard-specification .pditembox {
        border: 1px solid #ddd;
        overflow: hidden;
        padding: 0;
        width: 100%;
        height: 100%
    }
    .msi-atx-motherboard-specification .itembox li {
        padding-left: 15px
    }
    .msi-atx-motherboard-specification .itembox li:nth-child(even) {
        background-color: #f5f5f5
    }
    .msi-atx-motherboard-specification .itembox {
        float: left;
        width: 20%
    }
    .msi-atx-motherboard-specification .pdbox {
        border-left: 1px solid #ddd
    }
    .msi-atx-motherboard-specification .pdbox {
        float: right;
        width: 80%
    }
    .msi-atx-motherboard-specification .pditembox ul li:not(:last-child) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        padding-top: 10px
    }
}

.msi-atx-motherboard-specification {
    padding: 15px;
    background: #fff;
    border-radius: 8px
}

.msi-atx-motherboard-specification .pdtb {
    display: table;
    width: 100%
}

.msi-atx-motherboard-specification .pditembox ul li {
    font-weight: 700
}

.msi-atx-motherboard-specification .pdbox .tr {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 14px !important
}

.msi-atx-motherboard-specification .pdbox .tr:nth-child(even) {
    background-color: #f5f5f5
}

.msi-atx-motherboard-specification .pdbox .tr:first-child {
    padding: 10px 10px 8px !important
}

.msi-atx-motherboard-specification .pdbox .td {
    display: table-cell;
    word-wrap: break-word
}

@media screen and (max-width:767px) {
    .msi-atx-motherboard-specification .itembox {
        display: none
    }
    .msi-atx-motherboard-specification .pdbox .pdtb {
        border: 1px solid #ddd
    }
    .msi-atx-motherboard-specification .pdbox .td {
        padding: 0 !important
    }
    .msi-atx-motherboard-specification .pditembox {
        padding: 0
    }
}

.msi-intel-motherboard-specification .table-scroll-container-inner {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.msi-intel-motherboard-specification .table-scroll-left,
.msi-intel-motherboard-specification .table-scroll-right {
    height: auto !important;
    top: auto !important;
    display: none
}

.msi-intel-motherboard-specification .table-configurations {
    cursor: default;
    margin-bottom: 15px;
    max-width: none
}

.msi-intel-motherboard-specification .table-configurations img,
.msi-intel-motherboard-specification .table-configurations ol,
.msi-intel-motherboard-specification .table-configurations p,
.msi-intel-motherboard-specification .table-configurations ul {
    margin-bottom: 15px
}

.msi-intel-motherboard-specification .table-configurations>tbody>tr>td,
.msi-intel-motherboard-specification .table-configurations>tbody>tr>th {
    border-top: 1px solid #ddd;
    overflow: hidden;
    padding: 15px 20px;
    word-wrap: break-word
}

.msi-intel-motherboard-specification .table-configurations.table-hover>thead>tr>td,
.msi-intel-motherboard-specification .table-configurations.table-hover>thead>tr>th {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ddd
}

.msi-intel-motherboard-specification .table-configurations.table-hover>tbody>tr>td,
.msi-intel-motherboard-specification .table-configurations.table-hover>tbody>tr>th {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.msi-intel-motherboard-specification .table-configurations>tbody>tr:last-child>td,
.msi-intel-motherboard-specification .table-configurations>tbody>tr:last-child>th {
    border-bottom: 1px solid #ddd
}

.msi-intel-motherboard-specification .table-configurations>tbody>tr>td+td {
    border-left: 1px solid #ddd
}

.msi-intel-motherboard-specification .table-configurations>tbody>tr>td>.h2 {
    margin-bottom: 10px
}

.msi-intel-motherboard-specification .table-configurations>tbody>tr.info>td,
.msi-intel-motherboard-specification .table-configurations>tbody>tr.info>th,
.msi-intel-motherboard-specification .table-configurations>tbody>tr>td.info,
.msi-intel-motherboard-specification .table-configurations>tbody>tr>th.info,
.msi-intel-motherboard-specification .table-configurations>thead>tr.info>td,
.msi-intel-motherboard-specification .table-configurations>thead>tr.info>th,
.msi-intel-motherboard-specification .table-configurations>thead>tr>td.info,
.msi-intel-motherboard-specification .table-configurations>thead>tr>th.info {
    background-color: transparent;
    color: red
}

.msi-intel-motherboard-specification .table-configurations>tfoot>tr>td,
.msi-intel-motherboard-specification .table-configurations>tfoot>tr>th,
.msi-intel-motherboard-specification .table-configurations>thead>tr>td,
.msi-intel-motherboard-specification .table-configurations>thead>tr>th {
    border: none;
    position: relative;
    text-align: center
}

.msi-intel-motherboard-specification .table-configurations>tfoot>tr>td:first-child,
.msi-intel-motherboard-specification .table-configurations>tfoot>tr>th:first-child,
.msi-intel-motherboard-specification .table-configurations>thead>tr>td:first-child,
.msi-intel-motherboard-specification .table-configurations>thead>tr>th:first-child {
    text-align: left;
    width: 50%
}

.msi-intel-motherboard-specification .table-configurations>thead>tr>td>.msi-intel-motherboard-specification .table-configurations-info,
.msi-intel-motherboard-specification .table-configurations>thead>tr>th>.msi-intel-motherboard-specification .table-configurations-info {
    bottom: 10px;
    padding-left: 30px;
    position: absolute
}

.msi-intel-motherboard-specification .table-configurations>thead>tr>td>.msi-intel-motherboard-specification .table-configurations-info>.icon-info,
.msi-intel-motherboard-specification .table-configurations>thead>tr>th>.msi-intel-motherboard-specification .table-configurations-info>.icon-info {
    margin-left: -16px
}

@media (max-width:767px) {
    .msi-intel-motherboard-specification .table-configurations>tbody>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>tbody>tr>th:first-child,
    .msi-intel-motherboard-specification .table-configurations>tfoot>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>tfoot>tr>th:first-child,
    .msi-intel-motherboard-specification .table-configurations>thead>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>thead>tr>th:first-child {
        display: none
    }
}

@media (min-width:992px) {
    .msi-intel-motherboard-specification .table-configurations>tbody>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>tbody>tr>th:first-child,
    .msi-intel-motherboard-specification .table-configurations>tfoot>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>tfoot>tr>th:first-child,
    .msi-intel-motherboard-specification .table-configurations>thead>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>thead>tr>th:first-child {
        width: 33.33333333%
    }
}

@media (min-width:1200px) {
    .msi-intel-motherboard-specification .table-configurations>tbody>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>tbody>tr>th:first-child,
    .msi-intel-motherboard-specification .table-configurations>tfoot>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>tfoot>tr>th:first-child,
    .msi-intel-motherboard-specification .table-configurations>thead>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>thead>tr>th:first-child {
        width: 25%
    }
}

@media (min-width:1600px) {
    .msi-intel-motherboard-specification .table-configurations>tbody>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>tbody>tr>th:first-child,
    .msi-intel-motherboard-specification .table-configurations>tfoot>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>tfoot>tr>th:first-child,
    .msi-intel-motherboard-specification .table-configurations>thead>tr>td:first-child,
    .msi-intel-motherboard-specification .table-configurations>thead>tr>th:first-child {
        width: 20%
    }
}

.msi-intel-motherboard-specification .table-configurations.table-hover>tbody>tr:hover {
    background-color: transparent
}

.msi-intel-motherboard-specification .table-configurations.table-hover>tbody>tr:hover td,
.msi-intel-motherboard-specification .table-configurations.table-hover>tbody>tr:hover th {
    background-color: #f5f5f5
}

.msi-intel-motherboard-specification .table-configurations.table-hover>tbody>tr:hover .msi-intel-motherboard-specification .table-configurations-scroll-left,
.msi-intel-motherboard-specification .table-configurations.table-hover>tbody>tr:hover .msi-intel-motherboard-specification .table-configurations-scroll-right {
    background-color: transparent
}

.msi-intel-motherboard-specification .table-configurations a {
    display: inline-block;
    transition: color .2s ease-out
}

.msi-intel-motherboard-specification .table-configurations a.hover,
.msi-intel-motherboard-specification .table-configurations a:hover {
    color: inherit;
    text-decoration: none
}

.msi-intel-motherboard-specification .table-configurations a .icon-arrow-right {
    border-style: solid;
    border-width: thin thin 0 0;
    display: inline-block;
    height: 7.07px;
    margin-right: 10px;
    position: relative;
    top: -1px;
    transform: rotate(45deg);
    transition: margin .2s ease-out;
    width: 7px
}

.msi-intel-motherboard-specification .table-configurations a .icon-arrow-right:before {
    box-shadow: inset 0 0 0 32px;
    content: '';
    height: 1px;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: -1px;
    transform: rotate(-45deg);
    transform-origin: right top;
    width: 9px
}

.msi-intel-motherboard-specification .table-configurations a.focus .icon-arrow-right,
.msi-intel-motherboard-specification .table-configurations a.hover .icon-arrow-right,
.msi-intel-motherboard-specification .table-configurations a:focus .icon-arrow-right,
.msi-intel-motherboard-specification .table-configurations a:hover .icon-arrow-right {
    margin-left: 15px;
    margin-right: 5px
}

@media screen and (max-width:767px) {
    .msi-intel-motherboard-specification .table-configurations .visible-xs {
        display: block
    }
}

.disk-station-specification .section {
    background-color: #fff;
    border-radius: 8px
}

.disk-station-specification .section>.container {
    padding-top: 0
}

.disk-station-specification .table_wrap {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.disk-station-specification .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center
}

.tab-content .fade.in {
    opacity: 1
}

.disk-station-specification .nav-tabs li {
    padding: 18px;
    font-size: 25px;
    position: relative;
    width: 50%
}

.disk-station-specification .nav-tabs li.active {
    color: #2db92d
}

.tecnical-specs .disk-station-specification table tr th {
    padding: 15px
}

.tecnical-specs .disk-station-specification table tr td {
    font-size: 14px
}

@media (min-width:768px) {
    .tab.table_wrap .spec_table tr td {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .tab.table_wrap .spec_table tr th.title.fake_first,
    .tab.table_wrap .spec_table tr th.title.first {
        padding-top: 20px;
        padding-right: 40px
    }
    .tab.table_wrap .spec_table tr.mobile.depth_1 th h4 {
        font-size: 24px;
        padding-top: 33px;
        white-space: nowrap
    }
    .tecnical-specs .disk-station-specification table tr:not(:last-child) {
        border: 0
    }
    .tecnical-specs .disk-station-specification table tr td:not(:first-child) {
        border-bottom: 1px solid #e5e5e5
    }
    .tecnical-specs .disk-station-specification table tr .title {
        border-right: 1px solid #e5e5e5
    }
    .tab.table_wrap .spec_table tr.mobile.depth_2 {
        display: none
    }
    .tab.table_wrap .spec_table tr.mobile:not(.depth_1) th h4 {
        display: none
    }
    .tab.table_wrap .spec_table tr+.mobile.depth_1 th h4 {
        margin-bottom: 20px
    }
    #tab_hardware .tab.table_wrap .spec_table tr.mobile.depth_1 {
        display: none
    }
    #tab_hardware .tab.table_wrap .spec_table tr:first-child+.depth_2+tr>* {
        border-top: none
    }
}

@media (max-width:767px) {
    #tab_hardware .tab.table_wrap .spec_table tr.mobile.depth_1 {
        display: none
    }
    .tab.table_wrap .spec_table tr th.title {
        display: none
    }
}

.msi-intel-motherboard-specification .table-configurations ul {
    list-style: none;
    padding-left: 0
}

.msi-intel-motherboard-specification .table-configurations ul li {
    padding-left: 15px;
    position: relative
}

.msi-intel-motherboard-specification .table-configurations ul li:before {
    content: '\2022';
    display: block;
    font-size: 16px;
    left: 0;
    position: absolute
}

.msi-intel-motherboard-specification .table-configurations ul ul {
    margin-bottom: 0
}

.msi-intel-motherboard-specification .table-configurations ul ul li:before {
    content: '\25e6'
}

.msi-intel-motherboard-specification .table-configurations .h1 {
    display: block;
    font-size: 24px;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0
}

.msi-intel-motherboard-specification .table-configurations .h2 {
    display: inline-block;

    font-size: 16px;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
    text-transform: uppercase
}

.msi-intel-motherboard-specification .table-configurations .visible-xs {
    display: none
}

.msi-intel-motherboard-specification .table-configurations .h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0
}

.msi-intel-motherboard-specification .table-configurations[data-cols="1"]>thead .info {
    visibility: hidden
}

.msi-intel-motherboard-specification .table-configurations .icon-info {
    border: 2px solid red;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 16px
}

.msi-intel-motherboard-specification .table-configurations .icon-info:before {
    background-color: red;
    border-radius: 50%;
    content: ' ';
    display: block;
    height: 8px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 8px
}

.msi-intel-motherboard-specification .table-configurations .specicons {
    margin-left: -30px;
    margin-right: 10px
}

.msi-intel-motherboard-specification .table-configurations-noicons .h2 {
    padding-left: 0
}

.msi-intel-motherboard-specification .table-configurations-noicons .specicons {
    display: none
}

@media (hover:none) {
    .msi-intel-motherboard-specification .table-configurations a.hover .icon-arrow-right,
    .msi-intel-motherboard-specification .table-configurations a:hover .icon-arrow-right {
        margin-left: 10px;
        margin-right: 0
    }
}

.benq-monitor-specification {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd
}

.benq-monitor-specification .title1,
.benq-monitor-specification .title2 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px
}

.benq-monitor-specification .title1 {
    color: #f26722;
    font-size: 20px
}

.benq-monitor-specification .title2 {
    font-size: 18px
}

.benq-monitor-specification .data_row.f_gray {
    padding: 6px 0;
    border-radius: 5px;
    margin: 0
}

.benq-monitor-specification .data_row.f_gray:nth-child(even) {
    background-color: #f5f5f5;
    border: 1px solid #ddd
}

@media screen and (min-width:768px) {
    #specifi_left {
        width: 48%;
        float: left
    }
    #specifi_right {
        width: 48%;
        float: right
    }
    .specifi h3 {
        border-bottom: thin solid #ccc;
        padding-bottom: 15px;
        margin: 10px 0 20px 0
    }
    .specifi_img_1 {
        left: 0;
        top: 0;
        float: right;
        position: relative;
        bottom: 90px
    }
    .specifi_img_4 {
        position: relative;
        top: -30px
    }
    .specifi_img_os {
        position: absolute;
        left: 55%;
        top: 18px
    }
    .specifi_img_2 {
        float: right;
        position: relative;
        top: -20px
    }
    .specifi_img_3 {
        float: right;
        position: relative;
        top: 0;
        left: 0
    }
}

.asustor-specification h2 {
    margin: 15px 0 10px
}

.compare_table {
    margin: 15px 0
}

.compare_table tr:first-child td {
    font-size: 14px;
    color: #fff
}

.specifi {
    padding: 10px 30px;
    position: relative;
    margin-bottom: 20px
}

.specifi li {
    position: relative;
    padding-left: 15px
}

.specifi li::before {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    background: rgba(0, 0, 0, .5);
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.specifi li li::before {
    border-radius: 0
}

.asustor-specification .btn-xs {
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.note {
    color: #999;
    line-height: 1.8;
    margin-top: 15px
}

@media screen and (max-width:767px) {
    .asustor-specification .hidden-xs {
        display: none
    }
    .specifi {
        padding: 0
    }
}

.tecnical-specs .microsemi-adaptec-specification table tr:not(:last-child) {
    border: 0
}

.tecnical-specs .microsemi-adaptec-specification table tr td {
    padding: 0
}

.microsemi-adaptec-specification .productdetail-techspec-left,
.microsemi-adaptec-specification .productdetail-techspec-right {
    background: #fff;
    padding: 15px
}

.tecnical-specs .microsemi-adaptec-specification table tr td:first-child {
    width: 10px;
    font-weight: 600
}

@media screen and (max-width:767px) {
    .microsemi-adaptec-specification .productdetail-techspec-left,
    .microsemi-adaptec-specification .productdetail-techspec-right {
        width: 100% !important
    }
}

@media screen and (min-width:768px) {
    .microsemi-adaptec-specification .productdetail-techspec-right {
        border-left: solid 1px #e1eaf1
    }
}

.samsung-ssd-dct .see-all-specs-l,
.samsung-ssd-dct .spec-download {
    display: none !important
}

.samsung-ssd-dct .drawer-section,
.samsung-ssd-dct .spec-container-row {
    margin-bottom: 15px
}

.samsung-ssd-dct .spec-container-wrapper {
    margin-bottom: 2.5rem
}

.samsung-ssd-dct .spec-comp-text .h2 {
    color: #f26722
}

.samsung-ssd-dct .spec-comp-text .footer-title {
    font-weight: 700;
    font-style: italic
}

.samsung-ssd-dct .drawer-section .tooltip {
    opacity: 1;
    margin: 4px 0 0 8px;
    position: relative
}

.samsung-ssd-dct .drawer-section .tooltiptext {
    position: absolute;
    top: 100%;
    left: 0 !important;
    opacity: 0;
    width: 200px;
    font-weight: 400;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    background: #f5f5f5;
    padding: 10px;
    color: #f26722;
    border-radius: 8px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.samsung-ssd-dct .drawer-section .tooltip:hover .tooltiptext {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.samsung-ssd-dct .h4 {
    font-weight: 700;
    margin-bottom: 7px
}

.samsung-ssd-dct .drawer-container .title {
    font-weight: 600;
    font-size: 1rem
}

@media screen and (max-width:1199px) {
    .samsung-ssd-dct .drawer-section .drawer-container {
        margin-bottom: 1rem
    }
}

@media screen and (max-width:767px) {
    .samsung-ssd-dct .spec-container-row .component-spec-col {
        margin-bottom: 1rem;
        width: 100% !important
    }
    .samsung-ssd-dct .spec-comp-text .h2 {
        font-size: 1.5rem;
        margin-bottom: 0
    }
    .samsung-ssd-dct .h4 {
        font-size: 1.2rem
    }
}

@media screen and (min-width:768px) {
    .samsung-ssd-dct .drawer-section,
    .samsung-ssd-dct .spec-container-row {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap
    }
    .samsung-ssd-dct .drawer-section .drawer-container {
        width: calc(100%/2)
    }
}

@media screen and (min-width:992px) {
    .samsung-ssd-dct .drawer-section .drawer-container {
        width: calc(100%/3)
    }
}

@media screen and (min-width:1200px) {
    .samsung-ssd-dct .drawer-section .drawer-container {
        width: calc(100%/4)
    }
}

.samsung-portable-ssd,
.samsung-ssd-dct {
    padding: 15px;
    background: #fff;
    border-radius: 8px
}

.samsung-portable-ssd .product-specs__btn-wrap {
    display: none
}

.product-specs__list.product-specs__list-col2 li {
    font-weight: 700;
    font-style: italic;
    color: #f26722
}

.product-specs__highlights-desc-list li,
.samsung-portable-ssd .product-specs__wrap {
    margin-bottom: 1rem
}

.samsung-portable-ssd .product-specs__highlights-sub-title,
.samsung-portable-ssd .product-specs__highlights-title {
    font-weight: 700;
    display: block;
    margin-bottom: .5rem
}

.samsung-portable-ssd .product-specs__highlights-title {
    font-size: 1.2rem
}

.samsung-portable-ssd .product-specs__highlights-sub-title {
    font-size: .875rem;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .product-specs__highlights-desc-list {
        margin-left: -15px;
        margin-right: -15px
    }
    .product-specs__highlights-desc-list li {
        width: calc(100%/2);
        vertical-align: middle;
        display: inline-block;
        padding: 0 15px;
        margin-left: -3px;
        margin-right: -3px
    }
}

@media screen and (min-width:992px) {
    .product-specs__highlights-desc-list li {
        width: calc(100%/3)
    }
}

.form-review .your-rating span {
    color: #838383;
    margin-right: 18px
}

.form-review form {
    margin-top: 20px
}

.form-review form>div {
    margin-bottom: 20px
}

.form-review form>div>input {
    width: 355px;
    background-color: #fff;
    border: none;
    height: 40px;
    box-shadow: 0 2px 3px 0 #eaeaea
}

.form-review form>div>textarea {
    height: 180px;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    padding-left: 30px;
    box-shadow: 0 2px 3px 0 #eaeaea
}

.form-review form .btn-submit button {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 65px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #f92400;
    border-radius: 30px;

    font-weight: 400
}

.form-review.style1 form>div>input {
    border: 2px solid #e5e5e5;
    box-shadow: none
}

.form-review.style1 form>div>textarea {
    border: 2px solid #e5e5e5;
    box-shadow: none
}

.review-list {
    margin-top: 30px
}

.review-list li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5
}

.review-list li:last-child {
    border-bottom: none
}

.review-list .review-metadata {
    margin-bottom: 15px
}

.review-list .review-metadata .name {
    display: inline-block;
    font-weight: 700;
    color: #000
}

.review-list .review-metadata .name span {
    color: #838383;
    font-weight: 400
}

.review-list .review-metadata .queue {
    float: right
}

.review-list .review-metadata .queue i {
    font-size: 11px
}

.review-list .review-metadata .queue i:nth-child(5) {
    color: #000
}

.review-list .review-content {
    color: #838383
}

.different-color {
    text-align: center;
    margin-top: 76px
}

.different-color .title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}

.different-color p {
    color: #838383;
    padding-left: 5px
}

.box-left {
    margin-top: -80px;
    margin-bottom: 50px
}

.box-left .img-line {
    text-align: right;
    padding-right: 103px;
    margin-bottom: 38px
}

.box-left .img-product {
    padding-left: 12px
}

.box-right .img-line {
    text-align: left;
    padding-left: 88px;
    margin-top: -155px
}

.box-right .img-line img:first-child {
    vertical-align: bottom;
    margin-right: -9px;
    position: relative;
    z-index: 9;
    bottom: 10px
}

.box-right .box-text {
    text-align: right;
    margin-right: 3px;
    margin-top: 112px
}

.flat-product-content {
    background-color: #ffffff;
    margin: 48px 0 0;
    clear: both
}

section.flat-product-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*.flat-product-content .container {
    padding-top: 60px;
    padding-bottom: 64px;
    clear: both
}*/

.flat-product-content.style2 .container {
    padding-bottom: 64px
}

.flat-product-content.style1 {
    background-color: #fff
}

/*.flat-product-content .container {
    padding-top: 88px;
    padding-bottom: 52px
}*/

.product-detail-bar.style1 {
    background-color: #f5f5f5
}

.product-detail-bar.style1 li {
    padding: 10px 30px 16px
}

.product-detail-bar.style1 li:before {
    background-color: #000;
    height: 65px;
    top: -15px
}

.product-detail-bar.style1 li.active,
.product-detail-bar.style1 li:hover {
    color: #fff
}

.product-detail.style1 {
    padding-top: 66px
}

.product-detail.style1>span {
    content: '';
    position: absolute;
    background-color: #f5f5f5;
    width: 200%;
    height: 100%;
    top: 0;
    z-index: -1
}

.flexslider.style1 .flex-viewport {
    text-align: center
}

.flexslider .flex-viewport ul.slides li {
    position: relative;
    text-align: center
}

.flexslider .flex-viewport ul.slides li img,
.flexslider.style3 .flex-viewport ul.slides li img {
    max-width: 350px
}

.flexslider .flex-viewport ul.slides li span {
    position: absolute;
    top: 31px;
    left: 11px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    background: #f26722;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center
}

.flexslider.style1 .flex-control-thumbs {
    position: absolute;
    margin: 0
}

.flexslider.style1 .flex-control-thumbs li {
    float: none;
    margin-bottom: 12px;
    width: 100%
}

.flexslider.style1 .flex-control-thumbs img {
    width: 85px
}

.flexslider.style1 .flex-control-nav {
    bottom: auto;
    top: 96px;
    margin-top: -93px;
    display: inline-block;
    width: 20%;
    background-color: #fff
}

.flexslider.style1 .flex-control-nav li {
    display: block
}

.flexslider.style1 .slides img {
    width: auto;
    float: right;
    padding-left: 14px
}

@media screen and (max-width:575px) {
    .flexslider .flex-viewport ul.slides li img,
    .flexslider.style3 .flex-viewport ul.slides li img {
        max-width: 100%
    }
}

.flexslider.style2 {
    width: 59%;
    float: right
}

.flexslider.style2 .flex-viewport {
    margin: 97px 110px 0 0;
    text-align: center
}

.flexslider.style2 .flex-viewport ul.slides li {
    position: relative;
    text-align: center
}

.flexslider.style2 .flex-viewport ul.slides li span {
    position: absolute;
    top: 31px;
    left: 11px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    background: #f26722;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center
}

.flexslider.style2 .flex-control-thumbs {
    position: absolute;
    margin: 0
}

.flexslider.style2 .flex-control-thumbs li {
    float: none;
    margin-bottom: 36px;
    width: 85px;
    height: 85px
}

.flexslider.style2 .flex-control-thumbs img {
    width: 85px;
    height: 85px
}

.flexslider.style2 .flex-control-nav {
    bottom: auto;
    top: 0;
    right: 0;
    margin-top: 55px;
    display: inline-block;
    width: 24%;
    background-color: #fff
}

.flexslider.style2 .flex-control-nav li {
    display: block
}

.flexslider.style2 .slides img {
    width: auto;
    display: inline-block
}

#single-product {
    padding: 38px 0
}

#single-product .flat-product-detail {
    padding: 0
}

.different-color.style1 {
    width: 150px;
    margin-left: 155px
}

.box-left.style1 {
    margin-top: 22px;
    margin-left: -10px
}

.box-right.style1 {
    margin-left: -36px
}

.box-right.style1 .img-line {
    padding-left: 0;
    text-align: right
}

.box-right.style1 .img-line img:first-child {
    margin-right: -50px
}

.box-right.style1 .box-text {
    margin-right: 23px;
    margin-left: -90px
}

.box-flexslider,
.product-detail.style5 {
    float: left;
    width: 44.47%;
    padding-left: 15px;
    padding-right: 15px
}

.box-flexslider .flexslider .flex-control-thumbs li {
    margin-right: 17.3px
}

.box-flexslider .flexslider .flex-control-thumbs li:last-child {
    margin-right: 0
}

.box-flexslider .flexslider .flex-control-thumbs img {
    height: 77px
}

.rating.style1 {
    margin-left: -10px
}

.rating.style1 .queue-box li span i {
    margin-right: 7px
}

.rating.style1 .queue-box li span.numb-star {
    max-width: 239px;
    margin-left: 18px
}

.rating.style1 .queue-box li span.numb-star:after {
    left: 24px
}

.form-review.style2 {
    padding-left: 15px
}

.flat-product-content.style2 {
    margin-top: 39px
}

.flat-product-content.style2 .product-detail-bar {
    padding-left: 0
}

.flat-product-content.style2>.row>.col-md-12>.row {
    padding: 88px 40px 133px 48px;
    border-radius: 8px
}

.description-text.style1 .box-text:first-child {
    margin-right: -170px;
    position: relative;
    z-index: 3
}

.description-text.style1 .box-text:nth-child(3) {
    margin-right: -150px;
    margin-top: 25px
}

.description-text.style1 .box-text:nth-child(4) {
    margin-top: 79px;
    margin-right: -100px
}

.description-image.style1 {
    margin-top: -10px;
    margin-right: -6px
}

.flat-shop-cart {
    padding-top: 30px
}

.flat-shop-cart .flat-row-title {
    margin-bottom: 15px
}

.table-cart table {
    width: 100%
}

.table-cart thead {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px
}

.table-cart thead tr th {
    padding: 8px 0;
    color: #000;
    font-size: 14px
}

.table-cart tr td {
    padding: 20px 0 15px;
    vertical-align: top
}

.table-cart tr td:nth-child(1) {
    width: 67%
}

.table-cart tr td:nth-child(2) {
    width: 11%
}

.table-cart tr td:nth-child(3) {
    width: 13.333%
}

.table-cart tr td:nth-child(4) {
    width: 8.667%;
    text-align: right
}

.table-cart tr td .img-product {
    width: 72px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    line-height: 63px;
    padding-top: 10px
}

.product-info {
    float: left;
    margin-right: 15px;
    padding-top: 10px
}

.table-cart tr td .name-product {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4
}

.product-info h5 {
    font-weight: 700
}

.product-info p {
    line-height: 1.2;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.product-info .item-options li {
    margin-bottom: 8px
}

.product-info .item-options li .comp-price {
    color: #f26722;
    float: right
}

.table-cart tr td .price {
    float: left;
    text-align: right;
    line-height: 43px;
    margin-right: 15px;
    color: #000;
    font-size: 16px;
    
}

.table-cart tr td .quanlity {
    position: relative;
    margin-right: 15px
}

.table-cart tr td .quanlity span.btn-down {
    position: absolute;
    z-index: 9;
    top: 12px;
    left: 22px;
    padding: 10px 10px;
    cursor: pointer
}

.table-cart tr td .quanlity .btn-down:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background: #484848;
    top: 11px;
    left: 2px;
    cursor: pointer
}

.table-cart tr td .quanlity span.btn-up {
    position: absolute;
    z-index: 9;
    top: 13px;
    right: 56px;
    padding: 10px 10px;
    cursor: pointer
}

.table-cart tr td .quanlity .btn-up:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #484848;
    top: 3px;
    right: 10px;
    cursor: pointer
}

.table-cart tr td .quanlity .btn-up:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background: #484848;
    top: 9.5px;
    right: 2.5px
}

.table-cart tr td .quanlity input {
    width: 80px;
    text-align: center;
    padding: 0;
    height: 40px;
    color: #000
}

.table-cart tr td .total {
    color: #f26722;
    font-size: 20px;

    padding-top: 10px
}

.table-cart tr td>span {
    cursor: pointer
}

.form-coupon {
    padding: 63px 0 58px;
    text-align: center;
    border: 2px dotted #e5e5e5;
    border-radius: 10px;
    margin-top: 55px
}

.form-coupon form input {
    display: inline-block;
    width: 264px;
    margin-right: 13px;
    height: 40px
}

.form-coupon form button {
    display: inline-block;
    color: #fff;

    background-color: #2d2d2d;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-weight: 400;
    letter-spacing: -.6px;
    position: relative;
    overflow: hidden;
    z-index: 5
}

.cart-totals {
    padding: 25px 20px 26px 21px;
    background-color: #f5f5f5
}

.cart-totals h3 {
    font-size: 18px;

    font-weight: 700;
    color: #000;
    margin-bottom: 15px
}

.cart-totals table {
    width: 100%
}

.cart-totals table tr td:nth-child(1) {
    font-size: 15px;
    color: #2d2d2d;
    text-align: left
}

.cart-totals table tr td:last-child {
    text-align: right
}

.cart-totals table tr td,
.cart-totals table tr th {
    padding: 5px
}

.cart-totals table tr td:first-child,
.cart-totals table tr th:first-child {
    padding-left: 0
}

.cart-totals table tr td.btn-radio .radio-info {
    margin-bottom: 0
}

.cart-totals table tr td.subtotal {
    color: #000;
    font-size: 19px
}

.cart-totals table tr td.price-total {
    font-size: 24px;
    font-weight: 500
}

.btn-radio .radio-info input[type=radio] {
    opacity: 0
}

.btn-radio .radio-info label {
    font-size: 14px;
    color: #838383;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    width: 130px
}

.btn-radio .radio-info label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #e0e0e0;
    line-height: 35px
}

.btn-radio .radio-info label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 14px;
    width: 14px;
    border: 4px solid #e0e0e0;
    background: #e0e0e0;
    border-radius: 50%
}

.radio-info input[type=radio]:checked+label::after {
    border: 4px solid #f61313;
    background: #f61313
}

.cart-totals .table td,
.cart-totals .table th {
    border: 0
}

.cart-totals table tr td.btn-radio .radio-info label span {
    color: #000;
    font-weight: 700
}

.cart-totals table tr td.btn-radio .btn-shipping a {
    color: #2d2d2d;
    font-size: 14px;
    text-decoration: underline
}

.cart-totals form .btn-cart-totals {
    margin-top: 108px;
    padding: 0 5px
}

.cart-totals form .btn-cart-totals a {
    display: block;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px
}

.cart-totals form .btn-cart-totals a.update {
    background-color: #adadad;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    z-index: 5
}

.cart-totals form .btn-cart-totals a.update:before {
    background-color: #2d2d2d !important;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    z-index: 5
}

.cart-totals form .btn-cart-totals a.checkout {
    background-color: #f92400;
    position: relative;
    overflow: hidden;
    z-index: 5
}

.cart-totals .btn-radio .radio-info input[type=radio] {
    display: none
}

.btn-cart-totals .btn-primary {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    background-color: #f61313;
    color: #000;
    border: hidden
}

@media screen and (min-width:992px) {
    .btn-cart-totals .btn-primary {
        margin-bottom: 15px
    }
}

@media screen and (max-width:991px) {
    .btn-cart-totals .btn-primary:not(:last-child) {
        margin-right: 15px
    }
}

@media screen and (max-width:575px) {
    .btn-cart-totals .btn-primary {
        margin: 0 auto;
        display: block
    }
    .btn-cart-totals .btn-primary:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 0
    }
    .table-cart .btn-cart-totals .btn-primary {
        width: 150px
    }
}

.flat-checkout {
    margin-top: 30px
}

.box-checkout h3.title {
    margin-top: 14px;
    margin-bottom: 12px
}

.box-checkout .checkout-login {
    font-size: 14px;
    color: #000;
    padding: 13px 20px 12px;
    border: 2px dotted #d4d4d4;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 28px
}

.box-checkout .checkout-login a {
    color: #f26722
}

.billing-fields .fields-title h3,
.shipping-address-fields .fields-title h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000;

    padding-bottom: 22px;
    margin-bottom: 17px;
    border-bottom: 1px solid #e5e5e5
}

.fields-content .field-row .field-one-half {
    width: 50%;
    float: left
}

.fields-content .field-row .field-one-half:first-child {
    padding-right: 15px
}

.fields-content .field-row .field-one-half:nth-child(2) {
    padding-left: 15px
}

.fields-content .field-row {
    margin-bottom: 14px
}

.fields-content .field-row input,
.fields-content .field-row select {
    border: 2px solid #e5e5e5;
    height: 40px;
    margin-bottom: 0
}

.fields-content .field-row label {
    margin-bottom: 2px;
    margin-left: 2px;
    color: #000
}

.fields-content .field-row #address,
.fields-content .field-row #address-3 {
    margin-bottom: 15px;
    border-radius: 10px
}

.fields-content .field-row #notes {
    height: 163px;
    border-radius: 8px;
    padding: 6px 25px
}

.shipping-address-fields .fields-content .checkbox {
    margin-top: 25px;
    margin-bottom: 27.2px
}

.checkbox {
    margin-top: 36px;
    margin-bottom: 39px
}

input[type=checkbox] {
    opacity: 0
}

.btn-checkbox {
    display: inline-block
}

.btn-checkbox .checkbox {
    margin-bottom: 13px
}

.checkbox label {
    position: relative;
    cursor: pointer;
    color: #000;
    padding-left: 15px
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 4px
}

.checkbox label:after {
    content: '\f00c';
    position: absolute;
    font-family: fontawesome;
    left: -15px;
    top: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    width: 16px;
    text-align: center;
    height: 16px;
    border-radius: 3px;
    z-index: 3
}

.checkbox input[type=checkbox]:checked+label::after {
    background-color: #f26722
}

.cart-totals.style2 table {
    margin-bottom: 12px
}

.cart-totals.style2 table:nth-child(2) tr td {
    padding: 5px 0
}

.cart-totals.style2 table:nth-child(2) tr td.subtotal {
    font-size: 18px
}

.cart-totals.style2 table tr td.price-total {
    padding: 22px 0
}

table.product thead tr th {
    color: #2d2d2d;
    font-size: 15px
}

table.product thead tr th:last-child {
    text-align: right
}

.cart-totals table.product tr td,
.cart-totals table.product tr th {
    padding: 5px
}

.cart-totals table.product tr td:first-child,
.cart-totals table.product tr th:first-child {
    padding-left: 0
}

.cart-totals table.product tr td {
    font-size: 14px;
    color: #000;
    line-height: 20px
}

.btn-radio.style2 {
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block
}

.btn-radio.style2 .radio-info {
    margin-bottom: 11px
}

.btn-radio.style2 .radio-info label {
    width: 200px;
    padding-left: 12px;
    color: #000
}

.btn-radio.style2 .radio-info label:after,
.btn-radio.style2 .radio-info label:before {
    left: -17px
}

.btn-radio.style2 .radio-info p {
    line-height: 20px;
    color: #838383;
    margin: 8px 0 18px
}

.btn-order a {
    display: block;
    background-color: #f92400;
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-radius: 30px
}

.btn-order a:focus,
.btn-order a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2d2d2d;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cart-totals.style2 form .checkbox {
    margin-top: 18px;
    margin-bottom: 46px;
    margin-left: -3px
}

.cart-totals.style2 form .checkbox label {
    font-size: 14px
}

.flat-account {
    padding-top: 30px;
    padding-bottom: 24px
}

.form-login,
.form-register {
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #eaeaea;
    padding: 44px 50px 50px 50px;
    height: 512px
}

.form-register {
    padding: 53px 45px 50px 55px
}

.form-login .title,
.form-register .title {
    text-align: left;
    padding: 14px;
    background: #f5f5f5;
    box-shadow: 0 2px 3px 0 rgb(234 234 234)
}

.form-register .title {
    margin-bottom: 88px;
    padding-right: 8px
}

.form-login .title h3,
.form-register .title h3 {
    color: #2d2d2d
}

.form-login .form-box,
.form-register .form-box {
    margin-bottom: 6px;
    padding-right: 4px
}

.form-register .form-box {
    margin-bottom: 6px
}

.form-login .form-box.checkbox {
    margin-top: 0;
    margin-bottom: 10px
}

.form-login .form-box label,
.form-register .form-box label {
    margin-bottom: 1px;
    color: #000
}

.form-login .form-box.checkbox label {
    margin-bottom: 0
}

.form-login .form-box input[type=text],
.form-register .form-box input[type=text] {
    line-height: 40px;
    font-size: 13px
}

.form-login .form-box a {
    color: #000
}

.flat-tracking {
    padding-top: 30px;
    padding-bottom: 5px
}

.order-tracking {
    background-color: #fff;
    border-radius: 10px;
    padding: 120px 90px 116px;
    text-align: center;
    box-shadow: 0 2px 3px 0 #eaeaea
}

.order-tracking .title {
    margin-bottom: 22px
}

.order-tracking .title h3 {
    color: #2d2d2d;
    margin-bottom: 26px
}

.order-tracking .title p {
    color: #929292;
    padding-left: 5px
}

.order-tracking form .one-half {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left
}

.order-tracking form .one-half label {
    margin-bottom: 12px
}

.order-tracking form .one-half input {
    height: 40px;
    padding-left: 27px
}

.order-tracking form .btn-track button {
    height: 50px;
    line-height: 50px;
    padding: 0 64px;
    color: #fff;
    background-color: #f92400;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 32px;
    margin-left: 8px;
    letter-spacing: .5px
}

.order-tracking form .btn-track button:hover {
    background-color: #2d2d2d
}

.flat-wishlist {
    padding: 44px 0 35px
}

.wishlist .title {
    margin-bottom: 20px
}

.table-wishlist {
    width: 100%;
    overflow: hidden
}

.table-wishlist thead {
    border-bottom: 1px solid #e5e5e5
}

.table-wishlist thead tr th {
    padding: 17px 0 18px;
    font-size: 14px;
    color: #000
}

.table-wishlist thead tr th:first-child {
    font-size: 13px;
    letter-spacing: -.3px
}

.table-wishlist tbody tr td {
    padding: 38px 0 45px;
    vertical-align: middle
}

.table-wishlist tbody tr:last-child td {
    padding: 34px 0 41px
}

.table-wishlist tbody tr td:nth-child(1) {
    width: 51.315789%
}

.table-wishlist tbody tr td:nth-child(2) {
    width: 17.105263%
}

.table-wishlist tbody tr td:nth-child(3) {
    width: 13.596491%
}

.table-wishlist tbody tr td:nth-child(4) {
    width: 17.982456%
}

.table-wishlist tbody tr td>div.delete,
.table-wishlist tbody tr td>div.product {
    display: inline-block
}

.table-wishlist tbody tr td>div.delete {
    margin-right: 84px
}

.table-wishlist tbody tr td>div.product .image {
    width: 85px;
    display: inline-block
}

.table-wishlist tbody tr td>div.product .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
    margin-left: 24px
}

.table-wishlist tbody tr td>div.price {
    color: #f26722;
    font-size: 20px;
    
}

.table-wishlist tbody tr td>div.add-cart,
.table-wishlist tbody tr td>div.status-product {
    margin-top: -5px
}

.table-wishlist tbody tr td>div.status-product span {
    padding: 0 17px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #f92400;
    font-size: 12px;
    font-weight: 600;
    border-radius: 15px;
    display: inline-block
}

.table-wishlist tbody tr td>div.add-cart a {
    display: block;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
    text-align: center;
    margin-right: 3px;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.table-wishlist tbody tr td>div.add-cart a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2d2d2d;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.table-wishlist tbody tr td>div.add-cart a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.table-wishlist tbody tr td>div.add-cart a img {
    padding-right: 16px
}

.table-wishlist tbody tr td>div.add-cart a:hover img {
    background-origin: 0 -32px
}

.flat-compare {
    padding: 45px 0 85px
}

.wrap-compare .title {
    margin-bottom: 32px
}

.compare-content {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    overflow: auto
}

.table-compare tr:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

.table-compare tr td {
    text-align: center
}

.table-compare tr th {
    background-color: #f5f5f5;
    width: 21.74%;
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 500;

    padding-left: 54px
}

.table-compare tr td.product {
    padding: 23px 0 37px
}

.table-compare tr td:nth-child(2) {
    width: 27.4%
}

.table-compare tr td:nth-child(2) .image {
    margin-bottom: 42px
}

.table-compare tr td:nth-child(2) .name {
    padding-left: 13px
}

.table-compare tr td.price:nth-child(2) {
    padding-right: 0
}

.table-compare tr td:nth-child(3) {
    width: 24.5%
}

.table-compare tr td .image {
    margin-bottom: 41px
}

.table-compare tr td .name {
    font-size: 16px;
    color: #000
}

.table-compare tr td.price {
    color: #f26722;
    font-size: 22px;

    font-weight: 500;
    padding: 35px 0 32px 0
}

.table-compare tr td.add-cart {
    padding: 42px 0 39px
}

.table-compare tr td.add-cart a {
    display: inline-block;
    color: #fff;
    height: 43px;
    line-height: 43px;
    background-color: #f92400;
    border-radius: 25px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    z-index: 5;
    position: relative
}

.table-compare tr td.add-cart a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f26722;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.table-compare tr td.add-cart a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.table-compare tr td.add-cart a img {
    padding-right: 16px
}

.table-compare tr td.description {
    padding: 47px 0 25px
}

.table-compare tr td.description p {
    color: #000;
    padding: 0 28px;
    line-height: 26px
}

.table-compare tr td.color {
    color: #000;
    padding: 29px 0 27px
}

.table-compare tr td.stock {
    padding: 35px 0 33px;
    color: #000
}

.table-compare tr td.delete {
    padding: 35px 0 37px
}

.flat-about {
    padding: 50px 0 62px
}

.image-about img {
    border-radius: 10px
}

.text-about {
    margin-top: 25px;
    padding: 76px 38px 78px 74px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    margin-left: -65px;
    position: relative;
    z-index: -1;
    margin-right: 6px
}

.text-about .title {
    margin-bottom: 23px
}

.text-about .content p {
    color: #000;
    margin-bottom: 24px
}

.text-about .content p:last-child {
    margin-bottom: 0
}

.text-about .content p span {
    font-weight: 700;
    color: #000
}

.flat-team {
    padding: 73px 0 16px
}

.flat-team .title {
    margin-bottom: 30px
}

.team-member .member .image-member img {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-member .member .image-member:hover img {
    border: 2px solid #f26722
}

.team-member .member .member-info .name-member {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 1px
}

.team-member .member .member-info .option {
    color: #000
}

.flat-testimonial {
    padding: 30px 0
}

.flat-testimonial .title {
    margin-bottom: 48px
}

.testimonial-item {
    text-align: center;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding-bottom: 56px;
    margin-top: 50px;
    margin-bottom: 14px
}

.testimonial-item .image {
    display: inline-block;
    position: relative;
    top: -52px;
    width: 100px;
    z-index: 5
}

.testimonial-item .image img {
    border-radius: 50%;
    border: 2px solid #e5e5e5
}

.testimonial-item .content {
    margin-top: -6px
}

.testimonial-item .content .name {
    font-size: 16px;
    color: #000;
    margin-bottom: 1px;
    font-weight: 600
}

.testimonial-item .content p {
    color: #000;
    padding-left: 3px
}

.flat-brand.style2 {
    padding: 35px 0 10px
}

.flat-brand.style2 .title {
    margin-bottom: 32px
}

.flat-brand.style3 {
    padding: 31px 0 33px
}

.flat-accordion {
    padding: 46px 0 69px
}

.accordion .title {
    margin-bottom: 47px
}

.accordion-toggle {
    margin-bottom: 21px
}

.accordion-toggle .toggle-title {
    font-size: 18px;
    font-weight: 500;

    color: #2d2d2d;
    padding: 19px 33px 13px;
    border: 2px solid #e5e5e5;
    border-radius: 50px;
    letter-spacing: -.03px;
    cursor: pointer;
    position: relative
}

.accordion-toggle .toggle-title.active {
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.accordion-toggle .toggle-title.active:before {
    height: 0
}

.accordion-toggle .toggle-title:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 53%;
    right: 37.5px;
    width: 1px;
    height: 15px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion-toggle .toggle-title:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 53%;
    right: 30.5px;
    width: 15px;
    height: 1px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion-toggle .toggle-content {
    color: #000;
    padding-left: 31px;
    padding-right: 15px;
    margin-top: 32px;
    margin-bottom: 37px
}

.flat-term-conditions {
    padding: 46px 0 10px
}

.term-conditions .text-wrap {
    margin-bottom: 81px
}

.term-conditions .text-wrap h3 {
    margin-bottom: 5px;
    color: #000
}

.term-conditions .text-wrap p {
    font-size: 15px;
    color: #2d2d2d;
    text-align: justify;
    margin-bottom: 20px
}

.term-conditions .text-wrap ul li {
    font-size: 15px
}

.term-conditions .text-wrap ul {
    padding-left: 35px
}

.flat-term-conditions ul li,
.term-conditions .text-wrap ul li {
    list-style-type: none;
    position: relative
}

.flat-term-conditions ul li::before,
.term-conditions .text-wrap ul li::before {
    position: absolute;
    left: -15px;
    top: 9px;
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%
}

.flat-map {
    padding: 0 0 28px
}

#flat-map {
    width: 100%;
    height: 444px
}

#flat-map .gm-map .map {
    border-radius: 12px
}

.flat-iconbox.style4 {
    padding: 70px 0 20px
}

.iconbox.style2 {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    height: 157px
}

.iconbox.style2 .box-header {
    margin-bottom: 13px
}

.iconbox.style2 .box-header .image {
    position: relative;
    top: -32px;
    left: -10px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    height: auto;
    line-height: 24px;
    margin-bottom: 15px
}

.iconbox.style2 .box-header .image:before {
    height: 61px;
    width: 61px;
    margin-left: -17px;
    background-color: #fff;
    z-index: 1
}

.iconbox.style2 .box-header .image img {
    position: relative;
    z-index: 5;
    top: 17px;
    left: 13px
}

.iconbox.style2 .box-header .title {
    margin-top: 3px
}

.iconbox.style2 ul.social-list.style2 li {
    font-size: 16px;
    margin-right: 18px
}

.iconbox.style2 ul.social-list.style2 li:last-child {
    margin-right: 0
}

.flat-contact {
    padding: 28px 0 24px
}

.flat-contact.style2 {
    padding: 17px 0 44px
}

.form-contact {
    margin-top: 20px
}

.flat-contact h2 {
    color: #2d2d2d
}

.form-contact .form-contact-header h3 {
    margin-bottom: 13px
}

.form-contact .form-contact-header p {
    color: #838383;
    line-height: 24px
}

#form-contact .form-box {
    text-align: left;
    margin-bottom: 10px
}

#form-contact .form-box.one-half {
    width: 50%;
    float: left
}

#form-contact .form-box.one-half.name-contact,
#form-contact .form-box.one-half.phone-contact {
    padding-right: 15px
}

#form-contact .form-box.one-half.password-contact,
#form-contact .form-box.one-half.subject-contact {
    padding-left: 15px
}

#form-contact .form-box label {
    margin-bottom: 5px
}

#form-contact .form-box input {
    height: 40px
}

#form-contact .form-box textarea {
    border-radius: 10px;
    height: 100px
}

#form-contact .form-box button {
    color: #fff;

    font-weight: 600;
    font-size: 15px
}

.box-contact {
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-radius: 8px
}

.box-contact ul li:last-child {
    margin-bottom: 0
}

.box-contact ul li {
    margin-bottom: 15px
}

.box-contact ul li h3 {
    margin-bottom: 8px
}

.box-contact ul li.email h3,
.box-contact ul li.phone h3 {
    margin-bottom: 10px
}

.box-contact ul li.address h3 {
    margin-bottom: 13px
}

.box-contact ul>li:last-child>h3 {
    margin-bottom: 19px
}

.box-contact ul li p {
    color: #000
}

.box-contact ul li ul.social-list li {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 21px
}

.flat-error {
    padding: 91px 0
}

.wrap-error .header-error h1,
.wrap-error .header-error h2,
.wrap-error .header-error h3 {
    color: #2d2d2d
}

.wrap-error .header-error h1 {
    margin-bottom: 20px;
    font-size: 50px
}

.wrap-error .header-error h2 {
    font-size: 30px;
    margin-top: 41px;
    margin-bottom: 11px
}

.wrap-error .header-error h3 {
    font-size: 26px
}

.wrap-error .header-error p {
    color: #000
}

.wrap-error .content-error .form-search-error {
    border: 2px dotted #e5e5e5;
    border-radius: 10px;
    padding: 63px 0 59px;
    margin-top: 44px;
    margin-bottom: 32px;
    text-align: center
}

.wrap-error .content-error .form-search-error form .search-input input {
    width: 263px;
    height: 40px;
    display: inline-block;
    margin-right: 13px
}

.wrap-error .content-error .form-search-error form .search-input button {
    display: inline-block;
    color: #fff;

    background-color: #2d2d2d;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 52px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    z-index: 3
}

.wrap-error .content-error .form-search-error form .search-input button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f26722;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.wrap-error .content-error .form-search-error form .search-input button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.flat-tab {
    padding: 67px 0 21px
}

.flat-tab ul.tab-list {
    text-align: center;
    padding-left: 0
}

.flat-tab ul.tab-list li {
    display: inline-block;
    cursor: pointer;

    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 14px 54px 14px
}

.flat-tab ul.tab-list li.active,
.flat-tab ul.tab-list li:hover {
    color: #000;
    background-color: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.flat-tab .tab-content {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 60px 50px 46px;
    color: #000
}

.flat-progress {
    padding: 6px 0
}

.progres {
    padding-right: 60px
}

.progres .progress-item {
    position: relative;
    margin-bottom: 23px
}

.progres .progress-item .name {
    position: absolute;
    top: 0;
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 700;

    color: #2d2d2d
}

.progres .progress-item .perc {
    text-align: right;
    font-size: 17px;
    font-weight: 700;

    color: #2d2d2d;
    padding-bottom: 19px;
    width: 0;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out
}

.progres .progress-item .perc.show {
    opacity: 1
}

.progres .progress-item .perc span {
    position: relative;
    top: 1px;
    z-index: 9999
}

.progres .progress-item .progress-bar {
    height: 6px;
    background-color: #e5e5e5;
    border-radius: 3px
}

.progres .progress-item .progress-bar .progress-animate {
    height: 6px;
    width: 0;
    border-radius: 3px;
    background-color: #f26722
}

.progress-circle {
    margin-top: 75px;
    margin-bottom: 49px
}

.progress-circle .circle-item {
    display: inline-block;
    margin-right: 123px
}

.progress-circle .circle-item:last-child {
    margin-right: 0
}

.progress-circle .circle-item .text-name {
    text-align: center;
    font-size: 16px;

    font-weight: 700;
    margin-top: 24px
}

.flat-form {
    padding: 53px 0 54px
}

.form-input .form-box {
    margin-bottom: 25px
}

.form-input .form-box label,
.form-textarea .form-box label {
    margin-bottom: 12px;
    color: #000
}

.form-input .form-box input {
    height: 40px
}

.form-input .form-box .form-box-content .dropdown-title {
    height: 40px;
    width: 100%;
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 7px;
    font-size: 13px;
    color: #8c8c8c;
    cursor: pointer;
    position: relative
}

.form-input .form-box .form-box-content .dropdown-title:before {
    content: '\f107';
    position: absolute;
    font-family: fontawesome;
    top: 7px;
    right: 30px;
    color: #1b1b19;
    font-size: 14px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.form-input .form-box .form-box-content .dropdown-title.active:before {
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.form-input .form-box .form-box-content ul {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 24px 29px 30px;
    margin-top: 11px
}

.form-input .form-box .form-box-content ul li {
    cursor: pointer
}

.form-input .form-box .form-box-content ul li.active,
.form-input .form-box .form-box-content ul li:hover {
    color: #f26722
}

.form-input .form-box .form-box-content ul li:not(:last-child) {
    margin-bottom: 16px
}

.form-textarea {
    margin-top: 10px
}

.form-textarea .form-box textarea {
    height: 164px;
    border-radius: 10px
}

.btn-radio.style2.v1 {
    float: left;
    margin-top: 37px;
    margin-left: 2px
}

.btn-checkbox.style2 {
    float: left;
    margin-top: 22px;
    margin-left: 2px
}

.btn-checkbox.style2 .checkbox {
    margin-top: 16px;
    margin-bottom: 0
}

.btn-checkbox.style2 .checkbox label {
    padding-left: 14px
}

.flat-brand.style4 {
    padding: 44px 0 52px;
    background-color: #f5f5f5
}

.flat-brand.style4 .title {
    margin-bottom: 29px
}

ul.brands-tablist {
    background-color: #fff;
    padding: 31px 50px 24px 110px;
    border-radius: 8px;
    box-shadow: 0 2px 3px 0 #eaeaea;
    margin-bottom: 39px
}

ul.brands-tablist li {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-right: 22.4px;
    cursor: pointer
}

ul.brands-tablist li.active,
ul.brands-tablist li:hover {
    color: #f26722
}

.brands-list {
    margin-left: -15px;
    margin-right: -15px
}

.brands-list .brands-item {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    margin-bottom: 32px;
    text-align: center
}

.brands-list .brands-item a.box-cat {
    height: 170px;
    padding: 16px 15px 19px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 2px 3px 0 #eaeaea
}

.brands-list .brands-item a.box-cat>.cart-image {
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.brands-list .brands-item a.box-cat>.cart-image>img {
    max-height: 50px
}

.brands-list .brands-item a.box-cat .cat-name {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1px;
    line-height: 1.2
}

.imagebox.style6,
.imagebox.style7 {
    text-align: center
}

.imagebox.style7 {
    padding: 19px 20px
}

.imagebox.style6 .box-image {
    height: 220px;
    line-height: 220px
}

.imagebox.style6 .box-content .cat-name a {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px
}

.imagebox.style6 .box-content .cat-name a:after,
.imagebox.style6 .box-content .cat-name a:before {
    width: 0
}

.imagebox.style6 .box-content ul.cat-list li {
    margin-bottom: 4px
}

.imagebox.style6 .box-content ul.cat-list li a {
    color: #000
}

.imagebox.style6 .box-content ul.cat-list li a:hover {
    color: #000
}

.imagebox.style6 .box-content .btn-more {
    margin-top: 16px
}

.imagebox.style6 .box-content .btn-more a {
    color: #f26722;
    font-size: 14px;
    font-weight: 600
}

.imagebox.style8 .box-image {
    margin-bottom: 16px
}

.imagebox.style8 .box-content .product-name {
    min-height: 64px;
    margin-top: 5px
}

.imagebox.style8 .box-content .price .sale {
    font-size: 22px
}

.imagebox.style8 span.item-new,
.imagebox.style8 span.item-sale {
    top: 34px;
    right: 47px;
    line-height: 45px
}

.imagebox.style8 span.item-sale {
    left: 49px
}

.flat-location #flat-map-2,
.flat-location .location,
.flat-location .location-detail {
    float: left
}

.flat-location .location {
    width: 485.3px
}

.flat-location .location-detail {
    width: 350.5px
}

.flat-location #flat-map-2 {
    width: calc(100% - 485.3px - 350.5px)
}

.location {
    padding: 0 31px 35px;
    background-color: #f5f5f5
}

.location .title h3,
.location-detail .title h3 {
    padding: 25px 0 22px
}

.location .location-content .select-location {
    margin-bottom: 34px
}

.location .location-content .select-location select {
    width: 175px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #eaeaea;
    display: inline-block;
    margin-right: 19px
}

.location .location-content .select-location .select {
    position: relative;
    display: inline-block
}

.location .location-content .select-location .select:before {
    content: "\f107";
    position: absolute;
    font-family: fontawesome;
    top: 17px;
    right: 50px;
    z-index: 9;
    color: #000
}

.location .location-content .select-location a {
    background-color: #f92400;
    height: 60px;
    line-height: 59px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 36px 0 37px;
    color: #fff;
    display: inline-block
}

.location .location-content .select-location a img {
    padding-right: 14px
}

.location .location-content ul.location-list {
    height: 439px;
    overflow: hidden;
    padding-left: 3px
}

.location .location-content ul.location-list li {
    color: #000;
    margin-bottom: 11px;
    cursor: pointer
}

.location .location-content ul.location-list li:hover {
    color: #f26722
}

.location-detail {
    padding: 1px 42px 13px;
    position: relative
}

.location-detail span {
    content: '';
    position: absolute;
    font-size: 20px;
    color: #000;
    top: 25px;
    right: 34px;
    cursor: pointer
}

.location-detail .image-location {
    margin-top: 14px;
    margin-left: 3px
}

.location-detail .image-location img {
    border-radius: 10px
}

.location-detail ul {
    margin-top: 40px
}

.location-detail ul li {
    margin-bottom: 18px
}

.location-detail ul li h3 {
    margin-bottom: 7px
}

.location-detail ul li:last-child h3 {
    margin-bottom: 11px
}

.location-detail ul li p,
.location-detail ul li p a {
    color: #000
}

#flat-map-2 .map-2 {
    width: 100%;
    height: 638px
}

.askAQuestionForm,
.popup-newsletter {
    position: fixed;
    top: 50%;
    z-index: 99997;
    left: 50%;
    transform: translate(-50%, -50%)
}

.askAQuestionForm .popup,
.popup-newsletter .popup {
    background: #fff;
    border-radius: 10px;
    margin-right: 15px;
    margin-left: 15px;
    overflow: hidden;
    padding: 30px 30px 40px
}

.askAQuestionForm .popup span,
.popup-newsletter .popup span {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: -20px;
    background-color: #f26722;
    border-radius: 50%;
    cursor: pointer
}

.askAQuestionForm .popup span:after,
.popup-newsletter .popup span:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    right: 19px;
    top: 10px;
    background: #fff;
    transform: rotate(45deg)
}

.askAQuestionForm .popup span:before,
.popup-newsletter .popup span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    right: 10px;
    top: 19px;
    background: #fff;
    transform: rotate(45deg)
}

.askAQuestionForm .popup-image,
.askAQuestionForm .popup-text,
.popup-newsletter .popup-image,
.popup-newsletter .popup-text {
    width: 46%;
    float: left
}

.askAQuestionForm .popup-image,
.popup-newsletter .popup-image {
    text-align: center;
    width: 49%;
    margin-left: 30px
}

.popup-newsletter .popup-text h2 {
    font-size: 25px;
    font-weight: 500;
    color: #2d2d2d;
    margin-top: 15px
}

.popup-newsletter .popup-text p.subscribe {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #000
}

.popup-newsletter .popup-text .form-popup .subscribe-content {
    position: relative
}

.popup-newsletter .popup-text .form-popup .subscribe-content button {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0
}

.popup-newsletter .popup-text .form-popup .checkbox {
    margin-bottom: 0
}

.divider10 {
    height: 10px;
    width: 100%
}

.divider20 {
    height: 20px;
    width: 100%
}

.divider60 {
    height: 60px;
    width: 100%
}

.divider14 {
    height: 14px
}

.divider30 {
    height: 30px;
    width: 100%
}

.divider35 {
    height: 35px;
    width: 100%
}

.divider37 {
    height: 37px
}

.divider65 {
    height: 65px
}

.divider90 {
    height: 90px
}

.divider25 {
    height: 29px
}

.divider26 {
    height: 26px
}

.divider34 {
    height: 34px
}

.offer {

    font-size: 18px;
    font-weight: 500;
    color: #000
}

.zoom {
    display: inline-block;
    position: relative
}

.zoom img {
    display: block
}

.zoom img::selection {
    background-color: transparent
}

.askAQuestionLink {
    font-weight: 700;
    margin: 13px 0 13px;
    color: #f26722 !important;
    font-size: 18px;
    cursor: pointer;
    display: inline-block
}

.imagebox .box-bottom .btn-add-cart a.disabled::before {
    background: rgba(0, 0, 0, .5)
}

.box-cart.style2 .btn-add-cart .button.disabled,
.box-cart.style2 .btn-add-cart .button.disabled:active,
.box-cart.style2 .btn-add-cart .button.disabled:focus,
.box-cart.style2 .btn-add-cart .button.disabled:hover,
.box-cart.style2 .btn-add-cart a.disabled,
.box-cart.style2 .btn-add-cart a.disabled:active,
.box-cart.style2 .btn-add-cart a.disabled:focus,
.box-cart.style2 .btn-add-cart a.disabled:hover,
.imagebox .box-bottom .btn-add-cart a.disabled,
.imagebox .box-bottom .btn-add-cart a.disabled:active,
.imagebox .box-bottom .btn-add-cart a.disabled:focus,
.imagebox .box-bottom .btn-add-cart a.disabled:hover,
button.disabled,
button.disabled:active,
button.disabled:focus,
button.disabled:hover {
    cursor: not-allowed;
    opacity: .65;
    background-color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .5)
}

.flat-tabs {
    padding: 30px 0
}

.flat-tabs .nav-tabs {
    text-align: center;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.flat-tabs .nav-tabs .nav-item {
    width: calc(100%)
}

.flat-tabs .nav-tabs .nav-link {
    padding: 10px 15px;
    font-weight: 700;
    color: black;
    font-size: 16px;
}

.flat-tabs .nav-tabs .nav-item.show .nav-link,
.flat-tabs .nav-tabs .nav-link.active,
.flat-tabs .nav-tabs .nav-link:focus,
.flat-tabs .nav-tabs .nav-link:hover {
    background-color: #000;
    color: #fff
}

.flat-tabs .tab-content {
    padding: 15px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    box-shadow: 0 0 20px rgba(0, 0, 0, .08)
}

.flat-tabs .tab-content p {
    margin-bottom: 15px
}

.flat-tabs .tab-content p>a {
    color: #f26722
}

@media screen and (max-width:991px) {
    .flat-tabs .nav-tabs .nav-link {
        padding: 10px 5px
    }
}

@media screen and (min-width:576px) {
    .flat-tabs .nav-tabs .nav-item {
        width: calc(100% / 3)
    }
}

@media screen and (min-width:768px) {
    .flat-tabs .nav-tabs {
        justify-content: space-between
    }
}

.section-2 {
    padding: 40px 15px
}

.section-2 p {
    margin-bottom: 10px
}

.section-2 .figure-2 {
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .section-2 {
        padding: 20px 15px
    }
    .section-2 .row [class*=col-]:first-child {
        margin-bottom: 25px
    }
}

.tecnical-specs .mi-battery-for-laptop table td {
    font-size: 14px !important;
    font-weight: 500 !important
}

.configureProduct {
    border: 1px solid;
    text-align: center;
    height: auto !important;
    border-radius: 8px
}

.configureProduct .showDiv {
    padding: 14px
}

.configureProduct .configureTitle {
    background: #000;
    color: #fff;
    font-size: 20px;
    padding: 10px 0
}

.configureProduct .cat-name span {
    background: #f9f9f9;
    padding: 0 14px;
    margin: 4px;
    display: inline-block
}

.configureProduct .product-name {
    height: 26px;
    overflow: hidden
}

.configureMeOnProductPage {
    background: #f61313;
    padding: 8px 20px;
    font-size: 18px;
    color: #fff
}

.mrginRight {
    margin-right: 24px
}

.leftSideMenus {
    max-width: 21%
}

.rightSideSlider {
    max-width: 79%
}
.rightSideSlider .home-page-slider {
    margin: 0 !important;
}

.btn-add-cart {
    margin-left: 8px
}

.viewButton {
    background: #000;
    color: #fff;
    padding: 8px 8px;
    font-size: 14px
}

.addtocartbutton {
    background: #0c0;
    padding: 8px 8px;
    font-size: 14px
}

.addtocartbutton:hover {
    color: #000
}

.viewButton:hover {
    color: #fff
}

.categoriesSearch {
    position: relative;
    width: 308px
}

.categoriesSearch .btn-search {
    right: 0 !important
}

#tab-product-div .main-shop h1 {
    margin-bottom: 10px !important
}

.postTxt {
    width: 100px !important;
    float: left !important
}

.findSubmit {
    width: 50px !important;
    margin-left: 9px !important
}

.quanlity-box {
    float: left
}

.status-product {
    margin-bottom: 4px
}

.register-form .checkout-page-button {
    margin-top: 14px
}

.alert {
    padding: 6px 6px;
    margin-bottom: 8px
}

.accountHave {
    text-align: left;
    padding: 10px 15px;
    background: #000;
    box-shadow: 0 0 4px 0 #101010;
    margin-bottom: 16px;
    display: flex;
    width: 100%;
    vertical-align: middle;
    align-items: center;
}

.accountHave h3 {
    margin: 0;
}
.accountHave .loginForm {
    margin-left: 50px;
}

ul.submenu>li>ul.submenu>li {
    margin-bottom: 2px;
}
ul.submenu>li>ul.submenu {
    position: relative;
    right: unset;
    width: auto;
    opacity: 1;
    visibility: visible;
    box-shadow: unset;
    background-color: transparent;
}

@media only screen and (max-width:1900px) {
    footer.style1 {
        margin: 0
    }
    .flat-slider.style1 .grid-left,
    .header-bottom.style1 .grid-left {
        width: 240px
    }
    .flat-slider.style1 .grid-right,
    .header-bottom.style1 .grid-right {
        width: calc(100% - 260px)
    }
    .header-bottom.style1 .grid-right {
        padding: 7px 15px 7px 15px
    }
    .header-bottom.style1 .grid-right ul.flat-infomation {
        margin-right: 5px
    }
    .header-bottom.style1 .grid-right .top-search.style1 {
        width: 53%
    }
    .header-bottom.style1 .grid-left #mega-menu {
        width: 100%
    }
    .slider .slider-item.style10 .item-text {
        width: 50%;
        padding: 30px
    }
    .slider .slider-item.style10 .item-image {
        padding-top: 100px;
        padding-right: 30px;
        width: 50%
    }
    .banner-box.style1 {
        width: 50%
    }
    .banner-box.style1.v1 .inner-box {
        display: none
    }
    #mainnav.style2 {
        float: right;
        padding-left: 0
    }
    #mainnav.style2 ul.menu>li.has-mega-menu:hover>.submenu {
        top: 90px
    }
    .flat-unstyled.style1 {
        line-height: 50px;
        height: 50px;
        margin-right: 0
    }
    .boxed.style2 .container-fluid {
        width: 1170px;
        max-width: 100%
    }
    .bestsellers,
    .counter.style1.v2,
    .featured,
    .hot-sale {
        width: 50%;
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    footer.style4 {
        width: 1200px
    }
    footer.style4 .widget-about {
        padding-left: 0
    }
    footer.style4 .widget-newsletter {
        padding-right: 0;
        margin-left: 0
    }
    .boxed.style2 .footer-bottom.style1 p.copyright {
        margin-left: 0
    }
    .boxed.style2 .footer-bottom.style1 p.btn-scroll {
        margin-right: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1366px) {
    #mega-menu>ul.menu>li .drop-menu {
        left: 265px;
        width: 1200px
    }
    .flat-location .location-detail {
        width: 300px
    }
    .flat-location .location {
        width: 380px
    }
    .flat-location #flat-map-2 {
        width: calc(100% - 300px - 380px)
    }
    .location .location-content .select-location select {
        width: 92px;
        margin-right: 7px
    }
    .location .location-content .select-location .select:before {
        right: 30px
    }
    .boxed.style2 .flat-imagebox .container-fluid .box-product .row .col-xl-2 {
        max-width: 33.333%
    }
}

@media only screen and (max-width:1366px) {
    .product-detail-bar {
        padding-left: 0
    }
    .boxed.style2 .container-fluid {
        padding: 0 30px
    }
    .boxed.style2 .container-fluid .flat-row-title {
        margin-left: 0;
        margin-right: 0
    }
    .flat-highlights.style2 .container-fluid {
        padding: 20px 30px
    }
    footer.style4 {
        width: auto
    }
    footer.style2 .container-fluid {
        padding: 40px 30px
    }
    footer.style4 .widget-categories-ft {
        padding-left: 60px
    }
}

@media only screen and (max-width:1199px) {
    body.background section.flat-row {
        margin-left: 15px;
        margin-right: 15px
    }
    body.background .flat-imagebox.style4 .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-prev {
        left: -45px
    }
    body.background .flat-imagebox.style4 .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-next {
        right: -45px
    }
    #mega-menu>ul.menu>li .drop-menu {
        width: 704px;
        left: 255px
    }
    #mega-menu>ul.menu>li .drop-menu>.one-third {
        padding-left: 0;
        padding-right: 3px
    }
    .box-cart .inner-box ul.menu-compare-wishlist li {
        margin-right: 5px
    }
    .mainnav {
        padding-left: 0
    }
    .mainnav ul.menu>li>a {
        padding: 0 20px
    }
    #mega-menu {
        width: 250px
    }
    .flat-team {
        padding: 10px 0 50px
    }
    ul.brands-tablist {
        padding: 20px 20px
    }
    article.main-post.style3,
    article.main-post.style3 .content-post {
        padding: 0
    }
    .table-cart tr td .quanlity input {
        width: 100%
    }
    .table-cart tr td .quanlity span.btn-up {
        right: 20px
    }
    .flat-location .location,
    .flat-location .location-detail {
        width: 50%
    }
    .flat-location #flat-map-2 {
        width: 100%
    }
    .flex-control-thumbs li {
        margin-right: 10px;
        margin-bottom: 10px
    }
    .box-cart.style2 .btn-add-cart a {
        width: 100%
    }
    .box-cart.style2 .btn-add-cart,
    .box-cart.style2 .compare-wishlist {
        display: block;
        margin-left: 0;
        text-align: center
    }
    .imagebox .box-content .cat-name a:after,
    .imagebox .box-content .cat-name a:before {
        width: 20%
    }
    .flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-content .cat-name a:after,
    .flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-content .cat-name a:before {
        width: 30%
    }
    .imagebox.style5 {
        overflow: hidden
    }
    .imagebox.style5 .box-text {
        padding: 20px 0 20px;
        margin-right: 0
    }
    .slider .slider-item.style6 .item-text {
        padding: 30px 30px
    }
    .slider .slider-item.style7 {
        position: relative;
        height: 400px
    }
    .slider .slider-item.style7 .item-text {
        padding: 80px 0 0 30px
    }
    .slider .slider-item.style7 .item-image {
        width: 30%;
        position: absolute;
        padding: 0;
        bottom: 0;
        right: 10px
    }
    .top-search.style1 {
        width: 520px;
        padding-left: 30px
    }
    .box-cart.style1 .inner-box>a>.price,
    .header-bottom.style1 .grid-right ul.flat-infomation {
        display: none
    }
    .mainnav.style1 ul.menu>li>a {
        margin-right: 22px
    }
    .slider .slider-item.style8 .item-image {
        width: 50%;
        margin-top: 40px
    }
    .box-6 {
        width: 50%;
        padding: 0 10px 0 10px
    }
    .box-6.big {
        padding-right: 10px;
        padding-left: 10px
    }
    .box-6 .product-box,
    .box-6.big .product-box {
        width: 100%
    }
    .header-bottom.style1 .grid-right .top-search.style1 {
        width: 70%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #mainnav ul.menu>li>a {
        padding: 0 18px
    }
    .imagebox.style1.v3 .box-price {
        width: 200px;
        padding: 30px 2px 0 20px
    }
    .imagebox.style1.v3 .box-content {
        width: 250px
    }
    .imagebox.style1.v3 .box-image {
        width: calc(100% - 465px)
    }
    .drop-menu {
        width: 710px;
        left: 260px
    }
    .drop-menu>.one-third {
        padding-left: 0;
        padding-right: 0
    }
    .drop-menu>.one-third:first-child {
        padding-left: 15px
    }
    n .box-right .img-line {
        padding-left: 45px;
        margin-top: -100px
    }
    .box-right .img-line img:first-child {
        margin-right: -60px
    }
    .box-cart.style2 .compare-wishlist a.compare {
        display: block;
        margin-right: 0
    }
    .product-detail.style2 .footer-detail .quanlity-box>div.quanlity {
        width: 110px;
        margin-right: 10px
    }
    .product-detail .footer-detail .quanlity-box>div.colors {
        display: block;
        margin-bottom: 20px;
        margin-left: 0
    }
    .counter.style1 .counter-content .count-down .square {
        width: 55px
    }
    .top-search form.form-search .box-search .search-suggestions {
        width: 670px
    }
    .slider .slider-item .item-text {
        width: 58%;
        padding: 80px 40px
    }
    .slider .slider-item.style5 .item-text {
        width: 40%
    }
    .slider .slider-item.style2 .item-text {
        width: 40%;
        padding: 30px 40px
    }
    #mainnav.style1 ul.menu>li>a {
        padding: 0 12px 0 12.5px;
        margin-right: 0
    }
    #mainnav.style1 ul.menu>li.has-mega-menu .submenu {
        width: 97%
    }
    #mainnav.style2 ul.menu>li.has-mega-menu .submenu {
        width: 97%
    }
    .flexslider.style2 {
        width: 56%
    }
    #mega-menu>ul.menu>li .drop-menu {
        padding-left: 15px
    }
    .slider .slider-item.style7 {
        height: 485px
    }
}

@media only screen and (min-width:992px) {
    ul.submenu {
        word-spacing: 2px
    }
    .submenu {
        position: absolute;
        right: 15px;
        width: 1140px;
        background-color: #fff;
        display: none;
        z-index: 99;
        padding: 30px;
        word-spacing: 2px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    ul.menu>li.has-mega-menu .submenu {
        width: 130%
    }
}

@media only screen and (max-width:991px) {
    .header-middle #logo.style1 {
        line-height: 70px;
        margin-bottom: 0
    }
    ul.flat-infomation.style1 li.phone {
        line-height: 70px;
        margin-right: 40px
    }
    .owl-carousel-11.owl-theme .owl-controls .owl-dots {
        bottom: 0
    }
    .btn-menu.style1 {
        background: #333;
        top: 17px
    }
    .btn-menu.style1.v1 {
        background: 0 0;
        top: 10px
    }
    .btn-menu.style1.v2 {
        background: #333;
        top: 10px
    }
    .top-search.style1 {
        width: 370px;
        padding-left: 0;
        right: 15px
    }
    .top-search.style1 form.form-search .box-search input {
        padding-left: 20px
    }
    .flat-iconbox.style1,
    .flat-row {
        padding: 30px 0
    }
    .flat-product-content .container {
        padding: 30px 15px
    }
    .box-cart .inner-box>a>.price {
        display: none
    }
    .top-search {
        padding-left: 0;
        margin-right: 0
    }
    .top-search form.form-search .cat-wrap select {
        padding: 1px 35px 0 20px
    }
    .top-search form.form-search .box-search input {
        padding-left: 140px
    }
    .btn-menu,
    .btn-menu-mega {
        display: block
    }
    .btn-menu-mega {
        float: left
    }
    .mainnav>ul.menu>li {
        height: auto
    }
    .mainnav ul.menu>li>a:after {
        width: 0
    }
    .mainnav ul.menu>li:hover>.submenu {
        top: 100%
    }
    #mainnav-mobi ul>li>a>.submenu {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        background-color: #222;
        opacity: 1;
        visibility: visible;
        z-index: 99;
        padding: 30px;
        word-spacing: 4px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    #mainnav-mobi ul.menu li.has-mega-menu .submenu .row h3 {
        word-spacing: 2px;
        cursor: pointer;
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 0;
        padding: 15px 0 15px 20px
    }
    #mainnav-mobi ul.menu li.has-mega-menu .submenu .row .btn-submenu {
        top: -15px
    }
    #mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul {
        padding-left: 30px;
        word-spacing: 2px;
        padding-right: 40px
    }
    #mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul li {
        border-top: none;
        border-bottom: 1px solid #333
    }
    #mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul li>a {
        padding-left: 5px
    }
    #mainnav-mobi ul.menu li.has-mega-menu .submenu .row .show,
    #mainnav-mobi ul.menu li.has-mega-menu .submenu .row:nth-child(2),
    .box-left .img-line img:first-child,
    .box-right .img-line img:first-child,
    .flat-newsletter .form-newsletter .right {
        display: none
    }
    #mainnav-mobi ul>li>a>.submenu li a {
        color: #484848
    }
    ul.menu li.column-1 .submenu {
        width: 100%;
        background: #222;
        border-radius: 0;
        position: relative;
        top: -3px;
        opacity: 1;
        word-spacing: 2px;
        visibility: visible;
        padding: 0
    }
    .today-deal {
        margin-left: 20px
    }
    .box-flexslider,
    .image-about img,
    .product-detail.style5 {
        width: 100%
    }
    .product-detail.style5 {
        padding: 0 30px
    }
    .product-detail.style5 .header-detail .reviewed .status-product {
        text-align: left
    }
    .product-detail.style5 .header-detail .reviewed .status-product span {
        display: inline-block
    }
    .flexslider .slides img {
        width: auto;
        max-width: 100%
    }
    .iconbox.style1 {
        margin-bottom: 30px
    }
    .brands-list .brands-item {
        width: 20%
    }
    .imagebox.style1.v1 {
        margin-bottom: 30px
    }
    .flat-contact,
    .imagebox.style1.v1 .box-content {
        padding-top: 0
    }
    .imagebox.style1.v1 .box-content .cat-name a {
        font-size: 15px
    }
    .flat-tab ul.tab-list {
        padding-left: 0
    }
    .flat-tab .tab-content {
        padding: 30px
    }
    .progres {
        padding-right: 0
    }
    .progress-circle {
        text-align: center
    }
    .progress-circle .circle-item {
        margin-right: 80px
    }
    .order-tracking {
        padding: 50px
    }
    .term-conditions .text-wrap {
        margin-bottom: 40px
    }
    .term-conditions .text-wrap p {
        padding-right: 0
    }
    .table-cart {
        margin-bottom: 30px
    }
    .form-login,
    .form-register {
        padding: 30px
    }
    .form-coupon {
        margin-top: 40px
    }
    .cart-totals form .btn-cart-totals {
        margin-top: 50px
    }
    .compare-content .table-compare {
        width: 840px;
        overflow: auto
    }
    .table-compare tr th {
        padding-left: 20px
    }
    .blog-pagination span {
        display: block;
        float: none;
        text-align: center
    }
    .product-detail.style3 .reviewed .status-product,
    .reviewed .status-product,
    ul.flat-pagination.style1 {
        float: none
    }
    .product-box.style3 {
        height: 360px;
        margin-bottom: 30px
    }
    .imagebox.style1.v3 {
        min-height: 380px;
        padding: 15px 20px 20px 20px
    }
    .imagebox.style1.v3 .box-price {
        text-align: left;
        padding: 0 55px 0 0
    }
    .imagebox.style1.v3 .box-image {
        margin-right: 0
    }
    .iconbox.style2 {
        margin-bottom: 50px
    }
    .box-left,
    .box-right .img-line,
    .box-right.style1 .img-line {
        text-align: center;
        margin-top: 0
    }
    .box-left .img-line {
        margin-bottom: 0
    }
    .product-detail .footer-detail .quanlity-box>div.colors {
        margin-bottom: 20px;
        margin-right: 20px
    }
    .box-cart.style2 {
        margin: 20px 0 20px
    }
    .flexslider.style1 .flex-viewport {
        margin: 50px 0 50px
    }
    .flexslider.style1 .flex-control-nav {
        top: auto;
        margin-top: 0;
        width: 100%;
        position: relative
    }
    .flexslider.style1 .flex-control-nav li {
        display: inline-block;
        width: auto
    }
    .flexslider.style1 .slides img {
        display: inline-block;
        float: none
    }
    .product-detail.style3 {
        margin-left: 0
    }
    .box-cart.style2 .btn-add-cart,
    .box-cart.style2 .compare-wishlist {
        text-align: left
    }
    .box-cart.style2 .btn-add-cart a {
        width: auto;
        padding: 0 30px
    }
    .flat-product-content.style2>.row>.col-md-12>.row {
        padding: 50px 30px
    }
    .description-text.style1 .box-text:first-child,
    .description-text.style1 .box-text:nth-child(3),
    .description-text.style1 .box-text:nth-child(4) {
        margin-right: 0;
        margin-top: 30px
    }
    .description-image.style1 {
        margin: 0;
        text-align: center
    }
    .box-right.style1,
    .box-right.style1 .box-text {
        margin-left: 0
    }
    .box-counter .product-item,
    .counter {
        width: 100%;
        padding: 0
    }
    .counter span.special {
        right: 0
    }
    .count-down {
        text-align: center
    }
    .count-down .square {
        margin: 0 15px 15px
    }
    .count-down .square:last-child {
        margin-right: 15px
    }
    .count-down .square .text {
        margin-left: 0
    }
    .imagebox.style3 {
        padding: 20px 20px
    }
    .imagebox.style3 .box-image {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center
    }
    .imagebox.style3 .box-image.save span {
        top: 20px
    }
    .imagebox.style3 .box-bottom .btn-add-cart a {
        width: auto;
        padding: 0 50px
    }
    .imagebox.style3 .box-bottom,
    .imagebox.style3 .box-content {
        text-align: center
    }
    .box-wrap.style1 {
        height: auto
    }
    .flat-newsletter .form-newsletter {
        padding: 50px 20px;
        margin-top: 30px
    }
    .flat-newsletter .form-newsletter .left {
        float: none;
        text-align: center;
        padding-top: 0
    }
    .box-left .img-product,
    .form-review.style2,
    .widget-categories-ft {
        padding-left: 0
    }
    .widget-ft {
        margin-bottom: 20px
    }
    footer {
        padding: 30px 0
    }
    .box-cart .inner-box .dropdown-box:before {
        right: 15px
    }
    .top-search form.form-search .box-search .search-suggestions {
        width: 0
    }
    .imagebox.style5 .box-text {
        text-align: center;
        float: none;
        width: 100%;
        margin-right: 0
    }
    .flexslider.style1 .slides img {
        padding-left: 0
    }
    .flexslider.style2 {
        width: 100%;
        float: left
    }
    .flexslider.style2 .flex-viewport {
        margin: 50px 50px 0
    }
    .flexslider.style2 .flex-control-nav {
        right: auto;
        left: 0;
        width: 20%
    }
    .slider .slider-item .item-image {
        display: none
    }
    .slider .slider-item.style4 .item-text {
        padding: 80px 48px;
        width: 100%
    }
    .slider .slider-item.style2 .item-image,
    .slider .slider-item.style5 .item-image,
    .slider .slider-item.style7 .item-image {
        display: block
    }
    .slider .slider-item.style6 .item-text {
        width: 100%;
        padding-top: 80px
    }
    .slider .slider-item.style2 .item-text,
    .slider .slider-item.style7 .item-text {
        width: 52%;
        padding-top: 20px
    }
    .slider .slider-item.style7 .item-text .content-item .regular {
        display: none
    }
    .slider .slider-item.style2 .item-image,
    .slider .slider-item.style7 .item-image {
        width: 45%;
        padding-right: 20px
    }
    .slider .slider-item.style8 .item-text .header-item h2 {
        font-size: 52px
    }
    .flat-iconbox.style6 .col-md-3 .iconbox {
        padding: 0 0 !important
    }
    footer.style4 .widget-categories-ft,
    footer.style4 .widget-menu {
        padding-left: 0
    }
    .flat-unstyled.style1 {
        height: auto;
        line-height: 100px
    }
    .header-middle .grid-left #logo {
        line-height: 100px;
        float: left
    }
    .header-bottom.style1 .grid-left {
        width: 15%
    }
    .flat-slider.style1 .grid-left {
        width: 0
    }
    .flat-slider.style1 .grid-right,
    .header-bottom.style1 .grid-right {
        width: 100%;
        margin-left: 0
    }
    .slider .slider-item.style10 .item-image {
        display: block
    }
    .boxed.style2 .header-bottom .container-fluid {
        padding: 0 15px
    }
    .grid-right .show-search {
        display: block;
        float: right;
        margin-top: 4px
    }
    .grid-right .top-search.style1 {
        padding: 10px 0;
        margin-right: 0;
        position: absolute;
        top: 100px;
        right: 15px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .header-bottom.style1 .grid-right .top-search.style1.active {
        top: 64px;
        opacity: 1;
        visibility: visible
    }
    .grid-right .box-cart.style1 {
        float: right;
        margin-right: 15px
    }
    .grid-left .btn-menu {
        background: #333
    }
    .owl-carousel-4 .owl-item .imagebox.style4 {
        height: 340px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    ul.flat-unstyled {
        margin-left: -30px
    }
    ul.flat-support {
        margin-right: -35px
    }
    .text-about {
        padding: 30px 50px
    }
    .imagebox.style1.v3 .box-image {
        width: 168px
    }
    .box-owl-carousel .rows .imagebox.style1.v1 {
        padding: 0 15px
    }
    .top-search form.form-search .cat-wrap {
        display: none
    }
    .top-search form.form-search .box-search input {
        padding-left: 15px
    }
    .owl-carousel-3 .imagebox.style4 {
        height: 310px
    }
    .banner-box.style2 .inner-box,
    .banner-box.style2 .inner-box a img,
    .banner-box.style2 .inner-box:nth-child(2) {
        width: 100%
    }
    .banner-box.style2 .inner-box:nth-child(2) {
        margin-top: 20px
    }
    .slider .slider-item.style8 .item-image {
        display: block
    }
    .slider .slider-item.style8 .item-text {
        width: 50%;
        padding-top: 30px
    }
    .slider .slider-item.style9 .item-text {
        padding: 25px 20px
    }
}

@media only screen and (max-width:767px) {
    .header-top ul.flat-unstyled {
        line-height: 1.2;
        text-align: right
    }
    ul.flat-infomation {
        text-align: left
    }
    .header-middle #logo {
        text-align: left;
        line-height: 60px;
        margin: 0
    }
    .top-search {
        padding: 15px 0
    }
    .top-search.style1 {
        padding: 10px 0;
        margin-right: 0;
        position: absolute;
        top: 100px;
        right: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .top-search.style1 .cat-wrap {
        display: none
    }
    .top-search.style1.active {
        top: 44px;
        right: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .top-search.style1.active form.form-search .box-search input {
        border: 1px solid #484848
    }
    .top-search.style2 {
        padding: 15px 0 15px;
        width: 100%;
        float: none
    }
    .show-search {
        display: block;
        float: right;
        margin-top: 4px
    }
    .box-cart.style1.v1 {
        padding: 10px 0 15px;
        float: none;
        text-align: center
    }
    .box-cart.style1 {
        text-align: right;
        float: right;
        margin-right: 15px
    }
    .slider .slider-item .item-text .header-item h2 {
        font-size: 44px
    }
    .product-box.style2.v1 {
        float: none
    }
    .iconbox {
        margin-bottom: 30px
    }
    .text-about {
        margin-left: 0;
        margin-right: 0;
        padding: 30px
    }
    article.main-post.style4 {
        text-align: center
    }
    .member {
        text-align: center
    }
    .brands-list .brands-item {
        width: 25%
    }
    .progress-circle .circle-item {
        margin-right: 19px
    }
    .order-tracking {
        padding: 30px 30px
    }
    .order-tracking form .one-half {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
    .order-tracking form .btn-track button {
        margin-top: 0;
        margin-left: 0
    }
    .box-counter.style1 .counter,
    .box-counter.style1 .product-item,
    article.main-post .featured-post a img,
    article.main-post.style2 {
        width: 100%
    }
    .box-counter.style1 .product-item {
        padding-left: 0
    }
    .imagebox.style3.v1 .box-image.save span {
        left: -29px;
        top: -25px
    }
    #shop .sidebar .widget,
    .box-wrap.style1,
    .form-login {
        margin-bottom: 30px
    }
    .form-login,
    .form-register {
        height: 420px
    }
    .form-login .title,
    .form-register .title {
        margin-bottom: 40px
    }
    .sort-product.style1 {
        padding: 15px 25px
    }
    .sort-product.style1 .icons,
    .sort-product.style1 .sort {
        float: none
    }
    .sort-product .sort>div.popularity {
        margin-left: 0;
        float: right;
    }
    .description-image {
        margin-top: 0;
        text-align: center
    }
    .box-right .img-line {
        padding-left: 0
    }
    .product-detail.style1>span {
        width: 0
    }
    .product-detail.style4 {
        padding: 15px
    }
    .counter.style1 {
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
        text-align: center
    }
    .counter.style1 .item-sale {
        margin: 0 15px 15px
    }
    .box-owl-carousel .rows {
        margin: 0 15px
    }
    .box-owl-carousel .rows .imagebox.style1.v1 {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 0;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }
    .box-owl-carousel .rows .imagebox.style1.v1:nth-child(3),
    .box-owl-carousel .rows .imagebox:nth-child(3) {
        border-bottom: none
    }
    .banner-box {
        display: none
    }
    .flat-newsletter .form-newsletter .left .title {
        float: none;
        margin-right: 0;
        margin-bottom: 15px
    }
    .footer-bottom.style3 {
        text-align: center
    }
    .footer-bottom.style3 .btn-scroll,
    .footer-bottom.style3 p.copyright {
        float: none
    }
    .product-box.style1.v1 {
        height: 250px
    }
    .flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box {
        padding-left: 0
    }
    .box-cart {
        text-align: right;
        padding: 10px 0 15px
    }
    .box-cart .inner-box ul.menu-compare-wishlist li {
        margin-right: 25px
    }
    .table-wishlist {
        width: 750px
    }
    .table-wishlist tbody tr td>div.delete {
        margin-right: 30px
    }
    .popup-newsletter .popup-text {
        width: 100%
    }
    .popup-newsletter .popup-image {
        display: none
    }
    .popup-newsletter .container {
        width: 720px
    }
    .askAQuestionForm .popup-text {
        width: 100%
    }
    .askAQuestionForm .popup-image {
        display: none
    }
    .askAQuestionForm .container {
        width: 720px
    }
    .slider .slider-item.style5 {
        height: 400px
    }
    .slider .slider-item.style8 .item-text {
        width: 100%
    }
    .slider .slider-item:before {
        right: 50px
    }
    .slider .slider-item.style2 .item-text {
        padding: 20px
    }
    .divider90 {
        display: none
    }
    .owl-carousel-3 .imagebox.style4 {
        height: 300px
    }
    .bestsellers,
    .box-6.big,
    .counter.style1.v2,
    .featured,
    .hot-sale {
        width: 100%
    }
    .product-wrap.style1 .tab-item {
        padding: 0 10px
    }
    .header-middle .grid-left,
    .header-middle .grid-right {
        width: 100%;
        margin-left: 0;
        text-align: center
    }
    .header-middle .grid-right .flat-unstyled.style1 {
        float: none;
        line-height: 50px
    }
    .header-middle .grid-left #logo {
        line-height: 60px
    }
    .slider .slider-item.style10 .item-text {
        width: 100%
    }
    .slider .slider-item.style10 .item-image {
        display: none
    }
    .header-bottom.style1 .grid-right .top-search.style1.active {
        top: 64px
    }
    .box-filter .widget {
        width: 50%
    }
}

@media only screen and (max-width:575px) {
    .container {
        max-width: 100%
    }
    .header-middle #logo.style1 {
        float: none;
        width: 100%
    }
    ul.flat-infomation.style1 {
        float: left
    }
    ul.flat-infomation.style1 li.phone {
        height: auto
    }
    ul.flat-infomation.style1 li img {
        display: none
    }
    .header-middle #logo {
        text-align: left
    }
    .box-cart {
        text-align: right
    }
    .widget-apps .widget-title h3 {
        margin-top: 0
    }
    ul.app-list li.app-store {
        margin-bottom: 20px;
        margin-right: 0
    }
    .brands-list .brands-item {
        width: 33.333%
    }
    .flat-tab ul.tab-list li {
        padding: 14px 25px
    }
    .progress-circle .circle-item {
        margin-right: 0;
        display: block;
        margin-bottom: 30px
    }
    .progress-circle .circle-item .demo {
        position: relative;
        left: 50%;
        margin-left: -83.5px
    }
    article.main-post.style1 .featured-post {
        float: none;
        margin-right: 0;
        margin-bottom: 20px
    }
    .comment-respond .form-comment form .comment-form-comment,
    .comment-respond .form-comment form .comment-form-email,
    .comment-respond .form-comment form .comment-form-name,
    article.main-post .featured-post a img {
        width: 100%
    }
    article.main-post.single .content-post .entry-post blockquote {
        padding-left: 50px
    }
    article.main-post.single .content-post .entry-post blockquote span {
        left: 3px
    }
    #form-contact .form-box.one-half,
    .fields-content .field-row .field-one-half {
        width: 100%;
        padding: 0 !important
    }
    .table-cart table {
        width: 650px;
        overflow: hidden
    }
    .table-cart tr td .quanlity span.btn-up {
        right: 20px
    }
    .table-cart tr td .img-product {
        margin-right: 15px
    }
    .flat-location #flat-map-2,
    .flat-location .location,
    .flat-location .location-detail {
        width: 100%
    }
    .product-box.style3 {
        min-height: 580px;
        height: auto
    }
    .imagebox.style1.v3 {
        text-align: center;
        min-height: 600px;
        height: auto
    }
    .imagebox.style1.v3 .box-content,
    .imagebox.style1.v3 .box-image,
    .imagebox.style1.v3 .box-price {
        width: 100%;
        padding: 0;
        text-align: center
    }
    .imagebox.style1.v3 .box-price .btn-add-cart a {
        display: inline-block;
        padding: 0 40px
    }
    .flex-control-thumbs {
        margin-top: 30px
    }
    .product-detail-bar li {
        padding: 12px 12px;
        font-size: 16px
    }
    .product-detail-bar.style1 li {
        padding: 12px
    }
    body.background section.flat-row .container {
        padding: 10px 15px 0
    }
    .box-owl-carousel.style1 .imagebox.style7 {
        width: 100%;
        border-right: none
    }
    .popup-newsletter .container {
        width: 480px
    }
    .askAQuestionForm .container {
        width: 480px
    }
    .flexslider.style2 .flex-viewport {
        margin: 0 0 30px
    }
    .flexslider.style2 .flex-control-nav {
        width: 100%;
        position: relative;
        margin-top: 0
    }
    .flexslider.style2 .flex-control-thumbs li {
        float: left;
        margin-bottom: 10px
    }
    .slider .slider-item.style6 .item-text {
        padding-top: 30px
    }
    .box-6,
    .slider .slider-item.style2 .item-text,
    .slider .slider-item.style7 .item-text {
        width: 100%
    }
    .slider .slider-item.style2 .item-image,
    .slider .slider-item.style7 .item-image {
        display: none
    }
    .slider .slider-item.style2 .item-text {
        padding: 20px 20px
    }
    .slider .slider-item.style4 .item-text .header-item h2 {
        font-size: 50px
    }
    .boxed.style1 .flat-row.flat-highlights {
        padding-top: 30px
    }
    .box-6.big .imagebox .box-bottom .btn-add-cart a {
        padding: 0 35px
    }
    .boxed.style2 .footer .container-fluid {
        padding: 0 15px
    }
    .imagebox.style3 .box-bottom .btn-add-cart a {
        padding: 0 35px;
        width: 100%;
        margin-left: 0
    }
    .imagebox.style3 .box-bottom .compare-wishlist {
        text-align: center
    }
    .imagebox.style3 .box-bottom .compare-wishlist a.compare {
        margin-left: 0
    }
    .box-filter .widget {
        width: 100%
    }
    .slider .slider-item .item-text .header-item h2 {
        font-size: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .banner-box .inner-box a {
        margin-top: 30px;
        text-align: center
    }
    .slider .slider-item.style5 .item-image {
        width: 43%;
        padding-right: 30px
    }
}

@media only screen and (max-width:480px) {
    .flat-breadcrumb ul.breadcrumbs li.trail-item a {
        
    }
    .wrap-error .content-error .form-search-error {
        padding: 30px 30px
    }
    .wrap-error .content-error .form-search-error form .search-input input {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 15px
    }
    .brands-list .brands-item {
        width: 50%
    }
    .progres .progress-item .perc span {
        top: 17px
    }
    .btn-radio.style2 .radio-info label {
        width: 180px
    }
    .accordion-toggle .toggle-title:before {
        right: 19.5px
    }
    .accordion-toggle .toggle-title:after {
        right: 12.5px
    }
    .tabs ul.menu-tab {
        margin-bottom: 20px
    }
    .tabs ul.menu-tab li {
        margin-right: 15px;
        font-size: 16px
    }
    ol.comment-list li.comment .comment-text .comment-metadata .name {
        float: none
    }
    ol.comment-list li.comment .comment-text .comment-metadata .queue {
        text-align: left;
        line-height: 24px
    }
    .btn-order {
        padding: 0
    }
    .form-coupon {
        padding: 30px 15px
    }
    .form-coupon form input {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }
    .sort-product .icons,
    .sort-product .sort,
    .wrap-imagebox .flat-row-title span {
        float: none
    }
    .sort-product .sort>div {
        margin-left: 0;
        margin-bottom: 15px;
        display: block
    }
    .sort-product .sort>div select {
        width: 100% !important
    }
    .main-shop .wrap-imagebox .flat-row-title h3 {
        display: block;
        float: none;
        padding: 0 0 10px
    }
    .owl-carousel-4.owl-theme .owl-controls .owl-nav div.owl-next,
    .owl-carousel-4.owl-theme .owl-controls .owl-nav div.owl-prev {
        border-radius: 50%;
        border: 1px solid #e5e5e5;
        left: -15px;
        width: 45px;
        height: 45px;
        line-height: 42px;
        background-color: #fff
    }
    .owl-carousel-4.owl-theme .owl-controls .owl-nav div.owl-next {
        right: -15px;
        left: auto
    }
    .product-detail {
        padding: 20px
    }
    .rating .queue-box li span,
    .rating .score .queue {
        display: block
    }
    .rating .queue-box li span.numb-star,
    .rating .score .queue {
        margin-left: 0
    }
    .rating .score .queue {
        margin-top: 20px
    }
    .product-tab ul.tab-list li,
    .product-tab ul.tab-list li.active {
        margin-right: 18px;
        font-weight: 300;
        font-size: 16px
    }
    .product-tab ul.tab-list li {
        margin-right: 15px
    }
    .product-tab ul.tab-list li:hover {
        font-weight: 400
    }
    .banner-box {
        margin-bottom: 20px
    }
    .banner-box.one-half .inner-box {
        width: 100%;
        margin-bottom: 20px
    }
    .banner-box.one-half {
        margin-bottom: 0
    }
    .banner-box .inner-box a img,
    .banner-box.style2 .inner-box:nth-child(2) {
        width: 100%
    }
    .imagebox.style3 .box-bottom,
    .imagebox.style3 .box-content {
        text-align: left
    }
    .flat-newsletter .form-newsletter .left form {
        display: block
    }
    .flat-newsletter .form-newsletter .left form input {
        width: 100%
    }
    .flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-bottom .btn-add-cart a {
        padding: 0 30px
    }
    .top-search.style1 {
        width: 290px
    }
    .top-search form.form-search .cat-wrap {
        display: none
    }
    .top-search form.form-search .box-search input {
        padding-left: 15px
    }
    .box-cart .inner-box .dropdown-box {
        right: -7px;
        width: 305px;
        padding: 25px 15px
    }
    .box-cart .inner-box .dropdown-box:before {
        right: 73px
    }
    .popup-newsletter .container {
        width: 320px
    }
    .popup-newsletter .popup-text h2 {
        font-size: 20px
    }
    .popup-newsletter .popup-text p.subscribe {
        margin: 15px 0 15px
    }
    .popup-newsletter .popup-text .form-popup .checkbox {
        margin-top: 0
    }
    .askAQuestionForm .container {
        width: 320px
    }
    .askAQuestionForm .popup-text h2 {
        font-size: 20px
    }
    .askAQuestionForm .popup-text p.subscribe {
        margin: 15px 0 15px
    }
    .askAQuestionForm .popup-text .form-popup .checkbox {
        margin-top: 0
    }
    .slider .slider-item.style4 .item-text {
        padding: 15px 10px
    }
    .slider .slider-item.style8 .item-text {
        padding: 25px
    }
    .owl-carousel-3 .imagebox.style4 {
        height: 310px
    }
    .slider .slider-item.style10 .item-text .header-item h2 {
        font-size: 50px
    }
    .header-bottom.style1 .grid-right .top-search.style1 {
        width: 91%
    }
    .owl-carousel-4 .imagebox.style4 {
        text-align: center
    }
    .slider .slider-item .item-text {
        width: 100%;
        padding: 30px !important
    }
    .owl-carousel-item .product-box.style1:last-child {
        margin-bottom: 80px
    }
    .slider .slider-item.style7 .item-text .header-item h2 {
        margin-top: 0;
        margin-bottom: 0
    }
    .box-cart.style1.v1 .inner-box .dropdown-box {
        right: -80px
    }
    .box-cart.style1.v1 .inner-box .dropdown-box:before {
        right: 95px
    }
    .slider .slider-item.style8 .item-text .header-item h2 {
        line-height: 42px
    }
    .flat-breadcrumb ul.breadcrumbs li.trail-item {
        margin-right: 6px
    }
    .slider .slider-item.style1:before,
    .slider .slider-item:before {
        right: 20px
    }
}

#body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
    display: none
}

#body-overlay.show {
    display: block
}

.main-header .top-search-holder .search-area {
    position: relative;
    z-index: 1010
}

.search-area .form-control {
    border: medium none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 13px;
    box-shadow: none
}

#eac-container-template-custom {
    background: #fff;
    width: 100%;
    z-index: 999;
    border-top: hidden;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    transform-origin: top;
    transition: .5s;
    border: 0
}

#eac-container-template-custom::-webkit-scrollbar {
    width: .5rem;
    border-radius: 8px
}

#eac-container-template-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #8c8c8c;
    border-radius: 8px
}

#eac-container-template-custom::-webkit-scrollbar-thumb {
    background-color: #8c8c8c;
    outline: 1px solid #8c8c8c;
    border-radius: 8px
}

#eac-container-template-custom .eac-category {
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    font-style: normal;
    background: #f26722;
    color: #fff
}

#eac-container-template-custom ul {
    text-align: center
}

#eac-container-template-custom ul li {
    padding: 0;
    border: 0
}

#eac-container-template-custom ul li:not(:last-child) {
    margin: 0 0 .5rem 0
}

.easy-autocomplete-container ul li.selected {
    background: 0 0;
    cursor: default
}

.easy-autocomplete-container ul li .eac-item a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: rgba(14, 13, 13, .8)
}

.easy-autocomplete-container ul li .eac-item a:active,
.easy-autocomplete-container ul li .eac-item a:focus,
.easy-autocomplete-container ul li .eac-item a:hover {
    color: #0e0d0d
}

.easy-autocomplete-container ul li.selected .eac-item {
    background: #ebebeb;
    cursor: pointer
}

#eac-container-template-custom ul li figure {
    margin: 1rem;
    width: 50px;
    height: 50px
}

#eac-container-template-custom ul li img {
    width: 50px;
    height: 50px
}

#eac-container-template-custom ul li .content {
    padding: 1rem 1rem;
    text-align: left;
    width: calc(100% - 50px)
}

.easy-autocomplete-container ul li .eac-item .content-category {
    padding: .5rem 1rem
}

#eac-container-template-custom ul li h6 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .5rem;

}

#eac-container-template-custom ul li .content-category h6 {
    margin-bottom: 0;
    font-weight: 400
}

#eac-container-template-custom ul li p {
    font-size: 12px
}

#eac-container-template-custom ul li .product-price {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end
}

#eac-container-template-custom ul li .product-ratings .fa {
    font-size: 12px
}

#eac-container-template-custom ul li .product-ratings .fa:not(:first-child) {
    margin-left: 2px
}

#eac-container-template-custom ul li .price {
    margin-top: 0;
    font-weight: 700;
    line-height: 19px;
    margin-right: 0;
    color: #ec242e;
    text-transform: uppercase;

}

#eac-container-template-custom ul li span {
    font-size: 13px
}

.term-conditions.static-pages .text-wrap p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #2d2d2d
}

.term-conditions.static-pages .text-wrap p strong {
    font-size: 24px
}

.box-search {
    position: relative
}

.box-search ul.list-category {
    display: block
}

.box-search ul.list-category li {
    padding-left: .5rem;
    padding-right: .5rem
}

.box-search ul.list-category li:hover {
    background: #ebebeb;
    cursor: pointer
}

.box-search .dropdown-content {
    position: absolute;
    background: #fff;
    z-index: 999;
    border-top: hidden;
    max-height: 570px;
    overflow-y: auto;
    overflow-x: hidden;
    transform-origin: top;
    transition: .5s;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    display: flex;
    justify-content: space-between
}

.box-search .category {
    width: 30%;
    padding-right: .5rem
}

.category .category-header,
.column-product .category-bottom,
.column-product .product-header {
    background-color: #f26722;
    color: #fff;
    padding: 5px 10px;
    border-radius: .25rem;
    border: 1px solid #f26722
}

.column-product .category-bottom a {
    color: #fff
}

.box-search .column-product {
    width: 70%
}

.column-product .product-item {
    display: inline-block;
    padding: .5rem;
    text-align: center;
    vertical-align: top;
    width: 25%;
    min-height: 70px;
    box-sizing: border-box;
    margin-left: -3px;
    margin-right: -3px
}

.product-item h6 {
    font-size: 12px;
    line-height: 1.3
}

.product-item .product-price {
    font-weight: 700;
    font-size: .875rem;
    color: #f26722
}

.product-item a {
    display: block
}

.product-item .product-img {
    margin-bottom: 1rem
}

.seemoreDiv {
    width: 99%;
    background: #8f9496;
    margin: 6px 0 8px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px
}

.seemoreDiv a {
    width: 100%;
    color: #fff
}

.box-search .dropdown-content {
    display: flex;
    justify-content: space-between
}

.box-search .category {
    width: 200px
}

.box-search .column-product {
    width: 658px
}

.product-item .prduct-img {
    float: left;
    width: 60px;
    margin-right: 8px
}

.product-item .content {
    text-align: left;
    float: left;
    width: 228px
}

.column-product .product-item {
    width: 49%;
    background: #f5f5f5;
    margin: 6px 6px 0 0
}

@media (max-width:1050px) {
    .box-search .category {
        display: none
    }
    .box-search .column-product,
    .box-search .dropdown-content,
    .column-product .product-item {
        width: 100%
    }
    .product-item .prduct-img {
        width: 17%
    }
    .product-item .content {
        width: 80%
    }
}

.leftPages {
    margin: 0;
    padding: 0
}

.leftPages li {
    margin-left: 0 !important;
    background: 0 0 !important;
    padding-bottom: 6px
}

.leftPages li::before {
    display: none
}

.flat-term-conditions .display-4 {
    font-size: 40px
}

#header {
    -webkit-transition: all .5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all .5s ease
}

#bg-left {
    position: absolute;
    top: 190px;
    left: 0;
    max-width: 80px;
    z-index: 99
}

#bg-right {
    position: absolute;
    top: 190px;
    right: 0;
    max-width: 80px;
    z-index: 99
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    animation: smoothScroll 1s forwards
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0)
    }
}

.dis-nun-menu {
    display: block
}

.dis-nun {
    display: none
}

ul#cat-menu.dis-nun.show-menu {
    display: block
}

.menu-img i {
    font-size: 15px
}

.shopByCatLink {
    color: #fff
}

.slider .slider-item.style1 .item-image {
    padding-top: 0 !important;
    padding-right: 52px
}

.slider .slider-item .item-text .header-item h2,
.slider .slider-item.style1 .item-text .content-item .price .sale {

}

.slider .slider-item.style1 .item-text {
    padding: 80px 25px
}

.two-tab .nav-tabs .nav-item {
    width: calc(100% / 2) !important
}

.two-tab .nav-tabs {
    width: 450px !important
}

.payment-logo {
    text-align: right;
    margin-top: 0
}

footer {
    background: #f61313 !important;
    border: 0 !important
}

.theme-default .nivo-controlNav {
    margin-top: -30px;
    padding: 0 !important
}

.two-tab .nav-tabs .nav-link {
    font-size: 20px
}

.iconbox h3 {
    color: #000 !important;
    font-size: 14px !important
}

.cat-img {
    width: 60px;
    float: left
}

.borderTopLeft {
    border-left: 1px solid #000;
    border-top: 1px solid #000
}

.border-1 {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px
}

.cat-text {
    padding: 20px 0 15px 12px;
    float: left;

}

.cat-text h3 {
    font-size: 16px
}

.cat-img img {
    width: 46px;
    height: 54px;
    float: left
}

.cat-blog img {
    height: 54px;
    padding: 8px 0
}

.cat-blog {
    float: left
}

.all-brand .cat-blog {
    text-align: center
}

.iconbox .box-header .image:before {
    border: 2px solid #f61313
}

.hide-xs {
    display: block
}

.product-banner {
    display: none
}

#bg-left img,
#bg-right img {
    margin-bottom: 14px
}

.fillterClick {
    display: none
}

.resposivePadding {
    padding-left: 0
}

.searchCancel {
    font-size: 28px;
    border-radius: 0;
    background: red;
    height: 38px;
    padding: 0 16px 0 16px
}

.product-box .imagebox .box-image img {
    height: 150px
}

.mobile_menu_wrrpr {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f61313;
    z-index: 100000;
    text-align: center;
    border-top: 1px solid #fff;
    border-radius: 8px 8px 0 0
}

.mobile_menu_wrrpr a {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    line-height: 1.3;
    padding: 10px 0;
    color: #fff;
    border-right: 1px solid #fff;
    position: relative
}

.mobile_menu_wrrpr a:last-child {
    border: hidden
}

.mobile_menu_wrrpr a img {
    width: 18px;
    margin-right: 3px
}

.mobile_menu_wrrpr a span {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle
}

.mobile_menu_wrrpr a b {
    min-width: 18px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    margin-left: -10px;
    top: 1px;
    font-weight: 400;
    background: #000
}

.mobile_search_btn {
    display: none;
    background: #484848;
    height: 32px;
    width: 32px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: 15px
}

.filter_bn_wrrpr {
    display: none
}

.sidebar_clos_btn {
    display: none;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 3px;
    right: 3px;
    background: #484848;
    border-radius: 5px
}

.sidebar_clos_btn:after,
.sidebar_clos_btn:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 17px;
    right: 4px;
    top: 11px;
    background: #fff
}

.sidebar_clos_btn:before {
    transform: rotate3d(0, 0, 1, 45deg)
}

.sidebar_clos_btn:after {
    transform: rotate3d(0, 0, 1, -45deg)
}

@media (max-width:1024px) {
    ul.brands-tablist li {
        margin-right: 20px
    }
}

.rightSideSlider .carousel-inner {
}

.bottomBanner {
    width: 1060px;
    height: 152px;
    display: inline-block;
    margin-top: 10px
}

@media (max-width:991px) {
    .rightSideSlider .carousel-inner {
        width: 100%;
        height: 120px
    }
    .bottomBanner {
        width: 100%;
        height: 56px
    }
    .mobile_menu_wrrpr {
        display: flex
    }
    .header {
        padding: 0;
        left: 0;
        right: 0;
        top: 0;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
        width: 100%;
        min-height: 60px;
    }
    .header .header-top {
        background: 0 0;
        border: hidden;
        margin: 0;
        padding: 0;
        display: none;
        /*position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1*/
    }
    .header .header-top .flat-infomation {
        text-align: center !important
    }
    .header .header-top .flat-infomation li {
        height: auto;
        line-height: 1.3;
        letter-spacing: 0;
        padding: 4px 12px;
        font-size: 15px
    }
    .header .btn-menu,
    .header .btn-menu-mega {
        top: 25px
    }
    .header .dv1_0144020621 {
        display: none
    }
    .header .dv2_0144020621 {
        flex: 0 0 100%;
        max-width: 100%;
        background: red
    }
    .header #cart_inner {
        display: none
    }
    .header .dv2_101401021 {
        width: 40px;
        position: absolute;
        top: 3px;
        left: 15px;
        padding: 0;
        animation: none !important
    }
    .header .dv2_101401021 .btn-menu.active {
        background-color: #f00;
    }
    .header .dv2_101401021 .btn-menu {
        border: 1px solid #fff !important;
        background: transparent;
        top: 0;
        width: 100%;
        /* height: 23px; */
        line-height: 23px;
        padding: 0 0px;
        display: inline-block;
    }
    
    .header .dv2_101401021 .btn-menu:before,
    .header .dv2_101401021 .btn-menu:after {
            -webkit-transform: translate3d(0, -7px, 0);
            transform: translate3d(0, -7px, 0);
    }
    .header .dv2_101401021 .btn-menu:after {
        top: 93%;
    }
    .header-middle #logo {
        padding: 0
    }
    /*.top-search form.form-search .box-search .btn-search button:before {
        content: "\f002";
        font-family: FontAwesome;
        line-height: 1;
        font-size: 16px;
        font-weight: 100
    }*/
    .top-search form.form-search .box-search .btn-search button img {
        width: 20px;
        display: none
    }
    .header .top-search {
        padding: 0 !important
    }
    .header-middle #logo {
        line-height: 1 !important
    }
    .header>.header-bottom {
        width: 100%;
        padding: 7px 0;
        position: relative;
        height: 50px;
        background: #f61313;
        
    }
    .dv1_101401021 {
        padding: 0
    }
    .dv1_101401021 .btn-menu-mega {
            position: absolute;
        left: 67px;
        top: 3px;
        z-index: 9;
        background: transparent;
        color: #fff;
        width: 60px;
        height: 30px;
        border-radius: 4px;
        text-align: left;
        padding-top: 0;
        line-height: 15px;
    }
    #mega-mobile {
        width: 75%;
        max-width: 575px;
        z-index: 100000000;
        transform: translateX(-100%);
        display: inline-block !important;
        transition: .5s;
        top: 0px;
        position: fixed;
        height: 100%;
        overflow: auto;
    }
    #mega-mobile .btn-mega {
        display: inline-block !important;
        content: "";
        position: relative;
        width: 30px;
        height: 30px;
        left: 90%;
            z-index: 9999;
    }

    #mega-mobile .btn-mega:after {
        content: "";
        width: 15px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        transform: rotate(-45deg);
        position: absolute;
        top: 15px;
        left: 7px;
    }
    #mega-mobile .btn-mega:before {
        content: "";
        width: 15px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        transform: rotate(45deg);
        position: absolute;
        top: 15px;
        left: 7px;
    }
    #mega-mobile .btn-mega span {
        
    }
    #mainnav-mobi {
        position: absolute
    }
    #mega-mobile.mga_mnu_actv {
        transform: translateX(0)
    }
    .box-search .dropdown-content {
        position: fixed;
        left: 5px;
        right: 5px;
        width: auto
    }
    #mega-mobile>ul.menu>li>.drop-menu {
        padding: 0 0 0 50px
    }
    body {
        padding-bottom: 40px
    }
    .leftSideMenus {
        display: none
    }
    .rightSideSlider {
        max-width: 100%
    }
    .resposivePadding {
        padding-left: 15px
    }
    .header-middle #logo a img {
        width: 70px;
    }
    .btn-menu,
    .btn-menu-mega {
        border: hidden !important
    }
    .header-top .hidden-sm-down {
        display: none
    }
    ul.brands-tablist {
        padding: 10px 10px
    }
    ul.brands-tablist li {
        display: inline-block;
        min-width: 30px;
        text-align: center;
        margin: 3px 1px
    }
    .h3,
    h3 {
        font-size: 18px
    }
    .accountHave h3 {
        font-size: 15px !important
    }
    .flat-brand.style4 .title {
        margin-bottom: 20px
    }
    .brands-list .brands-item a.box-cat {
        height: auto
    }
    .brands-list .brands-item {
        padding: 5px;
        margin-bottom: 0
    }
    .brands-list .brands-item a.box-cat>.cart-image {
        height: auto
    }
    .brands-list .brands-item a.box-cat>.cart-image>img {
        max-height: 100%;
        width: 100%;
        height: 50px;
        object-fit: contain
    }
    .brands-list.grid {
        padding: 0 5px
    }
    ul.brands-tablist {
        margin-bottom: 20px
    }
    h1 {
        font-size: 24px
    }
    .owl-carousel-3 .imagebox.style4 {
        height: auto
    }
    .owl-carousel-3 .imagebox.style4 .box-content .product-name {
        height: 40px;
        overflow: hidden
    }
    .owl-carousel-3 .imagebox.style4 {
        padding: 15px
    }
    .product-detail {
        padding: 10px !important
    }
    .product-detail .content-detail .info-text {
        margin-top: 0
    }
    .askAQuestionLink {
        margin: 0
    }
    .footer-detail .box-cart,
    .footer-detail .quanlity-box {
        display: inline-block;
        width: 50%;
        margin: 0 -2px !important
    }
    .accpetCard {
        margin-bottom: 0
    }
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }
    .description-text table td {
        padding: 5px
    }
    .accpetCard {
        width: 100%;
        height: 110px;
        object-fit: contain
    }
    .flat-term-conditions {
        padding: 20px 0 10px
    }
    .flat-term-conditions .display-4 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px
    }
    .header-middle .col-5.nav-logo-col {
        width: 25%;
        max-width: 25%;
    }
    .header-middle .nav-search-col {
        width: 75%;
        max-width: 75%;
        padding-top: 4px;
    }
    .term-conditions .text-wrap ul li {
        margin-left: 0 !important
    }
    .term-conditions.static-pages .text-wrap p img {
        height: auto !important
    }
    .mobile_search_btn {
    }
    .brands-list .brands-item {
        position: initial !important;
        transform: scale(1) !important
    }
    .dv_1141040621 {
        pointer-events: none
    }
    .zopim {
        right: 8px !important;
        bottom: 50px !important;
        z-index: 100 !important;
        width: 36px !important;
        border-radius: 5px !important
    }
    .sidebar_clos_btn {
        display: inline-block
    }
    #shop {
        margin-top: 15px
    }
    .cart_tbl th {
        display: none
    }
    .cart_tbl td {
        display: inline-block;
        width: 100%
    }
    .cart_tbl .cart_tbl_img {
        width: 150px
    }
    .cart_tbl .cart_tbl_name {
        max-width: initial;
        width: calc(100% - 150px)
    }
    .cart_tbl .cart_tbl_name a {
        padding-right: 60px
    }
    .cart_tbl .cart_tbl_model {
        width: 150px
    }
    .cart_tbl .cart_tbl_price,
    .cart_tbl .cart_tbl_qty {
        width: calc(33.33% - 50px)
    }
    .cart_tbl .cart_tbl_action {
        position: absolute;
        top: 12px;
        right: 4px;
        width: 70px;
        padding-top: 20px;
        padding: 3px 0 0
    }
    .cart-totals {
        margin-bottom: 15px
    }
    .shopping_cart_rsp {
        display: none
    }
    .checkout_ordr_wrrpr {
        padding-top: 20px
    }
    .flexslider.style1 .flex-control-thumbs li {
        margin-bottom: 10px
    }
    .box-cart.style2 .btn-add-cart,
    .box-cart.style2 .compare-wishlist {
        text-align: center;
        margin: 16px 0 !important
    }
    .stickyTabsClass {
        top: 0;
        left: 0;
        right: 0
    }
    #description_tab_id,
    #product_options_tab_id,
    #specifications_tab_id {
        top: -140px
    }
}

@media (max-width:767px) {
    body {
        line-height: 1.3
    }
    .imagebox .box-content .cat-name {
        display: none
    }
    .imagebox .box-content .product-name {
        height: 40px
    }
    .btn-add-cart {
        margin-top: 0
    }
    .btn-add-cart .viewButton {
        display: none
    }
    .imagebox .box-content .price .sale {
        margin-right: 0;
        display: inline-block
    }
    .imagebox .box-content .price .sale {
        margin-right: 0;
        font-weight: 400
    }
    .status-product .id span {
        font-weight: 400
    }
    .flat-iconbox {
        margin-top: 0
    }
    .iconbox .box-header .box-title h3 {
        font-size: 16px
    }
    .icon_lst_dv {
        margin-bottom: 0
    }
    .footer-bottom {
        display: none
    }
    .footer_wrrpr2,
    .footer_wrrpr3,
    .footer_wrrpr4 {
        display: none
    }
    footer {
        padding-bottom: 10px
    }
    .box-search-inner input {
        padding-top: 7px;
        height: 40px
    }
    .box-search-inner button {
        height: 38px
    }
    .box-search-inner button:before {
        content: "\f002";
        font-family: FontAwesome;
        line-height: 1;
        font-size: 16px;
        font-weight: 100
    }
    .box-search-inner button img {
        width: 18px;
        opacity: 1 !important;
        display: none
    }
    .flat-breadcrumb,
    .flat-imagebox {
        margin-top: 0
    }
    
    .box-checkbox li.check-box {
        margin-bottom: 5px
    }
    .categoriesSearch {
        width: 100%
    }
    .sort-product .icons2 li {
        width: 100%
    }
    .sort-product .sort {
        padding-top: 5px
    }
    .sort-product .sort .popularity {
        padding-right: 2px
    }
    .sort-product .sort .showed {
        padding-left: 2px
    }
    .sort-product .sort .filter_bn_wrrpr,
    .sort-product .sort .popularity,
    .sort-product .sort .showed {
        width: 33%;
        display: inline-block;
        margin: 0 -2px;
        vertical-align: middle
    }
    .sort-product .sort .popularity:before,
    .sort-product .sort .showed:before {
        top: 14px !important;
        right: 10px !important
    }
    .sort-product .sort .filter_bn_wrrpr {
        padding-right: 2px
    }
    ul.flat-pagination li a {
        height: 30px;
        line-height: 30px;
        width: 30px
    }
    .flat-imagebox {
        background: #fff !important
    }
    .header-error h1 {
        font-size: 24px
    }
    .header-error img {
        width: 120px
    }
    .wrap-error .header-error h2 {
        font-size: 24px;
        margin-top: 30px
    }
    ul.leftPages {
        margin-bottom: 10px
    }
    ul.leftPages li {
        width: 50%;
        display: inline-block;
        margin: 0 -2px
    }
    .box-contact .form-contact {
        margin-top: 0
    }
    .registration-form .form-login,
    .registration-form .form-register {
        padding: 15px
    }
    .form-login .title,
    .form-register .title {
        padding: 10px
    }
    input[type=color],
    input[type=date],
    input[type=datetime-local],
    input[type=datetime],
    input[type=email],
    input[type=month],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=time],
    input[type=url],
    input[type=week],
    select,
    textarea {
        height: 40px
    }
    .accordion-toggle .toggle-title {
        padding: 10px 20px 10px;
        border-radius: 10px
    }
    .accordion-toggle .toggle-content {
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .accordion-toggle {
        margin-bottom: 15px
    }
    .mainTitle a {
        font-size: 22px
    }
    .askAQuestionForm .popup,
    .popup-newsletter .popup {
        padding: 20px;
        margin: 0
    }
    .product-tab ul.tab-list li:before {
        display: none
    }
    .cgd_active .box-content {
        padding-right: 10px;
        min-height: initial
    }
    .cgd_active .box-content .info {
        max-height: inherit
    }
    .cgd_active .box-content .btn-add-cart {
        position: initial;
        width: initial;
        text-align: left;
        margin-left: 0
    }
    .cgd_active .box-content .status-product {
        position: initial;
        width: initial;
        margin-bottom: 5px
    }
    .cgd_active .box-content .price {
        position: initial;
        width: initial
    }
    .cgd_active .product-box {
        margin-bottom: 0
    }
    .cgd_active .box-content .price span {
        padding: 0 10px 0 0;
        margin-bottom: 5px !important
    }
    .cat_more_info li {
        margin-bottom: 5px
    }
    .cgd_active .box-content .btn-add-cart a {
        height: auto
    }
    .apc_qty .product-detail {
        padding: 0 !important
    }
    .apc_qty .footer-detail {
        margin: 0
    }
    .products_dtl0721 .header-detail .name {
        display: none
    }
    .products_dtl0721 .name_mobile {
        display: inline-block !important;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        width: 100%
    }
    .products_dtl0721 .flexslider {
        padding-top: 50px
    }
    .products_dtl0721 .flex-viewport {
        margin-top: 10px !important
    }
    .products_dtl0721 .btn-add-cart .button {
        width: 120px !important;
        position: fixed;
        left: 8px;
        bottom: 50px;
        z-index: 1000;
        border-radius: 5px;
        font-size: 14px !important;
        height: 30px !important;
        line-height: 1 !important;
        font-weight: 500 !important
    }
    .products_dtl0721 .btn-add-cart .button img {
        display: none
    }
    .products_dtl0721 .product-detail {
        text-align: center
    }
    .footer-detail .quanlity-box {
        width: 100%;
        padding: 0 !important
    }
    .footer-detail .box-cart,
    .footer-detail .btn-add-cart {
        display: inline-block;
        padding: 0 !important
    }
    .products_dtl0721 .header-detail .brandName {
        text-align: center
    }
    .products_dtl0721 .header-detail .brandName * {
        float: none
    }
    .products_dtl0721 .header-detail .reviewed {
        margin: 0
    }
    .products_dtl0721 .header-detail .reviewed .product-id {
        margin: 0 10px 5px
    }
    .product-detail .footer-detail {
        margin: 0
    }
    .shipping_cost_find h2 {
        margin-top: 0
    }
    .stickyTabsClass {
        top: 0
    }
    .mnu_tab_nav_empty {
        height: 38px
    }
}

@media (max-width:575px) {
    ul.leftPages li {
        width: 100%
    }
    .imagebox .box-content .product-name {
        height: auto
    }
    .covidnote {
        font-size: 12px
    }
    .price {
        margin-bottom: 0
    }
    .cgd_active .box-content .product-name {
        font-size: 15px;
        font-weight: 400
    }
    .cart_tbl tr {
        position: relative
    }
    .cart_tbl .cart_tbl_model,
    .cart_tbl .cart_tbl_price,
    .cart_tbl .cart_tbl_qty {
        width: 50%
    }
    .cart_tbl .cart_tbl_name a {
        font-size: 14px
    }
    .cart_tbl .cart_tbl_name p {
        font-size: 13px
    }
    .cart_tbl .cart_tbl_model {
        font-size: 14px
    }
    .cart_tbl .cart_tbl_price p {
        font-size: 16px
    }
    .cart_tbl .cart_tbl_price p.ctp_ttl {
        font-size: 16px
    }
    .cart_tbl td,
    .cart_tbl th {
        padding: 5px
    }
    .print_prd_cart {
        padding: 5px
    }
    #shoppingcartForm h1 {
        font-size: 18px
    }
    .cart-totals table tr td.price-total {
        font-size: 20px
    }
    .box-checkout h1 {
        font-size: 20px
    }
    .all_prd_ckout .table td {
        display: inline-block;
        text-align: center
    }
    .all_prd_ckout .table td * {
        width: 100%
    }
    .all_prd_ckout .table td.apc_name {
        width: 100%
    }
    .all_prd_ckout .table td.apc_qty {
        width: calc(50% - 30px);
        border: hidden
    }
    .all_prd_ckout .table td.apc_price {
        width: calc(50% - 30px);
        border: hidden
    }
    .all_prd_ckout .table td.apc_remove {
        width: 60px;
        border: hidden
    }
    .sign_in_wrrpr .sign_in_dv .user .formBx form h2 {
        font-size: 18px
    }
    .cgd_active .box-content .info {
        display: none !important
    }
    .cgd_active .box-content .cat_more_info {
        display: none !important
    }
    .flexslider.style1 .flex-control-thumbs img {
        width: 50px;
        height: 50px
    }
    .products_dtl0721 .flex-viewport {
        margin-bottom: 10px !important
    }
    .products_dtl0721 .name_mobile {
        font-size: 16px
    }
    .products_dtl0721 .flexslider {
        padding-top: 30px
    }
    .products_dtl0721 .content-detail .info-text p {
        line-height: 1.4
    }
    .flat-product-detail.style1 {
        margin-bottom: 40px
    }
    #price-wrap {
        bottom: 52px
    }
    .product-detail-bar li a {
        padding: 10px 2px
    }
    .products_dis_editor .col-md-12 .name {
        font-size: 20px
    }
    .specifications_tab {
        padding-top: 30px
    }
    .garmin-specification-main table tr td,
    .garmin-specification-main table tr th,
    .garmin-specification-main table tr.title td {
        padding: 10px !important
    }
    .garmin-specification-main table tr.title td h3 {
        font-size: 16px !important
    }
    .garmin-specification-main table tr td,
    .garmin-specification-main table tr th {
        font-size: 14px
    }
}

@media (max-width:450px) {
    .imagebox .box-content .product-name a {
        font-size: 12px
    }
    .status-product .id b {
        font-weight: 400 !important
    }
    .cgd_active .product-box {
        border-bottom: 0 solid
    }
    .flat-pagination {
        float: right
    }
    .cart_tbl .cart_tbl_img {
        width: 100%;
        text-align: center;
        padding-top: 20px
    }
    .cart_tbl .cart_tbl_img a {
        max-width: 150px
    }
    .cart_tbl .cart_tbl_name {
        width: 100%;
        text-align: center
    }
    .cart_tbl .cart_tbl_name a {
        padding-right: 0
    }
    .all_prd_ckout .table td {
        padding: 10px 0
    }
    .all_prd_ckout .table td.apc_qty {
        width: 100%;
        padding: 0
    }
    .all_prd_ckout .table td.apc_price {
        width: calc(100% - 60px)
    }
    .cgd_active .box-image {
        width: 100px
    }
    .imagebox .box-image {
        height: auto !important
    }
    .product-box .imagebox .box-image img {
        height: 100px
    }
    .cgd_active .box-content {
        width: calc(100% - 100px)
    }
    .cgd_active .box-content .btn-add-cart a {
        width: 100px;
        font-size: 13px;
        line-height: 1.3
    }
    .cgd_active .box-content .price {
        margin-bottom: 0
    }
}

.listsort {
    border-top: 1px solid #e5e5e5 !important
}

.no-products {
    margin: 14px 0
}
.find-installer-page {

}
.find-installer-page .insallers--sidebar {
    background: #f3f3f3;
    border-radius: 10px;
}
.find-installer-page .insallers--sidebar ul {
    
}
.find-installer-page .insallers--sidebar ul li {
    border-bottom: 1px dotted #d7cdcd;
    padding: 10px 15px 10px;
}
.find-installer-page .insallers--sidebar ul li:last-child {
    border:0;
}
.find-installer-page .insallers--sidebar ul li a {

}
.find-installer-page .insallers--sidebar ul li a .title {
    font-size: 18px;
    font-weight: 500;
}
.find-installer-page .insallers--sidebar ul li.active {
    background: #f61313;
}
.find-installer-page .insallers--sidebar ul li.active a:hover,
.find-installer-page .insallers--sidebar ul li.active a {
    color: #fff;
}
.find-installer-page .insallers--sidebar ul li a .email {

}
.find-installer-page .insallers--sidebar ul li a .phone {

}
.find-installer-page .insallers--details {
    display: block;
}
.find-installer-page .insallers--details iframe {
    width: 100% !important;
    border: 2px solid #333 !important;
    border-radius: 6px;
    height: 350px !important;
}

.subcatRight {
    clear: both;
    width: 100%
}

.subcatRight ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

.subcatRight ul li {
    display: inline-block;
    text-align: center;
    padding: 10px;
    border: 1px solid #f5f5f5;
    width: 25%;
    margin: 0;
    float: left;
    margin-bottom: 4px;
    font-weight: 600;
}
.subcatRight ul li a .cat-name {
    height: 40px;
        line-height: 18px;
    padding-top: 5px;
    font-size: 14px;
}
.subcatRight ul li a .cart-image img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.width-100 {
    width: 100%;
}
@media (max-width:767px) {
    .subcatRight ul li {
        width: 50% !important
    }
    .subcatRight ul li a {
        display: block;
    }
    .subcatRight ul li a .cat-name {
        display: block;
        min-height: 45px;
        padding-top: 7px;
    }
    .flat-account {
        padding-top: 64px
    }
    .sort-product .sort {
        clear: both;
        width: 100%
    }
    .viewButton {
        display: inline-block
    }
    .addtocartbutton {
        display: inline-block;
        padding: 8px 4px;
        width: 100%;
        border-radius: 7px
    }
    .leftSideMenus {
        display: none
    }
    .rightSideSlider {
        max-width: 100%
    }
    .resposivePadding {
        padding: 0px !important
    }

    .marginTop {
        margin-top: 0 !important
    }
    .breadcrumbs {
        float: left
    }
    .sort-product.listsort {
        display: block;
    }
    .sort-product.listsort > ul {
        display: inline-flex;
        float: left;
    }
    .fillterClick {
        display: inline-block;
        color: #000 !important;
        background: #f5f5f5;
        border: 1px solid #e5e5e5 !important;
        border-radius: 3px;
        height: 40px;
        width: 100%;
        vertical-align: middle;
        line-height: 24px;
        padding: 8px 12px 8px 12px;
        text-align: center;
    }
    .sidebar {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        padding: 15px;
        padding-top: 30px;
        background: #fff;
        z-index: 9999;
        top: 0px;
        border: 1px solid #dcdcdc;
        overflow: auto;
        transform: translateX(-100%);
        transition: .3s;
        height: 100%;
    }
    .box-checkbox li.check-box input{
        height: unset;
    }
    .box-checkbox li.check-box label {
        line-height: 24px;
        margin-bottom: 0;
    }
    .sidebar .widget .widget-content ul {
        padding: 10px 15px;
        background: #f3f3f3;
    }
    #shop .sidebar .widget .widget-title h3 {
        padding-bottom: 6px;
        margin-bottom: 0px;
    }
    .sidebar.sidebar_act {
        transform: translateX(0)
    }
    .sidebar .widget {
        margin-bottom: 30px !important;
        border: 0;
        padding: 0;
    }
    .flat-infomation .phone {
        padding: 4px 12px;
        font-size: 15px
    }
    .icon-cart img {
        height: 26px;
        margin-top: 0
    }
    .bg-left,
    .bg-right,
    .divider30,
    .flat-slider.style3,
    .flat-tabs,
    .hide-xs,
    .item-new,
    .row .slider {
        display: none
    }
    .header-bottom {
        background-color: #000
    }
    .product-banner {
        display: block;
        padding-top: 30px;
        background: #f1f1f1
    }
    .dis-nun {
        display: block !important
    }
    .header-middle .box-cart {
        position: absolute;
        top: 2px;
        z-index: 999999;
        left: 108%;
        width: 100px
    }
    .header-middle .box-cart .icon-search,
    .header-middle .box-cart .inner-box>a>div.icon-cart {
        height: 37px;
        line-height: 32px;
        width: 39px;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 5px
    }
    .product-tab {
        border-bottom: 0 solid #e5e5e5;
        margin-bottom: 10px;
        padding-top: 20px
    }
    .product-box .imagebox .box-image img {
        max-height: 121px !important
    }
    .product-tab ul.tab-list li.active span {
        color: #ef6737 !important
    }
    .header-middle .box-cart .icon-cart {
        right: 50px
    }
    .header-middle .box-cart .icon-search {
        right: 53px
    }
    .header-middle .box-cart .fa {
        font-size: 20px;
        color: #fff
    }
    .sticky {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 9999 !important
    }
    .header-middle .box-cart .inner-box>a:hover>div.icon-cart,
    .header-middle .box-cart a:hover div.icon-search {
        border-color: #fff
    }
    .product-tab {
        text-align: center
    }
    .header-middle #logo {
        text-align: left;
    }
    .product-box .imagebox {
        text-align: center !important;
        padding: 8px 5px !important;
        border: 2px solid transparent;
        position: relative;
        z-index: 99;
        background: #fff
    }
    .flat-brand h3,
    .product-tab ul.tab-list li,
    .product-tab ul.tab-list li.active {
        margin-right: 0;

        font-weight: 700;
        font-size: 24px;
        text-align: center;
        padding: 0
    }
    .imagebox .box-content .cat-name a:after,
    .imagebox .box-content .cat-name a:before {
        display: none
    }
    .product-box {
        margin-bottom: 10px;
        overflow: hidden;
        background: #fff;
        border-radius: 10px
    }
    .imagebox .box-content .cat-name a span {
        font-size: 12px;
        padding: 0;
        position: relative;
        z-index: 10
    }
    .imagebox .box-image {
        margin-bottom: 5px;
        height: 140px
    }
    .flat-imagebox {
        background: #f1f1f1
    }
    .box-product .col-lg-2,
    .tab-product .col-lg-3,
    .tab-product .col-lg-4 {
        width: 50%;
        text-align: center;
        overflow: hidden;
        padding-right: 5px;
        padding-left: 5px;
        border: 1px solid #f1f1f1
    }
    .flat-imagebox .sale,
    .product-box .sale {
        color: #000;
        padding: 5px 10px;
        font-weight: 700;
        font-size: 16px !important
    }
    .owl-stage .owl-item .style4 .sale {
        position: relative;
        bottom: 0
    }
    .owl-item .imagebox {
        background: #fff
    }
    .flat-imagebox .imagebox .box-bottom .btn-add-cart a,
    .product-box .box-bottom .btn-add-cart a {
        position: absolute;
        display: block;
        background-color: #ef6737;
        border-color: #ef6737;
        color: #fff;
        font-size: 10px;
        height: 35px;
        line-height: 35px;
        border-radius: 0;
        text-align: center;
        z-index: 3;
        right: 10px;
        top: 10px
    }
    .product-box .imagebox .box-bottom {
        position: absolute;
        opacity: 1
    }
    .imagebox .box-bottom .btn-add-cart a img {
        display: none
    }
    .owl-theme.owl-carousel-9 .owl-controls .owl-nav div.owl-next,
    .owl-theme.owl-carousel-9 .owl-controls .owl-nav div.owl-prev {
        border: 1px solid #f28b3c
    }
    .flat-tabs .nav-tabs .nav-item {
        width: calc(100% / 2)
    }
    .owl-theme .owl-controls .owl-nav div.owl-next:before,
    .owl-theme .owl-controls .owl-nav div.owl-prev:before {
        font-family: FontAwesome;
        font-size: 16px;
        color: #f28b3c
    }
    .flat-brand.style2 {
        padding: 35px 0
    }
    .flat-brand .owl-carousel-9 .item img {
        max-width: 100%;
        object-fit: contain
    }
    .flat-iconbox .col-md-2 {
        width: 50%;
        padding: 0 5px
    }
    .flat-iconbox,
    .footer-bottom,
    footer {
        position: relative;
        z-index: 99;
        text-align: center
    }
    .widget-about .widget-content .icon {
        display: none
    }
    .widget-about .widget-content .info {
        margin-left: 0
    }
    .widget-about .widget-content .info p.phone {
        margin-right: 0
    }
    .pay-list,
    .social-list {
        text-align: center !important
    }
    .reviewed .status-product span {
        background-color: #df3c30
    }
    .product-detail-bar li {
        font-size: 14px
    }
    .textContant {
        padding: 0 8px
    }
    .tecnical-specs .name {
        font-size: 18px;
        margin-bottom: 10px
    }
    .accpetCard {
        height: unset
    }
    .flat-product-detail {
        padding: 4px 0
    }
    .product-id {
        margin-bottom: 4px
    }
    .smallAlert {
        margin-top: 6px;
        display: inline-block
    }
}

@media (max-width:1300px) {
    #bg-left {
        display: none
    }
    #bg-right {
        display: none
    }
}

@media (min-width:1200px) {
    #bg-left {
        position: absolute;
        top: 190px;
        left: 0;
        max-width: 80px;
        z-index: 99
    }
    #bg-left img {
        width: 100%
    }
    #bg-right {
        position: absolute;
        top: 190px;
        right: 0;
        max-width: 80px;
        z-index: 99
    }
    #bg-right img {
        width: 100%
    }
}

@media (min-width:1410px) {
    #bg-left {
        position: absolute;
        top: 210px;
        left: 0;
        max-width: 130px;
        z-index: 99
    }
    #bg-left img {
        width: 100%
    }
    #bg-right {
        position: absolute;
        top: 210px;
        right: 0;
        max-width: 130px;
        z-index: 99
    }
    #bg-right img {
        width: 100%
    }
}

@media (min-width:1600px) {
    #bg-left {
        position: absolute;
        top: 210px;
        left: 18px;
        max-width: 150px;
        z-index: 99
    }
    #bg-left img {
        width: 100%
    }
    #bg-right {
        position: absolute;
        top: 210px;
        right: 18px;
        max-width: 150px;
        z-index: 99
    }
    #bg-right img {
        width: 100%
    }
}

@media (min-width:1700px) {
    #bg-left {
        position: absolute;
        top: 190px;
        left: 0;
        max-width: 300px;
        z-index: 99
    }
    #bg-left img {
        width: 100%
    }
    #bg-right {
        position: absolute;
        top: 190px;
        right: 0;
        max-width: 300px;
        z-index: 99
    }
    #bg-right img {
        width: 100%
    }
}

@media (min-width:1900px) {
    #bg-left {
        position: absolute;
        top: 190px;
        left: 40px;
        max-width: 250px;
        z-index: 99
    }
    #bg-left img {
        width: 100%
    }
    #bg-right {
        position: absolute;
        top: 190px;
        right: 40px;
        max-width: 250px;
        z-index: 99
    }
    #bg-right img {
        width: 100%
    }
}

.flat-iconbox,
.footer-bottom,
footer {
    position: relative;
    z-index: 99
}

.cutomiseMe {
    width: 100%;
    margin-bottom: 25px
}

.toolTipTxt {
    color: #f61313
}

.smallAlert {
    font-size: 13px
}

.onOrderClo {
    font-weight: 400 !important;
    color: #2db92d
}

.instockColor {
    color: #090;
    font-weight: 400 !important
}

.postView h2 {
    font-size: 20px;
    margin-bottom: 8px
}

article.main-post .content-post ul.meta-post {
    margin: 6px 0 11px 0
}

article.main-post.single .content-post .entry-post>p {
    margin-bottom: 8px
}

article.main-post.single .content-post .entry-post ul li {
    margin-left: 3px;
    color: #000
}

article.main-post.single .content-post .entry-post ul {
    margin-bottom: 12px
}

article.main-post.single .content-post .entry-post ul li:before {
    background-color: #000
}

h1.title-post {
    font-size: 24px
}

.featured-post img {
    width: 318px
}

.marginTOP {
    margin-top: 14px
}

article.main-post .content-post ul.meta-post {
    margin: 6px 0
}

.hide {
    display: none
}

#totalDiscountTr {
    display: none
}

.guestCheckOutForm {
    width: 100%;
    display: inherit
}

.mrgbuttom {
    margin-bottom: 18px
}

.headFun {
    padding: 16px 0
}

.cart-totals {
    box-shadow: 0 0 5px 0 #c2b8b8;
}


.accountHave h3 {
    color: #fff
}

.radio-info {
    background: #fff;
    padding: 10px 13px;
    font-size: 14px;
    margin-bottom: 6px;
    box-shadow: 0 0 2px 0 #000;
    float: left;
    width: 100%
}

.radio-info input[type=radio] {
    width: 20px;
    height: 20px;
    float: left
}

.radio-info label {
    float: left
}

.radio-info img {
    margin: 0 10px
}

.conFormButton {
    color: #000;
    margin-top: 14px;
    margin-bottom: 0 !important;
    padding: 0 24px
}

.shipName {
    float: left;
    padding: 0 8px
}

.shoppingCartTable {
    box-shadow: 0 0 8px 0 #000
}

.marginButtom {
    margin-bottom: 18px
}

.productList .box-image {
    display: contents
}

.btn-add-cart {
    margin-left: 0;
    margin-top: 14px
}

.flat-product-detail .flexslider {
    min-height: 380px
}

.productList .box-image {
    width: 150px;
    height: 150px
}

.footer-bottom p {
    line-height: 20px
}

.status-product {
    color: #2db92d
}

.addtocartbutton {
    cursor: pointer
}

.flat-shop-by-categories {
    background: #f9f9f9;
    padding: 25px 0
}

.shopbycategories {
    margin-bottom: 18px;
    font-size: 15px;
    background: #fff;
    padding: 16px 16px 20px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    box-shadow: 0 0 20px rgba(0, 0, 0, .08)
}

.shopbycategories a.anchor-divider {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 7px;
    font-size: 13px
}

.shopbycategories a.anchor-divider:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #000;
    margin-top: 1px;
    content: ''
}

.shopbycategories b {
    font-weight: 600
}

.flat-row {
    clear: both
}

.mainTitle {
    font-size: 24px;
    margin-bottom: 8px
}

.titleH3 {
    text-align: left;
    padding: 14px;
    background: #f5f5f5;
    box-shadow: 0 2px 3px 0 rgb(234 234 234)
}

.user_profile {
    width: 80%;
    margin-left: 10%;
    background: #e7e3e3;
    padding: 30px;
    border-radius: 3rem;
    box-shadow: 0 0 5px 0 #89878766;
}
.user_profile_section {
    width: 80%;
    margin-left: 10%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.user-content-box {
    border: 2px
    solid #e7e3e3;
    padding: 30px 1px 20px 1px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 20%;
    height: 230px;
    box-shadow: 0 0 5px 0 #89878766;
}

.btn-logout {
    width: 30%;
    background: #f61313;
    color: #fff;
    font-weight: 700;
    font-size: large;
    margin-left: 5%;
    padding: 10px;
}

.btn-address{
    width: 100%;
    background: #f61313;
    color: #fff;
    font-weight: 700;
    font-size: large;
    margin-left: 5%;
    padding: 10px;
}

.address-block {
    border: 2px solid #f7f7f7;
    border-radius: 1rem;
    padding: 20px;
    margin-left: calc(var(--bs-gutter-x) * .5);
    box-shadow: 0 0 5px 0 #89878766;
}

.active-border {
    border: 2px solid #f61313;
}

.user_profile_setting {
    border: 2px solid #f7f7f7;
    border-radius: 2rem;
    padding: 70px;
}

p.profile_text {
    font-size: 18px;
    font-weight: 600;
    color: #80888b;
}

.pl-50{
    padding-left: 50px;
}

a.btn.btn-filter {
    font-size: 18px;
    font-weight: 600;
    border: 3px solid;
    padding: 6px 40px 6px 40px;
}

.user_order_section {
    background: #e7e3e3;
    border-radius: 1rem;
    padding: 15px 10px 13px 20px;
}

.order_box {
    background: #fff;
    padding: 18px;
}

.order_product_box {
    background: #e7e3e3;
    padding: 10px;
    border-radius: 0.5rem;
    padding-top: 15px;
}

p.order_text {
    font-size: 15px;
}

a.btn.btn-order {
    width: 100%;
    background: #fff;
    border: 2px solid #b3a6a6;
    box-shadow: 0 0 5px 0 #89878766;
}

.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  font-size: 2rem;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent;
}
.box-content {
    text-align: center;
}
.box-content .product-pricing {
    display: block;
}
.box-content .product-pricing .price-tag{
    display: block;
}
.box-content .product-pricing .price-tag p{

}
.box-content .product-pricing .price-tag p del {
    color: #bfb5b5;
}
.box-content .product-pricing .price-tag p span {
    font-size: 16px;
}

button.owl-next{
    position: absolute !important;
    border: 1px solid #e5e5e5 !important;
    background-color: #fff !important;
    right: -23px !important;
    display: inline-block !important;
    outline: 0 !important;
    width: 43px !important;
    text-align: center !important;
    line-height: 41px !important;
    height: 43px !important;
    color: black !important;
    top: 130px !important;
    font-size: 40px !important;
    margin-top: -20px !important;
    border-radius: 2px !important;
    transition: all .3s ease-in-out !important;
}

button.owl-prev{
    position: absolute !important;
    border: 1px solid #e5e5e5 !important;
    background-color: #fff !important;
    left: -23px !important;
    display: inline-block !important;
    outline: 0 !important;
    width: 43px !important;
    text-align: center !important;
    line-height: 41px !important;
    height: 43px !important;
    color: black !important;
    top: 130px !important;
    font-size: 40px !important;
    margin-top: -20px !important;
    border-radius: 2px !important;
    transition: all .3s ease-in-out !important;
}

.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
  overflow: hidden;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border .15s linear;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
}

.swiper-button-prev, .swiper-button-next
{
    top: 40% !important;
}

.owl-carousel .owl-item img{
    height: 150px;
}