@charset "UTF-8";
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

@-ms-viewport {
    width: device-width
}

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

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

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

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

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

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

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

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
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[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 {
    padding: 0;
    border-style: none
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

.h2, h2 {
    font-size: 2rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

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

a > code {
    color: inherit
}

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .footer-contact .footer-logo .custom-logo-link {
        width: 500px;
    }
    .container {
        max-width: 960px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

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

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

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

.table .table {
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

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

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

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

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

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

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

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

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

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

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

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

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

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

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

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

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

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

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

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

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a
}

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

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

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

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

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit
}

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

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

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

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

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:focus, .btn:hover {
    text-decoration: none
}

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

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

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

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

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

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

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

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

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

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

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

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

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

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

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

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

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

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

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

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

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

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

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

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

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

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

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

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

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

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

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

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

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

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

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

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

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

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

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

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

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

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

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

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

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

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

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

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

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

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

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

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

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

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

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

.btn-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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn + .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-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

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

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

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

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    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-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    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-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

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

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

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

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

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

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

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

.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #80bdff
}

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

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

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

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none
}

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

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

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none
}

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

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

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

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

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

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

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

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

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

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

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

.nav-link.disabled {
    color: #6c757d
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

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

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

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        border-radius: .25rem
    }

    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.blogs-list .pagination {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0059bd;
    background-color: #fff;
    /*border: 1px solid #dee2e6*/
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    /*border-color: #dee2e6*/
}

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

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0059bd;
    border-color: #0059bd
}
.page-item.active:hover .page-link {
    color: #fff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

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

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

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

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

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

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

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

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

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

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

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

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

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

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

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

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.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-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

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

button.close {
    padding: 0;
    background-color: transparent;
    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-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999999;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

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

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

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

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

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

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

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

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-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: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .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: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.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;
    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='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    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-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

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

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

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

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

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

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

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

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

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

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

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

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

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

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

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

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

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

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

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

.mr-0, .mx-0 {
    margin-right: 0 !important
}

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

.ml-0, .mx-0 {
    margin-left: 0 !important
}

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

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

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

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

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

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

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

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

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

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

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

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

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

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

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

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

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

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

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

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

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

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

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

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

.pr-0, .px-0 {
    padding-right: 0 !important
}

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

.pl-0, .px-0 {
    padding-left: 0 !important
}

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

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

.pr-1, .px-1 {
    padding-right: .25rem !important
}

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

.pl-1, .px-1 {
    padding-left: .25rem !important
}

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

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

.pr-2, .px-2 {
    padding-right: .5rem !important
}

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

.pl-2, .px-2 {
    padding-left: .5rem !important
}

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

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

.pr-3, .px-3 {
    padding-right: 1rem !important
}

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

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.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-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

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
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[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 {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

@font-face {
    font-family: techmarket-icons;
    src: url(../fonts/techmarket-icons.eot);
    src: url(../fonts/techmarket-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/techmarket-icons.woff) format("woff"), url(../fonts/techmarket-icons.ttf) format("truetype"), url(../fonts/techmarket-icons.svg#techmarket-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    font-family: techmarket-icons !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" tm-"]:before, [class^=tm-]:before {
    font-family: techmarket-icons !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tm {
    display: inline-block;
    font: normal normal normal 16px/1 techmarket-icons;
    font-size: inherit;
    text-rendering: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tm-accesories:before {
    content: "\4a"
}

.tm-smartphone:before {
    content: "\4b"
}

.tm-shopping-bag:before {
    content: "\61"
}

.tm-grid:before {
    content: "\62"
}

.tm-best-brands:before {
    content: "\63"
}

.tm-arrow-up:before {
    content: "\64"
}

.tm-arrow-right:before {
    content: "\65"
}

.tm-arrow-left-products-header:before {
    content: "\66"
}

.tm-arrow-left:before {
    content: "\67"
}

.tm-arrow-down:before {
    content: "\68"
}

.tm-digital-camera:before {
    content: "\69"
}

.tm-dollar:before {
    content: "\6a"
}

.tm-favorites:before {
    content: "\6b"
}

.tm-feedback:before {
    content: "\6c"
}

.tm-free-delivery:before {
    content: "\6d"
}

.tm-arrow-right-products-header:before {
    content: "\6e"
}

.tm-free-return:before {
    content: "\6f"
}

.tm-safe-payments:before {
    content: "\70"
}

.tm-order-tracking:before {
    content: "\71"
}

.tm-newsletter:before {
    content: "\72"
}

.tm-map-marker:before {
    content: "\73"
}

.tm-long-arrow-right:before {
    content: "\74"
}

.tm-long-arrow-left:before {
    content: "\75"
}

.tm-login-register:before {
    content: "\76"
}

.tm-desktop-pc:before {
    content: "\77"
}

.tm-grid-small:before {
    content: "\78"
}

.tm-breadcrumbs-arrow-right:before {
    content: "\79"
}

.tm-breadcrumbs-arrow-left:before {
    content: "\79";
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.tm-call-us-footer:before {
    content: "\7a"
}

.tm-laptop:before {
    content: "\41"
}

.tm-listing:before {
    content: "\42"
}

.tm-close:before {
    content: "\43"
}

.tm-compare:before {
    content: "\44"
}

.tm-listing-large:before {
    content: "\45"
}

.tm-listing-small:before {
    content: "\46"
}

.tm-departments-thin:before {
    content: "\47"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*!FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later

*//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%, to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%, to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

/*!
Template Name:  Techmarket HTML
Template URI:   https://transvelo.github.io/techmarket-html/
Author:         madrasthemes
Author URI:     https://themeforest.net/user/madrasthemes/portfolio
Description:  	Techmarket Html is an answer for new trends in full resolution designs. Clean and smart WooCommerce theme with vertical and horizontal menu variants – ideal for any type of eCommerce shop websites.
Version:      	1.1.1
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	techmarket html
Tags:         	e-commerce, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post

This template, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Techmarket is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

All sizing (typography, layout, padding/margins etc) are inspired by a modular scale that uses 12px/14px as base sizes with a 1.618 ratio.
We use the excellent modular scale tool built by Tim Brown to calculate this. http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0

FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later

*//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before, .fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""
}

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""
}

.fa-empire:before, .fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-paper-plane:before, .fa-send:before {
    content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before, .fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before, .fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before, .fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before, .fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before, .fa-vcard:before {
    content: ""
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.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
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden
}

.slick-list {
    position: relative;
    overflow: visible;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 1
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-list:hover {
    z-index: 3
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../../assets/img/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(assets/fonts/slick/slick.eot);
    src: url(assets/fonts/slick/slick.eot?#iefix) format("embedded-opentype"), url(assets/fonts/slick/slick.woff) format("woff"), url(assets/fonts/slick/slick.ttf) format("truetype"), url(assets/fonts/slick/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dots {
    position: relative;
    bottom: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    width: 100%;
    z-index: 2
}

.slick-dots:hover {
    z-index: 4
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    cursor: pointer
}

.slick-dots li button {
    background: 0 0;
    display: block;
    outline: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    outline: 0
}

.slick-dots li button:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #d3d3d3
}

.slick-dots li.slick-active button:before {
    width: 30px;
    height: 8px;
    border-radius: 4px;
    z-index: 1
}

* {
    box-sizing: border-box
}

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #444
}

.header-widget-region, .site-content {
    -webkit-tap-highlight-color: transparent
}

.dropdown-toggle:after {
    border: none;
    width: auto;
    height: auto;
    margin-left: .6em;
    content: '';
    float: right;
    font-family: FontAwesome
}

ul.nav {
    margin-left: 0
}

.deals-carousel-inner-block .section-header, .featured-brands-block .section-header, .related .section-header, .section-categories-carousel .section-header, .section-landscape-products-carousel .section-header, .section-landscape-products-widget-carousel .section-header, .section-products-carousel .section-header, .section-products-carousel-tabs .section-header, .section-products-carousel-widget-with-tabs .section-brands .section-header, .section-single-carousel-with-tab-product .section-double-carousel .section-header, .section-single-carousel-with-tab-product .section-single-carousel .section-header, .up-sells .section-header {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.custom-slick-nav a:first-child, .slick-prev {
    padding-right: .52em
}

.custom-slick-nav a, .slick-arrow {
    color: #c3c3c3
}

.custom-slick-nav a:hover, .slick-arrow:hover {
    color: #464646
}

@media (max-width: 767px) {
    ul:not(.slick-dots)[role=tablist] {
        flex-direction: row;
        overflow: scroll;
        justify-content: unset !important;
        width: 100%;
        padding-bottom: 0
    }

    ul:not(.slick-dots)[role=tablist] li {
        width: 50%;
        flex-shrink: 0;
        text-align: center
    }

    ul:not(.slick-dots)[role=tablist] .nav-link {
        padding: 0 !important
    }

    ul:not(.slick-dots)[role=tablist] .nav-link::after {
        bottom: 0
    }
}

embed, iframe, object, video {
    max-width: 100%
}

form {
    margin-bottom: 1.618em
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

.added_to_cart, .button, article .more-link, article.post .more-link, button, input[type=button], input[type=reset], input[type=submit] {
    border: 0;
    background: 0 0;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 400;
    text-shadow: none;
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px
}

.added_to_cart.alt, .added_to_cart.cta, .button.alt, .button.cta, article .alt.more-link, article .cta.more-link, button.alt, button.cta, input[type=button].alt, input[type=button].cta, input[type=reset].alt, input[type=reset].cta, input[type=submit].alt, input[type=submit].cta {
    background-color: #2c2d33;
    border-color: #2c2d33
}

.added_to_cart.alt:hover, .added_to_cart.cta:hover, .button.alt:hover, .button.cta:hover, article .alt.more-link:hover, article .cta.more-link:hover, button.alt:hover, button.cta:hover, input[type=button].alt:hover, input[type=button].cta:hover, input[type=reset].alt:hover, input[type=reset].cta:hover, input[type=submit].alt:hover, input[type=submit].cta:hover {
    background-color: #2c2d33
}

.added_to_cart:hover, .button:hover, article .more-link:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    color: #fff
}

.added_to_cart.loading, .button.loading, article .loading.more-link, button.loading, input[type=button].loading, input[type=reset].loading, input[type=submit].loading {
    opacity: .5
}

.added_to_cart.small, .button.small, article .small.more-link, button.small, input[type=button].small, input[type=reset].small, input[type=submit].small {
    padding: .5407911001em .875em;
    font-size: .875em
}

.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, article .disabled.more-link, article .more-link:disabled, button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
    opacity: .5 !important;
    cursor: not-allowed
}

.added_to_cart.disabled:hover, .added_to_cart:disabled:hover, .button.disabled:hover, .button:disabled:hover, article .disabled.more-link:hover, article .more-link:disabled:hover, button.disabled:hover, button:disabled:hover, input[type=button].disabled:hover, input[type=button]:disabled:hover, input[type=reset].disabled:hover, input[type=reset]:disabled:hover, input[type=submit].disabled:hover, input[type=submit]:disabled:hover {
    opacity: .5 !important
}

input[type=checkbox], input[type=radio] {
    padding: 0
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=search] {
    box-sizing: border-box
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.input-text, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
    padding: 9px;
    background-color: #fff;
    color: #444;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1em;
    border: 1px solid #ebebeb
}

.input-text:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: 0
}

textarea {
    overflow: auto;
    padding-left: .875em;
    vertical-align: top;
    width: 100%
}

label {
    font-weight: 500
}

label.inline input {
    width: auto
}

fieldset {
    padding: 0;
    border: 0;
    margin-bottom: 1.618em
}

fieldset legend {
    font-weight: 500
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

select {
    display: inline-block;
    max-width: 100%;
    height: 45px;
    padding: 6px 36px 6px 20px;
    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 20px center;
    background-size: 8px 10px;
    border: 1px solid #ebebeb;
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}

select:focus {
    border-color: #5cb3fd;
    outline: 0
}

select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

select::-ms-expand {
    opacity: 0
}

.col-full, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .col-full, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .col-full, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col-full, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .col-full, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .col-full, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        padding-left: 4.6875% !important;
        padding-right: 4.6875% !important
    }
}

@media (min-width: 2000px) {
    .col-full, .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        width: 1920px
    }
}

.deals-carousel-v3, .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .site-header.header-v10 .stretched-row, .stretch-full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%
}

#content #primary {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    #content #primary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    #content #primary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    #content #primary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    #content #primary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1700px) {
    #content #primary {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        order: 2
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    #content #primary {
        flex: 0 0 78.3333333333%;
        max-width: 78.3333333333%;
        order: 2
    }
}

#content #secondary {
    z-index: 10;
    order: 1;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    #content #secondary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    #content #secondary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    #content #secondary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    #content #secondary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1700px) {
    #content #secondary {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    #content #secondary {
        flex: 0 0 21.6666666667%;
        max-width: 21.6666666667%
    }
}

.right-sidebar #content #primary {
    order: 1
}

.right-sidebar #content #secondary {
    order: 2
}

@media (min-width: 992px) and (max-width: 1399px) {
    .left-sidebar #content #primary {
        order: 2
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .left-sidebar #content #secondary {
        order: 1
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .left-sidebar #content #primary, .right-sidebar #content #primary {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .left-sidebar #content #primary, .right-sidebar #content #primary {
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .left-sidebar #content #secondary, .right-sidebar #content #secondary {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .left-sidebar #content #secondary, .right-sidebar #content #secondary {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }
}

.two-sidebar #content #primary {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .two-sidebar #content #primary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .two-sidebar #content #primary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .two-sidebar #content #primary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .two-sidebar #content #primary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .two-sidebar #content #primary {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        order: 2
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .two-sidebar #content #primary {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

.two-sidebar #content #secondary {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .two-sidebar #content #secondary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .two-sidebar #content #secondary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .two-sidebar #content #secondary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .two-sidebar #content #secondary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .two-sidebar #content #secondary {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        order: 1;
        z-index: 10
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .two-sidebar #content #secondary {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

.two-sidebar #content #tertiary {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .two-sidebar #content #tertiary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .two-sidebar #content #tertiary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .two-sidebar #content #tertiary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .two-sidebar #content #tertiary {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .two-sidebar #content #tertiary {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        margin-left: 58.3333333333%
    }
}

@media (min-width: 992px) {
    .two-sidebar #content #tertiary {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        order: 3;
        z-index: 10
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .two-sidebar #content #tertiary {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

@media (min-width: 1025px) {
    .desktop-only {
        display: block
    }

    .handheld-only {
        display: none
    }
}

@media (max-width: 1024px) {
    .desktop-only {
        display: none
    }

    .handheld-only {
        display: block
    }
}

.error404 #content #primary, .full-width #content #primary, .page-template-default #content #primary, .page-template-template-homepage-v1 #content #primary, .page-template-template-homepage-v10 #content #primary, .page-template-template-homepage-v11 #content #primary, .page-template-template-homepage-v12 #content #primary, .page-template-template-homepage-v2 #content #primary, .page-template-template-homepage-v3 #content #primary, .page-template-template-homepage-v4 #content #primary, .page-template-template-homepage-v7 #content #primary, .page-template-template-homepage-v8 #content #primary, .page-template-template-homepage-v9 #content #primary, .page-template-template-landingpage-v1 #content #primary, .page-template-template-landingpage-v2 #content #primary {
    order: 1
}

@media (min-width: 768px) {
    .error404 #content #primary, .full-width #content #primary, .page-template-default #content #primary, .page-template-template-homepage-v1 #content #primary, .page-template-template-homepage-v10 #content #primary, .page-template-template-homepage-v11 #content #primary, .page-template-template-homepage-v12 #content #primary, .page-template-template-homepage-v2 #content #primary, .page-template-template-homepage-v3 #content #primary, .page-template-template-homepage-v4 #content #primary, .page-template-template-homepage-v7 #content #primary, .page-template-template-homepage-v8 #content #primary, .page-template-template-homepage-v9 #content #primary, .page-template-template-landingpage-v1 #content #primary, .page-template-template-landingpage-v2 #content #primary {
        flex: 0 0 100%;
        max-width: 100%;
        left: auto
    }
}

.error404 #content #secondary, .full-width #content #secondary, .page-template-default #content #secondary, .page-template-template-homepage-v1 #content #secondary, .page-template-template-homepage-v10 #content #secondary, .page-template-template-homepage-v11 #content #secondary, .page-template-template-homepage-v12 #content #secondary, .page-template-template-homepage-v2 #content #secondary, .page-template-template-homepage-v3 #content #secondary, .page-template-template-homepage-v4 #content #secondary, .page-template-template-homepage-v7 #content #secondary, .page-template-template-homepage-v8 #content #secondary, .page-template-template-homepage-v9 #content #secondary, .page-template-template-landingpage-v1 #content #secondary, .page-template-template-landingpage-v2 #content #secondary {
    display: none
}

@media (min-width: 768px) {
    .page-template-template-page-centered-fullwidth #content #primary {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        left: auto;
        margin: 0 auto
    }
}

.page-template-template-page-centered-fullwidth #content #sidebar {
    display: none
}

@media (min-width: 768px) {
    table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
        text-align: left
    }

    .site-header {
        padding-top: 0;
        padding-bottom: 0
    }

    .site-header .site-branding img {
        max-width: 100%;
        max-height: none
    }

    .site-branding .site-description {
        margin-bottom: 0;
        display: block
    }

    .site-header .subscribe-and-connect-connect {
        float: right;
        margin-bottom: 1em
    }

    .site-header .subscribe-and-connect-connect .icons {
        list-style: none;
        margin: 0
    }

    .site-header .subscribe-and-connect-connect .icons a {
        font-size: 1em !important
    }

    .site-header .subscribe-and-connect-connect .icons li {
        margin: 0 0 0 .5407911001em !important;
        display: inline-block
    }

    .content-area, .widget-area {
        margin-bottom: 2.617924em
    }

    .comment-list::after {
        display: block;
        content: "";
        clear: both
    }

    .comment-list .comment {
        clear: both
    }

    .comment-list .comment-content {
        padding-bottom: 3.706325903em;
        margin-bottom: 3.706325903em
    }

    .comment-list .reply {
        clear: both;
        text-align: right
    }

    #respond {
        padding: 2.617924em
    }

    #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }

    #respond .comment-form-url {
        float: right;
        margin-right: 0
    }

    #respond .comment-form-comment {
        clear: both
    }

    .hentry .entry-header {
        margin-bottom: 2.617924em
    }

    .hentry.type-post::after {
        display: block;
        content: "";
        clear: both
    }
}

img {
    border-radius: 3px
}

.comment-content img.wp-smiley, .entry-content img.wp-smiley, .page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    display: inline-block;
    border-radius: 0
}

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate
}

table caption {
    padding: 1em 0;
    font-weight: 500
}

table td, table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top
}

table td p:last-child, table th p:last-child {
    margin-bottom: 0
}

table thead th {
    text-transform: uppercase;
    padding: 1.41575em;
    vertical-align: middle;
    font-weight: 500
}

table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: 400
}

table tbody h2 a {
    font-weight: 400
}

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

body, button, input, textarea {
    color: #43454b;
    font-family: Rubik, "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.618;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 400
}

.btn-primary:focus, .btn-primary:hover, .btn:focus, .btn:hover, .button:focus, .button:hover, article .more-link:focus, article .more-link:hover, button:focus, button:hover {
    box-shadow: none
}

select {
    color: initial;
    font-family: Rubik, "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 500;
    margin: 0 0 .5407911001em;
    color: #1f1f1f
}

.alpha, h1 {
    font-size: 2.617924em;
    line-height: 1.214;
    letter-spacing: -1px
}

.beta, h2 {
    font-size: 2em;
    line-height: 1.214
}

.gamma, h3 {
    font-size: 1.618em;
    font-weight: 500
}

.delta, h4 {
    font-size: 1.41575em;
    font-weight: 500
}

.alpha, .beta, .delta, .gamma {
    display: block
}

blockquote + h2, blockquote + h3, blockquote + h4, blockquote + header h2, form + h2, form + h3, form + h4, form + header h2, ol + h2, ol + h3, ol + h4, ol + header h2, p + h2, p + h3, p + h4, p + header h2, table + h2, table + h3, table + h4, table + header h2, ul + h2, ul + h3, ul + h4, ul + header h2 {
    margin-top: 2.2906835em
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 0 0 1em
}

p {
    margin: 0 0 1em
}

ol, ul {
    margin: 0 0 1em 3em;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ol, li > ul {
    margin-bottom: 0;
    margin-left: 1em
}

dt {
    font-weight: 500
}

dd {
    margin: 0 0 1.618em
}

b, strong {
    font-weight: 500
}

cite, dfn, em, i {
    font-style: italic
}

blockquote {
    padding: 0 1em;
    border-left: 3px solid rgba(0, 0, 0, .05);
    font-style: italic
}

address {
    margin: 0 0 1em
}

pre {
    background: rgba(0, 0, 0, .1);
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.618em;
    padding: 1.618em;
    overflow: auto;
    max-width: 100%
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    background-color: rgba(0, 0, 0, .05);
    padding: .202em .5407911001em
}

kbd {
    background-color: grey
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins, mark {
    text-decoration: none;
    font-weight: 500;
    background: 0 0
}

sub, sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

figure {
    margin: 0
}

table {
    margin: 0 0 1em;
    width: 100%
}

th {
    font-weight: 500
}

img {
    height: auto;
    max-width: 100%;
    display: block
}

.blog-text a {
    color: #007bff;
}
.blog-text  p + h3 {
    margin: 0;
}
a {
    color: #2c2d33;
    text-decoration: none
}

a:focus, a:hover {
    text-decoration: none;
    color: inherit;
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

.screen-reader-text:active, .screen-reader-text:focus, .screen-reader-text:hover {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    display: block;
    font-weight: 700;
    height: auto;
    left: 0;
    line-height: normal;
    padding: 1em 1.618em;
    text-decoration: none;
    top: 0;
    width: auto;
    z-index: 100000;
    outline: 0
}

.clear::after, .comment-content::after, .entry-content::after, .site-content::after, .site-footer::after, .site-header::after {
    display: block;
    content: "";
    clear: both
}

.inline {
    display: inline
}

body.can-uppercase .section-categories-carousel.section-top-categories .readmore-link {
    text-transform: uppercase
}

.page .hentry.type-page .entry-header {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 4.438em !important;
    position: relative
}

.page .hentry.type-page .entry-header .entry-title {
    font-size: 2.75em;
    letter-spacing: -.01em;
    margin-bottom: .227em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    margin-bottom: .273em
}

.page .hentry.type-page .entry-header .entry-subtitle {
    font-size: 1em;
    letter-spacing: -.01em;
    line-height: 1.125em;
    color: #9f9f9f;
    font-weight: 400
}

.page .hentry.type-page .entry-header .page-featured-image {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%
}

.page .hentry.type-page .entry-header .page-featured-image + .page-header-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.page .hentry.type-page .entry-header .page-featured-image + .page-header-caption .entry-title {
    margin-bottom: .7em
}

.page .hentry.type-page .entry-header .page-featured-image + .page-header-caption .entry-subtitle {
    font-size: 1.125em;
    line-height: 1.333em;
    color: #090909;
    font-weight: 300
}

.deals-carousel-inner-block .homepage-section-header, .deals-carousel-inner-block .section-header, .featured-brands-block .homepage-section-header, .featured-brands-block .section-header, .section-categories-carousel .homepage-section-header, .section-categories-carousel .section-header, .section-landscape-products-carousel .homepage-section-header, .section-landscape-products-carousel .section-header, .section-landscape-products-widget-carousel .homepage-section-header, .section-landscape-products-widget-carousel .section-header, .section-products-carousel .homepage-section-header, .section-products-carousel .section-header, .section-products-carousel-tabs .homepage-section-header, .section-products-carousel-tabs .section-header, .section-products-carousel-widget-with-tabs .section-brands .homepage-section-header, .section-products-carousel-widget-with-tabs .section-brands .section-header, .section-single-carousel-with-tab-product .section-single-carousel .homepage-section-header, .section-single-carousel-with-tab-product .section-single-carousel .section-header {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 450px) {
    .custom-slick-nav {
        display: flex
    }
}

.custom-slick-nav .slick-prev, .custom-slick-nav a:first-child {
    padding-right: .52em
}

.custom-slick-nav .slick-arrow, .custom-slick-nav a {
    color: #c3c3c3
}

.custom-slick-nav .slick-arrow:hover, .custom-slick-nav a:hover {
    color: #464646
}

.comment-content a {
    word-wrap: break-word
}

.comments-title, .pings-title {
    color: #090909;
    font-size: 1.5em;
    font-weight: 400;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: .833em;
    padding-bottom: .542em;
    line-height: 1.208em;
    position: relative
}

.comments-title:after, .pings-title:after {
    bottom: -1px;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    width: 3.684em
}

.comment-reply-title {
    font-size: 1.563em;
    line-height: 1.6em;
    position: relative;
    letter-spacing: -.01em;
    font-weight: 400;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: .6em;
    color: #090909;
    padding-bottom: .48em;
    font-size: 1.5em
}

.comment-reply-title:after {
    bottom: -1px;
    content: " ";
    display: block;
    position: absolute;
    width: 3.684em;
    height: 2px
}

.commentlist, .pings-list {
    list-style: none;
    margin-left: 0
}

.commentlist li.comment, .pings-list li.comment {
    padding: 37px 0;
    list-style: none;
    clear: both;
    border-bottom: 1px solid #ebebeb
}

.commentlist li.comment::after, .pings-list li.comment::after {
    display: block;
    content: "";
    clear: both
}

.commentlist li .comment_container > img, .pings-list li .comment_container > img {
    display: none
}

@media (min-width: 768px) {
    .commentlist li .comment_container .comment-text, .pings-list li .comment_container .comment-text {
        display: flex;
        flex-wrap: wrap
    }
}

.commentlist li .comment_container .comment-text .description, .pings-list li .comment_container .comment-text .description {
    font-weight: 300
}

@media (max-width: 575px) {
    .commentlist li .comment_container .comment-text .description, .pings-list li .comment_container .comment-text .description {
        width: 100%;
        margin-bottom: 1em
    }
}

@media (min-width: 576px) {
    .commentlist li .comment_container .comment-text .description, .pings-list li .comment_container .comment-text .description {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.commentlist li .comment_container .comment-text .description p:last-of-type, .pings-list li .comment_container .comment-text .description p:last-of-type {
    margin-bottom: 0
}

.commentlist li .comment_container .comment-text .comment-content, .pings-list li .comment_container .comment-text .comment-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

@media (max-width: 575px) {
    .commentlist li .comment_container .comment-text .comment-content, .pings-list li .comment_container .comment-text .comment-content {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.commentlist li .comment_container .comment-text .comment-content .description, .pings-list li .comment_container .comment-text .comment-content .description {
    flex: 0 0 100%;
    max-width: 100%
}

.commentlist li .comment_container .comment-text .comment-content table, .pings-list li .comment_container .comment-text .comment-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.commentlist li .comment_container .comment-text .comment-content table td, .commentlist li .comment_container .comment-text .comment-content table th, .pings-list li .comment_container .comment-text .comment-content table td, .pings-list li .comment_container .comment-text .comment-content table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.commentlist li .comment_container .comment-text .comment-content table thead th, .pings-list li .comment_container .comment-text .comment-content table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.commentlist li .comment_container .comment-text .comment-content table tbody + tbody, .pings-list li .comment_container .comment-text .comment-content table tbody + tbody {
    border-top: 2px solid #eceeef
}

.commentlist li .comment_container .comment-text .comment-content table .table, .pings-list li .comment_container .comment-text .comment-content table .table {
    background-color: #fff
}

.commentlist li .comment_container .comment-text .comment-content ol, .commentlist li .comment_container .comment-text .comment-content ul, .pings-list li .comment_container .comment-text .comment-content ol, .pings-list li .comment_container .comment-text .comment-content ul {
    margin-bottom: 1.4em
}

.commentlist li .comment_container .comment-text .comment-content blockquote, .pings-list li .comment_container .comment-text .comment-content blockquote {
    border-left: 0 none;
    font-size: inherit;
    margin: 0 0 1.429em 2.714em;
    padding: 0;
    font-style: italic
}

.commentlist li .comment_container .comment-text .comment-content blockquote::before, .pings-list li .comment_container .comment-text .comment-content blockquote::before {
    color: #a7a7a7;
    content: "\f10d";
    float: left;
    font-family: FontAwesome;
    font-size: 1.786em;
    margin-left: -1.5em;
    margin-top: -.4em
}

.commentlist li .comment_container .comment-text .star-rating, .pings-list li .comment_container .comment-text .star-rating {
    letter-spacing: 2px;
    color: #d2d2d2;
}
.commentlist li .comment_container .comment-text .star-rating, .pings-list li .comment_container .comment-text .star-rating .active{
    color: #fed700;
}

.commentlist li .comment_container .star-rating, .pings-list li .comment_container .star-rating {
    order: 3
}

.commentlist li:last-child, .pings-list li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.commentlist li .avatar, .pings-list li .avatar {
    float: left;
    width: 2.2906835em;
    height: auto;
    margin-right: 1em
}

.commentlist li div.meta, .commentlist li p.meta, .pings-list li div.meta, .pings-list li p.meta {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

@media (max-width: 575px) {
    .commentlist li div.meta, .commentlist li p.meta, .pings-list li div.meta, .pings-list li p.meta {
        flex: 0 0 100%;
        max-width: 100%;
        height: 50px
    }
}

.commentlist li div.meta .woocommerce-review__author, .commentlist li p.meta .woocommerce-review__author, .pings-list li div.meta .woocommerce-review__author, .pings-list li p.meta .woocommerce-review__author {
    font-size: 18px;
    font-weight: 400;
    color: #626060;
    line-height: 1.2
}

.commentlist li div.meta .woocommerce-review__published-date, .commentlist li p.meta .woocommerce-review__published-date, .pings-list li div.meta .woocommerce-review__published-date, .pings-list li p.meta .woocommerce-review__published-date {
    font-size: 14px;
    color: #aeaeae;
    font-weight: 400
}

.commentlist li div.meta .woocommerce-review__dash, .commentlist li p.meta .woocommerce-review__dash, .pings-list li div.meta .woocommerce-review__dash, .pings-list li p.meta .woocommerce-review__dash {
    display: none
}

.commentlist li ol.children, .pings-list li ol.children {
    margin-top: 2.2em;
    border-top: 1px solid #ebebeb
}

.comments-area .commentlist li div.meta, .comments-area .commentlist li p.meta, .comments-area .pings-list li div.meta, .comments-area .pings-list li p.meta {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%
}

@media (max-width: 575px) {
    .comments-area .commentlist li div.meta, .comments-area .commentlist li p.meta, .comments-area .pings-list li div.meta, .comments-area .pings-list li p.meta {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.comments-area .commentlist li .comment_container > img, .comments-area .pings-list li .comment_container > img {
    display: block
}

.comments-area .commentlist li .avatar, .comments-area .pings-list li .avatar {
    width: 3em
}

.comments-area .comment-navigation {
    display: flex;
    justify-content: space-between;
    padding: 40px 0
}

.comments-area .commentlist li .comment_container .comment-text .comment-content, .comments-area .pings-list li .comment_container .comment-text .comment-content {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%
}

@media (max-width: 575px) {
    .comments-area .commentlist li .comment_container .comment-text .comment-content, .comments-area .pings-list li .comment_container .comment-text .comment-content {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.commentlist .comment .reply, .commentlist .pingback .reply, .pings-list .comment .reply, .pings-list .pingback .reply {
    text-align: right;
    padding-top: 1em;
    font-size: 14px
}

.commentlist .comment .reply a:focus, .commentlist .comment .reply a:hover, .commentlist .pingback .reply a:focus, .commentlist .pingback .reply a:hover, .pings-list .comment .reply a:focus, .pings-list .comment .reply a:hover, .pings-list .pingback .reply a:focus, .pings-list .pingback .reply a:hover {
    text-decoration: none
}

.commentlist .comment .reply .comment-edit-link + .comment-reply-link::before, .commentlist .pingback .reply .comment-edit-link + .comment-reply-link::before, .pings-list .comment .reply .comment-edit-link + .comment-reply-link::before, .pings-list .pingback .reply .comment-edit-link + .comment-reply-link::before {
    content: "/";
    padding: 0 4px 0 2px
}

.commentlist .comment #respond, .commentlist .pingback #respond, .pings-list .comment #respond, .pings-list .pingback #respond {
    background: #f5f5f5;
    padding: 1.438em;
    margin-top: 1.25em;
    margin-left: auto;
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%
}

.commentlist .comment #respond .comment-reply-title, .commentlist .pingback #respond .comment-reply-title, .pings-list .comment #respond .comment-reply-title, .pings-list .pingback #respond .comment-reply-title {
    font-size: 1.25em
}

.commentlist .comment #respond .comment-reply-title small, .commentlist .pingback #respond .comment-reply-title small, .pings-list .comment #respond .comment-reply-title small, .pings-list .pingback #respond .comment-reply-title small {
    float: right;
    font-size: .75em
}

.commentlist .comment #respond .comment-reply-title small a:focus, .commentlist .comment #respond .comment-reply-title small a:hover, .commentlist .pingback #respond .comment-reply-title small a:focus, .commentlist .pingback #respond .comment-reply-title small a:hover, .pings-list .comment #respond .comment-reply-title small a:focus, .pings-list .comment #respond .comment-reply-title small a:hover, .pings-list .pingback #respond .comment-reply-title small a:focus, .pings-list .pingback #respond .comment-reply-title small a:hover {
    text-decoration: none
}

#respond.comment-respond {
    padding: 0
}

#respond.comment-respond .comment-reply-title {
    display: block;
    font-size: 24px;
    padding-bottom: .2em;
    margin-bottom: 30px
}

#respond.comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap
}

#respond.comment-respond .comment-form label {
    font-weight: 400;
    color: #626060;
    display: block
}

#respond.comment-respond .comment-form .comment-form-comment, #respond.comment-respond .comment-form .comment-form-rating, #respond.comment-respond .comment-form .comment-form-url, #respond.comment-respond .comment-form .comment-notes, #respond.comment-respond .comment-form .form-submit {
    flex: 0 0 100%;
    max-width: 100%
}

#respond.comment-respond .comment-form .comment-form-author, #respond.comment-respond .comment-form .comment-form-email {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0
}

#respond.comment-respond .comment-form .comment-form-author input, #respond.comment-respond .comment-form .comment-form-email input {
    width: 100%
}

#respond.comment-respond .comment-form .comment-form-author {
    order: 3;
    padding-right: 15px
}

#respond.comment-respond .comment-form .comment-form-email {
    order: 4;
    padding-left: 15px
}

#respond.comment-respond .comment-form .comment-form-comment {
    order: 6;
    margin-bottom: 27px
}

#respond.comment-respond .comment-form .comment-form-url {
    order: 5
}

#respond.comment-respond .comment-form .form-submit {
    order: 7
}

#respond.comment-respond .comment-form .form-submit input[type=submit] {
    background-color: transparent;
    font-size: 14px;
    border: 2px solid;
    border-radius: 50px;
    padding: 5px 40px
}

#respond.comment-respond .comment-form .form-submit input[type=submit]:hover {
    color: #fff
}

#respond.comment-respond .comment-form > p {
    margin-bottom: 1.3em
}

#respond.comment-respond .comment-form > p.logged-in-as {
    font-size: 14px
}

#respond.comment-respond .comment-form > p label {
    color: #626060;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.5em;
    margin-bottom: .5em
}

#respond.comment-respond .comment-form > p input[type=submit] {
    border-radius: 1.438em;
    color: #fff
}

#respond.comment-respond .comment-form > p .input-text, #respond.comment-respond .comment-form > p input[type=email], #respond.comment-respond .comment-form > p input[type=password], #respond.comment-respond .comment-form > p input[type=search], #respond.comment-respond .comment-form > p input[type=text], #respond.comment-respond .comment-form > p input[type=url], #respond.comment-respond .comment-form > p textarea {
    width: 100%
}

.site-main {
    margin-bottom: 2.617924em
}

.site-content {
    outline: 0
}

.page-template-template-homepage .site-main {
    padding-top: 4.235801032em
}

.hentry {
    margin: 0 0 4.235801032em
}

.hentry .media-attachment img, .hentry .wp-post-image {
    margin-bottom: 1.618em;
    margin-left: auto;
    margin-right: auto
}

.hentry .entry-header {
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.hentry .entry-header .byline, .hentry .entry-header .posted-on {
    font-size: .875em
}

.hentry .entry-header .byline a, .hentry .entry-header .posted-on a {
    font-weight: 400;
    text-decoration: underline
}

.hentry .entry-header .byline a:hover, .hentry .entry-header .posted-on a:hover {
    text-decoration: none
}

.hentry .entry-meta {
    font-weight: 300
}

.byline, .updated:not(.published) {
    display: none
}

.group-blog .byline, .single .byline {
    display: inline
}

.page-links {
    clear: both;
    margin: 0 0 1em
}

.author .avatar {
    width: 64px;
    margin-bottom: 1em
}

.site-footer {
    background-color: #f9f9f9;
    color: #626262;
    padding: 0;
    font-size: .938em
}

.site-footer .before-footer-wrap {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-top: 3.001em;
    padding-bottom: 2.331em;
    border-bottom: 1px solid #bebebe
}

.site-footer .before-footer-wrap::after {
    display: block;
    content: "";
    clear: both
}

.section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1589px) and (min-width: 1024px) {
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        flex-direction: column
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter, .site-footer .before-footer-wrap .col-full .footer-newsletter, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter {
        margin-bottom: 2em
    }
}

@media (max-width: 700px) {
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 700px) {
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .media-body > div, .site-footer .before-footer-wrap .col-full .footer-newsletter .media-body > div, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .media-body > div, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media-body > div {
        display: flex;
        flex-direction: column
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .newsletter-header, .site-footer .before-footer-wrap .col-full .footer-newsletter .newsletter-header, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .newsletter-header, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .newsletter-header {
        margin-bottom: 1em
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form, .site-footer .before-footer-wrap .col-full .footer-newsletter form.newsletter-form, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form {
        display: flex;
        flex-direction: column
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form input[type=text], .site-footer .before-footer-wrap .col-full .footer-newsletter form.newsletter-form input[type=text], .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form input[type=text], .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form input[type=text] {
        margin-bottom: .8em;
        width: 100%
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form button, .site-footer .before-footer-wrap .col-full .footer-newsletter form.newsletter-form button, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter form.newsletter-form button, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter form.newsletter-form button {
        border-radius: 5px;
        margin: 0
    }
}

@media (max-width: 450px) {
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .media, .site-footer .before-footer-wrap .col-full .footer-newsletter .media, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .media, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media {
        display: flex;
        flex-direction: column
    }

    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap .footer-newsletter .media i, .site-footer .before-footer-wrap .col-full .footer-newsletter .media i, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .footer-newsletter .media i, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .footer-newsletter .media i {
        margin-bottom: .3em
    }
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer strong {
    color: #1f1f1f;
    font-weight: 500
}

.site-footer .footer-widgets-block {
    padding-top: 3.133em
}

@media (max-width: 1199px) {
    .site-footer .footer-widgets-block .footer-contact {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .site-footer .footer-widgets-block .footer-contact {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .site-footer .footer-widgets-block .footer-contact {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .site-footer .footer-widgets-block .footer-contact {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199px) and (min-width: 1200px) {
    .site-footer .footer-widgets-block .footer-contact {
        padding-right: 15px;
        padding-left: 15px
    }
}

.site-footer .footer-widgets-block .footer-widgets {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .site-footer .footer-widgets-block .footer-widgets {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .site-footer .footer-widgets-block .footer-widgets {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .site-footer .footer-widgets-block .footer-widgets {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .site-footer .footer-widgets-block .footer-widgets {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .site-footer .footer-widgets-block .footer-widgets {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

.site-info {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #222;
    color: #bababa;
    font-size: .933em;
    letter-spacing: -.034em;
    padding: 1.679em 0
}

.site-info::after {
    display: block;
    content: "";
    clear: both
}

.section-product-cards-carousel-tabs .site-info .section-products-carousel-tabs-wrap, .site-info .col-full, .site-info .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-info .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between
}

.site-info a {
    color: #bababa
}

.site-info a:focus, .site-info a:hover {
    color: #bababa
}

.site-info .fa-heart {
    color: #fd4b4b
}

.contact-payment-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
header .techmarket-sticky-wrap{
    padding-top: .867em;
}
@media (min-width: 576px) {
    .contact-payment-wrap {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .contact-payment-wrap {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .contact-payment-wrap {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .contact-payment-wrap {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1590px) {
    .contact-payment-wrap .footer-contact-info {
        max-width: 410px;
        flex-basis: 410px
    }
}

.contact-payment-wrap .footer-contact-info, .contact-payment-wrap .footer-payment-info {
    padding: 0 15px
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .contact-payment-wrap .footer-contact-info, .contact-payment-wrap .footer-payment-info {
        max-width: 400px;
        /*max-width: 300px;*/
        flex-basis: 360px
        /*flex-basis: 300px*/
    }
}

@media (min-width: 1590px) {
    .contact-payment-wrap .footer-payment-info {
        flex-basis: 340px
    }
}

@media (max-width: 767px) {
    .contact-payment-wrap .footer-contact-info {
        margin-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .site-header .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding-left: 4.6875%;
        padding-right: 4.6875%
    }
}

@media (min-width: 2000px) {
    .site-header .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding-left: 17%;
        padding-right: 17%
    }
}

.site-header .departments-menu, .site-header .site-branding {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .site-header .departments-menu, .site-header .site-branding {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .site-header .departments-menu, .site-header .site-branding {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .site-header .departments-menu, .site-header .site-branding {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .site-header .departments-menu, .site-header .site-branding {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .site-header .departments-menu, .site-header .site-branding {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

.site-header .site-branding {
    margin-bottom: 0;
    height: 50px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header .site-branding {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-header .site-branding {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header .site-branding {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header .departments-menu {
        flex: 0 0 23.3333333333%;
        max-width: 23.3333333333%
    }
}

@media (min-width: 1400px) and (max-width: 1550px) {
    .site-header .departments-menu {
        flex: 0 0 21.6666666667%;
        max-width: 21.6666666667%
    }
}

@media (min-width: 1551px) and (max-width: 1699px) {
    .site-header .departments-menu {
        flex: 0 0 19.1666666667%;
        max-width: 19.1666666667%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header .departments-menu {
        flex: 0 0 26.6666666667%;
        max-width: 26.6666666667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-header .departments-menu {
        margin-bottom: 20px
    }
}

.site-header .navbar-search, .site-header .primary-navigation {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .site-header .navbar-search, .site-header .primary-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .site-header .navbar-search, .site-header .primary-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .site-header .navbar-search, .site-header .primary-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .site-header .navbar-search, .site-header .primary-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header .primary-navigation, .site-header .secondary-navigation {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }
}

@media (min-width: 992px) {
    .site-header .navbar-search {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-header .navbar-search {
        margin-bottom: 20px
    }
}

@media (min-width: 1590px) {
    .site-header .primary-navigation {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header .primary-navigation {
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%
    }
}

.site-header .secondary-navigation {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
    text-align: right
}

@media (min-width: 576px) {
    .site-header .secondary-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .site-header .secondary-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .site-header .secondary-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .site-header .secondary-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-header .secondary-navigation {
        margin-bottom: .8em
    }
}

@media (min-width: 1590px) {
    .site-header .secondary-navigation {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-left: 0
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header .secondary-navigation {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .site-header.header-v1 .primary-navigation {
        flex: 0 0 63%;
        max-width: 63%
    }
}

@media (min-width: 1700px) {
    .site-header.header-v1 .primary-navigation {
        flex: 0 0 63%;
        max-width: 63%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .site-header.header-v1 .secondary-navigation {
        display: none
    }
}

@media (min-width: 1700px) and (max-width: 1800px) {
    .site-header.header-v1 .secondary-navigation {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }
}

.site-header .site-header-cart {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .site-header .site-header-cart {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .site-header .site-header-cart {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .site-header .site-header-cart {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .site-header .site-header-cart {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .site-header .site-header-cart {
        flex: 0 0 9.5402299167%;
        max-width: 9.5402299167%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .site-header .site-header-cart {
        flex: 0 0 12.0402299167%;
        max-width: 12.0402299167%;
        padding-right: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header .site-header-cart {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        margin-left: .5em;
        margin-bottom: 20px
    }
}

.site-header .nav li a:active, .site-header .nav li a:focus, .site-header .nav li a:hover {
    text-decoration: none;
    outline: 0
}

@media (min-width: 1700px) and (max-width: 1900px) {
    .page-template-template-homepage-v1 .site-header .departments-menu, .page-template-template-homepage-v2 .site-header .departments-menu {
        flex: 0 0 19.1666666667%;
        max-width: 19.1666666667%
    }
}

.site-header {
    font-size: .938em;
    background-color: #fff;
    color: #444;
    background-position: center center;
    position: relative;
    padding-top: .867em;
    padding-bottom: 1.867em;
    z-index: 999
}

@media (max-width: 1199px) {
    .site-header {
        z-index: 999999
    }
}

.site-header .custom-logo-link, .site-header .site-logo-anchor, .site-header .site-logo-link {
    display: block
}

@media (min-width: 500px) {
    .site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
        max-width: 200px
    }
}

.site-header .custom-logo-link svg, .site-header .site-logo-anchor svg, .site-header .site-logo-link svg {
    height: 28px
}

.site-header .widget {
    margin-bottom: 0
}

.page-template-template-homepage-v1 .site-header {
    padding-bottom: .867em
}

.no-wc-breadcrumb .site-header {
    margin-bottom: 4.235801032em
}

.no-wc-breadcrumb.page-template-template-homepage .site-header {
    margin-bottom: 0
}

.header-widget-region {
    position: relative;
    z-index: 99
}

.site-branding .site-title {
    font-size: 2em;
    letter-spacing: -1px;
    margin: 0
}

.site-branding .site-title a {
    font-weight: 700
}

.site-branding .site-description {
    font-size: .875em;
    display: none
}

.site-header.header-v1 .row + .row, .site-header.header-v1 .sticky-wrapper + .row {
    align-items: center
}

.site-header.header-v10, .site-header.header-v2, .site-header.header-v3, .site-header.header-v4, .site-header.header-v9 {
    padding-bottom: 1em
}

.site-header.header-v10 .row, .site-header.header-v2 .row, .site-header.header-v3 .row, .site-header.header-v4 .row, .site-header.header-v9 .row {
    align-items: center
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-product-cards-carousel-tabs .site-header.header-v10 .section-products-carousel-tabs-wrap .row + .row, .section-product-cards-carousel-tabs .site-header.header-v2 .section-products-carousel-tabs-wrap .row + .row, .section-product-cards-carousel-tabs .site-header.header-v3 .section-products-carousel-tabs-wrap .row + .row, .section-product-cards-carousel-tabs .site-header.header-v4 .section-products-carousel-tabs-wrap .row + .row, .section-product-cards-carousel-tabs .site-header.header-v9 .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v10 .col-full .row + .row, .site-header.header-v10 .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v10 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row, .site-header.header-v2 .col-full .row + .row, .site-header.header-v2 .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v2 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row, .site-header.header-v3 .col-full .row + .row, .site-header.header-v3 .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v3 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row, .site-header.header-v4 .col-full .row + .row, .site-header.header-v4 .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v4 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row, .site-header.header-v9 .col-full .row + .row, .site-header.header-v9 .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap .row + .row, .site-header.header-v9 .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .row + .row {
        justify-content: flex-start
    }
}

.site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
    flex: 0 0 12.3333333333%;
    max-width: 12.3333333333%;
    margin-bottom: 0
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
        flex: 0 0 16.8333333333%;
        max-width: 16.8333333333%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
        flex: 0 0 15.8333333333%;
        max-width: 15.8333333333%
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
        flex: 0 0 15.3333333333%;
        max-width: 15.3333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-header.header-v10 .site-branding, .site-header.header-v2 .site-branding, .site-header.header-v3 .site-branding, .site-header.header-v4 .site-branding, .site-header.header-v9 .site-branding {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

.site-header.header-v10 .row + .row, .site-header.header-v10 .row + .sticky-wrapper, .site-header.header-v2 .row + .row, .site-header.header-v2 .row + .sticky-wrapper, .site-header.header-v3 .row + .row, .site-header.header-v3 .row + .sticky-wrapper, .site-header.header-v4 .row + .row, .site-header.header-v4 .row + .sticky-wrapper, .site-header.header-v9 .row + .row, .site-header.header-v9 .row + .sticky-wrapper {
    margin: .6em 0 0
}

@media (max-width: 991px) {
    .site-header.header-v10 .row + .row, .site-header.header-v10 .row + .sticky-wrapper, .site-header.header-v2 .row + .row, .site-header.header-v2 .row + .sticky-wrapper, .site-header.header-v3 .row + .row, .site-header.header-v3 .row + .sticky-wrapper, .site-header.header-v4 .row + .row, .site-header.header-v4 .row + .sticky-wrapper, .site-header.header-v9 .row + .row, .site-header.header-v9 .row + .sticky-wrapper {
        margin: 1.3em 0 0
    }
}

@media (min-width: 1200px) {
    .site-header.header-v10 .row + .sticky-wrapper .row, .site-header.header-v2 .row + .sticky-wrapper .row, .site-header.header-v3 .row + .sticky-wrapper .row, .site-header.header-v4 .row + .sticky-wrapper .row, .site-header.header-v9 .row + .sticky-wrapper .row {
        margin-left: auto
    }
}

@media (min-width: 1200px) {
    .site-header.header-v2 .row + .row, .site-header.header-v2 .row + .sticky-wrapper {
        margin: 1.2em 0 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header.header-v2 .row + .row, .site-header.header-v2 .row + .sticky-wrapper {
        margin: 0
    }
}

.site-header.header-v2 .navbar-primary {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-header.header-v3 .navbar-search {
        padding-left: 35px
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .site-header.header-v3 .navbar-search {
        padding-left: 30px
    }
}

.site-header.header-v4 {
    padding: 1em 0;
    margin-bottom: 2em
}

@media (max-width: 767px) {
    .site-header.header-v4 {
        margin-bottom: 0
    }
}

.site-header.header-v4 .site-branding .cls-1, .site-header.header-v4 .site-branding .cls-2 {
    fill: #fff
}

.site-header.header-v4 .navbar-search .search-categories {
    background: #fff;
    border: none
}

.site-header.header-v4 .navbar-search input[type=text] {
    padding: 1.12em;
    border: none
}

.site-header.header-v4 .navbar-search button {
    border: none;
    color: #fff
}

@media (max-width: 991px) {
    .site-header.header-v4 .sticky-wrapper .handheld-header-cart-link, .site-header.header-v4 .sticky-wrapper .handheld-navigation .btn, .site-header.header-v4 .sticky-wrapper .handheld-navigation button {
        color: #fff
    }
}

.site-header.header-v4 .site-header-cart .cart-contents {
    color: #fff
}

.site-header.header-v4 .header-cart-icon, .site-header.header-v4 .navbar-nav .nav-link {
    color: #fff
}

@media (max-width: 1199px) {
    .site-header.header-v4 .departments-menu, .site-header.header-v4 .navbar-search, .site-header.header-v4 .site-header-cart, .site-header.header-v4 ul.header-compare.nav, .site-header.header-v4 ul.header-wishlist.nav {
        margin-bottom: 0
    }
}

.site-header.header-v6 {
    padding: 1.41em 0
}

.site-header.header-v6 .row {
    justify-content: space-between;
    align-items: center;
    margin: 0
}

.site-header.header-v6 .row .site-branding {
    margin: 0;
    padding: 0
}

@media (min-width: 1024px) {
    .site-header.header-v6 .row .site-branding {
        display: flex
    }
}

.site-header.header-v6 .row .site-branding .custom-logo-link {
    margin: 0 auto;
    display: inherit
}

@media (max-width: 991px) {
    .site-header.header-v6 .sticky-wrapper {
        margin-top: 22px
    }
}

@media (max-width: 1199px) {
    .site-header.header-v6 .departments-menu {
        margin-bottom: 0
    }
}

.site-header.header-v6 .header-action-btn {
    font-weight: 300;
    font-size: .933em
}

.site-header.header-v6 .header-action-btn i {
    font-size: 2.143em;
    padding-left: .267em
}

.page-template-template-homepage-v10 .header-v4, .page-template-template-homepage-v9 .header-v4 {
    margin-bottom: 0
}

.page-template-template-homepage-v5 .header-v5, .page-template-template-homepage-v5 .header-v6, .page-template-template-homepage-v6 .header-v5, .page-template-template-homepage-v6 .header-v6 {
    margin-bottom: 20px
}

.page-template-template-homepage-v12 .header-v6, .page-template-template-homepage-v12 .header-v7, .page-template-template-homepage-v12 .header-v8, .page-template-template-homepage-v5 .header-v6, .page-template-template-homepage-v5 .header-v7, .page-template-template-homepage-v5 .header-v8, .page-template-template-homepage-v6 .header-v6, .page-template-template-homepage-v6 .header-v7, .page-template-template-homepage-v6 .header-v8 {
    box-shadow: 0 0 17px -1px rgba(0, 0, 0, .6)
}

.page-template-template-homepage-v12 .header-v5, .page-template-template-homepage-v12 .header-v6, .page-template-template-homepage-v12 .header-v7, .page-template-template-homepage-v12 .header-v8, .page-template-template-homepage-v12 .header-v9, .page-template-template-homepage-v2 .header-v5, .page-template-template-homepage-v2 .header-v9, .page-template-template-homepage-v3 .header-v5, .page-template-template-homepage-v5 .header-v7, .page-template-template-homepage-v5 .header-v8, .page-template-template-homepage-v5 .header-v9, .page-template-template-homepage-v6 .header-v7, .page-template-template-homepage-v6 .header-v8, .page-template-template-homepage-v6 .header-v9 {
    margin-bottom: 20px
}

.page-template-template-homepage-v2 .header-v8, .page-template-template-homepage-v3 .header-v6, .page-template-template-homepage-v3 .header-v7, .page-template-template-homepage-v3 .header-v8 {
    margin-bottom: 30px;
    box-shadow: 0 0 17px -1px rgba(0, 0, 0, .6)
}

.site-header.header-v5 {
    width: 100%;
    padding: 1.3em 0;
    color: #fff
}

.site-header.header-v5 .row {
    margin: 0;
    align-items: center
}

.site-header.header-v5 .site-branding .cls-1, .site-header.header-v5 .site-branding .cls-2 {
    fill: #fff
}

@media (max-width: 991px) {
    .site-header.header-v5 .sticky-wrapper {
        margin-top: 22px
    }

    .site-header.header-v5 .sticky-wrapper .handheld-header-cart-link, .site-header.header-v5 .sticky-wrapper .handheld-navigation .btn, .site-header.header-v5 .sticky-wrapper .handheld-navigation button {
        color: #fff
    }
}

.site-header.header-v5 .site-branding {
    margin: 0
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header.header-v5 .site-branding {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (min-width: 1590px) {
    .site-header.header-v5 .site-branding {
        flex: 0 0 12.3333333333%;
        max-width: 12.3333333333%
    }
}

.site-header.header-v5 .custom-logo-link {
    display: flex
}

@media (min-width: 1590px) {
    .site-header.header-v5 .primary-navigation {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        margin-left: 1.8333333333%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header.header-v5 .primary-navigation {
        flex: 0 0 56.6666666667%;
        max-width: 56.6666666667%
    }
}

.site-header.header-v5 .navbar-search {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    background-color: #fff;
    padding: 0;
    border-radius: 6px
}

.site-header.header-v5 .navbar-search input[type=text] {
    border-color: transparent;
    background-color: transparent
}

.site-header.header-v5 .navbar-search button {
    min-width: 60px;
    max-width: 60px;
    color: #fff;
    border: transparent
}

.site-header.header-v5 .navbar-search button i {
    display: block
}

.site-header.header-v5 .navbar-search button span {
    display: none
}

.site-header.header-v5 .navbar-search button:focus, .site-header.header-v5 .navbar-search button:hover {
    border: transparent
}

.header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu {
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden
}

.header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .header-v3 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu {
    transition: all .25s ease 0s;
    opacity: 1;
    visibility: visible
}

.site-header.header-v7 {
    padding: 1em 0
}

@media (min-width: 1025px) {
    .site-header.header-v7 .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
        padding: 1em 0;
        margin: 0 15px
    }
}

@media (min-width: 1200px) {
    .site-header.header-v7 .primary-navigation {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

.site-header.header-v7 .row {
    align-items: center
}

.site-header.header-v7 .site-branding {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 0
}

@media (min-width: 1590px) {
    .site-header.header-v7 .site-branding a {
        margin-left: 70px
    }
}

.site-header.header-v7 .site-branding .custom-logo-link {
    display: flex
}

@media (min-width: 1025px) {
    .site-header.header-v8 {
        padding: 0
    }

    .site-header.header-v8 .row {
        align-items: center
    }

    .site-header.header-v8 .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
        padding: 0
    }
}

@media (max-width: 1024px) {
    .site-header.header-v8 svg .cls-1 {
        fill: #000
    }
}

.site-header.header-v8 .desktop-only {
    padding: 0 !important
}

@media (min-width: 1025px) {
    .site-header.header-v8 .site-branding {
        margin-bottom: 0;
        display: flex;
        padding: 21px 0;
        background-color: #000;
        flex: 0 0 23%;
        max-width: 23%
    }
}

@media (min-width: 1590px) {
    .site-header.header-v8 .site-branding {
        flex: 0 0 15.8333333333%;
        max-width: 15.8333333333%
    }
}

@media (min-width: 1350px) and (max-width: 1399px) {
    .site-header.header-v8 .site-branding {
        flex: 0 0 21.3333333333%;
        max-width: 21.3333333333%
    }
}

@media (min-width: 1025px) {
    .site-header.header-v8 .site-branding .custom-logo-link {
        margin: 0 auto;
        height: 28px
    }
}

.site-header.header-v8 ul.header-compare.nav .nav-link, .site-header.header-v8 ul.header-wishlist.nav .nav-link {
    padding: 0
}

.site-header.header-v8 .primary-navigation {
    padding-left: 70px
}

@media (min-width: 1200px) {
    .site-header.header-v8 .primary-navigation {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (min-width: 1025px) {
    .site-header.header-v8 .navbar-primary .nav .menu-item-has-children > .dropdown-menu, .site-header.header-v8 .primary-navigation .nav .menu-item-has-children > .dropdown-menu {
        top: 66px
    }

    .site-header.header-v8 .navbar-primary .nav .dropdown-menu .show > .dropdown-menu, .site-header.header-v8 .primary-navigation .nav .dropdown-menu .show > .dropdown-menu {
        left: 100%;
        top: 0
    }
}

.site-header.header-v9 {
    box-shadow: 0 2px 4px rgba(1, 1, 1, .15);
    padding: .96em 0
}

.site-header.header-v9 .row {
    align-items: center
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header.header-v9 .row {
        flex-wrap: nowrap
    }
}

.site-header.header-v9 .site-branding {
    margin-bottom: 0
}

.site-header.header-v9 .site-branding .custom-logo-link {
    display: flex
}

.site-header.header-v9 .primary-navigation {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.site-header.header-v10 {
    padding-top: .68em;
    padding-bottom: 1.6em
}

.site-header.header-v10 .stretched-row {
    margin-top: 13px
}

.site-header.header-v10 .stretched-row .row {
    margin: 0 10px
}

.site-header.header-v10 .stuck .stretched-row {
    margin-top: 0
}

@media (min-width: 1200px) {
    .site-header.header-v10 .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children > .dropdown-menu, .site-header.header-v10 .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children > .dropdown-menu {
        top: 46px
    }
}

.site-header.header-v10 .navbar-primary {
    width: 100%
}

.site-header.header-v10 .navbar-primary > .nav {
    padding: 6.5px 0
}

button.menu-toggle {
    cursor: pointer;
    text-align: left;
    float: right;
    position: relative;
    border: 2px solid transparent;
    box-shadow: none;
    border-radius: 2px;
    background-image: none;
    padding: .6180469716em .875em .6180469716em 2.617924em;
    font-size: .875em
}

button.menu-toggle:hover {
    background-image: none
}

button.menu-toggle span:before {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

button.menu-toggle span:before, button.menu-toggle:after, button.menu-toggle:before {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top: -1px;
    transition: all, ease, .2s;
    border-radius: 3px
}

button.menu-toggle:before {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

button.menu-toggle:after {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.toggled button.menu-toggle:after, .toggled button.menu-toggle:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggled button.menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggled button.menu-toggle span:before {
    opacity: 0
}

.main-navigation::after {
    display: block;
    content: "";
    clear: both
}

.main-navigation div.menu {
    display: none
}

.main-navigation div.menu:last-child {
    display: block
}

.main-navigation .menu {
    clear: both
}

.main-navigation div.menu > ul:not(.nav-menu), .nav-menu {
    overflow: hidden;
    max-height: 0;
    transition: all, ease, .8s
}

.main-navigation.toggled .menu > ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
    max-height: 1750px
}

.main-navigation ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

.main-navigation ul ul {
    display: block;
    margin-left: 1.41575em
}

.main-navigation ul li a {
    padding: .875em 0;
    display: block
}

.main-navigation ul li a:hover {
    color: #e6e6e6
}

.section-products-isotope, .section-products-isotope-alt {
    background-color: #f6f7f7;
    padding: 50px 0
}

.section-products-isotope .isotope-products .section-header .pre-title, .section-products-isotope-alt .isotope-products .section-header .pre-title {
    font-size: 1.125em;
    color: #090909;
    letter-spacing: -.01em;
    font-weight: 300;
    margin-bottom: 25px
}

@media (min-width: 768px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .section-header .pre-title, .section-products-isotope-alt .isotope-products .section-header .pre-title {
        font-size: 1em;
        margin-bottom: 18px
    }
}

@media (max-width: 767px) {
    .section-products-isotope .isotope-products .section-header, .section-products-isotope-alt .isotope-products .section-header {
        margin-bottom: 50px
    }
}

.section-products-isotope .isotope-products .section-header .section-title, .section-products-isotope-alt .isotope-products .section-header .section-title {
    font-size: 1.875em;
    line-height: 1.267em;
    color: #090909;
    letter-spacing: -.01em;
    font-weight: 300;
    margin-bottom: 22px
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .section-header .section-title, .section-products-isotope-alt .isotope-products .section-header .section-title {
        font-size: 1.3em
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope .isotope-products .section-header .section-title, .section-products-isotope-alt .isotope-products .section-header .section-title {
        font-size: 1.3em
    }
}

.section-products-isotope .isotope-products .section-header .section-title strong, .section-products-isotope-alt .isotope-products .section-header .section-title strong {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.056em
}

.section-products-isotope .isotope-products .section-header .marketing-text, .section-products-isotope-alt .isotope-products .section-header .marketing-text {
    font-size: 1.25em;
    color: #090909;
    font-weight: 100;
    margin-bottom: 12px
}

@media (min-width: 768px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .section-header .marketing-text, .section-products-isotope-alt .isotope-products .section-header .marketing-text {
        font-size: 1em
    }
}

.section-products-isotope .isotope-products .section-header .action, .section-products-isotope-alt .isotope-products .section-header .action {
    font-size: .875em;
    line-height: 1em;
    padding: .929em 2.429em .643em;
    border-radius: 32px;
    font-weight: 500
}

.section-products-isotope .isotope-products .deal-countdown-timer, .section-products-isotope-alt .isotope-products .deal-countdown-timer {
    margin-bottom: 1.938em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .deal-countdown-timer, .section-products-isotope-alt .isotope-products .deal-countdown-timer {
        margin-bottom: 1.2em
    }
}

.section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown {
    display: flex;
    text-align: center;
    min-width: 230px
}

.section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown > span, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown > span {
    display: flex;
    color: #383838;
    align-items: center
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown > span, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown > span {
        flex-wrap: wrap;
        justify-content: center;
        width: 50px
    }
}

.section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown > span b, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown > span b {
    font-size: .625em;
    text-transform: uppercase;
    font-weight: 300;
    color: #383838
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown > span b, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown > span b {
        margin-left: 0
    }
}

.section-products-isotope .isotope-products .deal-countdown-timer .deal-countdown > span .value, .section-products-isotope-alt .isotope-products .deal-countdown-timer .deal-countdown > span .value {
    font-size: 1.125em;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 2.556em;
    font-weight: 500;
    font-size: 20px
}

.section-products-isotope .products, .section-products-isotope-alt .products {
    margin: 0
}

.section-products-isotope .products .clear, .section-products-isotope-alt .products .clear {
    display: none
}

.section-products-isotope .products .product .onsale, .section-products-isotope-alt .products .product .onsale {
    right: 25px;
    top: 25px;
    z-index: 1
}

@media (min-width: 768px) {
    .section-products-isotope .products .product .clear + .woocommerce-LoopProduct-link, .section-products-isotope .products .product .onsale + .woocommerce-LoopProduct-link, .section-products-isotope-alt .products .product .clear + .woocommerce-LoopProduct-link, .section-products-isotope-alt .products .product .onsale + .woocommerce-LoopProduct-link {
        flex-grow: 1;
        display: flex;
        overflow: hidden
    }
}

.section-products-isotope .products h3, .section-products-isotope-alt .products h3 {
    max-width: 250px
}

.section-products-isotope .row-1 .products, .section-products-isotope-alt .row-1 .products {
    -webkit-grid-auto-flow: column;
    -ms-grid-auto-flow: column;
    grid-auto-flow: column
}

.section-products-isotope .row-1 .products .product:nth-child(3), .section-products-isotope-alt .row-1 .products .product:nth-child(3) {
    -webkit-grid-column: span 2;
    -ms-grid-column: span 2;
    grid-column: span 2;
    -webkit-grid-row: span 2;
    -ms-grid-row: span 2;
    grid-row: span 2
}

.section-products-isotope .row-1 .products .product:nth-child(6), .section-products-isotope-alt .row-1 .products .product:nth-child(6) {
    -webkit-grid-column: span 1;
    -ms-grid-column: span 1;
    grid-column: span 1;
    -webkit-grid-row: span 2;
    -ms-grid-row: span 2;
    grid-row: span 2
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-1 .products .product:nth-child(6), .section-products-isotope-alt .row-1 .products .product:nth-child(6) {
        display: none
    }
}

@media (min-width: 768px) {
    .section-products-isotope .row-1 .products, .section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products, .section-products-isotope-alt .row-1 .products, .section-products-isotope-alt .row-2 .products, .section-products-isotope-alt .row-3 .products {
        display: -ms-grid;
        display: -webkit-grid;
        display: grid
    }
}

@media (max-width: 767px) {
    .section-products-isotope .row-1 .products, .section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products, .section-products-isotope-alt .row-1 .products, .section-products-isotope-alt .row-2 .products, .section-products-isotope-alt .row-3 .products {
        display: flex
    }
}

.section-products-isotope .row-1 .products .product, .section-products-isotope .row-2 .products .product, .section-products-isotope .row-3 .products .product, .section-products-isotope-alt .row-1 .products .product, .section-products-isotope-alt .row-2 .products .product, .section-products-isotope-alt .row-3 .products .product {
    max-width: 100%;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 767px) {
    .section-products-isotope .row-1 .products .product, .section-products-isotope .row-2 .products .product, .section-products-isotope .row-3 .products .product, .section-products-isotope-alt .row-1 .products .product, .section-products-isotope-alt .row-2 .products .product, .section-products-isotope-alt .row-3 .products .product {
        margin-bottom: 20px
    }
}

.section-products-isotope .row-1 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope .row-2 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope .row-3 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope-alt .row-1 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope-alt .row-2 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope-alt .row-3 .products .product .woocommerce-LoopProduct-link img {
    margin: auto
}

.section-products-isotope .row-1 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link, .section-products-isotope .row-2 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link, .section-products-isotope .row-3 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link, .section-products-isotope-alt .row-1 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link, .section-products-isotope-alt .row-2 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link, .section-products-isotope-alt .row-3 .products .product .woocommerce-LoopProduct-link + .woocommerce-LoopProduct-link {
    margin-top: 12px
}

.section-products-isotope .row-1 .products .product .hover-area, .section-products-isotope .row-2 .products .product .hover-area, .section-products-isotope .row-3 .products .product .hover-area, .section-products-isotope-alt .row-1 .products .product .hover-area, .section-products-isotope-alt .row-2 .products .product .hover-area, .section-products-isotope-alt .row-3 .products .product .hover-area {
    border: none;
    left: 0;
    right: 0
}

.section-products-isotope {
    padding: 3em 0
}

.home-v1-slider {
    margin-bottom: 1.938em
}

@media (min-width: 1700px) {
    .home-v1-slider .custom.tp-bullets {
        left: calc(50% - 523px) !important
    }
}

@media (min-width: 1590px) {
    .home-v2-slider .custom.tp-bullets {
        left: calc(50% - 440px) !important
    }
}

.slider-sm-btn:hover {
    color: #fff !important
}

.home-v1-slider .custom.tp-bullets, .home-v10-slider .custom.tp-bullets, .home-v11-slider .custom.tp-bullets, .home-v12-slider .custom.tp-bullets, .home-v2-slider .custom.tp-bullets, .home-v3-slider .custom.tp-bullets, .home-v4-slider .custom.tp-bullets, .home-v5-slider .custom.tp-bullets, .home-v6-slider .custom.tp-bullets {
    text-align: center;
    display: flex;
    align-items: center
}

.home-v1-slider .custom.tp-bullets::before, .home-v10-slider .custom.tp-bullets::before, .home-v11-slider .custom.tp-bullets::before, .home-v12-slider .custom.tp-bullets::before, .home-v2-slider .custom.tp-bullets::before, .home-v3-slider .custom.tp-bullets::before, .home-v4-slider .custom.tp-bullets::before, .home-v5-slider .custom.tp-bullets::before, .home-v6-slider .custom.tp-bullets::before {
    display: none
}

.home-v1-slider .custom.tp-bullets .tp-bullet, .home-v10-slider .custom.tp-bullets .tp-bullet, .home-v11-slider .custom.tp-bullets .tp-bullet, .home-v12-slider .custom.tp-bullets .tp-bullet, .home-v2-slider .custom.tp-bullets .tp-bullet, .home-v3-slider .custom.tp-bullets .tp-bullet, .home-v4-slider .custom.tp-bullets .tp-bullet, .home-v5-slider .custom.tp-bullets .tp-bullet, .home-v6-slider .custom.tp-bullets .tp-bullet {
    background-color: #d3d3d3;
    text-align: center;
    width: 8px;
    height: 8px;
    position: relative;
    border-radius: 50%;
    flex-shrink: 0
}

.home-v1-slider .custom.tp-bullets .tp-bullet.selected, .home-v10-slider .custom.tp-bullets .tp-bullet.selected, .home-v11-slider .custom.tp-bullets .tp-bullet.selected, .home-v12-slider .custom.tp-bullets .tp-bullet.selected, .home-v2-slider .custom.tp-bullets .tp-bullet.selected, .home-v3-slider .custom.tp-bullets .tp-bullet.selected, .home-v4-slider .custom.tp-bullets .tp-bullet.selected, .home-v5-slider .custom.tp-bullets .tp-bullet.selected, .home-v6-slider .custom.tp-bullets .tp-bullet.selected {
    width: 30px;
    height: 8px;
    border-radius: 4px;
    z-index: 1;
    flex-shrink: 0
}

.home-v1-slider .tm-long-arrow-left, .home-v1-slider .tm-long-arrow-right, .home-v10-slider .tm-long-arrow-left, .home-v10-slider .tm-long-arrow-right, .home-v11-slider .tm-long-arrow-left, .home-v11-slider .tm-long-arrow-right, .home-v12-slider .tm-long-arrow-left, .home-v12-slider .tm-long-arrow-right, .home-v2-slider .tm-long-arrow-left, .home-v2-slider .tm-long-arrow-right, .home-v3-slider .tm-long-arrow-left, .home-v3-slider .tm-long-arrow-right, .home-v4-slider .tm-long-arrow-left, .home-v4-slider .tm-long-arrow-right, .home-v5-slider .tm-long-arrow-left, .home-v5-slider .tm-long-arrow-right, .home-v6-slider .tm-long-arrow-left, .home-v6-slider .tm-long-arrow-right {
    margin-left: 7px;
    font-size: 31px
}

@media (max-width: 480px) {
    .home-v1-slider .tm-long-arrow-left, .home-v1-slider .tm-long-arrow-right, .home-v10-slider .tm-long-arrow-left, .home-v10-slider .tm-long-arrow-right, .home-v11-slider .tm-long-arrow-left, .home-v11-slider .tm-long-arrow-right, .home-v12-slider .tm-long-arrow-left, .home-v12-slider .tm-long-arrow-right, .home-v2-slider .tm-long-arrow-left, .home-v2-slider .tm-long-arrow-right, .home-v3-slider .tm-long-arrow-left, .home-v3-slider .tm-long-arrow-right, .home-v4-slider .tm-long-arrow-left, .home-v4-slider .tm-long-arrow-right, .home-v5-slider .tm-long-arrow-left, .home-v5-slider .tm-long-arrow-right, .home-v6-slider .tm-long-arrow-left, .home-v6-slider .tm-long-arrow-right {
        margin-left: 7px;
        font-size: 19px
    }

    .home-v1-slider .slider-sm-btn, .home-v10-slider .slider-sm-btn, .home-v11-slider .slider-sm-btn, .home-v12-slider .slider-sm-btn, .home-v2-slider .slider-sm-btn, .home-v3-slider .slider-sm-btn, .home-v4-slider .slider-sm-btn, .home-v5-slider .slider-sm-btn, .home-v6-slider .slider-sm-btn {
        padding: 6px 10px !important
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .home-v1-slider .tm-long-arrow-left, .home-v1-slider .tm-long-arrow-right, .home-v10-slider .tm-long-arrow-left, .home-v10-slider .tm-long-arrow-right, .home-v11-slider .tm-long-arrow-left, .home-v11-slider .tm-long-arrow-right, .home-v12-slider .tm-long-arrow-left, .home-v12-slider .tm-long-arrow-right, .home-v2-slider .tm-long-arrow-left, .home-v2-slider .tm-long-arrow-right, .home-v3-slider .tm-long-arrow-left, .home-v3-slider .tm-long-arrow-right, .home-v4-slider .tm-long-arrow-left, .home-v4-slider .tm-long-arrow-right, .home-v5-slider .tm-long-arrow-left, .home-v5-slider .tm-long-arrow-right, .home-v6-slider .tm-long-arrow-left, .home-v6-slider .tm-long-arrow-right {
        font-size: 19px
    }

    .home-v1-slider .slider-sm-btn, .home-v10-slider .slider-sm-btn, .home-v11-slider .slider-sm-btn, .home-v12-slider .slider-sm-btn, .home-v2-slider .slider-sm-btn, .home-v3-slider .slider-sm-btn, .home-v4-slider .slider-sm-btn, .home-v5-slider .slider-sm-btn, .home-v6-slider .slider-sm-btn {
        padding: 8px 15px !important
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .home-v1-slider .tm-long-arrow-left, .home-v1-slider .tm-long-arrow-right, .home-v10-slider .tm-long-arrow-left, .home-v10-slider .tm-long-arrow-right, .home-v11-slider .tm-long-arrow-left, .home-v11-slider .tm-long-arrow-right, .home-v12-slider .tm-long-arrow-left, .home-v12-slider .tm-long-arrow-right, .home-v2-slider .tm-long-arrow-left, .home-v2-slider .tm-long-arrow-right, .home-v3-slider .tm-long-arrow-left, .home-v3-slider .tm-long-arrow-right, .home-v4-slider .tm-long-arrow-left, .home-v4-slider .tm-long-arrow-right, .home-v5-slider .tm-long-arrow-left, .home-v5-slider .tm-long-arrow-right, .home-v6-slider .tm-long-arrow-left, .home-v6-slider .tm-long-arrow-right {
        font-size: 20px
    }

    .home-v1-slider .slider-sm-btn, .home-v10-slider .slider-sm-btn, .home-v11-slider .slider-sm-btn, .home-v12-slider .slider-sm-btn, .home-v2-slider .slider-sm-btn, .home-v3-slider .slider-sm-btn, .home-v4-slider .slider-sm-btn, .home-v5-slider .slider-sm-btn, .home-v6-slider .slider-sm-btn {
        padding: 8px 15px !important;
        font-size: 14px !important;
        line-height: 15px !important
    }

    .home-v1-slider .home-v1-slider .custom.tp-bullets, .home-v10-slider .home-v1-slider .custom.tp-bullets, .home-v11-slider .home-v1-slider .custom.tp-bullets, .home-v12-slider .home-v1-slider .custom.tp-bullets, .home-v2-slider .home-v1-slider .custom.tp-bullets, .home-v3-slider .home-v1-slider .custom.tp-bullets, .home-v4-slider .home-v1-slider .custom.tp-bullets, .home-v5-slider .home-v1-slider .custom.tp-bullets, .home-v6-slider .home-v1-slider .custom.tp-bullets {
        left: calc(50% - 353px) !important;
        top: 105% !important
    }
}

.landing-v2-slider {
    margin-bottom: 3.188em
}

.home-v9-slider {
    margin-bottom: 4.875em
}

@media (min-width: 1024px) and (max-width: 1590px) {
    .home-v9-slider .slider-sm-btn {
        padding: 5px 20px 6px !important;
        line-height: 1.5 !important
    }
}

.home-v10-slider {
    margin-bottom: 1.42em
}

.home-v11-slider {
    margin-bottom: 4.438em
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .home-v11-slider .slider-sm-btn {
        right: 40px
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .home-v11-slider .slider-sm-btn {
        right: 40px
    }
}

.full-width-banner {
    margin-bottom: 3.688em
}

.full-width-banner .banner-bg .caption {
    letter-spacing: -.01em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .full-width-banner .banner-bg .caption {
        flex-direction: column;
        text-align: center;
        font-size: 14px
    }
}

.full-width-banner .banner-bg .caption h3.title {
    font-size: 2.125em;
    line-height: 1.118em;
    color: #2a2a2a;
    font-weight: 300;
    margin-bottom: .206em
}

@media (max-width: 767px) {
    .full-width-banner .banner-bg .caption h3.title {
        font-size: 1.5em
    }
}

.full-width-banner .banner-bg .caption h3.title strong {
    font-weight: 500
}

.full-width-banner .banner-bg .button, .full-width-banner .banner-bg article .more-link, article .full-width-banner .banner-bg .more-link {
    margin-bottom: .236em;
    display: flex;
    border: 2px solid;
    background-color: transparent;
    border-radius: .267em;
    font-weight: 500;
    font-size: .938em;
    line-height: 1.2em;
    padding: .74em 2.1em;
    align-items: center;
    margin-left: 2.5em;
    letter-spacing: -.01em
}

@media (max-width: 767px) {
    .full-width-banner .banner-bg .button, .full-width-banner .banner-bg article .more-link, article .full-width-banner .banner-bg .more-link {
        margin-left: 0;
        font-size: .838em
    }
}

.full-width-banner .banner-bg .button:focus, .full-width-banner .banner-bg .button:hover, .full-width-banner .banner-bg article .more-link:focus, .full-width-banner .banner-bg article .more-link:hover, article .full-width-banner .banner-bg .more-link:focus, article .full-width-banner .banner-bg .more-link:hover {
    text-decoration: none;
    color: #fff
}

.full-width-banner .banner-bg .button .feature-icon, .full-width-banner .banner-bg article .more-link .feature-icon, article .full-width-banner .banner-bg .more-link .feature-icon {
    font-size: 2em
}

.banner.text-in-left .banner-bg {
    padding-left: 2.188em;
    justify-content: flex-start
}

.banner.text-in-right .banner-bg {
    padding-right: 4.375em;
    justify-content: flex-end
}

@media (max-width: 575px) {
    .banner.text-in-right .banner-bg {
        padding-right: 2.3em
    }
}

.page-template-template-homepage-v1 .banners .text-in-left {
    padding-left: .313em
}

.page-template-template-homepage-v1 .banners .text-in-right .banner-bg {
    padding-right: 3.563em
}

.page-template-template-homepage-v1 .side-banners {
    margin-bottom: 3.688em
}

.banners {
    margin-bottom: 4.063em
}

.banners .banner .banner-bg {
    height: 259px
}

@media (max-width: 767px) {
    .banners .banner .banner-bg .caption {
        font-size: 14px
    }
}

.banners .banner .banner-bg .caption .price {
    display: block;
    font-weight: 300;
    font-size: 1.375em;
    letter-spacing: .035em;
    margin-bottom: .682em
}

.banners .banner.banner-long, .banners .banner.banner-short {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .banners .banner.banner-long, .banners .banner.banner-short {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .banners .banner.banner-long, .banners .banner.banner-short {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .banners .banner.banner-long, .banners .banner.banner-short {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.banner-long, .banners .banner.banner-short {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199px) {
    .banners .banner.banner-short {
        text-align: center
    }

    .banners .banner.banner-short .banner-bg {
        display: flex;
        justify-content: center;
        padding: 0
    }
}

@media (min-width: 1200px) {
    .banners .banner.banner-short {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: .313em
    }
}

@media (min-width: 1200px) {
    .banners .banner.banner-long {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .banners .banner.banner-long {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .banners .banner.banner-long .banner-bg {
        padding: 0 30px;
        text-align: center
    }
}

.banners .banner:last-child .banner-bg .caption h3 {
    font-size: 1.313em;
    line-height: 1.333em
}

.banners .banner:last-child .banner-bg .caption h3 strong {
    font-size: 1.333em
}

.side-banners, .slider-with-banners {
    margin-bottom: 2.813em
}

.side-banners .banner .banner-bg, .slider-with-banners .banner .banner-bg {
    height: 256px
}

@media (min-width: 1590px) {
    .side-banners .banner + .banner, .slider-with-banners .banner + .banner {
        margin-top: 1.25em
    }
}

@media (max-width: 767px) {
    .side-banners .banner + .banner, .slider-with-banners .banner + .banner {
        margin-top: 20px
    }
}

.slider-with-banners {
    margin-right: -32px
}

.slider-with-banners .col-sm-7 {
    padding-left: .75em
}

@media (min-width: 1700px) {
    .slider-with-banners .banner {
        width: 414px
    }
}

@media (min-width: 768px) and (max-width: 1589px) {
    .slider-with-banners .banner {
        padding-right: 10px;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1589px) {
    .slider-with-banners .banner + .banner {
        padding-right: 0;
        padding-left: 10px
    }
}

.side-banners .banner .banner-bg {
    height: 251px;
    background: #fff
}

.side-banners .banner .banner-bg .caption h3 {
    font-size: 1.375em;
    line-height: 1.182em;
    color: #2a2a2a
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .side-banners .banner + .banner {
        margin-top: 20px
    }
}

@media (max-width: 1199px) {
    .side-banners .banner + .banner {
        margin-top: 20px
    }
}

.banner-action.button, article .banner-action.more-link {
    margin-bottom: .236em;
    display: inline-block;
    border: 2px solid;
    background-color: transparent;
    border-radius: 2.286em;
    font-weight: 400;
    font-size: .875em;
    line-height: .786em;
    padding: .74em 2.43em;
    text-align: center
}

.banner-action.button:focus, .banner-action.button:hover, article .banner-action.more-link:focus, article .banner-action.more-link:hover {
    text-decoration: none;
    color: #fff
}

.banner .banner-bg, .techmarket-banner .banner-bg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.banner .banner-bg .caption ul.subtitle, .techmarket-banner .banner-bg .caption ul.subtitle {
    font-size: 1.125em;
    line-height: 1.833em;
    color: #6b6b6b;
    font-weight: 300
}

.banner .banner-bg .caption h3, .techmarket-banner .banner-bg .caption h3 {
    font-size: 1.75em;
    font-weight: 300;
    color: #2a2a2a;
    letter-spacing: -.025em;
    line-height: 1.214em;
    margin: 0 0 .8em
}

.banner .banner-bg .caption h3 strong, .techmarket-banner .banner-bg .caption h3 strong {
    font-weight: 500
}

.banner .banner-bg .caption h4, .techmarket-banner .banner-bg .caption h4 {
    font-size: 1.625em;
    line-height: 1.038em;
    color: #282828;
    font-weight: 300
}

.banner .banner-bg .caption h4 strong, .techmarket-banner .banner-bg .caption h4 strong {
    font-weight: 500
}

.banner .banner-bg .caption h5, .techmarket-banner .banner-bg .caption h5 {
    font-size: .875em;
    line-height: 1em;
    color: #686868;
    font-weight: 300;
    margin-bottom: 1.071em
}

.banner .banner-bg .caption .price, .techmarket-banner .banner-bg .caption .price {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300
}

.banner .banner-bg .caption .price del, .banner .banner-bg .caption .price ins, .techmarket-banner .banner-bg .caption .price del, .techmarket-banner .banner-bg .caption .price ins {
    font-weight: 300
}

.banner .banner-bg .caption .price del, .techmarket-banner .banner-bg .caption .price del {
    color: #9ca3a3;
    font-size: .708em;
    line-height: 1.294em
}

@media (min-width: 768px) {
    .home4-banner.techmarket-banner .banner {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.home4-banner.techmarket-banner .banner .banner-bg .caption h3 {
    font-size: 2.75em;
    line-height: 1em;
    letter-spacing: -.025em;
    font-weight: 500;
    color: #242424;
    margin: 0 0 .864em
}

.home4-banner.techmarket-banner .banner .banner-bg .caption h4 {
    font-size: 1em;
    line-height: 2.75em;
    letter-spacing: -.025em;
    font-weight: 300;
    margin: -.875em 0 1em
}

@media (max-width: 767px) {
    .home4-banner.techmarket-banner .banner .banner-bg .caption h4 {
        line-height: 1
    }
}

.homev3-slider-with-banners .banner {
    margin-bottom: 1.25em
}

@media (min-width: 1700px) {
    .homev3-slider-with-banners .banner {
        width: 287px
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .homev3-slider-with-banners .banner {
        width: 231px
    }
}

@media (min-width: 1680px) and (max-width: 1699px) {
    .homev3-slider-with-banners .banner {
        width: 243px
    }
}

.homev3-slider-with-banners .banner .banner-bg .caption h3 {
    font-size: 1.188em;
    line-height: 1.211em;
    font-weight: 300;
    margin: 0 0 .4em
}

.homev3-slider-with-banners .banner .banner-bg .caption h4 {
    font-size: .75em;
    line-height: .583em;
    font-weight: 300;
    color: #686868;
    margin-bottom: .9em
}

.homev3-slider-with-banners .banner .banner-bg .caption .price {
    font-size: 1.125em;
    line-height: .833em;
    font-weight: 300
}

.homev3-slider-with-banners .banner .banner-bg .caption .price .start_price {
    font-size: .889em;
    color: #444;
    padding-right: .25em
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .banner:last-child, .homev3-slider-with-banners .banner:nth-child(3) {
        margin-bottom: 0
    }
}

.homev12-slider-with-banners .banner, .homev6-slider-with-banners .banner {
    margin-bottom: 1.25em
}

.homev12-slider-with-banners .banner .banner-bg .caption h3, .homev6-slider-with-banners .banner .banner-bg .caption h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 300;
    margin: 0 0 .95em
}

.homev12-slider-with-banners .banner .banner-bg .caption h4, .homev6-slider-with-banners .banner .banner-bg .caption h4 {
    font-size: .813em;
    line-height: .769em;
    font-weight: 300;
    margin-bottom: .9em
}

.homev12-slider-with-banners .banner .banner-bg .caption .price, .homev6-slider-with-banners .banner .banner-bg .caption .price {
    font-size: 1.25em;
    line-height: 1.1em
}

.homev12-slider-with-banners .banner .banner-bg .caption .price del, .homev6-slider-with-banners .banner .banner-bg .caption .price del {
    font-size: .85em;
    line-height: 1.294em
}

@media (min-width: 768px) {
    .homev12-slider-with-banners .banner:last-child, .homev12-slider-with-banners .banner:nth-child(2), .homev6-slider-with-banners .banner:last-child, .homev6-slider-with-banners .banner:nth-child(2) {
        margin-bottom: 0
    }
}

.banners .banner-bg, .full-width-banner .banner-bg, .home-v3-banner-with-products-carousel .banner-bg {
    border-radius: 4px
}

.home4-banner .banner .banner-bg {
    border-radius: 0
}

.page-template-template-homepage-v2 .banner .banner-bg h4, .side-banners .banner .banner-bg h4 {
    font-size: .875em;
    line-height: 1em;
    color: #686868;
    font-weight: 300;
    margin-bottom: 1.071em
}

@media (max-width: 1199px) {
    .banners .banner {
        margin-bottom: 20px
    }
}

.banners .banner.small-banner {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .banners .banner.small-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .banners .banner.small-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .banners .banner.small-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.small-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.small-banner {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.banners .banner.large-banner {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media (min-width: 576px) {
    .banners .banner.large-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .banners .banner.large-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .banners .banner.large-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.large-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.large-banner {
        padding: 0 .313em !important
    }
}

.banners .banner.large-banner-v1 .subtitle {
    margin-bottom: 17px
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 {
    font-size: 1.75em;
    line-height: 1.2;
    margin-bottom: 6px
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 .offer-amount, .banners .banner.large-banner-v1.banner .banner-bg .caption h3 .offer-symbol, .banners .banner.large-banner-v1.banner .banner-bg .caption h3 > span {
    display: flex
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 > span {
    align-items: center
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 .offer-amount {
    font-size: 2.857em;
    font-weight: 500;
    align-items: center;
    padding-right: 22px;
    letter-spacing: -3px
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 .offer-amount .offer-symbol {
    font-weight: 500;
    font-size: .3em;
    flex-direction: column;
    padding-left: 5px;
    letter-spacing: 0
}

.banners .banner.large-banner-v1.banner .banner-bg .caption h3 .offer-amount .offer-symbol .offer-text {
    font-weight: 200
}

.banners .banner.large-banner-v1 ul {
    display: flex;
    margin: 0;
    list-style: none
}

@media (max-width: 767px) {
    .banners .banner.large-banner-v1 ul {
        flex-wrap: wrap
    }
}

.banners .banner.large-banner-v1 ul li {
    line-height: 1;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 400;
    padding: 0 14px;
    border-left: 1px solid #2a2a2a
}

.banners .banner.large-banner-v1 ul li:nth-child(1) {
    padding-left: 0;
    border-left: none
}

.banners .banner.medium-banner {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .banners .banner.medium-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .banners .banner.medium-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .banners .banner.medium-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.medium-banner {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .banners .banner.medium-banner {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.banners .banner.medium-banner .banner-bg {
    border-radius: 0
}

.col-2-full-width-banner, .home-v9-full-banner {
    margin-bottom: 0
}

.home-v9-full-banner.full-width-banner .banner-bg {
    position: relative
}

.home-v9-full-banner.full-width-banner .banner-bg .caption {
    flex-direction: column;
    align-items: flex-start
}

@media (min-width: 768px) {
    .home-v9-full-banner.full-width-banner .banner-bg .caption {
        position: absolute;
        top: 54%;
        left: 66%;
        transform: translate(-50%, -50%);
        min-width: 500px
    }
}

@media (max-width: 767px) {
    .home-v9-full-banner.full-width-banner .banner-bg .caption {
        font-size: 10px;
        text-align: left
    }
}

.home-v9-full-banner.full-width-banner .banner-bg .caption h3.title {
    color: #fff;
    font-size: 6.25em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: .35em;
    line-height: .8
}

.home-v9-full-banner.full-width-banner .banner-bg .caption h3.title > span {
    display: flex;
    line-height: 1;
    align-items: center
}

.home-v9-full-banner.full-width-banner .banner-bg .caption h3.title > span span + span {
    font-size: .42em;
    font-weight: 500;
    line-height: .8;
    padding-left: 10px
}

.home-v9-full-banner.full-width-banner .banner-bg .caption h3.title > span span + span span {
    font-size: .714em;
    font-weight: 200;
    line-height: 1.5
}

.home-v9-full-banner.full-width-banner .banner-bg .caption .banner-action.button, .home-v9-full-banner.full-width-banner .banner-bg .caption article .banner-action.more-link, article .home-v9-full-banner.full-width-banner .banner-bg .caption .banner-action.more-link {
    font-size: 14px;
    margin: 0;
    border-color: #fff;
    color: #fff
}

@media (min-width: 768px) {
    .col-2-full-width-banner .banner {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .col-2-full-width-banner .banner {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.col-2-full-width-banner .banner .banner-bg {
    border-radius: 0
}

@media (max-width: 1199px) {
    .col-2-full-width-banner.banners .banner {
        margin-bottom: 0
    }
}

.col-2-full-width-banner .banner .banner-bg .caption {
    text-align: center
}

@media (max-width: 767px) {
    .col-2-full-width-banner .banner .banner-bg .caption {
        font-size: 14px
    }
}

.col-2-full-width-banner .banner .banner-bg .caption h3 {
    font-size: 3.625em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1;
    margin-bottom: .724em
}

.col-2-full-width-banner .banner .banner-bg .caption h3 > span {
    font-size: .414em
}

.col-2-full-width-banner .banner .banner-bg .caption h3 strong + span {
    font-size: .828em;
    display: block
}

.col-2-full-width-banner .banner .banner-bg .caption .banner-action.button, .col-2-full-width-banner .banner .banner-bg .caption article .banner-action.more-link, article .col-2-full-width-banner .banner .banner-bg .caption .banner-action.more-link {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    border-color: #fff;
    color: #fff;
    line-height: 1.2em;
    padding: .74em 2.1em;
    border-radius: .267em
}

.col-2-full-width-banner .banner .banner-bg .caption .banner-action.button i, .col-2-full-width-banner .banner .banner-bg .caption article .banner-action.more-link i, article .col-2-full-width-banner .banner .banner-bg .caption .banner-action.more-link i {
    padding-left: 10px;
    font-size: 31px
}

.help-banner.full-width-banner {
    text-align: center
}

@media (max-width: 767px) {
    .help-banner.full-width-banner .banner-bg .caption {
        font-size: 12px;
        padding: 0 15px
    }
}

.help-banner.full-width-banner .banner-bg .caption h4.pretitle {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 0;
    font-weight: 200;
    margin-bottom: 9px
}

.help-banner.full-width-banner .banner-bg .caption h3.title {
    font-size: 3.625em;
    line-height: .9;
    color: #444;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: .4em
}

.help-banner.full-width-banner .banner-bg .caption h4.subtitle {
    color: #444;
    line-height: 1.5
}

@media (min-width: 768px) {
    .help-banner.full-width-banner .banner-bg .caption h4.subtitle {
        max-width: 690px
    }
}

.techmarket-grid-banner-1.banners .banner-bg, .techmarket-grid-banner-2.banners .banner-bg {
    border-radius: 0
}

@media (min-width: 768px) {
    .techmarket-grid-banner-1.banners .banner-bg, .techmarket-grid-banner-2.banners .banner-bg {
        height: 100% !important
    }
}

@media (max-width: 767px) {
    .techmarket-grid-banner-1.banners .banner-bg, .techmarket-grid-banner-2.banners .banner-bg {
        height: 280px !important
    }
}

@media (max-width: 1199px) {
    .techmarket-grid-banner-1.banners .banner, .techmarket-grid-banner-2.banners .banner {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .techmarket-grid-banner-1.banners .banner, .techmarket-grid-banner-2.banners .banner {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .techmarket-grid-banner-1.banners .banner.large-banner, .techmarket-grid-banner-2.banners .banner.large-banner {
        flex-basis: inherit
    }
}

.techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
    display: grid;
    grid-gap: 20px;
    grid-template-rows: repeat(2, 273px);
    grid-template-columns: repeat(6, 273px);
    margin: 0;
    justify-content: center
}

@media (min-width: 768px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        grid-auto-flow: column
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        justify-content: center;
        margin: 0
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        grid-template-rows: repeat(2, 180px);
        grid-template-columns: repeat(6, 180px)
    }
}

@media (min-width: 1700px) and (max-width: 1919px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        grid-template-rows: repeat(2, 230px);
        grid-template-columns: repeat(6, 230px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        grid-template-rows: repeat(2, 100px);
        grid-template-columns: repeat(6, 100px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        grid-template-rows: repeat(2, 150px);
        grid-template-columns: repeat(6, 150px)
    }
}

@media (max-width: 767px) {
    .techmarket-grid-banner-1 .row, .techmarket-grid-banner-2 .row {
        display: flex;
        flex-direction: column
    }
}

.techmarket-grid-banner-1 .row .banner, .techmarket-grid-banner-2 .row .banner {
    padding: 0 !important
}

.techmarket-grid-banner-1 .row .banner:first-child, .techmarket-grid-banner-2 .row .banner:first-child {
    grid-row: span 2
}

.techmarket-grid-banner-1 .row .banner:nth-child(2), .techmarket-grid-banner-1 .row .banner:nth-child(3), .techmarket-grid-banner-2 .row .banner:nth-child(2), .techmarket-grid-banner-2 .row .banner:nth-child(3) {
    grid-row: span 1;
    max-width: 100%
}

.techmarket-grid-banner-1 .row .banner:last-child, .techmarket-grid-banner-2 .row .banner:last-child {
    grid-column: span 2;
    grid-row: span 2
}

.techmarket-grid-banner-1 {
    margin-bottom: 5.313em
}

.techmarket-grid-banner-1 .row .banner:first-child {
    grid-column: span 2
}

.techmarket-grid-banner-1 .row .banner:nth-child(2), .techmarket-grid-banner-1 .row .banner:nth-child(3) {
    grid-column: span 2
}

.techmarket-grid-banner-1 .row .banner:nth-child(2) .banner-bg .caption h3, .techmarket-grid-banner-1 .row .banner:nth-child(3) .banner-bg .caption h3 {
    font-size: 3.125em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .techmarket-grid-banner-1 .row .banner:nth-child(2) .banner-bg .caption h3, .techmarket-grid-banner-1 .row .banner:nth-child(3) .banner-bg .caption h3 {
        font-size: 2.125em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .techmarket-grid-banner-1 .row .banner:nth-child(2) .caption, .techmarket-grid-banner-1 .row .banner:nth-child(3) .caption {
        font-size: .525em
    }
}

.techmarket-grid-banner-1.banners .banner:last-child .banner-bg .caption h3 {
    font-size: 3.75em;
    line-height: 1
}

.techmarket-grid-banner-1 .banner .banner-bg .caption h3, .techmarket-grid-banner-1 .banner .banner-bg .caption h4.subtitle {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0
}

.techmarket-grid-banner-1 .banner .banner-bg .caption h3 {
    font-size: 3.75em;
    font-weight: 500;
    line-height: 1
}

.techmarket-grid-banner-1 .caption {
    text-align: center
}

@media (min-width: 768px) and (max-width: 1199px) {
    .techmarket-grid-banner-1 .caption {
        font-size: .625em
    }
}

@media (max-width: 991px) {
    .techmarket-grid-banner-1 .caption {
        font-size: .7em
    }
}

.techmarket-grid-banner-1 .banner .banner-bg .caption h4.subtitle {
    font-size: 1.125em;
    font-weight: 400
}

.techmarket-grid-banner-2 .row .banner:first-child {
    grid-column: span 3
}

.techmarket-grid-banner-2 .row .banner:nth-child(2), .techmarket-grid-banner-2 .row .banner:nth-child(3) {
    grid-column: span 1
}

.techmarket-grid-banner-2 .banner .banner-bg .caption {
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 1199px) {
    .techmarket-grid-banner-2 .banner .banner-bg .caption {
        font-size: 10px
    }
}

.techmarket-grid-banner-2 .banner .banner-bg .caption h3 {
    font-size: 3.75em;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: .4em
}

.techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.button, .techmarket-grid-banner-2 .banner .banner-bg .caption article .banner-action.more-link, article .techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.more-link {
    border: none;
    padding: 0;
    color: #fff;
    font-size: 1.313em;
    margin-bottom: 0
}

.techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.button:hover, .techmarket-grid-banner-2 .banner .banner-bg .caption article .banner-action.more-link:hover, article .techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.more-link:hover {
    background-color: transparent
}

.techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.button i, .techmarket-grid-banner-2 .banner .banner-bg .caption article .banner-action.more-link i, article .techmarket-grid-banner-2 .banner .banner-bg .caption .banner-action.more-link i {
    padding-left: 22px;
    font-size: 1.476em
}

.home-v10-banner-with-products-carousel {
    align-items: stretch;
    margin-bottom: 56px
}

@media (max-width: 767px) {
    .home-v10-banner-with-products-carousel {
        flex-direction: column
    }
}

@media (min-width: 2000px) {
    .home-v10-banner-with-products-carousel {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

@media (min-width: 768px) {
    .home-v10-banner-with-products-carousel .column-1, .home-v10-banner-with-products-carousel .column-2 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .home-v10-banner-with-products-carousel .column-1, .home-v10-banner-with-products-carousel .column-2 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.home-v10-banner-with-products-carousel .banner .banner-bg .caption h3 {
    font-size: 6.875em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500
}

.home-v10-banner-with-products-carousel .banner .banner-bg .caption h3 span {
    font-weight: 200;
    padding-right: 20px
}

@media (max-width: 1199px) {
    .home-v10-banner-with-products-carousel .banner .banner-bg .caption {
        font-size: 10px
    }
}

@media (max-width: 400px) {
    .home-v10-banner-with-products-carousel .banner .banner-bg .caption {
        font-size: 8px
    }
}

.home-v10-banner-with-products-carousel .section-products-carousel {
    background-color: #f5f5f5
}

@media (min-width: 768px) {
    .home-v10-banner-with-products-carousel .section-products-carousel {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .home-v10-banner-with-products-carousel .section-products-carousel {
        margin: 0 2px;
        box-shadow: none;
        padding-top: 20px
    }
}

.home-v10-banner-with-products-carousel .section-products-carousel .section-header {
    display: none
}

.home-v10-banner-with-products-carousel .section-products-carousel .products-carousel {
    align-self: center;
    width: 100%
}

.home-v10-banner-with-products-carousel .section-products-carousel .products-carousel > .container-fluid {
    padding: 0 15px
}

@media (min-width: 768px) {
    .home-v10-banner-with-products-carousel .section-products-carousel .products .product {
        background-color: transparent;
        border: none
    }
}

@media (max-width: 767px) {
    .home-v10-banner-with-products-carousel .section-products-carousel .products .product {
        margin: 0 2px;
        box-shadow: none !important;
        border-radius: 5px !important
    }
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product.slick-active::after {
    display: none
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area {
    background-color: transparent
}

@media (min-width: 1590px) {
    .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area .button, .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area article .more-link, article .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area .more-link {
        margin-right: 5em;
        margin-left: 5em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area .button, .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area article .more-link, article .home-v10-banner-with-products-carousel .section-products-carousel .products .product .hover-area .more-link {
        margin-left: 3em;
        margin-right: 3em
    }
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product:hover .hover-area {
    border: none;
    border-color: transparent
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product .woocommerce-loop-product__title {
    max-width: 300px
}

@media (min-width: 768px) {
    .home-v10-banner-with-products-carousel .section-products-carousel .products .product .price {
        font-size: 1.5em;
        margin-top: 1.286em;
        margin-bottom: .667em
    }
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product .onsale, .home-v10-banner-with-products-carousel .section-products-carousel .products .product .yith-wcwl-add-to-wishlist {
    opacity: 0
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .product .techmarket-product-rating .star-rating {
    font-size: 1.143em;
    vertical-align: sub
}

.home-v10-banner-with-products-carousel .section-products-carousel .products .slick-list {
    margin-bottom: 0
}

.banners-v1 .banner .banner-bg .caption h3, .banners-v1 .banner .banner-bg .caption h4 {
    margin-bottom: 0;
    color: #fff
}

.banners-v1 .banner .banner-bg .caption h4 {
    font-size: 1.125em;
    letter-spacing: -.6px
}

.banners-v1 .banner .banner-bg .caption h3 {
    font-size: 2.063em;
    font-weight: 700;
    font-style: italic
}

.banners-v1 .banner .banner-bg .caption .banner-action.button, .banners-v1 .banner .banner-bg .caption article .banner-action.more-link, article .banners-v1 .banner .banner-bg .caption .banner-action.more-link {
    color: #484848;
    border: none;
    padding: 0;
    display: flex;
    background: 0 0;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    height: 20px;
    margin-bottom: 0
}

.banners-v1 .banner .banner-bg .caption .banner-action.button i, .banners-v1 .banner .banner-bg .caption article .banner-action.more-link i, article .banners-v1 .banner .banner-bg .caption .banner-action.more-link i {
    font-size: 31px
}

.banners-v1 .banner + .banner .banner-info {
    text-align: center
}

.banners-v1 .banner:nth-child(2) .banner-bg {
    padding-left: 3.188em
}

.banners-v1 .banner:nth-child(2) .banner-bg .caption h3, .banners-v1 .banner:nth-child(2) .banner-bg .caption h4 {
    color: #484848
}

.banners-v1 .banner:nth-child(2) .banner-bg .caption h3 {
    margin-bottom: 20px;
    letter-spacing: 0
}

.banners-v1 .banner:nth-child(1) .banner-bg .caption h3 {
    margin-bottom: 30px
}

.banners-v1 .banner:last-child .banner-bg .caption h3 {
    font-size: 2.063em
}

.banners-v2.full-width-banner .banner-bg .button, .banners-v2.full-width-banner .banner-bg article .more-link, article .banners-v2.full-width-banner .banner-bg .more-link {
    color: #fff
}

.banners-v2.full-width-banner .banner-bg .caption h3.title {
    color: #fff
}

.banners-v2.full-width-banner .banner-bg .caption h4.subtitle {
    color: #b2b2b2
}

.banners-v2 .banner-action.button, .banners-v2 article .banner-action.more-link, article .banners-v2 .banner-action.more-link {
    border: none;
    color: #fff
}

.features-list {
    margin-bottom: 2.063em
}

.features-list .features {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 575px) {
    .features-list .features {
        flex-direction: column
    }
}

@media (max-width: 1199px) {
    .features-list .features {
        flex-wrap: wrap
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .features-list .features {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .features-list .features .feature:nth-child(odd) {
        border-left: none !important
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .features-list .features .feature:nth-child(4n) {
        border-left: none !important
    }
}

.features-list .features .feature {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1.7em;
    margin-top: 1.7em
}

@media (min-width: 576px) {
    .features-list .features .feature {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .features-list .features .feature {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .features-list .features .feature {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .features-list .features .feature {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .features-list .features .feature {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .features-list .features .feature {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .features-list .features .feature {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .features-list .features .feature {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (max-width: 767px) {
    .features-list .features .feature {
        min-height: auto
    }
}

.features-list .features .feature .media {
    justify-content: center
}

.features-list .features .feature .media .feature-icon {
    font-size: 2.5em
}

.features-list .features .feature .media .media-body {
    flex: 0 1 auto;
    font-size: 1em;
    line-height: 1.313em;
    font-weight: 300;
    color: #333e48;
    text-align: center
}

.features-list .features .feature .media .media-body h5 {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.313em;
    margin-bottom: 0
}

.features-list .features .feature + .feature {
    border-left: 1px solid #ddd
}

@media (max-width: 575px) {
    .features-list .features .feature + .feature {
        border: none
    }
}

.brands-carousel {
    border: 2px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 4.125em
}

.brands-carousel .slick-next, .brands-carousel .slick-prev {
    top: 49%
}

.brands-carousel .slick-next:before, .brands-carousel .slick-prev:before {
    font-family: techmarket-icons !important;
    color: #c3c3c3;
    font-size: 22px
}

.brands-carousel .slick-next:hover:before, .brands-carousel .slick-prev:hover:before {
    color: #000
}

@media (max-width: 1199px) {
    .brands-carousel .col-full, .brands-carousel .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .brands-carousel .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .brands-carousel .section-products-carousel-tabs-wrap {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media (min-width: 2000px) {
    .brands-carousel .col-full, .brands-carousel .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .brands-carousel .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .brands-carousel .section-products-carousel-tabs-wrap {
        width: 100%
    }
}

.brands-carousel .slick-prev:before {
    content: "\66"
}

[dir=rtl] .brands-carousel .slick-prev:before {
    content: "\6e"
}

.brands-carousel .slick-next:before {
    content: "\6e"
}

[dir=rtl] .brands-carousel .slick-next:before {
    content: "\66"
}

.brands-carousel .slick-slider {
    overflow: visible
}

.brands-carousel .slick-list {
    padding: 3.313em 0;
    overflow: hidden
}

.brands-carousel .text-overlay {
    display: none
}

.brands-carousel img {
    margin: 0 auto;
    opacity: .5
}

.brands-carousel img:hover {
    opacity: 1
}

@media (max-width: 1399px) {
    .brands-carousel {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
        border-left: 0;
        border-right: 0;
        border-radius: 0
    }
}

@media (max-width: 1399px) {
    .page-template .brands-carousel {
        margin-bottom: 0
    }
}

.top-bar {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #f9f9f9;
    font-size: .875em;
    line-height: 2.714em;
    font-weight: 300
}

.top-bar::after {
    display: block;
    content: "";
    clear: both
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .top-bar {
        font-size: .8em
    }
}

@media (max-width: 1024px) {
    .top-bar {
        display: none
    }
}

.section-product-cards-carousel-tabs .top-bar .section-products-carousel-tabs-wrap, .top-bar .col-full, .top-bar .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .top-bar .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    display: block;
    justify-content: center
}

@media (max-width: 1699px) {
    .section-product-cards-carousel-tabs .top-bar .section-products-carousel-tabs-wrap, .top-bar .col-full, .top-bar .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .top-bar .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        flex-direction: column
    }
}

.top-bar a {
    color: #444
}

.top-bar .nav {
    flex-grow: 1;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .top-bar .nav {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .top-bar .nav {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .top-bar .nav + .nav {
        padding-top: 20px;
        width: 100%
    }
}

.top-bar .nav .dropdown-menu {
    width: 140px
}

.top-bar .nav .dropdown-menu li {
    line-height: 1
}

.top-bar .nav .dropdown-menu li a {
    width: 100%;
    font-size: .875em;
    display: block;
    padding: .6em .875em
}

.top-bar .nav .dropdown-menu li a:hover {
    background-color: #f9f9f9
}

.top-bar .nav .dropdown-menu a {
    color: #444
}

.top-bar .nav .show > .dropdown-menu {
    left: 38px;
    border-radius: 0;
    border-top: 2px solid transparent
}

@media (max-width: 767px) {
    .top-bar .nav .show > .dropdown-menu {
        left: 50%;
        transform: translate(-50%, -10%)
    }
}

.top-bar .nav > li {
    line-height: 2.74em
}

@media (max-width: 767px) {
    .top-bar .nav > li {
        padding-bottom: 20px
    }
}

.top-bar .nav > li > a {
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .top-bar .nav > li > a {
        line-height: 1.4
    }
}

@media (max-width: 991px) {
    .top-bar.top-bar-v4 .nav + .nav {
        border-top: none
    }
}

.top-bar .justify-content-center {
    font-size: 1.071em
}

@media (min-width: 768px) {
    .top-bar .nav-item + .nav-item .nav-link::before, .top-bar .nav-item + .nav-item > a::before, .top-bar .nav > .menu-item + .menu-item .nav-link::before, .top-bar .nav > .menu-item + .menu-item > a::before {
        content: '|';
        color: #dedede;
        display: inline-block;
        margin: 0 10px
    }
}

.top-bar .menu-top-bar-left + .menu-top-bar-right {
    flex-grow: 0
}

.top-bar .menu-top-bar-right {
    justify-content: flex-end
}

.top-bar .tm-order-tracking {
    font-size: 1.286em
}

.top-bar .tm-dollar {
    font-size: .857em
}

.top-bar .tm-login-register {
    font-size: .929em
}

.top-bar i {
    padding-right: .5em
}

.top-bar a:focus, .top-bar a:hover {
    color: #444
}

.top-bar .nav-link {
    padding: 0
}

.top-bar-v2, .top-bar-v3, .top-bar-v4 {
    font-weight: 400
}

.top-bar.top-bar-v4 {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.top-bar-v9 {
    background-color: #010101;
    box-shadow: 0 1px rgba(204, 204, 204, .75)
}

.top-bar-v9 a {
    color: #fff;
    font-weight: 400
}

.top-bar-v9 a:focus, .top-bar-v9 a:hover {
    color: #cdd3d7
}

@media (min-width: 768px) {
    .top-bar-v9 .nav-item + .nav-item .nav-link::before, .top-bar-v9 .nav-item + .nav-item > a::before, .top-bar-v9 .nav > .menu-item + .menu-item .nav-link::before, .top-bar-v9 .nav > .menu-item + .menu-item > a::before {
        color: #444
    }
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs .section-title {
    font-weight: 500
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs .products .product::before {
    height: 180px;
    top: 44%
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs .tab-pane.active {
    margin-left: -.375em
}

.section-products-carousel-widget-with-tabs .landscape-products-widget-block, .section-products-carousel-widget-with-tabs .products-carousel-tabs-block, .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-products-carousel-widget-with-tabs .landscape-products-widget-block, .section-products-carousel-widget-with-tabs .products-carousel-tabs-block, .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .landscape-products-widget-block, .section-products-carousel-widget-with-tabs .products-carousel-tabs-block, .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-carousel-widget-with-tabs .landscape-products-widget-block, .section-products-carousel-widget-with-tabs .products-carousel-tabs-block, .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-widget-with-tabs .landscape-products-widget-block, .section-products-carousel-widget-with-tabs .products-carousel-tabs-block, .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        padding-right: 15px;
        padding-left: 15px
    }
}

.section-products-carousel-widget-with-tabs .landscape-products-widget-block {
    z-index: 10
}

@media (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .landscape-products-widget-block {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block {
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .section-header {
        margin-bottom: 20px
    }
}

@media (max-width: 1200px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .section-header {
        flex-direction: column
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .section-header .nav {
        flex-direction: column
    }
}

@media (max-width: 1200px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .section-header .section-title {
        margin-bottom: 24px
    }
}

@media (max-width: 1199px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .nav-item + .nav-item {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .section-products-carousel-widget-with-tabs .products-carousel-tabs-block .section-products-carousel-tabs .products-carousel .container-fluid {
        padding: 0 4px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-widget-with-tabs .products-carousel-with-brands + .products-carousel-tabs-block {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-widget-with-tabs .products-carousel-with-brands + .products-carousel-tabs-block {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product .woocommerce-loop-product__title, .section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product h3 {
        max-width: 220px;
        margin: auto auto 1.429em auto
    }
}

.section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product .button, .section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product article .more-link, article .section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product .more-link {
    margin-left: 1.69em;
    margin-right: 1.69em
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product .star-rating, .section-products-carousel-widget-with-tabs .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product .techmarket-product-rating, .section-products-carousel-widget-with-tabs .section-single-carousel.carousel-tabs-with-no-hover .products .product .star-rating, .section-products-carousel-widget-with-tabs .section-single-carousel.carousel-tabs-with-no-hover .products .product .techmarket-product-rating {
    display: none
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .slick-list, .section-products-carousel-widget-with-tabs .section-single-carousel.carousel-tabs-with-no-hover .products .slick-list {
    padding-bottom: .313em
}

.section-products-carousel-widget-with-tabs .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .slick-dots, .section-products-carousel-widget-with-tabs .section-single-carousel.carousel-tabs-with-no-hover .products .slick-dots {
    padding-bottom: 5.313em
}

.section-products-carousel-widget-with-tabs .section-landscape-products-widget-carousel {
    margin-bottom: 3.75em
}

.section-products-carousel-widget-with-tabs .section-brands .section-header {
    margin-bottom: 2em;
    padding-bottom: .688em
}

.section-products-carousel-widget-with-tabs .section-brands .brands {
    display: flex;
    flex-wrap: wrap
}

.section-products-carousel-widget-with-tabs .section-brands .brands .text-overlay {
    display: none
}

.section-products-carousel-widget-with-tabs .section-brands .brands .item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.875em
}

@media (min-width: 576px) {
    .section-products-carousel-widget-with-tabs .section-brands .brands .item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-widget-with-tabs .section-brands .brands .item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-carousel-widget-with-tabs .section-brands .brands .item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-widget-with-tabs .section-brands .brands .item {
        padding-right: 15px;
        padding-left: 15px
    }
}

.section-products-carousel-widget-with-tabs .section-brands .section-title {
    color: #090909;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.292em;
    margin: 0
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel {
    z-index: 10
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 27.3333333333%;
    max-width: 27.3333333333%
}

@media (min-width: 576px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 991px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel.column-1 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block {
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    text-align: left;
    padding: 1.572em 1.875em 1.715em 1.875em
}

@media (max-width: 1023px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block {
        margin-bottom: 1.4em
    }
}

@media (min-width: 1140px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block {
        margin-bottom: 5em
    }
}

@media (max-width: 575px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .container-fluid {
        padding: 0
    }
}

@media (max-width: 991px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block {
        padding: 1.572em 1em 1.715em 1em
    }
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .section-header {
    margin-bottom: 1.875em;
    padding-bottom: .6em
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .section-title {
    color: #090909;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: -.01em;
    line-height: 1.1em;
    margin: 0
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .section-title strong {
    font-weight: 500
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .products .sale-product-with-timer {
    border: none;
    padding: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .products .sale-product-with-timer {
        padding: 20px
    }
}

.section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block .section-footer {
    border-top: 1px solid #e0e0e0;
    margin-top: 1.75em;
    padding-top: 1.313em
}

.deals-carousel .custom-slick-pagination, .home-5-deals-carousel .custom-slick-pagination {
    display: flex;
    justify-content: center;
    font-size: .938em;
    line-height: 1.2em;
    letter-spacing: -.01em
}

.deals-carousel .custom-slick-pagination .slider-next i, .deals-carousel .custom-slick-pagination .slider-prev i, .home-5-deals-carousel .custom-slick-pagination .slider-next i, .home-5-deals-carousel .custom-slick-pagination .slider-prev i {
    display: inline-block;
    vertical-align: top
}

.deals-carousel .custom-slick-pagination .slider-prev i, .home-5-deals-carousel .custom-slick-pagination .slider-prev i {
    padding-right: .625em
}

.deals-carousel .custom-slick-pagination .slider-next:before, .home-5-deals-carousel .custom-slick-pagination .slider-next:before {
    color: #dedede;
    content: "|";
    display: inline-block;
    margin: 0 1.3em
}

@media (max-width: 767px) {
    .deals-carousel .custom-slick-pagination .slider-next:before, .home-5-deals-carousel .custom-slick-pagination .slider-next:before {
        margin: 0 .8em
    }
}

.deals-carousel .custom-slick-pagination .slider-next i, .home-5-deals-carousel .custom-slick-pagination .slider-next i {
    padding-left: .625em
}

.section-categories-filter {
    background: #f5f5f5;
    padding: 5.8em 0 5.438em;
    margin-top: 5.5em;
    margin-bottom: 2.625em
}

.section-categories-filter::after {
    display: block;
    content: "";
    clear: both
}

.section-categories-filter .section-header {
    text-align: center
}

.section-categories-filter .section-title {
    font-size: 3em;
    line-height: .958em;
    color: #090909;
    letter-spacing: -.01em
}

.section-categories-filter .section-title strong {
    font-weight: 500
}

.section-categories-filter .categories {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

@media (min-width: 768px) {
    .section-categories-filter .categories {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.section-categories-filter .categories .select-picker {
    flex-grow: 1;
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-bottom: 3.5em
}

.section-categories-filter .categories .select-picker + .select-picker {
    margin-left: 1.25em
}

.section-categories-filter .categories .select-picker select {
    max-width: 100%;
    padding: 0 1.2em 0 1.333em;
    font-size: 1.125em;
    color: #444;
    width: 100%;
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 1.2em center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHVJREFUeNpidHBwuPzt29ddfHz8xQxQAOTPYmfnsGX6////Nl5evsIPH95PB0kA6WWcnFwp//79W8zo4uLC8OfP70pmZpaWHz9+vOfg4BD8+/dPNgsL6wxmJSUlBiYm5iNAiY9sbGxu379/S+Hg4JwHMgUgwAD3NS8TSbhyqAAAAABJRU5ErkJggg==)
}

.section-categories-filter .categories .select-picker select:focus {
    outline: 0
}

.section-categories-filter .categories-filter-products .columns-4 .products:not(.slick-slider) .product {
    flex: 0 0 23.8333333333%;
    max-width: 23.8333333333%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-filter .categories-filter-products .columns-4 .products:not(.slick-slider) .product {
        flex: 0 0 31.6666666667%;
        max-width: 31.6666666667%
    }
}

@media (max-width: 767px) {
    .section-categories-filter .categories-filter-products .columns-4 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-categories-filter .categories-filter-products .products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative
}

.section-categories-filter .categories-filter-products .products .product {
    background: #fff none repeat scroll 0 0;
    padding: 1.786em 2.143em;
    text-align: center;
    border: 2px solid transparent
}

@media (min-width: 1590px) {
    .section-categories-filter .categories-filter-products .products .product {
        margin: 0 10px 20px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-filter .categories-filter-products .products .product {
        margin: 0 6px 10px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-categories-filter .categories-filter-products .products .product {
        margin: 0 6px 10px
    }
}

@media (max-width: 767px) {
    .section-categories-filter .categories-filter-products .products .product {
        margin-bottom: 16px
    }
}

.section-categories-filter .categories-filter-products .products .product .onsale {
    position: absolute;
    right: 0;
    background-color: #62ab00;
    color: #fff;
    font-size: .857em;
    line-height: 1.833em;
    border-radius: 4px;
    padding: 0 .667em;
    display: none
}

.section-categories-filter .categories-filter-products .products .product .woocommerce-LoopProduct-link {
    display: block
}

.section-categories-filter .categories-filter-products .products .product .woocommerce-LoopProduct-link img {
    margin: 0 auto 6px;
    width: auto
}

.section-categories-filter .categories-filter-products .products .product .price {
    font-size: 1.286em;
    line-height: 2.111em;
    margin-bottom: 0
}

.section-categories-filter .categories-filter-products .products .product .price del {
    font-size: .833em;
    line-height: 2.533em
}

.section-categories-filter .categories-filter-products .products .product h3 {
    font-size: 1.071em;
    max-width: 240px;
    font-weight: 400;
    margin-bottom: 1.6em
}

.section-categories-filter .categories-filter-products .products .product .hover-area {
    display: block;
    opacity: 1;
    transform: none;
    position: relative;
    z-index: 1;
    top: 0;
    border: none;
    padding: 0
}

.section-categories-filter .categories-filter-products .products .product .star-rating, .section-categories-filter .categories-filter-products .products .product .techmarket-product-rating {
    display: none
}

@media (max-width: 1399px) {
    .section-categories-filter .categories-filter-products .products .product .star-rating + .button, .section-categories-filter .categories-filter-products .products .product .woocommerce-LoopProduct-link + .button, .section-categories-filter .categories-filter-products .products .product article .star-rating + .more-link, .section-categories-filter .categories-filter-products .products .product article .woocommerce-LoopProduct-link + .more-link, article .section-categories-filter .categories-filter-products .products .product .star-rating + .more-link, article .section-categories-filter .categories-filter-products .products .product .woocommerce-LoopProduct-link + .more-link {
        margin-top: 16px
    }
}

.section-categories-filter .categories-filter-products .products .product .button, .section-categories-filter .categories-filter-products .products .product article .more-link, article .section-categories-filter .categories-filter-products .products .product .more-link {
    margin-left: 1.4em;
    margin-right: 1.4em;
    margin-bottom: 0
}

.section-categories-filter .categories-filter-products .products .product .button:hover, .section-categories-filter .categories-filter-products .products .product article .more-link:hover, article .section-categories-filter .categories-filter-products .products .product .more-link:hover {
    color: #fff
}

.section-categories-filter .categories-filter-products .products .product:hover {
    border: 2px solid #ebebeb;
    box-shadow: 0 0 18px rgba(1, 1, 1, .2);
    position: relative;
    z-index: 9
}

.section-categories-filter .categories-filter-products .products .product:hover .hover-area {
    border: none
}

.page-template-template-landingpage-v2 .section-categories-filter .section-title {
    font-weight: 300
}

.product-categories-list .section-header {
    margin-bottom: 2.9em;
    padding-bottom: .45em;
    border-bottom: 1px solid #ebebeb
}

.product-categories-list .section-title {
    font-size: 1.5em;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -.01em;
    font-weight: 400;
    margin-bottom: 0
}

.product-categories-list .categories {
    list-style: outside none none;
    margin-left: -.938em;
    margin-right: -.938em;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: .15em
}

@media (max-width: 767px) {
    .product-categories-list .categories {
        flex-direction: column
    }
}

.product-categories-list .categories .category {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5.12em
}

@media (min-width: 576px) {
    .product-categories-list .categories .category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .product-categories-list .categories .category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .product-categories-list .categories .category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .product-categories-list .categories .category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-categories-list .categories .category {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.product-categories-list .categories .category + .category:before {
    content: " ";
    width: 1px;
    height: 130px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%)
}

.product-categories-list .categories .category img {
    width: 188px;
    height: auto
}

@media (max-width: 767px) {
    .product-categories-list .categories .category img {
        width: 140px
    }
}

.product-categories-list .categories .category .media > a {
    padding-right: 10px
}

.product-categories-list .categories .category .media-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-categories-list .categories .category .media-body {
        min-height: 150px
    }
}

@media (min-width: 1590px) {
    .product-categories-list .categories .category .media-body {
        min-height: 150px
    }
}

.product-categories-list .categories .category .media-body h4 {
    font-size: 1.125em;
    letter-spacing: -.01em;
    font-weight: 500;
    margin: 0 0 .4em
}

.product-categories-list .categories .category .media-body h4 a {
    color: #444
}

.product-categories-list .categories .category .media-body h4 a:hover {
    color: #000
}

.product-categories-list .categories .category .media-body .sub-categories {
    margin-left: 0;
    margin-bottom: 14px
}

.product-categories-list .categories .category .media-body .sub-categories li a {
    font-size: .929em;
    line-height: 1.615em;
    color: #555353;
    display: block
}

.product-categories-list .categories .category .media-body .sub-categories li a:hover {
    color: #000
}

.product-categories-list .categories .view-all {
    display: block;
    font-size: .875em;
    font-weight: 400;
    color: #090909;
    letter-spacing: -.01em;
    bottom: 0
}

.product-categories-list .categories .view-all:before {
    content: '+';
    display: inline-block;
    margin-right: .243em
}

.product-categories-list .categories .view-all:hover {
    color: #2c2d33
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-categories-list .categories .category {
        margin-bottom: 4em
    }

    .product-categories-list .categories .category .media {
        flex-direction: column;
        padding-right: 28px
    }

    .product-categories-list .categories .category .media > a {
        margin-bottom: 20px
    }

    .product-categories-list .categories .category + .category:before {
        height: 250px;
        left: -40px
    }

    .product-categories-list .categories .category .media-body {
        -ms-flex: 1 1 auto
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .categories .category {
        flex: 0 0 50%;
        max-width: 50%
    }

    .categories .category:nth-child(2n+1)::before {
        opacity: 0
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .categories .category .media {
        flex-direction: column
    }

    .categories .category::before {
        height: 250px
    }

    .categories .category .media-body {
        min-height: auto
    }
}

@media (min-width: 1200px) {
    .categories .category {
        flex: 0 0 25%;
        max-width: 25%
    }

    .categories .category:nth-child(4n+1)::before {
        opacity: 0
    }

    .categories .category:nth-child(3n+1)::before {
        opacity: 1
    }
}

@media (max-width: 767px) {
    .categories .category {
        flex: 0 0 100%;
        max-width: 100%
    }

    .categories .category::before {
        opacity: 0
    }
}

.section-products-isotope .isotope-products .section-header {
    padding-top: 30px;
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.section-products-isotope .isotope-products .section-header .marketing-text {
    margin-bottom: 17px
}

.section-products-isotope .isotope-products .deal-countdown span[data-value] {
    display: none
}

.section-products-isotope .isotope-products .deal-countdown > span:nth-child(n+3) {
    margin-left: .6em
}

.section-products-isotope .isotope-products .deal-countdown > span b {
    margin-left: .5em
}

@media (min-width: 768px) and (max-width: 1399px) {
    .section-products-isotope .isotope-products .deal-countdown > span {
        flex-wrap: wrap;
        width: 50px;
        justify-content: center
    }

    .section-products-isotope .isotope-products .deal-countdown > span .value {
        margin-bottom: 8px
    }

    .section-products-isotope .isotope-products .deal-countdown > span b {
        margin-left: 0
    }

    .section-products-isotope .isotope-products .deal-countdown > span:nth-child(n+3) {
        margin-left: 1em
    }
}

@media (min-width: 768px) {
    .section-products-isotope .row-1, .section-products-isotope .row-2 {
        margin-bottom: 20px
    }
}

.section-products-isotope .products .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .section-products-isotope .products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .section-products-isotope .products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    top: 18px;
    right: 24px;
    left: auto
}

.section-products-isotope .row-1 .products .product, .section-products-isotope .row-2 .products .product, .section-products-isotope .row-3 .products .product {
    padding: 25px
}

@media (max-width: 767px) {
    .section-products-isotope .row-1 .products .product, .section-products-isotope .row-2 .products .product, .section-products-isotope .row-3 .products .product {
        padding: 14px;
        width: 48%;
        margin: 2px
    }

    .section-products-isotope .row-1 .products .product:last-child, .section-products-isotope .row-2 .products .product:last-child, .section-products-isotope .row-3 .products .product:last-child {
        width: 97.5%
    }
}

@media (min-width: 1920px) {
    .section-products-isotope .row-1 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope .row-2 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope .row-3 .products .product .woocommerce-LoopProduct-link img {
        max-width: 270px
    }
}

@media (min-width: 768px) {
    .section-products-isotope .row-1 .products .product .hover-area, .section-products-isotope .row-2 .products .product .hover-area, .section-products-isotope .row-3 .products .product .hover-area {
        padding: 0 50px 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope .row-1 .products .product .hover-area, .section-products-isotope .row-2 .products .product .hover-area, .section-products-isotope .row-3 .products .product .hover-area {
        padding: 0 0 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope .row-1 .products .product .hover-area, .section-products-isotope .row-2 .products .product .hover-area, .section-products-isotope .row-3 .products .product .hover-area {
        padding: 0 20px 15px
    }
}

.section-products-isotope .row-3 {
    margin-bottom: 50px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-3 .products .product:nth-child(3n+1) {
        display: none
    }
}

.section-products-isotope .row-1 .products {
    -webkit-grid-columns: repeat(4, 332px);
    -ms-grid-columns: 332px 332px 332px 332px 332px;
    grid-template-columns: repeat(4, 332px);
    -webkit-grid-rows: repeat(2, 384px) x;
    -ms-grid-rows: 384px 384px;
    grid-template-rows: repeat(2, 384px);
    -ms-grid-gap: 20px;
    -webkit-gridgrid-gap: 20px;
    grid-gap: 20px
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope .row-1 .products {
        -webkit-grid-columns: repeat(5, 18.6%);
        -ms-grid-columns: 18.6% 18.6% 18.6% 18.6% 18.6%;
        grid-template-columns: repeat(5, 18.6%);
        -webkit-grid-rows: repeat(2, 340px);
        -ms-grid-rows: 340px 340px;
        grid-template-rows: repeat(2, 340px)
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-1 .products {
        -webkit-grid-columns: 31.5% 31.5% 31.5%;
        -ms-grid-columns: 31.5% 31.5% 31.5%;
        grid-template-columns: 31.5% 31.5% 31.5%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope .row-1 .products {
        -webkit-grid-rows: repeat(2, 500px);
        -ms-grid-rows: 500px 500px;
        grid-template-rows: repeat(2, 500px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope .row-1 .products {
        -webkit-grid-rows: repeat(2, 420px);
        -ms-grid-rows: 420px 420px;
        grid-template-rows: repeat(2, 420px)
    }
}

.section-products-isotope .row-1 .products .section-header {
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.section-products-isotope .row-1 .products .product:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.section-products-isotope .row-1 .products .product:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2
}

.section-products-isotope .row-1 .products .product:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1
}

.section-products-isotope .row-1 .products .product:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-row: 2
}

.section-products-isotope .row-1 .products .product:nth-child(6) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2
}

@media (min-width: 1920px) {
    .section-products-isotope .row-1 .products .product:nth-child(6) {
        min-width: 332px
    }
}

@media (min-width: 1920px) {
    .section-products-isotope .row-1 .products .product:nth-child(3) .hover-area {
        padding: 0 160px 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-1 .products .product:nth-child(3) {
        -webkit-grid-column: span 1;
        -ms-grid-column: 1;
        grid-column: span 1
    }
}

@media (min-width: 1920px) {
    .section-products-isotope .row-1 .products .product:nth-child(3) .woocommerce-LoopProduct-link img {
        max-width: 630px
    }
}

.section-products-isotope .row-2 .products .product:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1
}

.section-products-isotope .row-2 .products .product:last-child {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1
}

.section-products-isotope .row-2 .products .product:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1
}

.section-products-isotope .row-2 .products .product:first-child, .section-products-isotope .row-2 .products .product:last-child {
    -webkit-grid-column: span 2;
    grid-column: span 2
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-2 .products .product:first-child, .section-products-isotope .row-2 .products .product:last-child {
        -webkit-grid-column: span 1;
        grid-column: span 1
    }
}

@media (min-width: 1920px) {
    .section-products-isotope .row-2 .products .product:first-child .hover-area, .section-products-isotope .row-2 .products .product:last-child .hover-area {
        padding: 0 160px 15px
    }
}

.section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products {
    -webkit-grid-columns: repeat(5, 332px);
    -ms-grid-columns: 332px 332px 332px 332px 332px;
    grid-template-columns: repeat(5, 332px);
    -ms-grid-column-gap: 20px;
    -webkit-grid-column-gap: 20px;
    grid-column-gap: 20px;
    -ms-grid-rows: 384px;
    -webkit-grid-template-rows: 384px;
    grid-template-rows: 384px
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products {
        -webkit-grid-columns: repeat(5, auto);
        -ms-grid-columns: auto auto auto auto auto;
        grid-template-columns: repeat(5, auto);
        -ms-grid-rows: 320px;
        -webkit-grid-template-rows: 320px;
        grid-template-rows: 320px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products {
        -webkit-grid-columns: 31.5% 31.5% 31.5%;
        -ms-grid-columns: 31.5% 31.5% 31.5%;
        grid-template-columns: 31.5% 31.5% 31.5%;
        -ms-grid-rows: 420px;
        -webkit-grid-template-rows: 420px;
        grid-template-rows: 420px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope .row-2 .products, .section-products-isotope .row-3 .products {
        -ms-grid-rows: 510px;
        -webkit-grid-template-rows: 510px;
        grid-template-rows: 510px
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope .row-2 .products {
        -ms-grid-rows: 400px;
        -webkit-grid-template-rows: 400px;
        grid-template-rows: 400px
    }

    .section-products-isotope .row-2 .products .woocommerce-LoopProduct-link img {
        max-width: 270px
    }
}

.section-products-isotope .row-3 .products .product {
    -ms-grid-row: 1
}

.section-products-isotope .row-3 .products .product:nth-child(1) {
    -ms-grid-column: 1
}

.section-products-isotope .row-3 .products .product:nth-child(2) {
    -ms-grid-column: 2
}

.section-products-isotope .row-3 .products .product:nth-child(3) {
    -ms-grid-column: 3
}

.section-products-isotope .row-3 .products .product:nth-child(4) {
    -ms-grid-column: 4
}

.section-products-isotope .row-3 .products .product:nth-child(5) {
    -ms-grid-column: 5
}

@supports (-ms-accelerator:true) {
    .section-products-isotope .row-1 .products .product {
        margin-right: 20px
    }

    .section-products-isotope .row-1 .products .product:nth-child(4) {
        margin-bottom: 20px
    }
}

.section-products-isotope-alt {
    padding: 2.063em 0
}

.section-products-isotope-alt .isotope-products .section-header {
    padding-top: 10px;
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

@media (min-width: 768px) and (max-width: 1399px) {
    .section-products-isotope-alt .isotope-products .section-header {
        padding-top: 40px
    }
}

.section-products-isotope-alt .isotope-products .section-header .section-title {
    font-size: 1.548em
}

.section-products-isotope-alt .isotope-products .section-header .section-title strong {
    font-size: 1em
}

.section-products-isotope-alt .isotope-products .deal-countdown > span {
    flex-direction: column
}

.section-products-isotope-alt .isotope-products .deal-countdown > span:nth-child(n+2) {
    margin-left: .5em
}

.section-products-isotope-alt .isotope-products .deal-countdown > span .value {
    margin-bottom: 8px
}

.section-products-isotope-alt .row-1 .products, .section-products-isotope-alt .row-2 .products {
    -webkit-grid-columns: repeat(7, 240px);
    -ms-grid-columns: 240px 240px 240px 240px 240px 240px 240px;
    grid-template-columns: repeat(7, 240px);
    -ms-grid-gap: 10px;
    -webkit-gridgrid-gap: 10px;
    grid-gap: 10px
}

.section-products-isotope-alt .row-1 .products .product, .section-products-isotope-alt .row-2 .products .product {
    padding: 12px
}

@media (max-width: 767px) {
    .section-products-isotope-alt .row-1 .products .product, .section-products-isotope-alt .row-2 .products .product {
        padding: 14px;
        width: 48%;
        margin: 2px
    }
}

.section-products-isotope-alt .row-1 .products .product .hover-area, .section-products-isotope-alt .row-2 .products .product .hover-area {
    padding: 0 24px 15px
}

@media (min-width: 768px) {
    .section-products-isotope-alt .row-1 .products .product .woocommerce-LoopProduct-link img, .section-products-isotope-alt .row-2 .products .product .woocommerce-LoopProduct-link img {
        max-width: 216px
    }
}

.section-products-isotope-alt .row-1 {
    margin-bottom: 10px
}

.section-products-isotope-alt .row-1 .products {
    -webkit-grid-rows: repeat(2, 293px);
    -ms-grid-rows: 293px 293px;
    grid-template-rows: repeat(2, 293px)
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope-alt .row-1 .products {
        -webkit-grid-columns: repeat(5, 20%);
        -ms-grid-columns: 20% 20% 20% 20% 20%;
        grid-template-columns: repeat(5, 20%);
        -webkit-grid-rows: repeat(2, 323px);
        -ms-grid-rows: 323px 323px;
        grid-template-rows: repeat(2, 323px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope-alt .row-1 .products {
        -webkit-grid-columns: repeat(4, 24.2%);
        -ms-grid-columns: 24.2% 24.2% 24.2% 24.2%;
        grid-template-columns: repeat(4, 24.2%);
        -webkit-grid-rows: repeat(2, 433px);
        -ms-grid-rows: 433px 433px;
        grid-template-rows: repeat(2, 433px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope-alt .row-1 .products {
        -webkit-grid-columns: repeat(3, auto);
        -ms-grid-columns: auto auto auto;
        grid-template-columns: repeat(3, auto);
        -webkit-grid-rows: repeat(2, 433px);
        -ms-grid-rows: 433px 433px;
        grid-template-rows: repeat(2, 433px)
    }
}

.section-products-isotope-alt .row-1 .products .product:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.section-products-isotope-alt .row-1 .products .product:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2
}

.section-products-isotope-alt .row-1 .products .product:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1
}

.section-products-isotope-alt .row-1 .products .product:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-row: 2
}

.section-products-isotope-alt .row-1 .products .product:nth-child(6) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2
}

.section-products-isotope-alt .row-1 .products .product:nth-child(7) {
    -ms-grid-column: 6;
    -ms-grid-row: 1
}

.section-products-isotope-alt .row-1 .products .product:nth-child(8) {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2
}

.section-products-isotope-alt .row-1 .products .product:nth-child(9) {
    -ms-grid-column: 7;
    -ms-grid-row: 1
}

@media (min-width: 768px) {
    .section-products-isotope-alt .row-1 .products .product:nth-child(3) .woocommerce-LoopProduct-link img {
        max-width: 466px
    }
}

.section-products-isotope-alt .row-1 .products .product:nth-child(3) .hover-area {
    padding: 0 60px 15px
}

.section-products-isotope-alt .row-1 .products .product:nth-child(8) {
    -webkit-grid-column: span 2;
    -ms-grid-column: span 2;
    grid-column: span 2;
    -webkit-grid-row: span 1;
    -ms-grid-row: span 1;
    grid-row: span 1
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope-alt .row-1 .products .product:nth-child(n+7) {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope-alt .row-1 .products .product:nth-child(n+6) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope-alt .row-1 .products .product:nth-child(n+4) {
        display: none
    }
}

.section-products-isotope-alt .row-2 .products {
    -webkit-grid-rows: repeat(1, 293px);
    -ms-grid-rows: 293px;
    grid-template-rows: repeat(1, 293px)
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-isotope-alt .row-2 .products {
        -webkit-grid-columns: repeat(5, 20%);
        -ms-grid-columns: 20% 20% 20% 20% 20%;
        grid-template-columns: repeat(5, 20%);
        -webkit-grid-rows: repeat(1, 323px);
        -ms-grid-rows: 323px;
        grid-template-rows: repeat(1, 323px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope-alt .row-2 .products {
        -webkit-grid-columns: repeat(4, 24.2%);
        -ms-grid-columns: 24.2% 24.2% 24.2% 24.2%;
        grid-template-columns: repeat(4, 24.2%);
        -webkit-grid-rows: repeat(1, 433px);
        -ms-grid-rows: 433px;
        grid-template-rows: repeat(1, 433px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope-alt .row-2 .products {
        -webkit-grid-columns: repeat(3, auto);
        -ms-grid-columns: auto auto auto;
        grid-template-columns: repeat(3, auto);
        -webkit-grid-rows: repeat(1, 433px);
        -ms-grid-rows: 433px;
        grid-template-rows: repeat(1, 433px)
    }
}

.section-products-isotope-alt .row-2 .products .product:nth-child(4) {
    -webkit-grid-column: span 2;
    -ms-grid-column: span 2;
    grid-column: span 2
}

.section-products-isotope-alt .row-2 .products .product:nth-child(4) .hover-area {
    padding: 0 60px 15px
}

@media (min-width: 992px) and (max-width: 1699px) {
    .section-products-isotope-alt .row-2 .products .product:nth-child(n+5) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-products-isotope-alt .row-2 .products .product:nth-child(n+4) {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-products-isotope-alt .row-2 .products .product:nth-child(2) {
        display: none
    }
}

@supports (-ms-accelerator:true) {
    .section-products-isotope-alt .row-1 .products .product, .section-products-isotope-alt .row-2 .products .product {
        margin-right: 10px
    }

    .section-products-isotope-alt .row-1 .products .product:nth-child(4), .section-products-isotope-alt .row-1 .products .product:nth-child(7), .section-products-isotope-alt .row-1 .products .product:nth-child(9) {
        margin-bottom: 10px
    }
}

.hentry .byline, .hentry .updated:not(.published) {
    display: none
}

embed, iframe, object, video {
    max-width: 100%;
    border: none
}

article .entry-content p, article.post .entry-content p {
    margin-bottom: 2.143em
}

article .entry-content ol, article .entry-content p, article .entry-content ul, article.post .entry-content ol, article.post .entry-content p, article.post .entry-content ul {
    line-height: 1.714em
}

article .entry-content ol.highlight, article .entry-content p.highlight, article .entry-content ul.highlight, article.post .entry-content ol.highlight, article.post .entry-content p.highlight, article.post .entry-content ul.highlight {
    font-size: 1.143em;
    font-weight: 500
}

article .entry-content blockquote, article.post .entry-content blockquote {
    border-left: 0 none;
    font-size: inherit;
    margin: 0 0 1.429em 2.714em;
    padding: 0
}

article .entry-content blockquote:before, article.post .entry-content blockquote:before {
    color: #a7a7a7;
    content: "\f10d";
    float: left;
    font-family: FontAwesome;
    font-size: 1.786em;
    margin-left: -1.5em;
    margin-top: -.4em
}

article .entry-content blockquote p, article.post .entry-content blockquote p {
    font-style: italic;
    font-size: 1.071em
}

article .entry-content .wp-caption img, article .entry-content figure img, article.post .entry-content .wp-caption img, article.post .entry-content figure img {
    margin-bottom: 10px;
    border-radius: 0
}

article .entry-content .gallery figure.gallery-item, article.post .entry-content .gallery figure.gallery-item {
    display: inline-block
}

article .more-link, article.post .more-link {
    font-size: 14px
}

article table, article.post table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

article table td, article table th, article.post table td, article.post table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

article table thead th, article.post table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

article table tbody + tbody, article.post table tbody + tbody {
    border-top: 2px solid #eceeef
}

article table .table, article.post table .table {
    background-color: #fff
}

figure.gallery-item {
    position: relative
}

figure.gallery-item .gallery-caption {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: .625rem 1.25rem;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    bottom: 0;
    right: -30%
}

figure.gallery-item:hover .gallery-caption {
    opacity: 1;
    right: 0
}

.single-post article.post {
    margin-bottom: 0
}

.single-post article.post .entry-header {
    position: relative
}

.single-post article.post .entry-header h1.entry-title .comments-link {
    float: right
}

.single-post article.post .entry-header h1.entry-title .comments-link a {
    font-size: .56em;
    display: inline-block;
    vertical-align: middle
}

.post-author-info {
    background: #f5f5f5;
    padding: 1.357em 1.143em;
    margin-bottom: 4.5em;
    margin-top: 2.5em
}

.post-author-info .media .media-left {
    padding-right: 1.786em
}

.post-author-info .media img {
    max-width: none
}

.post-author-info .media .media-body h4.media-heading {
    font-size: 1.188em;
    line-height: 1.474em;
    margin-bottom: 1.071em;
    margin-top: .526em;
    font-weight: 400
}

.post-author-info .media .media-body h4.media-heading a {
    color: #090909
}

.post-author-info .media .media-body p {
    color: #555353;
    line-height: 1.714em
}

.post-author-info .media .media-body p:last-child {
    margin-bottom: 0
}

.post-navigation .nav-links::after {
    display: block;
    content: "";
    clear: both
}

.post-navigation .nav-links .nav-previous {
    float: left
}

.post-navigation .nav-links .nav-next {
    float: right;
    text-align: right
}

.post-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-previous {
    width: 48%
}

.post-navigation .nav-links .nav-next a, .post-navigation .nav-links .nav-previous a {
    color: #626060
}

.post-navigation .nav-links .nav-next a:focus, .post-navigation .nav-links .nav-next a:hover, .post-navigation .nav-links .nav-previous a:focus, .post-navigation .nav-links .nav-previous a:hover {
    text-decoration: none;
    color: #484747;
    transform: none !important
}

.site-main nav.navigation.post-navigation {
    margin-bottom: 4em
}

.site-main nav.navigation.post-navigation .nav-next a, .site-main nav.navigation.post-navigation .nav-previous a {
    padding: .618047em 0
}

.site-main nav.navigation.post-navigation .nav-next a:after, .site-main nav.navigation.post-navigation .nav-next a:before, .site-main nav.navigation.post-navigation .nav-previous a:after, .site-main nav.navigation.post-navigation .nav-previous a:before {
    content: none
}

.site-main nav.navigation.post-navigation .nav-next a:hover, .site-main nav.navigation.post-navigation .nav-previous a:hover {
    transform: none
}

@media (min-width: 768px) {
    .blog-grid .site-main {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .blog-grid .site-main nav.navigation {
        margin: 0 1em 1em
    }
}

.blog-grid article.post {
    margin-bottom: 3.75em;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .blog-grid article.post {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left
    }
}

@media (min-width: 768px) and (min-width: 576px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .blog-grid article.post {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (min-width: 576px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .blog-grid article.post {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .blog-grid article.post:nth-child(3n+1) {
        clear: both
    }
}

.blog-grid article.post .entry-header h1.entry-title {
    padding-bottom: .2em;
    margin-bottom: .2em
}

.blog-grid article.post.format-link, .blog-grid article.post.format-quote {
    margin-left: 15px;
    margin-right: 15px
}

.blog-list article.post {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 4em
}

@media (min-width: 576px) {
    .blog-list article.post {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .blog-list article.post {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .blog-list article.post {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .blog-list article.post {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .blog-list article.post {
        margin-bottom: 5.438em
    }
}

.blog-list article.post .media-attachment {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width: 576px) {
    .blog-list article.post .media-attachment {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .blog-list article.post .media-attachment {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .blog-list article.post .media-attachment {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .blog-list article.post .media-attachment {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .blog-list article.post .media-attachment {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        margin-bottom: 0
    }

    .blog-list article.post .media-attachment img {
        margin-bottom: 0
    }
}

.blog-list article.post .content-body {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .blog-list article.post .content-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .blog-list article.post .content-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .blog-list article.post .content-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .blog-list article.post .content-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .blog-list article.post .content-body {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.blog-list article.post .entry-header h1.entry-title {
    padding-bottom: .24em;
    margin-bottom: .24em
}

.blog-list article.post.format-link, .blog-list article.post.format-quote {
    margin-left: 0;
    margin-right: 0
}

.blog-list article.format-status {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 1024px) {
    .site-header .handheld-header .site-branding {
        flex: 0 0 40%;
        max-width: 40%;
        z-index: 9;
    }
    .site-header .handheld-header .handheld-header-links {
        flex: 0 0 60%;
        max-width: 60%;
        z-index: 9;
    }

    .site-header .handheld-header .custom-logo-link svg, .site-header .handheld-header .site-logo-anchor svg, .site-header .handheld-header .site-logo-link svg {
        max-width: 140px;
        height: 100%
    }

    .site-header .handheld-header .sticky-wrapper .row {
        align-items: center;
        flex-wrap: nowrap
    }

    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search {
        position: relative;
        min-height: 1px;
        padding-left: 15px
    }
}

@media (max-width: 1024px) and (min-width: 576px) {
    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1024px) and (min-width: 1200px) {
    .site-header .handheld-header .handheld-header-cart-link, .site-header .handheld-header .handheld-navigation, .site-header .handheld-header .site-search {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1024px) {

    .site-header .handheld-header .site-search {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    /*.site-header .handheld-header .site-search.active {*/
    /*    position: relative;*/
    /*    height: 40px*/
    /*}*/

    /*.site-header .handheld-header .site-search.active .widget_product_search, .site-header .handheld-header .site-search.active .widget_search {*/
    /*    !*width: 97vw;*!*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, 0);*/
    /*    z-index: 9*/
    /*}*/

    .site-header .handheld-header .site-search .widget_search .search-form label {
        /*width: 100%;*/
        margin-bottom: 0
    }

    .site-header .handheld-header .handheld-navigation {
        padding-right: 0;
        margin-right: 10px;
        padding-left: 15px !important;
        text-align: center
    }
    .animated.fadeInDown .mobile-now {
        padding: 15px;
    }

    .site-header .handheld-header .handheld-navigation .btn, .site-header .handheld-header .handheld-navigation button {
        background-color: transparent;
        padding: 0
    }

    .site-header .handheld-header .handheld-navigation .btn span, .site-header .handheld-header .handheld-navigation button span {
        display: none
    }

    .site-header .handheld-header .handheld-navigation .btn::after, .site-header .handheld-header .handheld-navigation button::after {
        display: none
    }

    .site-header .handheld-header .handheld-navigation .btn:focus, .site-header .handheld-header .handheld-navigation .btn:hover, .site-header .handheld-header .handheld-navigation button:focus, .site-header .handheld-header .handheld-navigation button:hover {
        color: #43454b
    }

    .site-header .handheld-header .search-form, .site-header .handheld-header .woocommerce-product-search {
        margin-bottom: 0
    }

    .site-header .handheld-header .handheld-header-links ul {
        margin: 0;
        list-style: none;
        flex-direction: row-reverse;
        display: flex;
        /*padding-right: 15px*/
    }

    .site-header .handheld-header .handheld-header-links ul li + li {
        padding-right: 25px
    }

    .site-header .handheld-header .handheld-header-links ul li i {
        font-size: 18px
    }

    .site-header .handheld-header .handheld-header-links ul li a {
        color: #444
    }

    .site-header .handheld-header .handheld-header-links ul .count {
        display: none;
        position: absolute;
        top: -6px;
        line-height: 1;
        padding: 3px 5px;
        background: #000;
        font-size: 11px;
        opacity: .5;
        color: #fff;
        border-radius: 50px;
        right: 12px
    }

    .site-header .handheld-header .handheld-header-cart-link {
        padding-left: 0;
        margin-left: 15px;
        text-align: center;
        position: relative
    }

    .site-header .handheld-header .handheld-header-cart-link i {
        font-size: 20px
    }

    .site-header .handheld-header .handheld-header-cart-link .count {
        text-indent: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5;
        color: #fff;
        box-sizing: content-box;
        font-size: .75em;
        position: absolute;
        top: 50%;
        right: 10px;
        border-radius: 100%;
        font-weight: 700
    }

    .site-header .handheld-header .site-search .widget_product_search input[type=search] {
        padding: .4em 1em .4em 2.4em;
        height: 35px
    }

    .site-header .handheld-header .site-search .widget_product_search form:before {
        top: 13px;
        left: 12px
    }

    .header-v4.site-header .handheld-header .handheld-header-links ul li a, .header-v5.site-header .handheld-header .handheld-header-links ul li a {
        color: #fff
    }

    .site-header .handheld-header .row {
        width: 100%;
        flex-wrap: nowrap;
    }
}

#secondary #wp-calendar, .footer-widgets #wp-calendar {
    width: 100%
}

#secondary #wp-calendar caption, .footer-widgets #wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: .857em;
    margin-bottom: 1.25em;
    caption-side: top
}

#secondary #wp-calendar thead, .footer-widgets #wp-calendar thead {
    font-size: .714em
}

#secondary #wp-calendar thead th, .footer-widgets #wp-calendar thead th {
    padding-bottom: 1em;
    text-align: center;
    border-top: 1px solid #eceeef;
    border-bottom: 2px solid #eceeef
}

#secondary #wp-calendar tbody, .footer-widgets #wp-calendar tbody {
    color: #aaa
}

#secondary #wp-calendar tbody td, .footer-widgets #wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px
}

#secondary #wp-calendar tbody td:hover, .footer-widgets #wp-calendar tbody td:hover {
    background: #fff
}

#secondary #wp-calendar tbody td a, .footer-widgets #wp-calendar tbody td a {
    font-weight: 700;
    color: #0275d8
}

#secondary #wp-calendar tbody td a:focus, #secondary #wp-calendar tbody td a:hover, .footer-widgets #wp-calendar tbody td a:focus, .footer-widgets #wp-calendar tbody td a:hover {
    text-decoration: none
}

#secondary #wp-calendar tbody .pad, .footer-widgets #wp-calendar tbody .pad {
    background: 0 0
}

#secondary #wp-calendar tfoot #next, .footer-widgets #wp-calendar tfoot #next {
    font-size: .714em;
    text-transform: uppercase;
    text-align: right
}

#secondary #wp-calendar tfoot #prev, .footer-widgets #wp-calendar tfoot #prev {
    font-size: .714em;
    text-transform: uppercase;
    padding-top: 1em;
    text-align: left
}

#secondary .widget ul ul, .footer-widgets .widget ul ul {
    margin-left: 0;
    margin-top: 8px
}

#secondary .widget_pages .widget_recent_entries ul li:before, #secondary .widget_pages ul li:before, .footer-widgets .widget_pages .widget_recent_entries ul li:before, .footer-widgets .widget_pages ul li:before {
    content: '';
    display: none
}

#secondary.sidebar-blog .widget_recent_comments ul li.recentcomments, .footer-widgets.sidebar-blog .widget_recent_comments ul li.recentcomments {
    padding-bottom: 1em
}

#secondary.sidebar-blog .widget_recent_comments ul li.recentcomments a, .footer-widgets.sidebar-blog .widget_recent_comments ul li.recentcomments a {
    display: inline
}

#secondary .widget_recent_entries ul li:before, .footer-widgets .widget_recent_entries ul li:before {
    content: '';
    display: none
}

#secondary .widget.widget_rss .widget-title, .footer-widgets .widget.widget_rss .widget-title {
    display: flex;
    justify-content: flex-start
}

#secondary .widget.widget_rss .widget-title .rss-widget-icon, .footer-widgets .widget.widget_rss .widget-title .rss-widget-icon {
    display: none
}

#secondary .widget.widget_rss li .rsswidget, .footer-widgets .widget.widget_rss li .rsswidget {
    font-size: 110%;
    font-weight: 500;
    display: block
}

#secondary .widget.widget_rss li .rss-date, .footer-widgets .widget.widget_rss li .rss-date {
    font-size: 80%
}

#secondary .widget.widget_rss li .rssSummary, .footer-widgets .widget.widget_rss li .rssSummary {
    margin: .429em 0
}

#secondary .widget.widget_rss li + li, .footer-widgets .widget.widget_rss li + li {
    margin-top: 1em
}

#secondary .widget.widget_rss li + li:before, .footer-widgets .widget.widget_rss li + li:before {
    border-top: 1px solid #ddd;
    content: '';
    display: block;
    padding-top: 1em
}

#secondary .widget_search form.search-form label, .footer-widgets .widget_search form.search-form label {
    width: 100%
}

.section-products-tabs .section-products-tabs-wrap {
    display: flex;
    flex-direction: column
}

.section-products-tabs .section-products-tabs-wrap > .button, .section-products-tabs article .section-products-tabs-wrap > .more-link, article .section-products-tabs .section-products-tabs-wrap > .more-link {
    margin: 40px auto 62px auto;
    min-width: 290px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #818686;
    border: 2px solid #ebebeb;
    border-radius: 100px;
    position: relative;
    transition: all .25s ease 0s
}

.section-products-tabs .section-products-tabs-wrap > .button:hover, .section-products-tabs article .section-products-tabs-wrap > .more-link:hover, article .section-products-tabs .section-products-tabs-wrap > .more-link:hover {
    color: #fff
}

.section-products-tabs .section-products-tabs-wrap > .button i, .section-products-tabs article .section-products-tabs-wrap > .more-link i, article .section-products-tabs .section-products-tabs-wrap > .more-link i {
    font-size: 18px;
    padding-right: 11px
}

.section-products-tabs .section-products-tabs-wrap > .button::after, .section-products-tabs article .section-products-tabs-wrap > .more-link::after, article .section-products-tabs .section-products-tabs-wrap > .more-link::after {
    content: " ";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.section-products-tabs .section-header {
    margin-bottom: 1.313em;
    text-align: center
}

.section-products-tabs .section-header .section-title {
    font-size: 2.125em;
    line-height: .962em;
    letter-spacing: -.01em;
    color: #090909;
    margin-bottom: 0
}

.section-products-tabs .section-header .nav {
    margin-bottom: 1.25em;
    padding-top: 1.438em;
    align-items: center;
    border-bottom: 1px solid #ebebeb
}

.section-products-tabs .section-header .nav .nav-item {
    margin-left: 0
}

.section-products-tabs .section-header .nav {
    border-bottom: 1px solid #ebebeb
}

@media (max-width: 575px) {
    .section-products-tabs .section-header .nav {
        flex-direction: column
    }
    .site-header .handheld-header .site-search {
        max-width: 300px;
    }
}

.section-products-tabs .section-header .nav .nav-link {
    font-size: 1.125em;
    line-height: 2.222em;
    letter-spacing: -.01em;
    color: #737373;
    padding: 0 .889em
}

.section-products-tabs .section-header .nav .nav-link.active {
    color: #090909;
    font-weight: 500
}

.section-products-tabs .section-header .nav .nav-link.active:after {
    content: ' ';
    display: block;
    border-bottom: 2px solid #cadbe3;
    width: 60%;
    margin: auto
}

.section-products-tabs .products .product + .product::after {
    content: " ";
    width: 1px;
    height: 214px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    height: 336px
}

@media (max-width: 550px) {
    .section-products-tabs .products .product + .product::after {
        display: none
    }
}

.section-products-tabs .products .product:hover::after {
    opacity: 0
}

.section-products-tabs .products .product:nth-child(4n+1)::after {
    opacity: 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-tabs .products .product:nth-child(4n+1)::after {
        opacity: 1
    }
}

.section-products-tabs .products .product .price {
    font-size: 1.286em
}

@media (min-width: 1590px) {
    .section-products-tabs .products .product .added_to_cart, .section-products-tabs .products .product .button, .section-products-tabs .products .product article .more-link, article .section-products-tabs .products .product .more-link {
        margin-left: 3.214em;
        margin-right: 3.214em
    }
}

.section-products-tabs .products .product .woocommerce-loop-product__title {
    max-width: 300px;
    margin-bottom: 9px
}

.section-products-tabs .products .product .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em;
    margin: 0 .375em 1.5em auto
}

.wp-caption {
    margin-bottom: 1em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
    padding: 0 0 5px 0
}

.gallery {
    margin-bottom: 1em;
    overflow: hidden
}

.gallery::after {
    display: block;
    content: "";
    clear: both
}

.gallery .gallery-item {
    float: left
}

.gallery .gallery-item .gallery-icon a {
    display: block
}

.gallery .gallery-item .gallery-icon img {
    border: none;
    height: auto;
    margin: 0 auto;
    width: 100%
}

.gallery .gallery-item .gallery-caption {
    margin: 0;
    text-align: center
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.285714286%
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.111111111%
}

div.jp-jplayer, div.jp-jplayer img {
    max-width: 100%
}

div.jp-jplayer.jp-jplayer-video {
    background-color: #292a2b
}

div.jp-jplayer video {
    margin-bottom: 0
}

div.jp-jplayer img, div.jp-jplayer-video, div.jp-jplayer-video video {
    height: auto !important;
    vertical-align: top
}

.jp-audio-container, .jp-video-container {
    background-color: #f1f1f1;
    box-shadow: 1px 1px 1px #ddd
}

.post-header .jp-audio-container, .post-header .jp-video-container {
    margin-bottom: 0
}

div.jp-interface {
    position: relative;
    width: 97%;
    z-index: 100
}

.jp-video div.jp-interface {
    -webkit-border-radius: 0 0 2px;
    -moz-border-radius: 0 0 2px;
    border-radius: 0 0 2px
}

.jp-interface, .seperator-first, .seperator-second, a.jp-pause, a.jp-play {
    height: 34px
}

.jp-controls {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.jp-controls li {
    display: inline;
    margin: 0
}

.jp-controls a {
    color: #404040;
    text-shadow: 1px 1px #fff;
    background: 0 0 !important;
    width: 24px;
    height: 34px;
    padding: 0 0 0 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    opacity: .6
}

.jp-controls a:hover {
    color: #262626;
    background: 0 0 !important;
    text-decoration: none;
    opacity: .8
}

.jp-controls a span {
    text-indent: -9999px;
    display: block
}

a.jp-pause, a.jp-play {
    left: 0
}

a.jp-pause {
    display: none
}

a.jp-pause:hover {
    background-position: -33px -30px
}

a.jp-mute, a.jp-unmute {
    right: 55px
}

.jp-progress-container, .jp-volume-bar-container {
    position: absolute;
    top: 0;
    height: 8px;
    padding: 13px 10px
}

.jp-progress-container {
    left: 34px;
    right: 92px
}

.jp-progress, .jp-volume-bar {
    height: 9px;
    background: #e7e7e7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(34, 34, 34, .09);
    -moz-box-shadow: inset 0 1px 2px rgba(34, 34, 34, .09);
    box-shadow: inset 0 1px 2px rgba(34, 34, 34, .09)
}

.jp-seek-bar {
    width: 0;
    height: 9px;
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #e0e0e0
}

.jp-progress, .jp-seek-bar {
    background: rgba(102, 102, 102, .05)
}

.jp-play-bar, .jp-volume-bar-value {
    width: 0;
    height: 9px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #bababa
}

.jp-volume-bar-container {
    right: 2px;
    width: 40px
}

.jp-volume-bar {
    position: relative;
    overflow: hidden;
    width: 40px;
    cursor: pointer;
    background: rgba(102, 102, 102, .1)
}

.jp-volume-bar-value {
    width: 0
}

.seperator-first, .seperator-second {
    width: 0;
    position: absolute;
    top: 0;
    left: 33px;
    border: 1px solid #fff;
    border-left-color: #ddd;
    border-width: 0 1px
}

.seperator-second {
    left: auto;
    right: 89px
}

.no-volume .jp-progress-container {
    right: 0
}

.no-volume .jp-mute, .no-volume .jp-unmute, .no-volume .jp-volume-bar-container, .no-volume .seperator-second {
    display: none
}

.site-search .widget_product_search form input[type=search], .site-search .widget_product_search form input[type=text] {
    padding-left: 3.706325903em
}

#comments .commentlist .bypostauthor > .comment-body cite:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .5407911001em;
    content: "\f0f6"
}

.sticky .entry-title:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5407911001em;
    content: "\f08d"
}

.added_to_cart.loading, .button.loading, article .loading.more-link, button.loading, input[type=button].loading, input[type=reset].loading, input[type=submit].loading {
    position: relative
}

.added_to_cart.loading:after, .button.loading:after, article .loading.more-link:after, button.loading:after, input[type=button].loading:after, input[type=reset].loading:after, input[type=submit].loading:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px
}

.main-navigtion ul li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    margin-right: .5407911001em
}

.site-main nav.navigation .nav-previous a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: .5407911001em
}

.site-main nav.navigation .nav-next a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: .5407911001em
}

.widget_product_search form:before, .widget_search form:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    position: absolute;
    top: 1em;
    left: 1em
}

.widget_product_search form input[type=search], .widget_product_search form input[type=text], .widget_search form input[type=search], .widget_search form input[type=text] {
    padding-left: 2.617924em
}

.single-product .pswp__button {
    background-color: transparent
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    text-indent: -999px;
    overflow: hidden
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important
}

a.reset_variations:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-right: .5407911001em
}

.widget_pages ul li:before, .widget_recent_entries ul li:before {
    content: "\f0f6"
}

a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    padding-top: 2px;
    font-weight: 400;
    text-indent: -9999px;
    position: relative
}

a.remove:before {
    content: "\43";
    font-family: techmarket-icons;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #858585;
    line-height: 1.618;
    text-indent: 0;
    text-align: center
}

.blockUI:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px
}

#payment .payment_methods > .wc_payment_method > label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10c";
    margin-right: .5407911001em;
    transition: color, ease, .2s;
    line-height: 24px
}

#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before {
    content: "\f192"
}

.woocommerce-password-strength:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f119";
    margin-left: .5407911001em
}

.woocommerce-password-strength.strong:after {
    content: "\f118"
}

.woocommerce-password-strength.good:after {
    content: "\f11a"
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    margin-left: .5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .25
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f021"
}

.my_account_orders .button.view:after, .my_account_orders article .view.more-link:after, article .my_account_orders .view.more-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-left: .5407911001em
}

article p.order-again .more-link:after, p.order-again .button:after, p.order-again article .more-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-left: .5407911001em
}

.woocommerce-MyAccount-downloads .button:after, .woocommerce-MyAccount-downloads article .more-link:after, article .woocommerce-MyAccount-downloads .more-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: .5407911001em
}

.demo_store:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5407911001em;
    content: "\f05a"
}

.woocommerce-tabs ul.tabs li:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    display: block;
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    opacity: 0;
    transition: all, ease, .3s
}

.woocommerce-tabs ul.tabs li.active:after {
    opacity: 1;
    right: 0
}

.single-product div.product .component_selections .clear_component_options:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-right: .5407911001em
}

.cart .mnm_table_item .mnm_table_item_indent:before, .shop_table .mnm_table_item .mnm_table_item_indent:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "\f148";
    margin-right: .3819820591em;
    opacity: .25
}

.quick-view-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-right: .6180469716em
}

.woocommerce-page .no_shipping_address .gift-form label:after, .woocommerce-page .ship_address .gift-form label:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06b";
    margin-left: .5407911001em
}

.woocommerce-page .no_shipping_address .modify-address-button:before, .woocommerce-page .ship_address .modify-address-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    margin-right: .5407911001em
}

.woocommerce-page .addresses + .addresses header.title a:before {
    content: "\f067"
}

.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before, .woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before {
    content: "\f005"
}

a#variations_clear:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-right: .5407911001em
}

.wl-add-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
    margin-right: .5407911001em
}

.button.wl-create-new:before, article .wl-create-new.more-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    margin-right: .5407911001em
}

.addresses .woocommerce-Address-title::after, .addresses header.title::after, .woocommerce-Address .woocommerce-Address-title::after, .woocommerce-Address header.title::after {
    display: block;
    content: "";
    clear: both
}

.addresses .woocommerce-Address-title a, .addresses header.title a, .woocommerce-Address .woocommerce-Address-title a, .woocommerce-Address header.title a {
    display: block;
    width: 1em;
    height: 1em;
    text-indent: -9999px;
    position: relative;
    padding: .875em;
    margin-top: .23em;
    margin-left: 6px
}

.addresses .woocommerce-Address-title a:before, .addresses header.title a:before, .woocommerce-Address .woocommerce-Address-title a:before, .woocommerce-Address header.title a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    line-height: 1.618;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    text-indent: 0
}

@media (min-width: 768px) {
    .main-navigation ul.menu > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after, .main-navigation ul.nav-menu > li.menu-item-has-children > a:after, .main-navigation ul.nav-menu > li.page_item_has_children > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        margin-left: 1em
    }

    .main-navigation ul.menu ul li.menu-item-has-children > a:after, .main-navigation ul.menu ul li.page_item_has_children > a:after, .main-navigation ul.nav-menu ul li.menu-item-has-children > a:after, .main-navigation ul.nav-menu ul li.page_item_has_children > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        float: right;
        line-height: 1.618
    }

    .demo_store a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f057";
        margin-right: .3342343017em
    }

    .site-header-cart .cart-contents:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        height: 1em;
        float: right;
        content: "\f291";
        line-height: 1.618
    }

    .woocommerce-tabs ul.tabs li:after {
        content: ""
    }

    #wl-wrapper .wl-tabs > li.active:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: block !important;
        position: absolute;
        top: 50%;
        height: 1em;
        width: 1em;
        margin-top: -.5em
    }
}

.site-main nav.navigation {
    margin: 0 0 1em
}

.site-main nav.navigation::after {
    display: block;
    content: "";
    clear: both
}

.site-main nav.navigation .nav-next a, .site-main nav.navigation .nav-previous a {
    display: inline-block;
    transition: all, ease, .3s;
    padding: .6180469716em 1em;
    border-radius: 3px
}

.site-main nav.navigation .nav-previous {
    float: left;
    width: 50%
}

.site-main nav.navigation .nav-previous a:hover {
    -webkit-transform: translate(-1em);
    -ms-transform: translate(-1em);
    transform: translate(-1em)
}

.site-main nav.navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.site-main nav.navigation .nav-next a:hover {
    -webkit-transform: translate(-1em);
    -ms-transform: translate(-1em);
    transform: translate(-1em)
}

.pagination, .woocommerce-pagination {
    padding: 1em 0;
    border-width: 1px 0;
    text-align: center;
    clear: both;
    margin: 0;
}

.pagination .page-numbers, .woocommerce-pagination .page-numbers {
    margin: 0
}

.pagination .page-numbers::after, .woocommerce-pagination .page-numbers::after {
    display: block;
    content: "";
    clear: both
}

.pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
    display: inline-block
}

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    font-size: 1em;
    display: inline-block;
    padding: .667em 1.133em;
    color: #444;
    font-weight: 500;
    line-height: 1.543em
}

.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #0063d1;
    color: #fff;
    padding: .733em 1.4em;
    border-radius: 5px
}

.pagination .page-numbers li .page-numbers.next, .pagination .page-numbers li .page-numbers.prev, .woocommerce-pagination .page-numbers li .page-numbers.next, .woocommerce-pagination .page-numbers li .page-numbers.prev {
    font-size: 0;
    vertical-align: middle
}

.pagination .page-numbers li .page-numbers.next:after, .pagination .page-numbers li .page-numbers.prev:after, .woocommerce-pagination .page-numbers li .page-numbers.next:after, .woocommerce-pagination .page-numbers li .page-numbers.prev:after {
    font-family: techmarket-icons;
    font-size: 31px;
    opacity: .5;
    margin: 0 5px;
    line-height: 1
}

.pagination .page-numbers li .page-numbers.next:after, .woocommerce-pagination .page-numbers li .page-numbers.next:after {
    content: "\74"
}

.pagination .page-numbers li .page-numbers.prev:after, .woocommerce-pagination .page-numbers li .page-numbers.prev:after {
    content: "\75"
}

.pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li a.page-numbers:hover {
    opacity: .8
}

.rtl .pagination a.next, .rtl .pagination a.prev, .rtl .woocommerce-pagination a.next, .rtl .woocommerce-pagination a.prev {
    transform: rotateY(180deg)
}

.shop-control-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: .938em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: .2em;
    margin-bottom: 10px;
    flex-wrap: wrap
}

@media (max-width: 500px) {
    .shop-control-bar {
        flex-direction: column
    }

    .shop-control-bar .woocommerce-products-header__title {
        padding: 4px 0 16px 0
    }
}

@media (max-width: 1023px) {
    .shop-control-bar {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
        background-color: #fe830a
    }
}

@media (max-width: 767px) {
    .shop-control-bar {
        margin-bottom: 30px
    }
}

.shop-control-bar .handheld-sidebar-toggle {
    display: none
}

.shop-control-bar .handheld-sidebar-toggle button {
    background: 0 0
}

.shop-control-bar .handheld-sidebar-toggle button span {
    padding-left: 10px;
    font-size: 14px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .shop-control-bar {
        padding-bottom: 14px
    }
}

.shop-control-bar .woocommerce-products-header__title {
    font-size: 30px;
    color: #444;
    margin: 0;
    flex-grow: 1
}

.shop-control-bar .techmarket-advanced-pagination {
    display: flex;
    align-items: center;
    word-spacing: 4px;
    font-weight: 400
}

@media (max-width: 1589px) {
    .shop-control-bar .techmarket-advanced-pagination {
        display: none
    }
}

.shop-control-bar .techmarket-advanced-pagination form {
    margin-right: .733em
}

.shop-control-bar .techmarket-advanced-pagination input.form-control {
    line-height: 1.8em
}

@media (max-width: 767px) {
    .shop-control-bar .techmarket-advanced-pagination input.form-control {
        text-align: center;
        width: 48px
    }
}

.shop-control-bar .techmarket-advanced-pagination a.page-numbers {
    font-size: 31px;
    opacity: .5
}

.shop-control-bar .techmarket-advanced-pagination a.page-numbers.next {
    margin-left: 8px
}

@media (min-width: 576px) {
    .shop-control-bar .techmarket-advanced-pagination a.page-numbers.next {
        margin-left: 16px
    }
}

.shop-control-bar .techmarket-advanced-pagination a.page-numbers.prev {
    margin-right: 16px
}

@media (max-width: 1199px) {
    .shop-control-bar .woocommerce-products-header__title {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .shop-control-bar .woocommerce-products-header__title {
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .shop-control-bar .form-techmarket-wc-ppp {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .shop-control-bar .techmarket-advanced-pagination {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%;
        justify-content: flex-end;
        display: none
    }
}

.shop-control-bar ul.nav {
    border: 0
}

@media (min-width: 992px) {
    .shop-control-bar ul.nav {
        margin-right: .6em
    }
}

.shop-control-bar ul.nav .nav-item .nav-link {
    color: #bcbcbc;
    border: 0;
    padding: 0 .421em;
    font-size: 1.267em
}

.shop-control-bar ul.nav .nav-item .nav-link.active, .shop-control-bar ul.nav .nav-item .nav-link:hover {
    border: 0;
    color: #444
}

.shop-control-bar form {
    margin: 0
}

@media (min-width: 1200px) {
    .shop-control-bar form + .techmarket-advanced-pagination {
        margin-left: 2.133em
    }

    .shop-control-bar form.form-techmarket-wc-ppp {
        margin-right: .867em
    }
}

.shop-control-bar form input, .shop-control-bar form select {
    font-size: 1em;
    border-radius: 4px;
    font-weight: 400
}

.shop-control-bar form select.orderby {
    line-height: 2.067em
}

.shop-control-bar form input.form-control {
    line-height: 1.8em
}

@media (max-width: 1023px) {
    .shop-control-bar {
        padding: 10px 0
    }

    .shop-control-bar .form-techmarket-wc-ppp, .shop-control-bar .techmarket-advanced-pagination, .shop-control-bar ul.nav {
        display: none
    }

    .shop-control-bar .handheld-sidebar-toggle {
        display: block
    }

    .shop-control-bar .handheld-sidebar-toggle button {
        color: #fff
    }

    .shop-control-bar .woocommerce-products-header__title {
        color: #000
    }

    .shop-control-bar form select.orderby {
        border: none;
        line-height: 1;
        color: #fff;
        font-size: 14px;
        background: 0 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: right 1.6em center;
        background-size: 11px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAYAAABLy77vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANBJREFUeNpi+P//PwMSNgDiCWhi2PBjIF6CLMbEgAoEgNiAAT8oAGIxII5GVsvEQBoAaewH4stAPBWIN0AtJ8kgAajGQiD+AsRrgPgCEC8g1SAHqMYJSGIJQKwAwiwkGLQBipHBB1g4kRpGOMGoQaMGUdMgbDleAZYhSTHoADTfoGfQBFINCoBmRhUofwI0H00g1iAWJBeBNFUA8T+oVxVICiTk4vLDx4/vP3/5AmT+TyFQ1B4AYgecRe2Lly+Pf/r06RmQeYaI4vYCsgBAgAEAh8+QV9QkJZ0AAAAASUVORK5CYII=)
    }

    .shop-control-bar form select.orderby::after {
        content: "\f0ec";
        font-family: FontAwesome
    }
}

@media (max-width: 1023px) {
    .full-width .shop-control-bar .handheld-sidebar-toggle {
        display: none
    }

    .full-width .shop-control-bar .handheld-sidebar-toggle + .woocommerce-products-header__title {
        text-align: left
    }
}

@media (min-width: 500px) and (max-width: 1023px) {
    .full-width .shop-control-bar .handheld-sidebar-toggle + .woocommerce-products-header__title {
        padding-left: 20px
    }
}

.shop-control-bar-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .938em;
    font-weight: 400;
    border-top: 1px solid #ebebeb;
    padding-top: 1.467em
}

@media (max-width: 767px) {
    .shop-control-bar-bottom {
        flex-direction: column;
        border-top: none
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .shop-control-bar-bottom {
        flex-flow: row wrap;
        justify-content: space-between
    }
}

.shop-control-bar-bottom form {
    margin: 0;
    color: #444
}

@media (max-width: 767px) {
    .shop-control-bar-bottom form {
        margin-bottom: 1.333em
    }
}

.shop-control-bar-bottom p {
    padding: .327em 1.533em
}

.shop-control-bar-bottom .woocommerce-pagination {
    justify-content: flex-end;
    display: flex;
    flex-grow: 1
}

@media (min-width: 992px) {
    .shop-control-bar form, .shop-control-bar-bottom form {
        margin-right: .6em
    }
}

.shop-control-bar form .techmarket-wc-wppp-select, .shop-control-bar-bottom form .techmarket-wc-wppp-select {
    border: none
}

.shop-control-bar form select, .shop-control-bar-bottom form select {
    color: #444;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.733em;
    height: auto;
    background: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 1.6em center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHVJREFUeNpidHBwuPzt29ddfHz8xQxQAOTPYmfnsGX6////Nl5evsIPH95PB0kA6WWcnFwp//79W8zo4uLC8OfP70pmZpaWHz9+vOfg4BD8+/dPNgsL6wxmJSUlBiYm5iNAiY9sbGxu379/S+Hg4JwHMgUgwAD3NS8TSbhyqAAAAABJRU5ErkJggg==)
}

.navbar-primary .nav, .primary-navigation .nav {
    margin-left: 0;
    flex-wrap: wrap;
    display: block
}

.navbar-primary .nav > li, .primary-navigation .nav > li {
    line-height: 1.933em;
    padding: 0 15px;
    display: inline-block
}

.navbar-primary .nav > li > a, .primary-navigation .nav > li > a {
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
    position: relative
}

.navbar-primary .nav > li > a::after, .primary-navigation .nav > li > a::after {
    position: absolute;
    top: -5px;
    right: -16px
}

.navbar-primary .nav > li:first-child, .primary-navigation .nav > li:first-child {
    padding-left: 0
}

.navbar-primary .nav > li:last-child, .primary-navigation .nav > li:last-child {
    padding: 0
}

.navbar-primary .nav .sale-clr a, .primary-navigation .nav .sale-clr a {
    color: #e14546
}

.navbar-primary .nav .dropdown-menu, .primary-navigation .nav .dropdown-menu {
    font-size: .933em;
    border-radius: 0;
    border-top-width: 2px
}

.navbar-primary .nav .dropdown-menu .menu-item > a, .primary-navigation .nav .dropdown-menu .menu-item > a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    padding: .471em 1.229em
}

.navbar-primary .nav .dropdown-menu .show > .dropdown-menu, .primary-navigation .nav .dropdown-menu .show > .dropdown-menu {
    left: 100%;
    top: 0
}

.navbar-primary .nav .techmarket-flex-more-menu-item, .primary-navigation .nav .techmarket-flex-more-menu-item {
    position: relative
}

.navbar-primary .nav .techmarket-flex-more-menu-item .overflow-items, .primary-navigation .nav .techmarket-flex-more-menu-item .overflow-items {
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0)
}

.navbar-primary .nav .techmarket-flex-more-menu-item li, .primary-navigation .nav .techmarket-flex-more-menu-item li {
    position: relative
}

.navbar-primary .nav .techmarket-flex-more-menu-item .show > .dropdown-menu, .primary-navigation .nav .techmarket-flex-more-menu-item .show > .dropdown-menu {
    left: auto;
    right: 100%
}

.navbar-primary .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu, .primary-navigation .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu {
    left: auto;
    width: 700px;
    top: 0;
    right: 100%;
    padding: 0
}

@media (min-width: 1024px) and (max-width: 1110px) {
    .navbar-primary .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu, .primary-navigation .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu {
        margin-left: -27.5vw;
        padding: 0 20px
    }
}

.navbar-primary .nav .techmarket-flex-more-menu-item::before, .primary-navigation .nav .techmarket-flex-more-menu-item::before {
    content: " ";
    margin: 0 .5em
}

.navbar-primary .nav .techmarket-flex-more-menu-item > a, .primary-navigation .nav .techmarket-flex-more-menu-item > a {
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.navbar-primary .nav .techmarket-flex-more-menu-item > a::after, .primary-navigation .nav .techmarket-flex-more-menu-item > a::after {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    margin: 0;
    right: auto;
    transform: translate(-50%, -50%);
    padding: 7.5px 10.18px;
    border-radius: 50px;
    display: none
}

.navbar-primary .nav .menu-item-has-children > .dropdown-menu, .primary-navigation .nav .menu-item-has-children > .dropdown-menu {
    top: 50px
}

.navbar-primary .nav .menu-item-has-children .menu-item-has-children > a::after, .primary-navigation .nav .menu-item-has-children .menu-item-has-children > a::after {
    font-family: FontAwesome;
    border-top: none;
    content: "";
    float: right;
    border-left: none;
    border-right: none;
    width: auto;
    height: auto
}

.site-header.header-v5 .navbar-primary .nav > li > a, .site-header.header-v5 .primary-navigation .nav > li > a {
    color: #fff
}

.site-header.header-v5 .navbar-primary .nav > .menu-item-has-children > .dropdown-menu, .site-header.header-v5 .primary-navigation .nav > .menu-item-has-children > .dropdown-menu {
    top: 130%
}

.site-header.header-v5 .navbar-primary .nav .techmarket-flex-more-menu-item > a::after, .site-header.header-v5 .primary-navigation .nav .techmarket-flex-more-menu-item > a::after {
    background-color: #000
}

.site-header.header-v10 .navbar-primary .nav > li > a, .site-header.header-v10 .primary-navigation .nav > li > a {
    color: #fff
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .techmarket-sticky-wrap.stuck .navbar-primary .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu, .techmarket-sticky-wrap.stuck .primary-navigation .nav .techmarket-flex-more-menu-item .yamm-fw > .dropdown-menu {
        margin-left: -43vw
    }
}

.secondary-navigation {
    font-size: .933em
}

.secondary-navigation .nav {
    align-items: center;
    padding: 0;
    margin: 0;
    display: block;
    text-align: right
}

@media (max-width: 1399px) {
    .secondary-navigation .nav {
        display: block
    }
}

.secondary-navigation .nav > li + li::before {
    content: '|';
    font-size: 12px;
    color: #cad5d5;
    display: inline-block;
    margin: 0 1.457em
}

.secondary-navigation .nav > li {
    padding-bottom: .715em;
    line-height: 2.081em;
    display: inline-block
}

.secondary-navigation .nav > li i {
    padding-right: .5em
}

.secondary-navigation .nav > li .tm-order-tracking {
    font-size: 1.286em
}

.secondary-navigation .nav > li .tm-dollar {
    font-size: .857em
}

.secondary-navigation .nav > li .tm-login-register {
    font-size: .929em
}

.secondary-navigation .nav > li a {
    color: #444
}

.secondary-navigation .nav > li a:active, .secondary-navigation .nav > li a:focus, .secondary-navigation .nav > li a:hover {
    color: #555
}

.secondary-navigation .nav > li ul a::before {
    display: none
}

.secondary-navigation .nav .show > .dropdown-menu {
    left: 28px
}

.secondary-navigation .nav .dropdown-menu {
    width: 140px;
    border-radius: 0;
    border-top-width: 2px
}

.secondary-navigation .nav .dropdown-menu li a {
    width: 100%;
    font-size: .875em;
    display: block;
    padding: .6em .875em;
    line-height: 1
}

.secondary-navigation .nav .dropdown-menu li a:focus, .secondary-navigation .nav .dropdown-menu li a:hover {
    background-color: #f9f9f9
}

.secondary-navigation .nav .techmarket-flex-more-menu-item {
    position: relative
}

.secondary-navigation .nav .techmarket-flex-more-menu-item li {
    position: relative
}

.secondary-navigation .nav .techmarket-flex-more-menu-item::before {
    content: " ";
    margin: 0 .5em
}

.secondary-navigation .nav .techmarket-flex-more-menu-item.show > .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 200px;
    text-align: center
}

.secondary-navigation .nav .techmarket-flex-more-menu-item > a {
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.secondary-navigation .nav .techmarket-flex-more-menu-item > a::after {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 86%;
    line-height: 1;
    margin: 0;
    transform: translate(-50%, -50%);
    padding: 7.5px 10.18px;
    border-radius: 50px;
    display: none
}

.user-logged-in .secondary-navigation .not-logged-in {
    display: none
}

.navbar-search {
    margin-bottom: 0
}

.navbar-search input[type=text] {
    background-color: #fff;
    box-shadow: none;
    padding: 1em;
    color: #939393;
    font-size: 1em;
    border: 2px solid #e7e7e7;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-right: none;
    line-height: 1em
}

.navbar-search .btn-secondary {
    color: #fff
}

.navbar-search .input-group-btn:not(:first-child) > .btn-secondary {
    margin-left: 0
}

.navbar-search .input-group-addon {
    color: #444
}

.navbar-search .search-categories {
    background-color: transparent;
    border: 2px solid #e7e7e7;
    border-right: none;
    border-left: none
}

@media (min-width: 1590px) {
    .navbar-search .search-categories {
        padding-right: 4.875em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-search .search-categories {
        padding-right: .9em
    }
}

.navbar-search select {
    max-width: 100%;
    padding: 0 1.2em 0 1.333em;
    font-size: .938em;
    border: none;
    border-left: 1px solid #eee;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.733em;
    border-radius: 0;
    height: auto;
    color: #444;
    background: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 1.6em center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHVJREFUeNpidHBwuPzt29ddfHz8xQxQAOTPYmfnsGX6////Nl5evsIPH95PB0kA6WWcnFwp//79W8zo4uLC8OfP70pmZpaWHz9+vOfg4BD8+/dPNgsL6wxmJSUlBiYm5iNAiY9sbGxu379/S+Hg4JwHMgUgwAD3NS8TSbhyqAAAAABJRU5ErkJggg==)
}

.navbar-search select:focus {
    outline: 0
}

.navbar-search .input-group .input-group-btn {
    font-size: 1.066em
}

.navbar-search button {
    font-weight: 500;
    font-size: .938em;
    min-width: 4em
}

@media (max-width: 1590px) {
    .navbar-search button {
        min-width: 4em
    }

    .navbar-search button .search-btn {
        display: none
    }
}


.navbar-search .twitter-typeahead {
    flex-grow: 1;
    position: static !important;
    background-color: #fff;
    border-radius: 5px 0 0 5px
}

.navbar-search .twitter-typeahead input + input {
    width: 100%
}

.navbar-search .twitter-typeahead .tt-menu {
    width: 100%;
    border: 1px solid #e7e7e7;
    top: 98% !important
}

.navbar-search .twitter-typeahead .tt-menu .tt-dataset-search {
    background: #fff;
    padding: 20px 0
}

.navbar-search .twitter-typeahead .tt-menu .tt-dataset-search a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 8px 10px
}

.navbar-search .twitter-typeahead .tt-menu .tt-dataset-search a:hover {
    background-color: #f4f4f4
}

.navbar-search .twitter-typeahead .tt-menu .tt-dataset-search a img {
    margin-right: 14px
}

.navbar-search .twitter-typeahead .tt-menu .tt-dataset-search a p {
    margin-bottom: 0
}

.departments-menu {
    max-height: 5.067em;
    max-width: 16.25em
}

@media (min-width: 1025px) {
    .departments-menu .dropdown-backdrop {
        z-index: -1;
        display: none
    }
}

.departments-menu button {
    background-color: transparent;
    font-size: 1em;
    color: #444;
    font-weight: 500;
    border: 2px solid #eee;
    border-radius: 3px;
    padding: .938rem 1rem;
    justify-content: center;
    align-items: center;
    display: flex
}

.departments-menu button:hover {
    color: #555
}

.departments-menu button:active, .departments-menu button:focus, .departments-menu button:hover {
    box-shadow: none
}

.departments-menu button i {
    padding-right: .633em;
    line-height: 1.1
}

.departments-menu.show > .dropdown-menu {
    transition: .2s ease-in-out
}

.departments-menu > .dropdown-menu {
    transform: translate(0, 24px) rotate(0) skew(0deg, 0deg) scale(1, 1);
    margin: 0 15px;
    padding: 0;
    border: none;
    right: 0;
    z-index: 1
}

.departments-menu > .dropdown-menu > li {
    padding: 0 1.143em;
    background-color: #fff;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee
}

.departments-menu > .dropdown-menu > li:nth-child(1) {
    border-top: 2px solid #eee;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.departments-menu > .dropdown-menu > li:nth-last-child(1) {
    border-bottom: 2px solid #eee;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.departments-menu > .dropdown-menu > li.highlight > a {
    font-weight: 500
}

.departments-menu > .dropdown-menu > li.color > a {
    color: #e14546
}

.departments-menu > .dropdown-menu > li > a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: .608em .357em;
    font-size: .938em;
    color: #43454b;
    font-weight: 400
}

.departments-menu > .dropdown-menu > li:first-child > a {
    padding: 1.1em .357em .6em
}

.departments-menu > .dropdown-menu > li:last-child > a {
    border-bottom: none
}

.departments-menu > .dropdown-menu .yamm-tfw > .dropdown-menu > li {
    padding: 0
}

.departments-menu > .dropdown-menu .menu-item-has-children .dropdown-toggle:after {
    background: 0 0
}

.departments-menu > .dropdown-menu .menu-item-has-children a[data-toggle=dropdown-hover]::after, .departments-menu > .dropdown-menu .menu-item-has-children a[data-toggle=dropdown]::after {
    font-family: FontAwesome;
    border-top: none;
    content: "";
    float: right;
    border-left: none;
    border-right: none;
    width: auto;
    height: auto
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu {
    top: 0;
    padding: 0;
    margin: 0;
    font-size: .938em;
    border: 2px solid #eee;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
    height: 100vh !important;
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li > a {
    font-size: .933em;
    line-height: 1.6em;
    display: block
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li > a:focus, .departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu li > a:hover {
    color: #000
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) {
    width: 100%;
    padding: 0 1.143em
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block):first-child {
    margin-top: 1.143em
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) > a {
    border-bottom: 0;
    padding: .35em 1.429em
}

.departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu > li.menu-item:not(.menu-item-object-static_block) .dropdown-menu {
    top: -4px;
    left: 99%
}

.departments-menu .dropdown-menu > .menu-item, .departments-menu > .menu-item {
    position: static;
    display: block;
    padding: 0 1.143em
}



.header-v1 .departments-menu button {
    color: #fff;
    display: block;
    height: 52px
}

.page-template-template-homepage-v1 .header-v1 .departments-menu button, .page-template-template-homepage-v2 .header-v1 .departments-menu button {
    color: #fff;
    /*color: #444;*/
    border-color: #eee;
    background-color: #0063d1
    /*background-color: transparent*/
}

.page-template-template-homepage-v1 .header-v1 .departments-menu button::after, .page-template-template-homepage-v2 .header-v1 .departments-menu button::after {
    filter: none
}

@media (min-width: 1200px) {
    /*.page-template-template-homepage-v1 .header-v1 .departments-menu > .dropdown-menu,*/ .page-template-template-homepage-v1 .header-v3 .departments-menu > .dropdown-menu, .page-template-template-homepage-v1 .header-v4 .departments-menu > .dropdown-menu, .page-template-template-homepage-v1 .header-v5 .departments-menu > .dropdown-menu, .page-template-template-homepage-v1 .header-v6 .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v1 .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v3 .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v4 .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v5 .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v6 .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v1 .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v3 .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v4 .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v5 .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v6 .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v1 .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v3 .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v4 .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v5 .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v6 .departments-menu > .dropdown-menu {
    display: block
}
}

.header-v10 .departments-menu, .header-v2 .departments-menu, .header-v3 .departments-menu, .header-v4 .departments-menu, .header-v5 .departments-menu, .header-v6 .departments-menu {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
    padding: 0
}

.header-v10 .departments-menu button, .header-v2 .departments-menu button, .header-v3 .departments-menu button, .header-v4 .departments-menu button, .header-v5 .departments-menu button, .header-v6 .departments-menu button {
    padding: 0;
    border: none;
    justify-content: inherit;
    width: 20px;
    margin-left: 20px
}

.header-v10 .departments-menu button.dropdown-toggle::after, .header-v2 .departments-menu button.dropdown-toggle::after, .header-v3 .departments-menu button.dropdown-toggle::after, .header-v4 .departments-menu button.dropdown-toggle::after, .header-v5 .departments-menu button.dropdown-toggle::after, .header-v6 .departments-menu button.dropdown-toggle::after {
    display: none
}

.header-v10 .departments-menu button i, .header-v2 .departments-menu button i, .header-v3 .departments-menu button i, .header-v4 .departments-menu button i, .header-v5 .departments-menu button i, .header-v6 .departments-menu button i {
    padding-right: .8em;
    text-shadow: #909090 0 1px 0
}

.header-v10 .departments-menu span, .header-v2 .departments-menu span, .header-v3 .departments-menu span, .header-v4 .departments-menu span, .header-v5 .departments-menu span, .header-v6 .departments-menu span {
    display: none
}

.header-v10 .departments-menu button::before, .header-v2 .departments-menu button::before, .header-v3 .departments-menu button::before, .header-v4 .departments-menu button::before, .header-v5 .departments-menu button::before, .header-v6 .departments-menu button::before {
    opacity: 0
}

.header-v10 .departments-menu.show button::before, .header-v2 .departments-menu.show button::before, .header-v3 .departments-menu.show button::before, .header-v4 .departments-menu.show button::before, .header-v5 .departments-menu.show button::before, .header-v6 .departments-menu.show button::before {
    content: '';
    transform: rotate(45deg);
    width: 44px;
    height: 44px;
    border: 2px solid #eee;
    background-color: #fff;
    position: absolute;
    left: 5px;
    border-radius: 4px;
    top: 34px;
    z-index: -1;
    opacity: 1
}

.header-v10 .departments-menu.show button::after, .header-v2 .departments-menu.show button::after, .header-v3 .departments-menu.show button::after, .header-v4 .departments-menu.show button::after, .header-v5 .departments-menu.show button::after, .header-v6 .departments-menu.show button::after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -26px;
    right: 33px;
    z-index: 9
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .header-v10 .departments-menu.show button::after, .header-v2 .departments-menu.show button::after, .header-v3 .departments-menu.show button::after, .header-v4 .departments-menu.show button::after, .header-v5 .departments-menu.show button::after, .header-v6 .departments-menu.show button::after {
        left: 50%;
        transform: translate(-78%)
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .header-v10 .departments-menu.show button::after, .header-v2 .departments-menu.show button::after, .header-v3 .departments-menu.show button::after, .header-v4 .departments-menu.show button::after, .header-v5 .departments-menu.show button::after, .header-v6 .departments-menu.show button::after {
        transform: translate(-78%)
    }
}

.header-v10 .departments-menu > .dropdown-menu, .header-v2 .departments-menu > .dropdown-menu, .header-v3 .departments-menu > .dropdown-menu, .header-v4 .departments-menu > .dropdown-menu, .header-v5 .departments-menu > .dropdown-menu, .header-v6 .departments-menu > .dropdown-menu {
    left: -202px;
    right: 0;
    min-width: 270px;
    margin: 0
}

@media (min-width: 700px) and (max-width: 800px) {
    .header-v10 .departments-menu > .dropdown-menu, .header-v2 .departments-menu > .dropdown-menu, .header-v3 .departments-menu > .dropdown-menu, .header-v4 .departments-menu > .dropdown-menu, .header-v5 .departments-menu > .dropdown-menu, .header-v6 .departments-menu > .dropdown-menu {
        left: -182px
    }
}

@media (min-width: 1400px) and (max-width: 1900px) {
    .header-v10 .departments-menu > .dropdown-menu, .header-v2 .departments-menu > .dropdown-menu, .header-v3 .departments-menu > .dropdown-menu, .header-v4 .departments-menu > .dropdown-menu, .header-v5 .departments-menu > .dropdown-menu, .header-v6 .departments-menu > .dropdown-menu {
        min-width: 270px;
        left: -200px
    }
}

.header-v10 .departments-menu > .dropdown-menu::before, .header-v2 .departments-menu > .dropdown-menu::before, .header-v3 .departments-menu > .dropdown-menu::before, .header-v4 .departments-menu > .dropdown-menu::before, .header-v5 .departments-menu > .dropdown-menu::before, .header-v6 .departments-menu > .dropdown-menu::before {
    right: 5px;
    left: auto;
    display: none
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-v3 .departments-menu, .header-v4 .departments-menu {
        flex: 0 0 5.8333333333%;
        max-width: 5.8333333333%
    }
}

.page-template-template-homepage-v5 .header-v3 .departments-menu button::before, .page-template-template-homepage-v5 .header-v4 .departments-menu button::before, .page-template-template-homepage-v6 .header-v3 .departments-menu button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu button::before {
    opacity: 1
}

.page-template-template-homepage-v5 .header-v3 .stuck .departments-menu button::after, .page-template-template-homepage-v6 .header-v4 .stuck .departments-menu button::after {
    display: none
}

.page-template-template-homepage-v5 .header-v3 .stuck .departments-menu.show button::after, .page-template-template-homepage-v6 .header-v4 .stuck .departments-menu.show button::after {
    right: 38px
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v5 .header-v3 .departments-menu button::before, .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu.show button::before {
        content: '';
        transform: rotate(45deg);
        width: 44px;
        height: 44px;
        border: 2px solid #eee;
        background-color: #f8f8f8;
        position: absolute;
        left: 5px;
        border-radius: 4px;
        top: 34px;
        z-index: -1
    }
}

.page-template-template-homepage-v5 .header-v3 .departments-menu button::after, .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v6 .header-v4 .departments-menu button::after, .page-template-template-homepage-v6 .header-v4 .departments-menu.show button::after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #f8f8f8;
    display: block;
    position: absolute;
    bottom: -26px;
    right: 33px;
    z-index: 9
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .page-template-template-homepage-v5 .header-v3 .departments-menu button::after, .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v6 .header-v4 .departments-menu button::after, .page-template-template-homepage-v6 .header-v4 .departments-menu.show button::after {
        left: 37%;
        transform: translate(-78%)
    }
}

@media (max-width: 1199px) {
    .header-v4 .departments-menu.show button::before {
        top: 41px;
        border-color: transparent
    }
}

@media (min-width: 992px) {
    .header-v3 .departments-menu button::before, .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v5 .header-v3 .departments-menu button::before, .page-template-template-homepage-v5 .header-v3 .departments-menu.show button::before {
        background-color: #f8f8f8
    }
}

@media (min-width: 1200px) {
    .header-v4 .departments-menu button::before, .header-v4 .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu button::before, .page-template-template-homepage-v6 .header-v4 .departments-menu.show button::before {
        top: 42px;
        border: 2px solid #fff;
        background-color: #fff
    }
}

.header-v3 .departments-menu > .dropdown-menu {
    border: none
}

.header-v3 .departments-menu > .dropdown-menu::before {
    border: none;
    background-color: #f8f8f8;
    border-radius: 6px
}

.header-v3 .departments-menu > .dropdown-menu.animated-dropdown > li:first-child {
    border-top-right-radius: 0
}

.header-v3 .departments-menu > .dropdown-menu.animated-dropdown > li:last-child {
    border-bottom-right-radius: 0
}

.header-v3 .departments-menu > .dropdown-menu > li {
    background-color: #f8f8f8
}

.header-v3 .departments-menu > .dropdown-menu > li:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.header-v3 .departments-menu > .dropdown-menu > li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.header-v3 .departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu {
    background-color: #fff;
    top: 0
}

.header-v3 .departments-menu.show button::after {
    background-color: #f8f8f8
}

.header-v4 .departments-menu > .dropdown-menu {
    top: 25px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.header-v4 .departments-menu > .dropdown-menu::before {
    border-top-right-radius: 10px;
    border: none
}

.header-v4 .departments-menu > .dropdown-menu > li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.header-v4 .departments-menu > .dropdown-menu > li:nth-child(1) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none
}

.header-v4 .departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu {
    top: 0;
    border-top: none
}

.header-v4 .departments-menu button i, .header-v4 .handheld-navigation button i, .header-v5 .departments-menu button i, .header-v5 .handheld-navigation button i {
    text-shadow: #fff 0 1px 0;
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-v5 .departments-menu {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .header-v5 .departments-menu button::before, .header-v5 .departments-menu.show button::before {
        top: 35px;
        border: 2px solid transparent
    }
}

.header-v6 .departments-menu button i {
    text-shadow: #030303 0 1px 0
}

.header-v6 .departments-menu > .dropdown-menu {
    left: -14px;
    right: auto
}

.header-v6 .departments-menu > .dropdown-menu::before {
    right: auto;
    left: 5px
}

.header-v4 .departments-menu button::after {
    display: none !important
}

.page-template-template-homepage-v1 .header-v3 .departments-menu button::before, .page-template-template-homepage-v1 .header-v4 .departments-menu button::before, .page-template-template-homepage-v2 .header-v3 .departments-menu button::before, .page-template-template-homepage-v2 .header-v4 .departments-menu button::before {
    content: '';
    transform: rotate(45deg);
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    left: 5px;
    border-radius: 4px;
    z-index: -1;
    opacity: 1
}

.page-template-template-homepage-v10 .header-v1 .departments-menu button, .page-template-template-homepage-v11 .header-v1 .departments-menu button, .page-template-template-homepage-v12 .header-v1 .departments-menu button, .page-template-template-homepage-v5 .header-v1 .departments-menu button, .page-template-template-homepage-v6 .header-v1 .departments-menu button, .page-template-template-homepage-v7 .header-v1 .departments-menu button, .page-template-template-homepage-v8 .header-v1 .departments-menu button, .page-template-template-homepage-v9 .header-v1 .departments-menu button {
    background-color: transparent;
    color: #444;
    border-color: #eee
}

.page-template-template-homepage-v1 .header-v5 .departments-menu button::before, .page-template-template-homepage-v1 .header-v6 .departments-menu button::before, .page-template-template-homepage-v2 .header-v5 .departments-menu button::before, .page-template-template-homepage-v2 .header-v6 .departments-menu button::before, .page-template-template-homepage-v5 .header-v4 .departments-menu button::before, .page-template-template-homepage-v5 .header-v5 .departments-menu button::before, .page-template-template-homepage-v5 .header-v6 .departments-menu button::before, .page-template-template-homepage-v6 .header-v3 .departments-menu button::before, .page-template-template-homepage-v6 .header-v5 .departments-menu button::before, .page-template-template-homepage-v6 .header-v6 .departments-menu button::before {
    content: '';
    transform: rotate(45deg);
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    left: 5px;
    border-radius: 4px;
    z-index: -1;
    opacity: 1
}

.page-template-template-homepage-v1 .header-v5 .departments-menu button::after, .page-template-template-homepage-v1 .header-v6 .departments-menu button::after, .page-template-template-homepage-v2 .header-v5 .departments-menu button::after, .page-template-template-homepage-v2 .header-v6 .departments-menu button::after, .page-template-template-homepage-v5 .header-v4 .departments-menu button::after, .page-template-template-homepage-v5 .header-v5 .departments-menu button::after, .page-template-template-homepage-v5 .header-v6 .departments-menu button::after, .page-template-template-homepage-v6 .header-v3 .departments-menu button::after, .page-template-template-homepage-v6 .header-v5 .departments-menu button::after, .page-template-template-homepage-v6 .header-v6 .departments-menu button::after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -26px;
    right: 33px;
    z-index: 9
}

.page-template-template-homepage-v1 .header-v6 .departments-menu button::before, .page-template-template-homepage-v2 .header-v6 .departments-menu button::before, .page-template-template-homepage-v5 .header-v6 .departments-menu button::before, .page-template-template-homepage-v6 .header-v6 .departments-menu button::before {
    background-color: #fff;
    border: 2px solid #eee;
    top: 34px
}

.page-template-template-homepage-v1 .header-v3 .departments-menu button::before, .page-template-template-homepage-v2 .header-v3 .departments-menu button::before, .page-template-template-homepage-v6 .header-v3 .departments-menu button::before {
    background-color: #f8f8f8;
    border: 2px solid #eee;
    top: 34px
}

.page-template-template-homepage-v1 .header-v3 .departments-menu button::after, .page-template-template-homepage-v2 .header-v3 .departments-menu button::after, .page-template-template-homepage-v6 .header-v3 .departments-menu button::after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #f8f8f8;
    display: block;
    position: absolute;
    bottom: -26px;
    right: 33px;
    z-index: 9
}

.page-template-template-homepage-v4 .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v7 .header-v3 .departments-menu.show button::before, .page-template-template-homepage-v8 .header-v3 .departments-menu.show button::before {
    background-color: #f8f8f8;
    border: 2px solid #eee;
    top: 34px
}

.page-template-template-homepage-v10 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v11 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v12 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v3 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v4 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v7 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v8 .header-v3 .departments-menu.show button::after, .page-template-template-homepage-v9 .header-v3 .departments-menu.show button::after {
    background-color: #f8f8f8
}

.page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::after, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu button::before, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu > .dropdown-menu {
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden
}

.page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v1 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v2 .header-v1 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v5 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v5 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::after, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show button::before, .page-template-template-homepage-v6 .header-v6 .sticky-wrapper .techmarket-sticky-wrap.stuck .departments-menu.show > .dropdown-menu {
    transition: all .25s ease 0s;
    opacity: 1;
    visibility: visible
}

.site-header-cart {
    font-size: 1em;
    list-style-type: none;
    margin-left: 1.333em
}

.site-header-cart .cart-contents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #444
}

.site-header-cart .cart-contents .count {
    font-size: .933em;
    padding: .5em 0;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    line-height: .72;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 50px;
    margin-left: .214em;
    background-color: #e8eff4
}

.site-header-cart .cart-contents i {
    font-size: 1.733em
}

.site-header-cart .cart-contents .amount {
    font-weight: 500;
    line-height: 1.24;
    padding-left: 1.2em
}

.site-header-cart .cart-contents .amount .price-label {
    font-weight: 400;
    display: block;
    font-size: .867em;
    color: #676767
}

.site-header-cart .cart-contents::after {
    display: none
}

.site-header-cart .cart-contents:active, .site-header-cart .cart-contents:focus, .site-header-cart .cart-contents:hover {
    color: #444
}

.site-header .techmarket-sticky-wrap .site-header-cart .widget_shopping_cart_content .product_list_widget {
    overflow-y: scroll;
    max-height: 400px
}

.header-compare i, .header-wishlist i {
    font-size: 1.733em
}

.header-compare a, .header-wishlist a {
    display: flex;
    align-items: flex-start;
    color: #444
}

.header-compare a:active, .header-compare a:focus, .header-compare a:hover, .header-wishlist a:active, .header-wishlist a:focus, .header-wishlist a:hover {
    color: #444
}

.header-compare .value, .header-wishlist .value {
    padding-left: .667em
}

@media (max-width: 1199px) {
    .header-compare .value, .header-wishlist .value {
        display: none
    }
}

@media (min-width: 1590px) {
    ul.header-compare.nav, ul.header-wishlist.nav {
        margin-left: 3.333em
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    ul.header-compare.nav, ul.header-wishlist.nav {
        margin-left: 1.333em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    ul.header-compare.nav, ul.header-wishlist.nav {
        margin-left: 1.2em;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    ul.header-wishlist.nav {
        margin-left: 1.7em
    }
}

.yamm .collapse, .yamm .dropup, .yamm .nav, .yamm ul.navbar-nav > li.dropdown, .yamm > .dropdown {
    position: static
}

.yamm li.menu-item-has-children {
    position: relative
}

.yamm li.menu-item-has-children.yamm-fw, .yamm li.menu-item-has-children.yamm-hw, .yamm li.menu-item-has-children.yamm-tfw {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .no-yamm-content-padding .yamm-content {
    padding: 0
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    position: absolute;
    padding: 0;
    animation-duration: .2s
}

.yamm .dropdown.yamm-fw .dropdown-menu .menu-item {
    list-style: none
}

.yamm .dropdown.yamm-fw .dropdown-menu .menu {
    padding: 0
}

.yamm .yamm-content {
    padding: 1.143em
}

.yamm .yamm-content::after {
    display: block;
    content: "";
    clear: both
}

.yamm .yamm-content .wpb_content_element {
    margin: 0
}

.yamm .yamm-content .bg-yamm-content {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 10%, 0 100%, 10000% 100%);
    clip-path: polygon(0 10%, 0 100%, 10000% 100%)
}

.yamm .yamm-content .bg-yamm-content .kc-col-container {
    display: block
}

.yamm .nav-title, .yamm h1, .yamm h2, .yamm h3, .yamm h4, .yamm h5, .yamm h6 {
    font-weight: 500;
    font-size: 1em;
    padding: .571em 0;
    min-height: 2.667em
}

.yamm .nav-divider {
    height: 1px;
    border-top: 1px solid #ddd;
    margin: .5em 0
}

.yamm .nav-subtext, .yamm .nav-text {
    display: block
}

.yamm .nav-subtext {
    font-size: .8em;
    color: #aaa;
    line-height: 1
}

.navbar-primary, .primary-navigation {
    position: static !important
}

.navbar-primary .yamm-fw .dropdown-menu, .primary-navigation .yamm-fw .dropdown-menu {
    width: 100%
}

.navbar-primary .yamm-tfw .dropdown-menu, .primary-navigation .yamm-tfw .dropdown-menu {
    width: 600px
}

.navbar-primary .yamm-hw .dropdown-menu, .primary-navigation .yamm-hw .dropdown-menu {
    width: 450px
}

.navbar-primary .yamm .yamm-fw > .dropdown-menu, .primary-navigation .yamm .yamm-fw > .dropdown-menu {
    left: 0;
    right: 0;
    padding: 0 90px;
    border: none;
    z-index: 99999999;
    background-color: transparent
}

.navbar-primary .yamm .yamm-fw > .dropdown-menu > li, .primary-navigation .yamm .yamm-fw > .dropdown-menu > li {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
    border-top-width: 2px;
    border-style: solid
}

.navbar-primary .yamm .yamm-fw > .dropdown-menu > li .widget_nav_menu ul li:before, .primary-navigation .yamm .yamm-fw > .dropdown-menu > li .widget_nav_menu ul li:before {
    display: none
}

.navbar-primary .yamm .yamm-fw > .dropdown-menu > li .nav-title a, .navbar-primary .yamm .yamm-hw > .dropdown-menu > li .nav-title a, .navbar-primary .yamm .yamm-tfw > .dropdown-menu > li .nav-title a, .primary-navigation .yamm .yamm-fw > .dropdown-menu > li .nav-title a, .primary-navigation .yamm .yamm-hw > .dropdown-menu > li .nav-title a, .primary-navigation .yamm .yamm-tfw > .dropdown-menu > li .nav-title a {
    font-weight: 500
}

.navbar-primary .yamm .yamm-fw > .dropdown-menu > li a, .navbar-primary .yamm .yamm-hw > .dropdown-menu > li a, .navbar-primary .yamm .yamm-tfw > .dropdown-menu > li a, .primary-navigation .yamm .yamm-fw > .dropdown-menu > li a, .primary-navigation .yamm .yamm-hw > .dropdown-menu > li a, .primary-navigation .yamm .yamm-tfw > .dropdown-menu > li a {
    line-height: 1
}

.navbar-primary .nav .menu-item-has-children > .dropdown-menu {
    top: 110%
}

.departments-menu .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 100%
}

.departments-menu .yamm-fw .dropdown-menu > li {
    width: 900px
}

.departments-menu .yamm-tfw .dropdown-menu > li {
    width: 600px
}

.departments-menu .yamm-hw .dropdown-menu > li {
    width: 450px
}

.departments-menu .yamm-content .widget_nav_menu ul li {
    margin-bottom: 0
}

.departments-menu .menu-item-has-children > .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    left: 99.8%;
    border-top-width: 2px;
    border-top-style: solid;
    width: 0;
    min-width: 0
}

.departments-menu .dropdown-menu .yamm-content ul, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul, .primary-nav .nav-inline .dropdown-menu .yamm-content ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.departments-menu .dropdown-menu .yamm-content ul + ul, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + ul, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + ul {
    margin-top: 1.143em
}

.departments-menu .dropdown-menu .yamm-content ul > li > a, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul > li > a, .primary-nav .nav-inline .dropdown-menu .yamm-content ul > li > a {
    padding: .35em 1.429em;
    display: block;
    padding-left: 0;
    color: #444;
    text-decoration: none
}

.departments-menu .dropdown-menu .yamm-content ul > li > a:hover, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul > li > a:hover, .primary-nav .nav-inline .dropdown-menu .yamm-content ul > li > a:hover {
    background-color: transparent;
    color: #000
}

.departments-menu .dropdown-menu .yamm-content .nav-title, .departments-menu .dropdown-menu .yamm-content h1, .departments-menu .dropdown-menu .yamm-content h2, .departments-menu .dropdown-menu .yamm-content h3, .departments-menu .dropdown-menu .yamm-content h4, .departments-menu .dropdown-menu .yamm-content h5, .departments-menu .dropdown-menu .yamm-content h6, .navbar-primary .nav-inline .dropdown-menu .yamm-content .nav-title, .navbar-primary .nav-inline .dropdown-menu .yamm-content h1, .navbar-primary .nav-inline .dropdown-menu .yamm-content h2, .navbar-primary .nav-inline .dropdown-menu .yamm-content h3, .navbar-primary .nav-inline .dropdown-menu .yamm-content h4, .navbar-primary .nav-inline .dropdown-menu .yamm-content h5, .navbar-primary .nav-inline .dropdown-menu .yamm-content h6, .primary-nav .nav-inline .dropdown-menu .yamm-content .nav-title, .primary-nav .nav-inline .dropdown-menu .yamm-content h1, .primary-nav .nav-inline .dropdown-menu .yamm-content h2, .primary-nav .nav-inline .dropdown-menu .yamm-content h3, .primary-nav .nav-inline .dropdown-menu .yamm-content h4, .primary-nav .nav-inline .dropdown-menu .yamm-content h5, .primary-nav .nav-inline .dropdown-menu .yamm-content h6 {
    font-weight: 500;
    font-size: 1em;
    padding: .571em 0;
    min-height: 2.667em;
    margin-bottom: 0
}

.departments-menu .dropdown-menu .yamm-content .menu-item + .nav-title, .departments-menu .dropdown-menu .yamm-content li + .nav-title, .departments-menu .dropdown-menu .yamm-content ul + h1, .departments-menu .dropdown-menu .yamm-content ul + h2, .departments-menu .dropdown-menu .yamm-content ul + h3, .departments-menu .dropdown-menu .yamm-content ul + h4, .departments-menu .dropdown-menu .yamm-content ul + h5, .departments-menu .dropdown-menu .yamm-content ul + h6, .navbar-primary .nav-inline .dropdown-menu .yamm-content .menu-item + .nav-title, .navbar-primary .nav-inline .dropdown-menu .yamm-content li + .nav-title, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h1, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h2, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h3, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h4, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h5, .navbar-primary .nav-inline .dropdown-menu .yamm-content ul + h6, .primary-nav .nav-inline .dropdown-menu .yamm-content .menu-item + .nav-title, .primary-nav .nav-inline .dropdown-menu .yamm-content li + .nav-title, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h1, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h2, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h3, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h4, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h5, .primary-nav .nav-inline .dropdown-menu .yamm-content ul + h6 {
    margin-top: 1.143em
}

.departments-menu .yamm-fw .dropdown-menu > li {
    width: 900px
}

.departments-menu .yamm-tfw .dropdown-menu > li {
    width: 596px
}

.departments-menu .yamm-hw .dropdown-menu > li {
    width: 446px
}

.animate-dropdown .show > .dropdown-menu, .animate-dropdown .show > .dropdown-menu > .dropdown-submenu > .dropdown-menu, .animate-dropdown.show > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards
}

@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

@media (min-width: 1200px) {
    .site-header .site-header-cart {
        margin-bottom: 0
    }
}

.site-header .site-header-cart .dropdown-menu-mini-cart {
    min-width: 260px;
    right: 0;
    left: auto;
    top: 130%
}

.deal-progress::after {
    display: block;
    content: "";
    clear: both
}

.deal-progress .deal-stock {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: .867em;
    display: flex;
    justify-content: space-between
}

.deal-progress .deal-stock::after {
    display: block;
    content: "";
    clear: both
}

.deal-progress .deal-stock .stock-sold {
    order: 2
}

.deal-progress .deal-stock strong {
    font-weight: 500;
    font-size: .934em;
    color: #383838
}

.deal-progress .progress {
    border-radius: 1em;
    background-color: #eee;
    height: 1.667em;
    margin-bottom: 1.875em;
    overflow: hidden
}

.deal-progress .progress-bar {
    display: block;
    text-indent: -99999px;
    height: 100%;
    border-radius: 1em
}

.ribbon {
    position: relative;
    margin-bottom: .786em;
    display: flex;
    max-width: 58px;
    height: 26px
}

.ribbon span {
    font-size: 1em;
    padding-left: .571em;
    position: relative;
    line-height: 1.9em
}

.ribbon::after, .ribbon::before {
    content: "";
    position: absolute
}

.ribbon::before {
    width: 100%;
    height: 100%;
    left: 0
}

.ribbon::after {
    top: 0;
    right: -10px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent
}

.select2-container {
    outline: 0
}

.select2-container .select2-choice {
    border: 1px solid #ebebeb;
    padding: 9px;
    color: #444
}

.select2-container .select2-selection--single, .select2-container .selection {
    outline: 0
}

.select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #ebebeb
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 45px;
    top: 0;
    right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    outline: 0
}

.homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (max-width: 1199px) {
    .homev3-slider-with-banners .column-1-slider-block, .homev3-slider-with-banners .slider, .homev5-slider-with-banners .column-1-slider-block, .homev5-slider-with-banners .slider, .slider-with-banners .column-1-slider-block, .slider-with-banners .slider {
        padding: 0
    }
}

.homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .column-2, .homev3-slider-with-banners .column-2-banners-block, .homev5-slider-with-banners .column-2, .homev5-slider-with-banners .column-2-banners-block, .slider-with-banners .column-2, .slider-with-banners .column-2-banners-block {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .homev5-slider-with-banners .column-1-slider-block {
        padding-left: 0
    }
}

.homev6-slider-with-banners .column-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev6-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev6-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev6-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev6-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev6-slider-with-banners .column-1 {
        flex: 0 0 56.6666666667%;
        max-width: 56.6666666667%
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .homev6-slider-with-banners .column-1 {
        padding-left: 0;
        padding-right: 5px
    }
}

@media (min-width: 1700px) {
    .homev6-slider-with-banners .column-1 {
        padding-right: 4px
    }
}

.homev6-slider-with-banners .column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev6-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev6-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev6-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev6-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev6-slider-with-banners .column-2 {
        flex: 0 0 43.3333333333%;
        max-width: 43.3333333333%
    }
}

.homev12-slider-with-banners .column-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev12-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev12-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev12-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev12-slider-with-banners .column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev12-slider-with-banners .column-1 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width: 1590px) and (max-width: 1699px) {
    .homev12-slider-with-banners .column-1 {
        padding-left: 0;
        padding-right: 5px
    }
}

@media (min-width: 1700px) {
    .homev12-slider-with-banners .column-1 {
        padding-right: 4px
    }
}

.homev12-slider-with-banners .column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev12-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev12-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev12-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev12-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev12-slider-with-banners .column-2 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 1590px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (max-width: 1199px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        padding: 0;
        margin-bottom: 20px
    }
}

@media (min-width: 1590px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        margin-left: 16.6666666667%
    }
}

@media (min-width: 1590px) and (max-width: 1900px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        margin-left: 19.1666666667%;
        flex: 0 0 55.8333333333%;
        max-width: 55.8333333333%
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        margin-left: 25%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .slider-with-banners .slider, .slider-with-banners .slider-block {
        margin-left: 20.8333333333%;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }
}

@media (min-width: 1590px) {
    .slider-with-banners .column-2-banners-block {
        padding-left: 5px;
        flex: 0 0 23.3333333333%;
        max-width: 23.3333333333%
    }
}

@media (max-width: 1199px) {
    .slider-with-banners .banners-block {
        padding: 0
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .slider-with-banners .banners-block {
        margin-left: 25%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .slider-with-banners .banners-block {
        margin-left: 20.8333333333%;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }
}

@media (min-width: 768px) and (max-width: 1589px) {
    .slider-with-banners .banners-block {
        display: flex
    }
}

article, article.post {
    margin-bottom: 3.125em;
    position: relative
}

@media (min-width: 768px) {
    article, article.post {
        margin-bottom: 5.938em
    }
}

article .media-attachment, article.post .media-attachment {
    margin-bottom: 1.875em
}

article .media-attachment .techmarket-img-placeholder, article.post .media-attachment .techmarket-img-placeholder {
    position: relative
}

article .media-attachment .techmarket-img-placeholder i, article.post .media-attachment .techmarket-img-placeholder i {
    color: #fff;
    font-size: 3.571em;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

article .media-attachment iframe, article.post .media-attachment iframe {
    width: 100%
}

article .media-attachment .media-attachment-gallery, article.post .media-attachment .media-attachment-gallery {
    position: relative
}

article .media-attachment .media-attachment-gallery .blog-post-gallery, article.post .media-attachment .media-attachment-gallery .blog-post-gallery {
    margin-left: auto;
    margin-right: auto
}

article .media-attachment .media-attachment-gallery .blog-post-gallery figure img, article.post .media-attachment .media-attachment-gallery .blog-post-gallery figure img {
    margin-bottom: 0
}

article .media-attachment .media-attachment-gallery ul.slick-dots, article.post .media-attachment .media-attachment-gallery ul.slick-dots {
    position: relative;
    z-index: 3;
    top: 0;
    transition: all .2s ease-out 0s;
    opacity: 0;
    text-align: left;
    margin-left: 1.563em
}

article .media-attachment .media-attachment-gallery .blog-post-gallery:hover ul.slick-dots, article.post .media-attachment .media-attachment-gallery .blog-post-gallery:hover ul.slick-dots {
    position: relative;
    z-index: 3;
    top: -45px;
    transition: all .2s ease-out 0s;
    opacity: 1
}

article .entry-header, article.post .entry-header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px
}

article .entry-header h1.entry-title, article.post .entry-header h1.entry-title {
    font-size: 20px;
    letter-spacing: -.01em;
    font-weight: 400;
    margin-bottom: .32em;
    padding-bottom: 0;
    min-height: 75px;
}

article .entry-header h1.entry-title a, article.post .entry-header h1.entry-title a {
    color: #444;
    text-decoration: none
}

article .entry-header h1.entry-title a:focus, article .entry-header h1.entry-title a:hover, article.post .entry-header h1.entry-title a:focus, article.post .entry-header h1.entry-title a:hover {
    color: #000
}

article .entry-header .entry-meta, article.post .entry-header .entry-meta {
    padding-bottom: .875em
}

article .entry-header .entry-meta div, article .entry-header .entry-meta span, article.post .entry-header .entry-meta div, article.post .entry-header .entry-meta span {
    font-size: .875em;
    line-height: 1.231em;
    padding-right: .5em;
    color: #8a8a8a;
    margin-bottom: 0
}

article .entry-header .entry-meta div:after, article .entry-header .entry-meta span:after, article.post .entry-header .entry-meta div:after, article.post .entry-header .entry-meta span:after {
    color: #9f9f9f;
    content: "\25CF";
    padding-left: 6px;
    position: relative;
    vertical-align: middle
}

article .entry-header .entry-meta div:last-child:after, article .entry-header .entry-meta span:last-child:after, article.post .entry-header .entry-meta div:last-child:after, article.post .entry-header .entry-meta span:last-child:after {
    display: none
}

article .entry-header .entry-meta .meta-label, article .entry-header .entry-meta .tags-links, article.post .entry-header .entry-meta .meta-label, article.post .entry-header .entry-meta .tags-links {
    display: none
}

article .entry-header .entry-meta .byline a, article .entry-header .entry-meta .posted-on a, article.post .entry-header .entry-meta .byline a, article.post .entry-header .entry-meta .posted-on a {
    text-decoration: none;
    font-weight: 400
}

article .entry-header .entry-meta a, article.post .entry-header .entry-meta a {
    color: #8a8a8a;
    font-weight: 400
}
article .entry-content, article.post .entry-content {
    color: #747474;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

article .entry-content p, article.post .entry-content p {
    font-size: 1em;
    font-weight: 400
}

article .entry-content .page-links, article.post .entry-content .page-links {
    color: #262626;
    font-weight: 500
}

article .entry-content .page-links .page-links-label, article.post .entry-content .page-links .page-links-label {
    font-weight: 400;
    background-color: transparent;
    border: none;
    padding: 0
}

article .entry-content .page-links a, article.post .entry-content .page-links a {
    color: #7e7e7e;
    font-weight: 400
}

article .entry-content .page-links a:focus, article .entry-content .page-links a:hover, article.post .entry-content .page-links a:focus, article.post .entry-content .page-links a:hover {
    color: #262626
}

article .entry-content .page-links > a, article .entry-content .page-links > span, article.post .entry-content .page-links > a, article.post .entry-content .page-links > span {
    display: inline-block;
    border: 1px solid #e3e3e3;
    padding: .357em .714em;
    line-height: 1em
}

article .entry-content .page-links > span, article.post .entry-content .page-links > span {
    background-color: #fed700
}

article .entry-content dl, article .entry-content ol, article .entry-content ul, article.post .entry-content dl, article.post .entry-content ol, article.post .entry-content ul {
    margin-bottom: 2.143em
}

article .entry-content iframe, article.post .entry-content iframe {
    width: 100%;
    border: none
}

article .post-readmore, article.post .post-readmore {
    position: relative;
    display: inline-block;
    margin-right: 1.143em
}

article .post-readmore .btn-primary, article.post .post-readmore .btn-primary {
    border: 2px solid;
    background-color: #fff;
    padding: .786em 3em;
    font-weight: 400;
    font-size: .875em
}

article .post-readmore .btn-primary:hover, article.post .post-readmore .btn-primary:hover {
    color: #fff
}

article .comments-link a, article .likes a, article.post .comments-link a, article.post .likes a {
    position: relative;
    color: #878787;
    font-size: .875em;
    line-height: 1.5em
}

article .comments-link a:after, article .comments-link a:before, article .likes a:after, article .likes a:before, article.post .comments-link a:after, article.post .comments-link a:before, article.post .likes a:after, article.post .likes a:before {
    color: #999;
    font-family: FontAwesome
}

article .comments-link a:focus, article .comments-link a:hover, article .likes a:focus, article .likes a:hover, article.post .comments-link a:focus, article.post .comments-link a:hover, article.post .likes a:focus, article.post .likes a:hover {
    color: #000;
    text-decoration: none
}

article .comments-link a:focus:after, article .comments-link a:focus:before, article .comments-link a:hover:after, article .comments-link a:hover:before, article .likes a:focus:after, article .likes a:focus:before, article .likes a:hover:after, article .likes a:hover:before, article.post .comments-link a:focus:after, article.post .comments-link a:focus:before, article.post .comments-link a:hover:after, article.post .comments-link a:hover:before, article.post .likes a:focus:after, article.post .likes a:focus:before, article.post .likes a:hover:after, article.post .likes a:hover:before {
    color: #000
}

@media (max-width: 374px) {
    article .comments-link, article.post .comments-link {
        display: block;
        padding-top: 5px
    }
}

article .comments-link a:before, article.post .comments-link a:before {
    content: "\f0e5";
    margin-right: .429em
}

article .likes a:before, article.post .likes a:before {
    content: "\f087"
}

article.format-quote, article.post.format-quote {
    background-color: #333e48;
    padding: 2.5em 3.125em
}

@media (min-width: 768px) {
    article.format-quote, article.post.format-quote {
        padding: 5.625em 6.25em
    }
}

article.format-quote .entry-content blockquote, article.post.format-quote .entry-content blockquote {
    letter-spacing: -.025em;
    color: #fff;
    margin-left: 0;
    margin-bottom: 0
}

article.format-quote .entry-content blockquote:before, article.post.format-quote .entry-content blockquote:before {
    display: none
}

article.format-quote .entry-content blockquote p, article.post.format-quote .entry-content blockquote p {
    font-size: 1.313em;
    font-style: italic;
    line-height: 1.429em;
    margin-bottom: 1.667em
}

article.format-quote .entry-content blockquote ol:last-child, article.format-quote .entry-content blockquote p:last-child, article.format-quote .entry-content blockquote ul:last-child, article.post.format-quote .entry-content blockquote ol:last-child, article.post.format-quote .entry-content blockquote p:last-child, article.post.format-quote .entry-content blockquote ul:last-child {
    margin-bottom: 0
}

article.format-quote .entry-content blockquote cite, article.post.format-quote .entry-content blockquote cite {
    display: block;
    font-style: normal;
    font-size: .875em
}

article.format-quote .entry-content blockquote cite:before, article.post.format-quote .entry-content blockquote cite:before {
    content: '-';
    padding-right: 4px
}

article.format-status .entry-content p.highlight, article.post.format-status .entry-content p.highlight {
    font-size: 1em;
    color: #444
}

article.format-status .entry-content p, article.post.format-status .entry-content p {
    font-size: 1;
    margin-bottom: 1.545em
}

article.format-status .posted-on a, article.post.format-status .posted-on a {
    color: #0275d8;
    font-size: .875em
}

article.format-link, article.post.format-link {
    background: #f5f5f5;
    padding: 2.5em 3.125em;
    letter-spacing: .025em
}

@media (min-width: 768px) {
    article.format-link, article.post.format-link {
        padding: 4.688em 6.25em
    }
}

article.format-link .entry-content p, article.post.format-link .entry-content p {
    font-size: 1.563em;
    margin-bottom: .8em;
    color: #434343;
    line-height: 1.2em
}

article.format-link .entry-content p:last-child, article.post.format-link .entry-content p:last-child {
    margin-bottom: 0
}

article.format-link .entry-content p a, article.post.format-link .entry-content p a {
    font-size: .56em;
    line-height: 2.143em
}

article.format-aside .entry-content p, article.post.format-aside .entry-content p {
    font-size: 1.286em;
    margin-bottom: 1.889em
}

article.category-more-tag a[target=_blank], article.post.category-more-tag a[target=_blank] {
    color: #000
}

.sticky h1.entry-title {
    font-size: 1.786em;
    letter-spacing: -.025em;
    font-weight: 400;
    margin-bottom: .36em;
    padding-bottom: .36em
}

.sticky h1.entry-title a {
    color: #434343;
    text-decoration: none
}

.sticky h1.entry-title a:focus, .sticky h1.entry-title a:hover {
    color: #000
}

.jumbotron {
    border: 2px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    margin-bottom: 3.125em;
    position: relative;
    overflow: hidden
}

.jumbotron .jumbotron-img {
    position: absolute;
    bottom: 0;
    right: 0
}

.jumbotron .jumbotron-img img {
    width: 100%;
    height: 100%;
    float: none;
    margin: 0
}

.jumbotron .jumbotron-caption {
    position: relative;
    padding: 63px 33% 60px 49px
}

@media (max-width: 1024px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption {
        padding: 25px 29% 15px 25px
    }
}

@media (max-width: 1589px) and (min-width: 1025px) {
    .jumbotron .jumbotron-caption {
        padding: 40px 33% 30px 40px
    }
}

.jumbotron .jumbotron-caption h3 {
    font-size: 2.25em;
    color: #444;
    margin: 0 0 1em;
    text-transform: capitalize
}

@media (max-width: 1589px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption h3 {
        font-size: 1em
    }
}

@media (max-width: 1699px) and (min-width: 1590px) {
    .jumbotron .jumbotron-caption h3 {
        font-size: 1.3em
    }
}

@media (max-width: 767px) {
    .jumbotron .jumbotron-caption h3 {
        font-size: .875em
    }
}

.jumbotron .jumbotron-caption p.jumbo-subtitle {
    font-size: 1em;
    color: #555353;
    line-height: 1.5em;
    padding-left: .25em;
    font-weight: 300;
    margin-bottom: 0
}

@media (max-width: 1024px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle {
        line-height: 1.2
    }
}

@media (max-width: 1699px) and (min-width: 1590px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle {
        font-size: .98em
    }
}

@media (max-width: 1589px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle {
        font-size: .813em
    }
}

.jumbotron .jumbotron-caption p.jumbo-subtitle a {
    color: #242424;
    text-transform: uppercase;
    font-size: .813em;
    font-weight: 400;
    padding-top: 2.538em;
    display: block
}

@media (max-width: 1024px) and (min-width: 768px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle a {
        padding-top: .476em
    }
}

@media (max-width: 1589px) and (min-width: 1025px) {
    .jumbotron .jumbotron-caption p.jumbo-subtitle a {
        padding-top: 2em
    }
}

.jumbotron .jumbotron-caption p.jumbo-subtitle a i {
    font-size: 2.385em;
    margin-left: .452em
}

#scrollUp {
    border-radius: 50%;
    bottom: 1.25rem;
    color: #fff;
    font-size: 2.25rem;
    height: 2.625rem;
    opacity: .5;
    text-align: center;
    width: 2.625rem;
    line-height: 100%;
    right: .556em;
    transition: .3s
}

#scrollUp:active, #scrollUp:focus, #scrollUp:hover {
    opacity: 1;
    transform: translateY(-3px)
}

@media (max-width: 991px) {
    #scrollUp {
        bottom: 2.25rem
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.sticky-wrapper .techmarket-sticky-wrap.stuck {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 17px -1px rgba(0, 0, 0, .66)
}

.sticky-wrapper .techmarket-sticky-wrap.stuck.faster {
    animation-duration: .25s;
    padding-top: 0 !important;
}

@media (min-width: 768px) {
    .sticky-wrapper .techmarket-sticky-wrap.stuck .secondary-navigation .nav > li {
        padding-bottom: 0
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .site-branding {
        margin-bottom: 0
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .yamm .yamm-fw > .dropdown-menu, .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .yamm .yamm-fw > .dropdown-menu {
        padding: 0
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children > .dropdown-menu, .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children > .dropdown-menu {
        top: 50px
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children.yamm-fw > .dropdown-menu, .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children.yamm-fw > .dropdown-menu {
        top: 70px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sticky-wrapper .techmarket-sticky-wrap.stuck .secondary-navigation {
        margin-bottom: 0
    }
}

.sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
    padding: 20px 15px
}

@media (min-width: 1025px) {
    .sticky-wrapper .techmarket-sticky-wrap.stuck > .row {
        padding: 20px 0 15px
    }
}

@media (min-width: 2000px) {
    .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .yamm .yamm-fw > .dropdown-menu, .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .yamm .yamm-fw > .dropdown-menu {
        padding-left: 17%;
        padding-right: 17%
    }
}

.admin-bar .handheld-navigation > .handheld-navigation-menu {
    padding-top: 32px
}

@media (max-width: 991px) {
    .admin-bar .handheld-navigation > .handheld-navigation-menu {
        padding-top: 46px
    }
}

@media (min-width: 992px) {
    .admin-bar .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding-top: 32px
    }

    .admin-bar .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children > .dropdown-menu, .admin-bar .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children > .dropdown-menu {
        top: 50px
    }

    .admin-bar .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children.yamm-fw > .dropdown-menu, .admin-bar .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children.yamm-fw > .dropdown-menu {
        top: 100px
    }
}

@media (min-width: 992px) {
    .admin-bar .header-v10 .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children.yamm-fw > .dropdown-menu, .admin-bar .header-v10 .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children.yamm-fw > .dropdown-menu {
        top: 46px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .admin-bar .handheld-header .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding-top: 46px
    }
}

.handheld-navigation > .handheld-navigation-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    transition: left .2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: left .2s;
    z-index: 900000;
    display: block !important;
    border-right: 1px solid rgba(255, 255, 255, .2);
    text-align: left
}

.handheld-navigation > .handheld-navigation-menu > .nav {
    flex-direction: column
}

.handheld-navigation > .handheld-navigation-menu > .nav > li > a {
    font-weight: 100
}

.handheld-navigation > .handheld-navigation-menu a {
    color: #333e48
}

.handheld-navigation .dropdown-backdrop {
    display: none
}

.handheld-navigation.toggled > .handheld-navigation-menu {
    left: 0
}

.handheld-navigation .tmhm-close {
    display: flex;
    justify-content: right;
    align-items: center;
    background-color: #f1f1f1;
    cursor: pointer;
    color: #333e48;
    overflow: hidden;
    font-weight: 500;
    text-align: right;
    padding: .857em 1.387em;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.handheld-navigation .tmhm-close:before {
    font-family: techmarket-icons;
    font-weight: 400;
    content: "\43";
    display: inline-block
}

.handheld-navigation .yamm .dropdown.yamm-fw .dropdown-menu {
    position: relative
}

.handheld-navigation .nav-title, .handheld-navigation .widget-title, .handheld-navigation .widgettitle {
    font-weight: 500;
    margin-bottom: 0
}

.handheld-navigation .nav-divider {
    display: none
}

.handheld-navigation .yamm-content {
    padding: dir-values(0 0 1em 0)
}

.handheld-navigation .yamm-content .vc_row {
    margin: 0
}

.handheld-navigation .yamm-content ul li {
    margin-bottom: 0
}

.handheld-navigation .yamm-content ul li a {
    padding: .4em 1.387em
}

.handheld-navigation .yamm-content ul .widget-title a, .handheld-navigation .yamm-content ul .widgettitle a, .handheld-navigation .yamm-content ul.menu .nav-title a, .handheld-navigation .yamm-content ul:not(.menu) .nav-title {
    padding: .857em 1em .4em 1em;
    color: #333e48
}

.handheld-navigation .yamm-content ul:not(.menu) {
    padding-left: 1.387em
}

.handheld-navigation .yamm-content ul:not(.menu) .nav-title {
    font-size: 15px
}

.handheld-navigation .yamm-content ul:not(.menu) .nav-title a {
    padding: 0;
    color: #333e48
}

.handheld-navigation .yamm-content img {
    padding-bottom: 20px;
    border-radius: 0;
    padding-top: 10px
}

.handheld-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.handheld-navigation ul li.menu-item-has-children.open.show::after, .handheld-navigation ul li.menu-item-has-children.open > a::after, .handheld-navigation ul li.menu-item-has-children.show::after, .handheld-navigation ul li.menu-item-has-children > a::after {
    color: #555;
    float: right;
    border: none
}

.handheld-navigation ul li.menu-item-has-children > a::after {
    content: "+"
}

.handheld-navigation ul li.menu-item-has-children.show > a::after {
    content: "";
    width: 8px;
    height: 1px;
    background: #555;
    margin-top: 12px;
    margin-right: -8px
}

.handheld-navigation ul li.menu-item-has-children.open .dropdown-backdrop {
    display: none
}

.handheld-navigation ul li.menu-item-has-children a::after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border: none;
    font-weight: 400;
    font-size: 15px
}

.handheld-navigation ul li a {
    padding: .857em 1.387em;
    display: inline-block;
    width: 100%;
    color: #333e48
}

.handheld-navigation ul li a i {
    margin-right: 10px
}

.handheld-navigation ul li.sale-clr a {
    color: #fe6f6f
}

.handheld-navigation ul li > ul {
    border-radius: 0
}

.handheld-navigation ul li > ul::after, .handheld-navigation ul li > ul::before {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(72, 72, 72, 0);
    border-bottom-color: #ebebeb;
    border-width: 7px;
    margin-left: -7px
}

.handheld-navigation ul li ul li a {
    color: #c7c7c7
}

.handheld-navigation ul .bg-yamm-content {
    display: none
}

.handheld-navigation ul .dropdown-menu {
    position: relative;
    background-color: #ebebeb;
    width: 100%;
    transition: all .3s ease;
    border: none
}

.handheld-navigation ul .dropdown-menu li a {
    padding-left: 2.188em;
    color: #5e6267;
    font-size: .938em
}

.handheld-navigation ul .dropdown-menu .yamm-content li a {
    padding-left: 1.387em;
    font-size: 15px
}

.handheld-navigation ul .dropdown-menu .dropdown-menu {
    background-color: #f2f2f2
}

.handheld-navigation ul .dropdown-menu .dropdown-menu::after, .handheld-navigation ul .dropdown-menu .dropdown-menu::before {
    border-bottom-color: #f2f2f2
}

.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu {
    background-color: #f5f5f5
}

.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu::after, .handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu::before {
    border-bottom-color: #f5f5f5
}

.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
    background-color: #fafafa
}

.handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu::after, .handheld-navigation ul .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu::before {
    border-bottom-color: #fafafa
}

.handheld-navigation ul > li.open > a ul ul {
    background-color: #ebebeb
}

.handheld-navigation-menu .dropdown-submenu.show > .dropdown-menu {
    top: inherit
}

.sticky-wrapper .techmarket-sticky-wrap.stuck .handheld-navigation > .handheld-navigation-menu {
    height: 100vh
}

.admin-bar .handheld-navigation > .dropdown-menu {
    padding-top: 46px
}

.active-hh-menu .site-content {
    position: relative
}

.active-hh-menu .site-content::before {
    content: "";
    background: #000;
    width: 100%;
    height: 10000px;
    position: absolute;
    top: -160px;
    opacity: .7;
    z-index: 1111;
    display: block
}

.site-content .home-v1-slider .slider-1, .site-content .home-v1-slider .slider-2 {
    height: 35.2em
}

@media (min-width: 1590px) {
    .site-content .home-v1-slider .slider-1 img, .site-content .home-v1-slider .slider-2 img {
        left: 0;
        /*left: 55.3%;*/
        /*bottom: -150%;*/
        /*bottom: -45.9%;*/
        width: 100%;
    }
}

@media (min-width: 1590px) {
    .site-content .home-v1-slider .slider-1 .caption, .site-content .home-v1-slider .slider-2 .caption {
        flex: 0 0 29.1666666667%;
        max-width: 100%;
        /*max-width: 29.1666666667%;*/
        /*left: 22.2%;*/
        top: 12.4%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-content .home-v1-slider .slider-1 .caption, .site-content .home-v1-slider .slider-2 .caption {
        flex: 0 0 29.1666666667%;
        /*max-width: 29.1666666667%;*/
        max-width: 100%;
        /*left: 26.2%;*/
        top: 18.4%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v1-slider .slider-1 .caption, .site-content .home-v1-slider .slider-2 .caption {
        flex: 0 0 33.3333333333%;
        max-width: 100%;
        /*max-width: 33.3333333333%;*/
        /*left: 25.2%;*/
        top: 15.4%
    }
}

.site-content .home-v1-slider .slider-1 .caption .title, .site-content .home-v1-slider .slider-2 .caption .title {
    line-height: 1em;
    font-weight: 500;
    padding-bottom: .6em
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v1-slider .slider-1 .caption .title, .site-content .home-v1-slider .slider-2 .caption .title {
        font-size: 1.625em;
        line-height: 1.308em;
        padding-bottom: 2.154em
    }
}

.site-content .home-v1-slider .slider-1 .caption .sub-title, .site-content .home-v1-slider .slider-2 .caption .sub-title {
    line-height: 1.25em;
    font-weight: 300;
    padding-bottom: 1.75em
}

.site-content .home-v1-slider .slider-1 .caption .bottom-caption, .site-content .home-v1-slider .slider-2 .caption .bottom-caption {
    font-size: .813em;
    line-height: 1.308em;
    font-weight: 300;
    color: #686868
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-content .home-v1-slider .slider-1 .caption .bottom-caption, .site-content .home-v1-slider .slider-2 .caption .bottom-caption {
        font-size: .75em
    }
}

.site-content .home-v1-slider .slider-1.slider-2 .caption .title {
    padding-bottom: 1.6em
}

@media (min-width: 1590px) {
    .site-content .home-v1-slider .slider-1.slider-2 img {
        left: 60%;
        bottom: 12%
    }
}

@media (min-width: 1590px) {
    .site-content .home-v1-slider .slick-dots {
        left: calc(50% - 523px) !important
    }
}

@media (max-width: 991px) {
    .site-content .home-v1-slider .slider-1, .site-content .home-v2-slider .slider-1, .site-content .home-v3-slider .slider-1 {
        height: 25em
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-content .home-v1-slider .slider-1, .site-content .home-v2-slider .slider-1, .site-content .home-v3-slider .slider-1 {
        height: 20em
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-content .home-v1-slider .slider-1, .site-content .home-v2-slider .slider-1, .site-content .home-v3-slider .slider-1 {
        height: 25em
    }
}

.site-content .home-v1-slider .slider-1 img, .site-content .home-v2-slider .slider-1 img, .site-content .home-v3-slider .slider-1 img {
    /*right: 0*/
}

@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 img, .site-content .home-v2-slider .slider-1 img, .site-content .home-v3-slider .slider-1 img {
        top: 11.6%;
        width: 200px;
        height: 200px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 img, .site-content .home-v2-slider .slider-1 img, .site-content .home-v3-slider .slider-1 img {
        width: 300px;
        height: 300px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-content .home-v1-slider .slider-1 img, .site-content .home-v2-slider .slider-1 img, .site-content .home-v3-slider .slider-1 img {
        left: 50%;
        width: 420px
    }
}

@media (max-width: 575px) {
    .site-content .home-v1-slider .slider-1 .caption, .site-content .home-v2-slider .slider-1 .caption, .site-content .home-v3-slider .slider-1 .caption {
        padding: 15px 15px 0;
        width: 50%;
        top: 9%
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .caption, .site-content .home-v2-slider .slider-1 .caption, .site-content .home-v3-slider .slider-1 .caption {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px 15px 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-content .home-v1-slider .slider-1 .caption, .site-content .home-v2-slider .slider-1 .caption, .site-content .home-v3-slider .slider-1 .caption {
        left: 10%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
        top: 10%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-content .home-v1-slider .slider-1 .caption, .site-content .home-v2-slider .slider-1 .caption, .site-content .home-v3-slider .slider-1 .caption {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        left: 7%;
        top: 12%;
        font-size: .8em
    }
}

.site-content .home-v1-slider .slider-1 .caption .title, .site-content .home-v2-slider .slider-1 .caption .title, .site-content .home-v3-slider .slider-1 .caption .title {
    font-weight: 500
}

@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .caption .title, .site-content .home-v2-slider .slider-1 .caption .title, .site-content .home-v3-slider .slider-1 .caption .title {
        font-size: 1em;
        line-height: 1.25em;
        padding-bottom: 1.5em
    }
}

@media (min-width: 1590px) {
    .site-content .home-v1-slider .slider-1 .caption .title, .site-content .home-v2-slider .slider-1 .caption .title, .site-content .home-v3-slider .slider-1 .caption .title {
        font-size: 2.813em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-content .home-v1-slider .slider-1 .caption .title, .site-content .home-v2-slider .slider-1 .caption .title, .site-content .home-v3-slider .slider-1 .caption .title {
        font-size: 2.077em;
        line-height: 1.074em
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-content .home-v1-slider .slider-1 .caption .title, .site-content .home-v2-slider .slider-1 .caption .title, .site-content .home-v3-slider .slider-1 .caption .title {
        padding-bottom: .5em
    }
}

.site-content .home-v1-slider .slider-1 .caption .sub-title, .site-content .home-v2-slider .slider-1 .caption .sub-title, .site-content .home-v3-slider .slider-1 .caption .sub-title {
    font-weight: 300;
    padding-bottom: 1.5em
}

@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .caption .sub-title, .site-content .home-v2-slider .slider-1 .caption .sub-title, .site-content .home-v3-slider .slider-1 .caption .sub-title {
        font-size: .75em;
        line-height: 1.417em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-content .home-v1-slider .slider-1 .caption .sub-title, .site-content .home-v2-slider .slider-1 .caption .sub-title, .site-content .home-v3-slider .slider-1 .caption .sub-title {
        font-size: 1.154em;
        line-height: 1.4em
    }
}

@media (min-width: 1590px) {
    .site-content .home-v1-slider .slider-1 .caption .sub-title, .site-content .home-v2-slider .slider-1 .caption .sub-title, .site-content .home-v3-slider .slider-1 .caption .sub-title {
        font-size: 1.313em
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v1-slider .slider-1 .caption .sub-title, .site-content .home-v2-slider .slider-1 .caption .sub-title, .site-content .home-v3-slider .slider-1 .caption .sub-title {
        font-size: 1em
    }
}

@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .caption .button, .site-content .home-v1-slider .slider-1 .caption article .more-link, .site-content .home-v2-slider .slider-1 .caption .button, .site-content .home-v2-slider .slider-1 .caption article .more-link, .site-content .home-v3-slider .slider-1 .caption .button, .site-content .home-v3-slider .slider-1 .caption article .more-link, article .site-content .home-v1-slider .slider-1 .caption .more-link, article .site-content .home-v2-slider .slider-1 .caption .more-link, article .site-content .home-v3-slider .slider-1 .caption .more-link {
        font-size: .625em;
        padding: 5px 10px
    }
}

@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .caption .bottom-caption, .site-content .home-v2-slider .slider-1 .caption .bottom-caption, .site-content .home-v3-slider .slider-1 .caption .bottom-caption {
        font-size: .625em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-content .home-v1-slider .slider-1 .caption .bottom-caption, .site-content .home-v2-slider .slider-1 .caption .bottom-caption, .site-content .home-v3-slider .slider-1 .caption .bottom-caption {
        font-size: .75em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-content .home-v2-slider .slider-1, .site-content .home-v3-slider .slider-1 {
        height: 374px
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v2-slider .slider-1, .site-content .home-v3-slider .slider-1 {
        height: 374px
    }
}

@media (min-width: 1590px) {
    .site-content .home-v2-slider .slider-1, .site-content .home-v3-slider .slider-1 {
        height: 532px
    }
}

@media (min-width: 1200px) {
    .site-content .home-v2-slider .slider-1 .caption, .site-content .home-v3-slider .slider-1 .caption {
        flex: 0 0 30%;
        max-width: 30%;
        left: 5.5%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v2-slider .slider-1 .caption, .site-content .home-v3-slider .slider-1 .caption {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        left: 7%;
        top: 25%
    }
}

@media (min-width: 1590px) and (max-width: 1689px) {
    .site-content .home-v2-slider .slider-1 .caption, .site-content .home-v3-slider .slider-1 .caption {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v2-slider .slider-1 .caption .title, .site-content .home-v3-slider .slider-1 .caption .title {
        font-size: 1.8em;
        line-height: 1em;
        padding-bottom: 1em
    }
}

@media (min-width: 1590px) {
    .site-content .home-v2-slider {
        width: 100%
    }
}

.site-content .home-v2-slider .slider-1 img {
    left: 44.4%;
    bottom: 4.9%
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-content .home-v2-slider .slider-1 img {
        left: 44.4%
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v2-slider .slick-dots {
        bottom: 5% !important
    }
}

@media (min-width: 1590px) {
    .site-content .home-v2-slider .slick-dots {
        left: calc(56% - 523px) !important
    }
}

.site-content .home-v3-slider .slider-1 {
    background-color: #eff5f5
}

.site-content .home-v3-slider .slider-1 img {
    left: 35.9%;
    bottom: 0
}

@media (min-width: 1590px) {
    .site-content .home-v3-slider .slider-1 .caption {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%;
        left: 5%
    }
}

.site-content .home-v3-slider .slider-1 .caption .sub-title {
    line-height: 1.19em
}

@media (min-width: 1590px) {
    .site-content .home-v3-slider .slider-1.slider-2 img {
        left: 41.9%;
        bottom: 38px
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v3-slider {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .site-content .home-v4-slider .slider-1 {
        height: 40.7em
    }
}

@media (max-width: 1199px) {
    .site-content .home-v4-slider .slider-1 {
        height: 23em
    }
}

.site-content .home-v4-slider .slider-1 .caption {
    flex: 0 0 50%;
    max-width: 50%;
    top: 10%;
    padding: 0 20px
}

@media (max-width: 767px) {
    .site-content .home-v4-slider .slider-1 .caption {
        padding: 0 10px;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .site-content .home-v4-slider .slider-1 .caption {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        left: 4.45%;
        top: 24.4%;
        padding: 0
    }
}

.site-content .home-v4-slider .slider-1 .caption .title {
    font-weight: 500;
    padding-bottom: .64em
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v4-slider .slider-1 .caption .title {
        font-size: 2.25em;
        line-height: 1em
    }
}

@media (min-width: 1590px) {
    .site-content .home-v4-slider .slider-1 .caption .title {
        font-size: 3.313em;
        line-height: 1em
    }
}

@media (max-width: 1199px) {
    .site-content .home-v4-slider .slider-1 .caption .title {
        font-size: 1.875em;
        line-height: 1em
    }
}

.site-content .home-v4-slider .slider-1 .caption .sub-title {
    font-weight: 300;
    padding-bottom: 2.4em
}

@media (min-width: 1590px) {
    .site-content .home-v4-slider .slider-1 .caption .sub-title {
        font-size: 1.25em;
        line-height: 1.25em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-content .home-v4-slider .slider-1 .caption .sub-title {
        font-size: 1em;
        line-height: 1em
    }
}

@media (max-width: 1199px) {
    .site-content .home-v4-slider .slider-1 .caption .sub-title {
        font-size: 1em;
        line-height: 1.5em
    }
}

.site-content .home-v4-slider .slider-1 .caption .bottom-caption {
    font-size: .813em;
    line-height: 1.308em;
    font-weight: 300;
    color: #686868;
    padding-top: .7em
}

.site-content .home-v1-slider, .site-content .home-v10-slider, .site-content .home-v11-slider, .site-content .home-v4-slider, .site-content .home-v9-slider, .site-content .landing-v1-slider, .site-content .landing-v2-slider {
    width: 100vw;
    position: relative;
    /* margin-left: -50vw; */
    /* left: 50%; */
    overflow: hidden;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.site-content .home-v1-slider .slider-1 .button, .site-content .home-v1-slider .slider-1 article .more-link, .site-content .home-v11-slider .slider-1 .button, .site-content .home-v11-slider .slider-1 article .more-link, .site-content .home-v12-slider .slider-1 .button, .site-content .home-v12-slider .slider-1 article .more-link, .site-content .home-v4-slider .slider-1 .button, .site-content .home-v4-slider .slider-1 article .more-link, .site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 article .more-link, .site-content .landing-v1-slider .slider-1 .button, .site-content .landing-v1-slider .slider-1 article .more-link, .site-content .landing-v2-slider .slider-1 .button, .site-content .landing-v2-slider .slider-1 article .more-link, article .site-content .home-v1-slider .slider-1 .more-link, article .site-content .home-v11-slider .slider-1 .more-link, article .site-content .home-v12-slider .slider-1 .more-link, article .site-content .home-v4-slider .slider-1 .more-link, article .site-content .home-v9-slider .slider-1 .more-link, article .site-content .landing-v1-slider .slider-1 .more-link, article .site-content .landing-v2-slider .slider-1 .more-link {
    font-size: .938em;
    line-height: 2.2em;
    font-weight: 500;
    border: 2px solid;
    border-radius: 4px;
    background-color: transparent;
    margin-bottom: 1.467em;
    padding-left: 1.533em;
    padding-right: 2em
}

@media (max-width: 767px) {
    .site-content .home-v1-slider .slider-1 .button, .site-content .home-v1-slider .slider-1 article .more-link, .site-content .home-v11-slider .slider-1 .button, .site-content .home-v11-slider .slider-1 article .more-link, .site-content .home-v12-slider .slider-1 .button, .site-content .home-v12-slider .slider-1 article .more-link, .site-content .home-v4-slider .slider-1 .button, .site-content .home-v4-slider .slider-1 article .more-link, .site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 article .more-link, .site-content .landing-v1-slider .slider-1 .button, .site-content .landing-v1-slider .slider-1 article .more-link, .site-content .landing-v2-slider .slider-1 .button, .site-content .landing-v2-slider .slider-1 article .more-link, article .site-content .home-v1-slider .slider-1 .more-link, article .site-content .home-v11-slider .slider-1 .more-link, article .site-content .home-v12-slider .slider-1 .more-link, article .site-content .home-v4-slider .slider-1 .more-link, article .site-content .home-v9-slider .slider-1 .more-link, article .site-content .landing-v1-slider .slider-1 .more-link, article .site-content .landing-v2-slider .slider-1 .more-link {
        font-size: .625em;
        line-height: 1em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-content .home-v1-slider .slider-1 .button, .site-content .home-v1-slider .slider-1 article .more-link, .site-content .home-v11-slider .slider-1 .button, .site-content .home-v11-slider .slider-1 article .more-link, .site-content .home-v12-slider .slider-1 .button, .site-content .home-v12-slider .slider-1 article .more-link, .site-content .home-v4-slider .slider-1 .button, .site-content .home-v4-slider .slider-1 article .more-link, .site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 article .more-link, .site-content .landing-v1-slider .slider-1 .button, .site-content .landing-v1-slider .slider-1 article .more-link, .site-content .landing-v2-slider .slider-1 .button, .site-content .landing-v2-slider .slider-1 article .more-link, article .site-content .home-v1-slider .slider-1 .more-link, article .site-content .home-v11-slider .slider-1 .more-link, article .site-content .home-v12-slider .slider-1 .more-link, article .site-content .home-v4-slider .slider-1 .more-link, article .site-content .home-v9-slider .slider-1 .more-link, article .site-content .landing-v1-slider .slider-1 .more-link, article .site-content .landing-v2-slider .slider-1 .more-link {
        font-size: .875em;
        line-height: 1em;
        padding-left: 1em;
        padding-right: 1.5em;
        margin-bottom: 3em
    }
}

.site-content .home-v1-slider .slider-1, .site-content .home-v10-slider .slider-1, .site-content .home-v11-slider .slider-1, .site-content .home-v12-slider .slider-1, .site-content .home-v2-slider .slider-1, .site-content .home-v3-slider .slider-1, .site-content .home-v4-slider .slider-1, .site-content .home-v5-slider .slider-1, .site-content .home-v6-slider .slider-1, .site-content .home-v9-slider .slider-1, .site-content .landing-v1-slider .slider-1, .site-content .landing-v2-slider .slider-1 {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.site-content .home-v1-slider .slider-1 img, .site-content .home-v10-slider .slider-1 img, .site-content .home-v11-slider .slider-1 img, .site-content .home-v12-slider .slider-1 img, .site-content .home-v2-slider .slider-1 img, .site-content .home-v3-slider .slider-1 img, .site-content .home-v4-slider .slider-1 img, .site-content .home-v5-slider .slider-1 img, .site-content .home-v6-slider .slider-1 img, .site-content .home-v9-slider .slider-1 img, .site-content .landing-v1-slider .slider-1 img, .site-content .landing-v2-slider .slider-1 img {
    /*position: absolute;*/
    position: relative;
    /*width: 70%;*/
    /*left: 25%*/
}

.site-content .home-v1-slider .slider-1 .caption, .site-content .home-v10-slider .slider-1 .caption, .site-content .home-v11-slider .slider-1 .caption, .site-content .home-v12-slider .slider-1 .caption, .site-content .home-v2-slider .slider-1 .caption, .site-content .home-v3-slider .slider-1 .caption, .site-content .home-v4-slider .slider-1 .caption, .site-content .home-v5-slider .slider-1 .caption, .site-content .home-v6-slider .slider-1 .caption, .site-content .home-v9-slider .slider-1 .caption, .site-content .landing-v1-slider .slider-1 .caption, .site-content .landing-v2-slider .slider-1 .caption {
    position: absolute;
    color: #282828;
    padding-left: 50px
}

.site-content .home-v1-slider .slider-1 .button:focus, .site-content .home-v1-slider .slider-1 .button:hover, .site-content .home-v1-slider .slider-1 article .more-link:focus, .site-content .home-v1-slider .slider-1 article .more-link:hover, .site-content .home-v10-slider .slider-1 .button:focus, .site-content .home-v10-slider .slider-1 .button:hover, .site-content .home-v10-slider .slider-1 article .more-link:focus, .site-content .home-v10-slider .slider-1 article .more-link:hover, .site-content .home-v11-slider .slider-1 .button:focus, .site-content .home-v11-slider .slider-1 .button:hover, .site-content .home-v11-slider .slider-1 article .more-link:focus, .site-content .home-v11-slider .slider-1 article .more-link:hover, .site-content .home-v12-slider .slider-1 .button:focus, .site-content .home-v12-slider .slider-1 .button:hover, .site-content .home-v12-slider .slider-1 article .more-link:focus, .site-content .home-v12-slider .slider-1 article .more-link:hover, .site-content .home-v2-slider .slider-1 .button:focus, .site-content .home-v2-slider .slider-1 .button:hover, .site-content .home-v2-slider .slider-1 article .more-link:focus, .site-content .home-v2-slider .slider-1 article .more-link:hover, .site-content .home-v3-slider .slider-1 .button:focus, .site-content .home-v3-slider .slider-1 .button:hover, .site-content .home-v3-slider .slider-1 article .more-link:focus, .site-content .home-v3-slider .slider-1 article .more-link:hover, .site-content .home-v4-slider .slider-1 .button:focus, .site-content .home-v4-slider .slider-1 .button:hover, .site-content .home-v4-slider .slider-1 article .more-link:focus, .site-content .home-v4-slider .slider-1 article .more-link:hover, .site-content .home-v5-slider .slider-1 .button:focus, .site-content .home-v5-slider .slider-1 .button:hover, .site-content .home-v5-slider .slider-1 article .more-link:focus, .site-content .home-v5-slider .slider-1 article .more-link:hover, .site-content .home-v6-slider .slider-1 .button:focus, .site-content .home-v6-slider .slider-1 .button:hover, .site-content .home-v6-slider .slider-1 article .more-link:focus, .site-content .home-v6-slider .slider-1 article .more-link:hover, .site-content .home-v9-slider .slider-1 .button:focus, .site-content .home-v9-slider .slider-1 .button:hover, .site-content .home-v9-slider .slider-1 article .more-link:focus, .site-content .home-v9-slider .slider-1 article .more-link:hover, .site-content .landing-v1-slider .slider-1 .button:focus, .site-content .landing-v1-slider .slider-1 .button:hover, .site-content .landing-v1-slider .slider-1 article .more-link:focus, .site-content .landing-v1-slider .slider-1 article .more-link:hover, .site-content .landing-v2-slider .slider-1 .button:focus, .site-content .landing-v2-slider .slider-1 .button:hover, .site-content .landing-v2-slider .slider-1 article .more-link:focus, .site-content .landing-v2-slider .slider-1 article .more-link:hover, article .site-content .home-v1-slider .slider-1 .more-link:focus, article .site-content .home-v1-slider .slider-1 .more-link:hover, article .site-content .home-v10-slider .slider-1 .more-link:focus, article .site-content .home-v10-slider .slider-1 .more-link:hover, article .site-content .home-v11-slider .slider-1 .more-link:focus, article .site-content .home-v11-slider .slider-1 .more-link:hover, article .site-content .home-v12-slider .slider-1 .more-link:focus, article .site-content .home-v12-slider .slider-1 .more-link:hover, article .site-content .home-v2-slider .slider-1 .more-link:focus, article .site-content .home-v2-slider .slider-1 .more-link:hover, article .site-content .home-v3-slider .slider-1 .more-link:focus, article .site-content .home-v3-slider .slider-1 .more-link:hover, article .site-content .home-v4-slider .slider-1 .more-link:focus, article .site-content .home-v4-slider .slider-1 .more-link:hover, article .site-content .home-v5-slider .slider-1 .more-link:focus, article .site-content .home-v5-slider .slider-1 .more-link:hover, article .site-content .home-v6-slider .slider-1 .more-link:focus, article .site-content .home-v6-slider .slider-1 .more-link:hover, article .site-content .home-v9-slider .slider-1 .more-link:focus, article .site-content .home-v9-slider .slider-1 .more-link:hover, article .site-content .landing-v1-slider .slider-1 .more-link:focus, article .site-content .landing-v1-slider .slider-1 .more-link:hover, article .site-content .landing-v2-slider .slider-1 .more-link:focus, article .site-content .landing-v2-slider .slider-1 .more-link:hover {
    color: #fff
}

.site-content .home-v1-slider .slick-dots, .site-content .home-v10-slider .slick-dots, .site-content .home-v11-slider .slick-dots, .site-content .home-v12-slider .slick-dots, .site-content .home-v2-slider .slick-dots, .site-content .home-v3-slider .slick-dots, .site-content .home-v4-slider .slick-dots, .site-content .home-v5-slider .slick-dots, .site-content .home-v6-slider .slick-dots, .site-content .home-v9-slider .slick-dots, .site-content .landing-v1-slider .slick-dots, .site-content .landing-v2-slider .slick-dots {
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 10;
    position: absolute;
    bottom: 10%
}

@media (max-width: 767px) {
    .site-content .home-v1-slider .slick-dots, .site-content .home-v10-slider .slick-dots, .site-content .home-v11-slider .slick-dots, .site-content .home-v12-slider .slick-dots, .site-content .home-v2-slider .slick-dots, .site-content .home-v3-slider .slick-dots, .site-content .home-v4-slider .slick-dots, .site-content .home-v5-slider .slick-dots, .site-content .home-v6-slider .slick-dots, .site-content .home-v9-slider .slick-dots, .site-content .landing-v1-slider .slick-dots, .site-content .landing-v2-slider .slick-dots {
        display: none !important
    }
}

@media (min-width: 576px) and (max-width: 1399px) {
    .site-content .home-v1-slider .slick-dots, .site-content .home-v10-slider .slick-dots, .site-content .home-v11-slider .slick-dots, .site-content .home-v12-slider .slick-dots, .site-content .home-v2-slider .slick-dots, .site-content .home-v3-slider .slick-dots, .site-content .home-v4-slider .slick-dots, .site-content .home-v5-slider .slick-dots, .site-content .home-v6-slider .slick-dots, .site-content .home-v9-slider .slick-dots, .site-content .landing-v1-slider .slick-dots, .site-content .landing-v2-slider .slick-dots {
        justify-content: center
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v1-slider .slick-dots, .site-content .home-v10-slider .slick-dots, .site-content .home-v11-slider .slick-dots, .site-content .home-v12-slider .slick-dots, .site-content .home-v2-slider .slick-dots, .site-content .home-v3-slider .slick-dots, .site-content .home-v4-slider .slick-dots, .site-content .home-v5-slider .slick-dots, .site-content .home-v6-slider .slick-dots, .site-content .home-v9-slider .slick-dots, .site-content .landing-v1-slider .slick-dots, .site-content .landing-v2-slider .slick-dots {
        left: calc(56% - 523px) !important
    }
}

@media (min-width: 1590px) {
    .site-content .home-v1-slider .slick-dots, .site-content .home-v10-slider .slick-dots, .site-content .home-v11-slider .slick-dots, .site-content .home-v12-slider .slick-dots, .site-content .home-v2-slider .slick-dots, .site-content .home-v3-slider .slick-dots, .site-content .home-v4-slider .slick-dots, .site-content .home-v5-slider .slick-dots, .site-content .home-v6-slider .slick-dots, .site-content .home-v9-slider .slick-dots, .site-content .landing-v1-slider .slick-dots, .site-content .landing-v2-slider .slick-dots {
        left: calc(53% - 523px) !important
    }
}

@media (min-width: 2100px) {
    .site-content .home-v1-slider .slider-1 .caption {
        left: 30%
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v1-slider .slick-dots {
        left: calc(50% - 350px) !important
    }
}

@media (min-width: 1590px) and (max-width: 1689px) {
    .site-content .home-v1-slider .slick-dots {
        left: calc(50% - 400px) !important;
        bottom: 5%
    }
}

.site-content .home-v3-slider .slider-1 .caption {
    max-width: 35%
}

@media (min-width: 1590px) and (max-width: 1689px) {
    .site-content .home-v3-slider .slick-dots {
        left: calc(50% - 400px) !important
    }
}

.site-content .home-v2-slider .slider-1 .caption, .site-content .home-v3-slider .slider-1 .caption, .site-content .home-v5-slider .slider-1 .caption, .site-content .home-v6-slider .slider-1 .caption {
    top: 11.6%
}

@media (min-width: 1590px) {
    .site-content .home-v2-slider .slider-1 .caption .title, .site-content .home-v3-slider .slider-1 .caption .title, .site-content .home-v5-slider .slider-1 .caption .title, .site-content .home-v6-slider .slider-1 .caption .title {
        font-size: 2.875em;
        line-height: 1em;
        padding-bottom: .5em
    }

    .site-content .home-v2-slider .slider-1 .caption .sub-title, .site-content .home-v3-slider .slider-1 .caption .sub-title, .site-content .home-v5-slider .slider-1 .caption .sub-title, .site-content .home-v6-slider .slider-1 .caption .sub-title {
        font-size: 1.313em;
        line-height: 1.238em;
        font-weight: 300;
        padding-bottom: 1.333em
    }
}

.site-content .home-v2-slider .slider-1 .caption .button, .site-content .home-v2-slider .slider-1 .caption article .more-link, .site-content .home-v3-slider .slider-1 .caption .button, .site-content .home-v3-slider .slider-1 .caption article .more-link, .site-content .home-v5-slider .slider-1 .caption .button, .site-content .home-v5-slider .slider-1 .caption article .more-link, .site-content .home-v6-slider .slider-1 .caption .button, .site-content .home-v6-slider .slider-1 .caption article .more-link, article .site-content .home-v2-slider .slider-1 .caption .more-link, article .site-content .home-v3-slider .slider-1 .caption .more-link, article .site-content .home-v5-slider .slider-1 .caption .more-link, article .site-content .home-v6-slider .slider-1 .caption .more-link {
    line-height: 2.2em;
    font-weight: 500;
    border: 2px solid;
    border-radius: 4px;
    margin-bottom: 1.533em;
    background-color: transparent
}

@media (min-width: 1590px) {
    .site-content .home-v2-slider .slider-1 .caption .button, .site-content .home-v2-slider .slider-1 .caption article .more-link, .site-content .home-v3-slider .slider-1 .caption .button, .site-content .home-v3-slider .slider-1 .caption article .more-link, .site-content .home-v5-slider .slider-1 .caption .button, .site-content .home-v5-slider .slider-1 .caption article .more-link, .site-content .home-v6-slider .slider-1 .caption .button, .site-content .home-v6-slider .slider-1 .caption article .more-link, article .site-content .home-v2-slider .slider-1 .caption .more-link, article .site-content .home-v3-slider .slider-1 .caption .more-link, article .site-content .home-v5-slider .slider-1 .caption .more-link, article .site-content .home-v6-slider .slider-1 .caption .more-link {
        font-size: .938em;
        padding-top: .733em;
        padding-bottom: .467em;
        padding-left: 1.933em;
        padding-right: 2em
    }
}

.site-content .home-v2-slider .slider-1 .caption .button i, .site-content .home-v2-slider .slider-1 .caption article .more-link i, .site-content .home-v3-slider .slider-1 .caption .button i, .site-content .home-v3-slider .slider-1 .caption article .more-link i, .site-content .home-v5-slider .slider-1 .caption .button i, .site-content .home-v5-slider .slider-1 .caption article .more-link i, .site-content .home-v6-slider .slider-1 .caption .button i, .site-content .home-v6-slider .slider-1 .caption article .more-link i, article .site-content .home-v2-slider .slider-1 .caption .more-link i, article .site-content .home-v3-slider .slider-1 .caption .more-link i, article .site-content .home-v5-slider .slider-1 .caption .more-link i, article .site-content .home-v6-slider .slider-1 .caption .more-link i {
    margin-left: .548em
}

.site-content .home-v2-slider .slider-1 .caption .bottom-caption, .site-content .home-v3-slider .slider-1 .caption .bottom-caption, .site-content .home-v5-slider .slider-1 .caption .bottom-caption, .site-content .home-v6-slider .slider-1 .caption .bottom-caption {
    line-height: 1.308em;
    font-weight: 300;
    color: #686868
}

@media (min-width: 1590px) {
    .site-content .home-v2-slider .slider-1 .caption .bottom-caption, .site-content .home-v3-slider .slider-1 .caption .bottom-caption, .site-content .home-v5-slider .slider-1 .caption .bottom-caption, .site-content .home-v6-slider .slider-1 .caption .bottom-caption {
        font-size: .813em
    }
}

.site-content .home-v3-slider .slider-1, .site-content .home-v5-slider .slider-1, .site-content .home-v6-slider .slider-1 {
    background-color: #eff5f5
}

@media (min-width: 1200px) {
    .site-content .home-v5-slider .slider-1 {
        height: 26.75em
    }
}

.site-content .home-v5-slider .slider-1 img {
    right: 2.4%
}

.site-content .home-v5-slider .slider-1 .caption {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    top: 18.3%;
    left: 4.5%
}

.site-content .home-v5-slider .slider-1 .caption .title {
    padding-bottom: .65em;
    font-weight: 500
}

.site-content .home-v5-slider .slider-1 .caption .sub-title {
    font-weight: 300
}

@media (max-width: 575px) {
    .site-content .home-v5-slider .slider-1 {
        height: 300px
    }

    .site-content .home-v5-slider .slider-1 img {
        width: 387.31px;
        height: auto;
        right: -50%
    }

    .site-content .home-v5-slider .slider-1 .caption {
        flex: 0 0 50%;
        max-width: 50%
    }

    .site-content .home-v5-slider .slider-1 .caption .title {
        font-size: 1.188em;
        line-height: 1em;
        padding-bottom: 1em
    }

    .site-content .home-v5-slider .slider-1 .caption .sub-title {
        font-size: .875em;
        line-height: 1em;
        padding-bottom: 1.5em
    }

    .site-content .home-v5-slider .slider-1 .caption .button, .site-content .home-v5-slider .slider-1 .caption article .more-link, article .site-content .home-v5-slider .slider-1 .caption .more-link {
        font-size: .625em
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .site-content .home-v5-slider .slider-1 {
        height: 300px
    }

    .site-content .home-v5-slider .slider-1 img {
        width: 400px;
        height: auto
    }

    .site-content .home-v5-slider .slider-1 .caption {
        flex: 0 0 31.6666666667%;
        max-width: 31.6666666667%
    }

    .site-content .home-v5-slider .slider-1 .caption .title {
        font-size: 1.563em;
        line-height: 1.080em;
        padding-bottom: 1em
    }

    .site-content .home-v5-slider .slider-1 .caption .sub-title {
        font-size: .9em;
        line-height: 1.385em;
        padding-bottom: 1.5em
    }

    .site-content .home-v5-slider .slider-1 .caption .button, .site-content .home-v5-slider .slider-1 .caption article .more-link, article .site-content .home-v5-slider .slider-1 .caption .more-link {
        font-size: .625em
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .site-content .home-v5-slider .slider-1 {
        height: 408px
    }

    .site-content .home-v5-slider .slider-1 img {
        width: 537.645px;
        height: auto
    }

    .site-content .home-v5-slider .slider-1 .caption {
        flex: 0 0 50%;
        max-width: 50%
    }

    .site-content .home-v5-slider .slider-1 .caption .title {
        font-size: 2.6em;
        line-height: 1em;
        padding-bottom: 1em
    }

    .site-content .home-v5-slider .slider-1 .caption .sub-title {
        font-size: 1.25em;
        line-height: 1.15em;
        padding-bottom: 1.5em
    }

    .site-content .home-v5-slider .slider-1 .caption .button, .site-content .home-v5-slider .slider-1 .caption article .more-link, article .site-content .home-v5-slider .slider-1 .caption .more-link {
        font-size: .938em
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v5-slider .slider-1 {
        height: 408px
    }

    .site-content .home-v5-slider .slider-1 img {
        width: 537.645px;
        height: auto
    }

    .site-content .home-v5-slider .slider-1 .caption {
        flex: 0 0 50%;
        max-width: 50%
    }

    .site-content .home-v5-slider .slider-1 .caption .title {
        font-size: 2.6em;
        line-height: 1em;
        padding-bottom: 1em
    }

    .site-content .home-v5-slider .slider-1 .caption .sub-title {
        font-size: 1.25em;
        line-height: 1.15em;
        padding-bottom: 1.5em
    }

    .site-content .home-v5-slider .slider-1 .caption .button, .site-content .home-v5-slider .slider-1 .caption article .more-link, article .site-content .home-v5-slider .slider-1 .caption .more-link {
        font-size: .938em
    }
}

.site-content .home-v6-slider .slider-1 .caption .pre-title {
    font-weight: 300
}

.site-content .home-v6-slider .slider-1 .caption .title {
    font-weight: 500
}

.site-content .home-v6-slider .slider-1 .caption .offer-price {
    font-weight: 500
}

.site-content .home-v6-slider .slider-1 .caption .sale-price {
    color: #9ca3a3;
    font-weight: 300;
    text-decoration: line-through
}

.site-content .home-v6-slider .slider-1 .caption .button:focus, .site-content .home-v6-slider .slider-1 .caption .button:hover, .site-content .home-v6-slider .slider-1 .caption article .more-link:focus, .site-content .home-v6-slider .slider-1 .caption article .more-link:hover, article .site-content .home-v6-slider .slider-1 .caption .more-link:focus, article .site-content .home-v6-slider .slider-1 .caption .more-link:hover {
    color: #fff
}

@media (min-width: 1200px) {
    .site-content .home-v6-slider .slider-1 {
        height: 26.7em
    }

    .site-content .home-v6-slider .slider-1 img {
        right: 0
    }

    .site-content .home-v6-slider .slider-1 .caption {
        flex: 0 0 46.6666666667%;
        max-width: 46.6666666667%;
        top: 9.2%;
        left: 5.8%
    }

    .site-content .home-v6-slider .slider-1 .caption .pre-title {
        font-weight: 300;
        font-size: 1.125em;
        padding-left: .14em;
        padding-bottom: .722em
    }

    .site-content .home-v6-slider .slider-1 .caption .title {
        font-size: 2.25em;
        line-height: 1.13em;
        padding-bottom: .472em
    }

    .site-content .home-v6-slider .slider-1 .caption .offer-price {
        font-size: 1.875em;
        font-weight: 500;
        line-height: 1;
        padding-bottom: .167em
    }

    .site-content .home-v6-slider .slider-1 .caption .sale-price {
        color: #9ca3a3;
        line-height: 1;
        font-size: 1.25em;
        font-weight: 300;
        text-decoration: line-through;
        padding-bottom: 1.2em
    }
}

@media (max-width: 575px) {
    .site-content .home-v6-slider .slider-1 {
        height: 360px
    }

    .site-content .home-v6-slider .slider-1 img {
        right: -100px;
        width: 300px
    }

    .site-content .home-v6-slider .slider-1 .caption {
        flex: 0 0 46.6666666667%;
        max-width: 46.6666666667%;
        top: 17.2%;
        left: 5.8%
    }

    .site-content .home-v6-slider .slider-1 .caption .pre-title {
        font-size: .75em;
        padding-left: .14em;
        padding-bottom: .722em
    }

    .site-content .home-v6-slider .slider-1 .caption .title {
        font-size: 1em;
        line-height: 1.063em;
        padding-bottom: 2em
    }

    .site-content .home-v6-slider .slider-1 .caption .offer-price {
        font-size: .75em;
        line-height: .833em;
        padding-bottom: .167em
    }

    .site-content .home-v6-slider .slider-1 .caption .sale-price {
        line-height: 1;
        font-size: .688em;
        padding-bottom: 1.2em
    }

    .site-content .home-v6-slider .slider-1 .caption .button, .site-content .home-v6-slider .slider-1 .caption article .more-link, article .site-content .home-v6-slider .slider-1 .caption .more-link {
        font-size: .625em
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .site-content .home-v6-slider .slider-1 {
        height: 380px
    }

    .site-content .home-v6-slider .slider-1 img {
        right: 0;
        width: 375px
    }

    .site-content .home-v6-slider .slider-1 .caption {
        flex: 0 0 39.1666666667%;
        max-width: 39.1666666667%;
        top: 17.2%;
        left: 5.8%
    }

    .site-content .home-v6-slider .slider-1 .caption .pre-title {
        font-size: .813em;
        padding-left: .14em;
        padding-bottom: .722em
    }

    .site-content .home-v6-slider .slider-1 .caption .title {
        font-size: 1.688em;
        line-height: 1.074em;
        padding-bottom: 1em
    }

    .site-content .home-v6-slider .slider-1 .caption .offer-price {
        font-size: 1em;
        line-height: 1.375em;
        padding-bottom: .167em
    }

    .site-content .home-v6-slider .slider-1 .caption .sale-price {
        line-height: 1;
        font-size: .875em;
        padding-bottom: 1.2em
    }

    .site-content .home-v6-slider .slider-1 .caption .button, .site-content .home-v6-slider .slider-1 .caption article .more-link, article .site-content .home-v6-slider .slider-1 .caption .more-link {
        font-size: .625em
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .site-content .home-v6-slider .slider-1 {
        height: 428px
    }

    .site-content .home-v6-slider .slider-1 img {
        right: 0;
        width: 375px
    }

    .site-content .home-v6-slider .slider-1 .caption {
        flex: 0 0 39.1666666667%;
        max-width: 39.1666666667%;
        top: 10.5%;
        left: 10.5%
    }

    .site-content .home-v6-slider .slider-1 .caption .pre-title {
        font-size: 1.125em;
        padding-left: .14em;
        padding-bottom: .722em
    }

    .site-content .home-v6-slider .slider-1 .caption .title {
        font-size: 2.25em;
        line-height: 1.111em;
        padding-bottom: 1em
    }

    .site-content .home-v6-slider .slider-1 .caption .offer-price {
        font-size: 1.875em;
        line-height: 1.375em;
        padding-bottom: .167em
    }

    .site-content .home-v6-slider .slider-1 .caption .sale-price {
        line-height: 1.15em;
        font-size: 1.25em;
        padding-bottom: 1.2em
    }

    .site-content .home-v6-slider .slider-1 .caption .button, .site-content .home-v6-slider .slider-1 .caption article .more-link, article .site-content .home-v6-slider .slider-1 .caption .more-link {
        font-size: .938em;
        padding: 5px 10px
    }
}

@media (max-width: 1589px) {
    .site-content .home-v6-slider {
        margin-bottom: 20px
    }
}

.site-content .landing-v1-slider .slider-1 {
    background-color: #0063d1
}

.site-content .landing-v1-slider .slider-1 .caption {
    color: #fff
}

.site-content .landing-v1-slider .slider-1 .caption .pre-title {
    font-weight: 300
}

.site-content .landing-v1-slider .slider-1 .caption .title {
    font-weight: 500
}

.site-content .landing-v1-slider .slider-1 .caption .sub-title {
    font-weight: 500;
    color: #00d9e8
}

.site-content .landing-v1-slider .slider-1 .caption .bottom-caption {
    font-weight: 300;
    color: #4b8fde
}

@media (min-width: 1200px) {
    .site-content .landing-v1-slider .slider-1 {
        height: 40.76em
    }

    .site-content .landing-v1-slider .slider-1 img {
        left: 5.7%;
        top: 25.5%
    }

    .site-content .landing-v1-slider .slider-1 .caption {
        flex: 0 0 46.6666666667%;
        max-width: 46.6666666667%;
        top: 42.55%;
        right: 13.65%
    }

    .site-content .landing-v1-slider .slider-1 .caption .pre-title {
        font-size: 2.188em;
        line-height: 1;
        padding-bottom: .15em
    }

    .site-content .landing-v1-slider .slider-1 .caption .title {
        font-size: 3.625em;
        line-height: 1em;
        padding-bottom: .43em
    }

    .site-content .landing-v1-slider .slider-1 .caption .sub-title {
        font-size: 1.813em;
        padding-bottom: 4.3em
    }

    .site-content .landing-v1-slider .slider-1 .caption .bottom-caption {
        font-size: .813em;
        line-height: 1.308em
    }
}

@media (max-width: 575px) {
    .site-content .landing-v1-slider .slider-1 {
        height: 360px
    }

    .site-content .landing-v1-slider .slider-1 img {
        left: -150px;
        top: 43.5%
    }

    .site-content .landing-v1-slider .slider-1 .caption {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        right: 0;
        top: 37.55%
    }

    .site-content .landing-v1-slider .slider-1 .caption .pre-title {
        font-size: 1em;
        line-height: 1;
        padding-bottom: .7em;
        text-align: center
    }

    .site-content .landing-v1-slider .slider-1 .caption .title {
        font-size: 1.313em;
        line-height: 1em;
        padding-bottom: .7em
    }

    .site-content .landing-v1-slider .slider-1 .caption .sub-title {
        font-size: .938em;
        padding-bottom: 3em;
        text-align: center
    }

    .site-content .landing-v1-slider .slider-1 .caption .bottom-caption {
        font-size: .5em;
        line-height: 1.308em;
        text-align: center
    }
}

@media (min-width: 576px) and (max-width: 1399px) {
    .site-content .landing-v1-slider .slider-1 {
        height: 500px
    }

    .site-content .landing-v1-slider .slider-1 img {
        left: -150px;
        top: 17.5%
    }

    .site-content .landing-v1-slider .slider-1 .caption {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        right: 0;
        top: 25.55%
    }

    .site-content .landing-v1-slider .slider-1 .caption .pre-title {
        font-size: 1.625em;
        line-height: 1;
        padding-bottom: .7em;
        text-align: center
    }

    .site-content .landing-v1-slider .slider-1 .caption .title {
        font-size: 2.188em;
        line-height: 1em;
        padding-bottom: 1.5em;
        padding-top: 1em
    }

    .site-content .landing-v1-slider .slider-1 .caption .sub-title {
        font-size: 1.375em;
        padding-bottom: 3em;
        text-align: center
    }

    .site-content .landing-v1-slider .slider-1 .caption .bottom-caption {
        font-size: .813em;
        line-height: 1.308em;
        text-align: center
    }
}

.site-content .landing-v2-slider .slider-1 .caption {
    display: flex;
    color: #090909
}

.site-content .landing-v2-slider .slider-1 .caption .title-left {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    border-right: 1px solid
}

.site-content .landing-v2-slider .slider-1 .caption .title-left span {
    font-weight: 300;
    text-align: center
}

.site-content .landing-v2-slider .slider-1 .caption .title-right {
    font-weight: 300
}

@media (min-width: 1590px) {
    .site-content .landing-v2-slider .slider-1 {
        height: 55.513em
    }

    .site-content .landing-v2-slider .slider-1 .caption {
        top: 20.8%;
        left: 51.35%;
        transform: translate(-50%, -50%)
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-left {
        font-size: 10.875em;
        line-height: 1;
        font-weight: 500;
        padding-right: .265em;
        padding-bottom: .052em
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-left span {
        font-size: .086em;
        line-height: 1;
        margin-top: -.6em
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-right {
        font-size: 3.313em;
        line-height: 1.094em;
        padding-left: .717em;
        padding-top: .264em
    }
}

@media (max-width: 575px) {
    .site-content .landing-v2-slider .slider-1 {
        height: 360px
    }

    .site-content .landing-v2-slider .slider-1 .caption {
        justify-content: center;
        top: 23.8%;
        width: 100%
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-left {
        font-size: 3.063em;
        font-weight: 500;
        line-height: 1;
        padding-bottom: .052em;
        padding-right: .265em;
        text-align: center
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-left span {
        font-size: .15em;
        line-height: 1;
        margin-top: -.6em
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-right {
        font-size: .938em;
        line-height: 1.094em;
        padding-left: .717em;
        padding-top: .264em
    }
}

@media (min-width: 576px) and (max-width: 1399px) {
    .site-content .landing-v2-slider .slider-1 {
        height: 360px
    }

    .site-content .landing-v2-slider .slider-1 .caption {
        top: 12.8%;
        justify-content: center;
        width: 100%
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-left {
        font-size: 4.625em;
        font-weight: 500;
        line-height: 1;
        padding-bottom: .052em;
        padding-right: .265em;
        text-align: center
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-left span {
        font-size: .19em;
        line-height: 1;
        margin-top: .4em
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-right {
        font-size: 1.563em;
        line-height: 1.24em;
        padding-left: .717em;
        padding-top: .264em
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .landing-v2-slider .slider-1 {
        height: 55.513em
    }

    .site-content .landing-v2-slider .slider-1 .caption {
        top: 20.8%;
        left: 51.35%;
        transform: translate(-50%, -50%)
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-left {
        font-size: 8em;
        line-height: 1;
        font-weight: 500;
        padding-right: .265em;
        padding-bottom: .052em
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-left span {
        font-size: .1em;
        line-height: 1;
        margin-top: -.6em
    }

    .site-content .landing-v2-slider .slider-1 .caption .title-right {
        font-size: 2.6em;
        line-height: 1.094em;
        padding-left: .717em;
        padding-top: .264em
    }
}

.site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 article .more-link, article .site-content .home-v9-slider .slider-1 .more-link {
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    position: absolute
}

.site-content .home-v9-slider .slider-1 .button span, .site-content .home-v9-slider .slider-1 article .more-link span, article .site-content .home-v9-slider .slider-1 .more-link span {
    font-weight: 700
}

@media (min-width: 1590px) {
    .site-content .home-v9-slider .slider-1 {
        height: 49.1em
    }

    .site-content .home-v9-slider .slider-1 .img-1 {
        left: 10.05%;
        top: 29%
    }

    .site-content .home-v9-slider .slider-1 .img-2 {
        top: 4.7%;
        left: 17.1%
    }

    .site-content .home-v9-slider .slider-1 .img-3 {
        bottom: -1%;
        right: 22.2%
    }

    .site-content .home-v9-slider .slider-1 .img-4 {
        bottom: 29.6%;
        right: 13.3%
    }

    .site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 article .more-link, article .site-content .home-v9-slider .slider-1 .more-link {
        font-size: 1.625em;
        font-weight: 400
    }

    .site-content .home-v9-slider .slider-1 .button.button-left, .site-content .home-v9-slider .slider-1 article .button-left.more-link, article .site-content .home-v9-slider .slider-1 .button-left.more-link {
        top: 15.3%;
        left: 3.85%;
        padding: .731em 3.346em .423em
    }

    .site-content .home-v9-slider .slider-1 .button.button-right, .site-content .home-v9-slider .slider-1 article .button-right.more-link, article .site-content .home-v9-slider .slider-1 .button-right.more-link {
        bottom: 11.1%;
        right: 5.2%;
        padding: .692em 4.577em .5em 4em
    }

    .site-content .home-v9-slider .slider-1 .button span, .site-content .home-v9-slider .slider-1 article .more-link span, article .site-content .home-v9-slider .slider-1 .more-link span {
        font-weight: 500
    }
}

@media (max-width: 575px) {
    .site-content .home-v9-slider .slider-1 {
        height: 360px
    }

    .site-content .home-v9-slider .slider-1 .img-1 {
        left: 16.05%;
        top: 24%;
        width: 27px
    }

    .site-content .home-v9-slider .slider-1 .img-2 {
        left: 17.1%;
        top: 17.7%;
        width: 155px
    }

    .site-content .home-v9-slider .slider-1 .img-3 {
        bottom: 19%;
        right: 34.2%;
        width: 155px
    }

    .site-content .home-v9-slider .slider-1 .img-4 {
        bottom: 29.6%;
        right: 13.3%;
        width: 27px
    }

    .site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 article .more-link, article .site-content .home-v9-slider .slider-1 .more-link {
        font-size: .625em
    }

    .site-content .home-v9-slider .slider-1 .button.button-left, .site-content .home-v9-slider .slider-1 article .button-left.more-link, article .site-content .home-v9-slider .slider-1 .button-left.more-link {
        font-size: 10px;
        left: 3.85%;
        padding: 10px 15px;
        top: 11.3%
    }

    .site-content .home-v9-slider .slider-1 .button.button-right, .site-content .home-v9-slider .slider-1 article .button-right.more-link, article .site-content .home-v9-slider .slider-1 .button-right.more-link {
        bottom: 11.1%;
        font-size: 10px;
        padding: 10px 15px;
        right: 5.2%
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .site-content .home-v9-slider .slider-1 {
        height: 360px
    }

    .site-content .home-v9-slider .slider-1 .img-1 {
        left: 11.05%;
        top: 27%;
        width: 50px
    }

    .site-content .home-v9-slider .slider-1 .img-2 {
        left: 17.1%;
        top: 13.7%;
        width: 250px
    }

    .site-content .home-v9-slider .slider-1 .img-3 {
        bottom: 13%;
        right: 21.2%;
        width: 250px
    }

    .site-content .home-v9-slider .slider-1 .img-4 {
        bottom: 29.6%;
        right: 13.3%;
        width: 50px
    }

    .site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 article .more-link, article .site-content .home-v9-slider .slider-1 .more-link {
        font-size: .625em
    }

    .site-content .home-v9-slider .slider-1 .button.button-left, .site-content .home-v9-slider .slider-1 article .button-left.more-link, article .site-content .home-v9-slider .slider-1 .button-left.more-link {
        font-size: 14px;
        left: 3.85%;
        padding: 10px 15px;
        top: 11.3%;
        line-height: 13px
    }

    .site-content .home-v9-slider .slider-1 .button.button-right, .site-content .home-v9-slider .slider-1 article .button-right.more-link, article .site-content .home-v9-slider .slider-1 .button-right.more-link {
        bottom: 11.1%;
        font-size: 14px;
        padding: 10px 15px;
        right: 5.2%;
        line-height: 13px
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .site-content .home-v9-slider .slider-1 {
        height: 500px
    }

    .site-content .home-v9-slider .slider-1 .img-1 {
        left: 11.05%;
        top: 32%;
        width: 90px
    }

    .site-content .home-v9-slider .slider-1 .img-2 {
        left: 19.1%;
        top: 8.7%;
        width: 370px
    }

    .site-content .home-v9-slider .slider-1 .img-3 {
        bottom: 4%;
        right: 21.2%;
        width: 411px
    }

    .site-content .home-v9-slider .slider-1 .img-4 {
        bottom: 27.6%;
        right: 13.3%;
        width: 80px
    }

    .site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 article .more-link, article .site-content .home-v9-slider .slider-1 .more-link {
        font-size: .625em
    }

    .site-content .home-v9-slider .slider-1 .button.button-left, .site-content .home-v9-slider .slider-1 article .button-left.more-link, article .site-content .home-v9-slider .slider-1 .button-left.more-link {
        font-size: 26px;
        left: 3.85%;
        line-height: 1.5;
        padding: 5px 20px 6px;
        top: 16.3%
    }

    .site-content .home-v9-slider .slider-1 .button.button-right, .site-content .home-v9-slider .slider-1 article .button-right.more-link, article .site-content .home-v9-slider .slider-1 .button-right.more-link {
        bottom: 6.1%;
        font-size: 26px;
        line-height: 1.5;
        padding: 5px 20px 6px;
        right: 5.2%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v9-slider .slider-1 {
        height: 598px
    }

    .site-content .home-v9-slider .slider-1 .img-1 {
        left: 11.05%;
        top: 32%;
        width: 90px
    }

    .site-content .home-v9-slider .slider-1 .img-2 {
        left: 11.1%;
        top: 13.7%;
        width: 523.801px
    }

    .site-content .home-v9-slider .slider-1 .img-3 {
        bottom: -2%;
        right: 14.2%;
        width: 624px
    }

    .site-content .home-v9-slider .slider-1 .img-4 {
        bottom: 27.6%;
        right: 8.3%;
        width: 80px
    }

    .site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 article .more-link, article .site-content .home-v9-slider .slider-1 .more-link {
        font-size: .625em
    }

    .site-content .home-v9-slider .slider-1 .button.button-left, .site-content .home-v9-slider .slider-1 article .button-left.more-link, article .site-content .home-v9-slider .slider-1 .button-left.more-link {
        font-size: 26px;
        left: 3.85%;
        line-height: 1.5;
        padding: 5px 20px 6px;
        top: 16.3%
    }

    .site-content .home-v9-slider .slider-1 .button.button-right, .site-content .home-v9-slider .slider-1 article .button-right.more-link, article .site-content .home-v9-slider .slider-1 .button-right.more-link {
        bottom: 6.1%;
        font-size: 26px;
        line-height: 1.5;
        padding: 5px 20px 6px;
        right: 5.2%
    }
}

.site-content .home-v10-slider .slider-1 .caption {
    color: #fff;
    text-align: right
}

.site-content .home-v10-slider .slider-1 .caption .pre-title {
    border: 2px solid;
    font-weight: 400;
    display: inline-block
}

.site-content .home-v10-slider .slider-1 .caption .title {
    font-weight: 500
}

.site-content .home-v10-slider .slider-1 .caption .sub-title {
    font-weight: 500
}

.site-content .home-v10-slider .slider-1 .caption .button, .site-content .home-v10-slider .slider-1 .caption article .more-link, article .site-content .home-v10-slider .slider-1 .caption .more-link {
    background-color: #fff
}

@media (min-width: 1590px) {
    .site-content .home-v10-slider .slider-1 {
        height: 49.125em
    }

    .site-content .home-v10-slider .slider-1 img {
        right: 19.6%
    }

    .site-content .home-v10-slider .slider-1 .caption {
        flex: 0 0 25%;
        max-width: 25%;
        top: 24.4%;
        left: 10.3%
    }

    .site-content .home-v10-slider .slider-1 .caption .pre-title {
        font-size: 1.5em;
        padding: .208em 1.25em;
        margin-bottom: 2.375em
    }

    .site-content .home-v10-slider .slider-1 .caption .title {
        font-size: 4.938em;
        line-height: .924em;
        padding-bottom: .051em
    }

    .site-content .home-v10-slider .slider-1 .caption .sub-title {
        font-size: 1.438em;
        padding-bottom: 1.8em
    }

    .site-content .home-v10-slider .slider-1 .caption .button, .site-content .home-v10-slider .slider-1 .caption article .more-link, article .site-content .home-v10-slider .slider-1 .caption .more-link {
        color: #6dc4b4
    }
}

@media (max-width: 575px) {
    .site-content .home-v10-slider .slider-1 {
        height: 25em
    }

    .site-content .home-v10-slider .slider-1 img {
        right: 0;
        top: 27.6%;
        width: 67%
    }

    .site-content .home-v10-slider .slider-1 .caption {
        top: 10%;
        width: 55%
    }

    .site-content .home-v10-slider .slider-1 .caption .pre-title {
        font-size: 10px;
        padding: 3px 8px 4px;
        margin-bottom: 2em
    }

    .site-content .home-v10-slider .slider-1 .caption .title {
        font-size: 2.188em;
        line-height: 1.086em;
        padding-bottom: .286em
    }

    .site-content .home-v10-slider .slider-1 .caption .sub-title {
        font-size: .75em;
        line-height: 1.5em;
        padding-bottom: .833em
    }

    .site-content .home-v10-slider .slider-1 .caption .button, .site-content .home-v10-slider .slider-1 .caption article .more-link, article .site-content .home-v10-slider .slider-1 .caption .more-link {
        font-size: .75em;
        line-height: 1.5em;
        padding: 10px 29px 10px 23px
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .site-content .home-v10-slider .slider-1 {
        height: 360px
    }

    .site-content .home-v10-slider .slider-1 img {
        right: 0;
        width: 32%
    }

    .site-content .home-v10-slider .slider-1 .caption {
        top: 20%;
        width: 55%
    }

    .site-content .home-v10-slider .slider-1 .caption .pre-title {
        font-size: 12px;
        padding: 3px 8px 4px;
        margin-bottom: 2em
    }

    .site-content .home-v10-slider .slider-1 .caption .title {
        font-size: 2.5em;
        line-height: 1.050em;
        padding-bottom: .286em
    }

    .site-content .home-v10-slider .slider-1 .caption .sub-title {
        font-size: .75em;
        line-height: 1.5em;
        padding-bottom: .833em
    }

    .site-content .home-v10-slider .slider-1 .caption .button, .site-content .home-v10-slider .slider-1 .caption article .more-link, article .site-content .home-v10-slider .slider-1 .caption .more-link {
        font-size: .75em;
        line-height: 1.5em;
        padding: 10px 29px 10px 23px
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .site-content .home-v10-slider .slider-1 {
        height: 425px
    }

    .site-content .home-v10-slider .slider-1 img {
        right: 22%;
        width: 27%
    }

    .site-content .home-v10-slider .slider-1 .caption {
        top: 28%;
        width: 41%
    }

    .site-content .home-v10-slider .slider-1 .caption .pre-title {
        font-size: 12px;
        padding: 3px 8px 4px;
        margin-bottom: 2em
    }

    .site-content .home-v10-slider .slider-1 .caption .title {
        font-size: 2.5em;
        line-height: 1.050em;
        padding-bottom: .286em
    }

    .site-content .home-v10-slider .slider-1 .caption .sub-title {
        font-size: .75em;
        line-height: 1.5em;
        padding-bottom: .833em
    }

    .site-content .home-v10-slider .slider-1 .caption .button, .site-content .home-v10-slider .slider-1 .caption article .more-link, article .site-content .home-v10-slider .slider-1 .caption .more-link {
        font-size: .75em;
        line-height: 1.5em;
        padding: 10px 29px 10px 23px
    }
}

.site-content .home-v10-slider .slider-1 .button, .site-content .home-v10-slider .slider-1 article .more-link, article .site-content .home-v10-slider .slider-1 .more-link {
    color: #6dc4b4
}

.site-content .home-v10-slider .slider-1 .button:hover, .site-content .home-v10-slider .slider-1 article .more-link:hover, article .site-content .home-v10-slider .slider-1 .more-link:hover {
    background: #6dc4b4;
    border-color: #6dc4b4;
    color: #fff
}

.site-content .home-v11-slider .slider-1 .caption {
    color: #000;
    text-align: right
}

.site-content .home-v11-slider .slider-1 .caption .title {
    font-weight: 700;
    font-style: italic
}

.site-content .home-v11-slider .slider-1 .caption .sub-title {
    font-weight: 300
}

@media (min-width: 1200px) {
    .site-content .home-v11-slider .slider-1 {
        height: 42.625em
    }

    .site-content .home-v11-slider .slider-1 .caption {
        top: 26.6%;
        right: 4.1%
    }

    .site-content .home-v11-slider .slider-1 .caption .title {
        font-size: 4.375em;
        line-height: 1em;
        padding-bottom: .371em
    }

    .site-content .home-v11-slider .slider-1 .caption .sub-title {
        font-size: 2.188em;
        line-height: 1.171em;
        padding-bottom: .771em
    }
}

@media (max-width: 575px) {
    .site-content .home-v11-slider .slider-1 {
        height: 360px
    }

    .site-content .home-v11-slider .slider-1 .caption {
        top: 26.6%;
        right: 4.1%
    }

    .site-content .home-v11-slider .slider-1 .caption .title {
        font-size: 1.563em;
        line-height: 1em;
        padding-bottom: .371em
    }

    .site-content .home-v11-slider .slider-1 .caption .sub-title {
        font-size: .938em;
        line-height: 1.171em;
        padding-bottom: .771em
    }
}

@media (min-width: 576px) and (max-width: 1399px) {
    .site-content .home-v11-slider .slider-1 {
        height: 360px
    }

    .site-content .home-v11-slider .slider-1 .caption {
        top: 26.6%;
        right: 4.1%
    }

    .site-content .home-v11-slider .slider-1 .caption .title {
        font-size: 2em;
        line-height: 1em;
        padding-bottom: .371em
    }

    .site-content .home-v11-slider .slider-1 .caption .sub-title {
        font-size: 1.8em;
        line-height: 1.171em;
        padding-bottom: .771em
    }

    .site-content .home-v11-slider .slider-1 .caption .button, .site-content .home-v11-slider .slider-1 .caption article .more-link, article .site-content .home-v11-slider .slider-1 .caption .more-link {
        font-size: .75em
    }
}

.site-content .home-v12-slider .slider-1 .caption {
    color: #2d2d2d
}

.site-content .home-v12-slider .slider-1 .caption .pre-title {
    font-weight: 400;
    line-height: 1
}

.site-content .home-v12-slider .slider-1 .caption .title {
    font-weight: 500;
    font-style: italic;
    letter-spacing: -3px
}

.site-content .home-v12-slider .slider-1 .caption .sub-title {
    font-weight: 400
}

.site-content .home-v12-slider .slider-1 .caption .offer-price {
    color: #d20a11;
    font-weight: 300
}

.site-content .home-v12-slider .slider-1 .caption .bottom-caption {
    font-weight: 300;
    color: #686868
}

@media (min-width: 1200px) {
    .site-content .home-v12-slider .slider-1 {
        height: 27.5em
    }

    .site-content .home-v12-slider .slider-1 .caption {
        top: 19.3%;
        left: 4.4%
    }

    .site-content .home-v12-slider .slider-1 .caption .button, .site-content .home-v12-slider .slider-1 .caption article .more-link, article .site-content .home-v12-slider .slider-1 .caption .more-link {
        margin-left: 5.667em
    }

    .site-content .home-v12-slider .slider-1 .caption .pre-title {
        font-size: 1.5em;
        padding-left: 100px;
        margin-bottom: -20px
    }

    .site-content .home-v12-slider .slider-1 .caption .title {
        line-height: 1;
        font-size: 5.75em
    }

    .site-content .home-v12-slider .slider-1 .caption .sub-title {
        font-size: 1.625em;
        line-height: 1.1em;
        padding-left: 1.769em;
        padding-bottom: .962em
    }

    .site-content .home-v12-slider .slider-1 .caption .offer-price {
        font-size: 1.75em;
        padding-left: 3.5em;
        padding-bottom: .607em
    }

    .site-content .home-v12-slider .slider-1 .caption .button, .site-content .home-v12-slider .slider-1 .caption article .more-link, article .site-content .home-v12-slider .slider-1 .caption .more-link {
        margin-left: 5.667em
    }

    .site-content .home-v12-slider .slider-1 .caption .bottom-caption {
        font-size: .813em;
        padding-left: 8.077em
    }
}

@media (max-width: 575px) {
    .site-content .home-v12-slider .slider-1 {
        height: 360px
    }

    .site-content .home-v12-slider .slider-1 .caption {
        top: 19.3%;
        left: 4.4%
    }

    .site-content .home-v12-slider .slider-1 .caption .pre-title {
        font-size: .8em;
        line-height: 1;
        padding-left: 48px
    }

    .site-content .home-v12-slider .slider-1 .caption .title {
        font-size: 2.25em;
        line-height: .7;
        padding-bottom: .306em
    }

    .site-content .home-v12-slider .slider-1 .caption .sub-title {
        font-size: .8em;
        line-height: 1.1em;
        padding-bottom: 2em
    }

    .site-content .home-v12-slider .slider-1 .caption .offer-price {
        font-size: .8em;
        padding-bottom: 2em
    }

    .site-content .home-v12-slider .slider-1 .caption .button, .site-content .home-v12-slider .slider-1 .caption article .more-link, article .site-content .home-v12-slider .slider-1 .caption .more-link {
        margin-bottom: 3em
    }

    .site-content .home-v12-slider .slider-1 .caption .bottom-caption {
        font-size: .813em
    }
}

@media (min-width: 576px) and (max-width: 1399px) {
    .site-content .home-v12-slider .slider-1 {
        height: 360px
    }

    .site-content .home-v12-slider .slider-1 .caption {
        top: 13.3%;
        left: 4.4%
    }

    .site-content .home-v12-slider .slider-1 .caption .pre-title {
        font-size: 1em;
        line-height: 1;
        padding-left: 5.5em
    }

    .site-content .home-v12-slider .slider-1 .caption .title {
        font-size: 4.313em;
        padding-bottom: .3em;
        line-height: .8em
    }

    .site-content .home-v12-slider .slider-1 .caption .sub-title {
        font-size: 1.5em;
        line-height: 1.1em;
        padding-bottom: .6em
    }

    .site-content .home-v12-slider .slider-1 .caption .offer-price {
        font-size: 1.75em;
        padding-bottom: .5em
    }

    .site-content .home-v12-slider .slider-1 .caption .button, .site-content .home-v12-slider .slider-1 .caption article .more-link, article .site-content .home-v12-slider .slider-1 .caption .more-link {
        margin-bottom: 1em
    }

    .site-content .home-v12-slider .slider-1 .caption .bottom-caption {
        font-size: .813em
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .site-content .home-v12-slider {
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .tm-mega-menu {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (min-width: 576px) {
    .tm-mega-menu {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (min-width: 768px) {
    .tm-mega-menu {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    .tm-mega-menu {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .tm-mega-menu {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .tm-mega-menu .widget {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1200px) and (min-width: 576px) {
    .tm-mega-menu .widget {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (min-width: 768px) {
    .tm-mega-menu .widget {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    .tm-mega-menu .widget {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .tm-mega-menu .widget {
        padding-right: 15px;
        padding-left: 15px
    }
}

.home-v10-banner-with-products-carousel .column-1 {
    z-index: 9
}

.home-v10-banner-with-products-carousel .column-2 {
    z-index: 1
}

@media (max-width: 991px) {
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .section-header {
        align-items: center;
        margin-bottom: 0
    }
}

.ribbon.green-label:before {
    background: #bfd630
}

.ribbon.green-label:after {
    border-left: 10px solid #bfd630
}

.ribbon.green-label span {
    color: #fff
}

.woocommerce-page.woocommerce-checkout .woocommerce-form-login {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px
    }
}

.woocommerce-page.woocommerce-checkout .woocommerce-form-login > p:not(.form-row):not(.clear) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px
    }
}

.woocommerce-page.woocommerce-checkout .woocommerce-form-login .before-login-text {
    font-weight: 400
}

@media (min-width: 1200px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-login {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .blog-grid article.post.format-link, .blog-grid article.post.format-quote {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    article.format-link, article.format-quote, article.post.format-link, article.post.format-quote {
        padding: 2.625em 3.25em
    }
}

.single-product .single-product-header .add-to-wishlist {
    text-indent: -99999px;
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

.single-product .single-product-header .add-to-wishlist:before {
    color: #444;
    font-family: techmarket-icons;
    font-size: 1.429em;
    position: absolute;
    right: 24px;
    top: 0;
    text-indent: 0;
    content: "\6b"
}

.page-template-template-homepage-v4 .section-products-carousel-widget-with-tabs .products-carousel-with-brands {
    z-index: 9
}

.page-template-template-homepage-v4 .section-products-carousel-widget-with-tabs .products-carousel-tabs-block {
    z-index: 1
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .section-products-with-image .product-image {
        right: 0;
        top: 0
    }
}

@media (max-width: 1024px) {
    .site-header .handheld-header .sticky-wrapper .row.yamm-content-row {
        align-items: flex-start
    }
}

@media (max-width: 575px) {
    .site-header .handheld-header .sticky-wrapper .row.yamm-content-row {
        flex-direction: column
    }
}

@media (min-width: 1024px) {
    .site-header .departments-menu .dropdown-menu .yamm-content .yamm-content-row {
        align-items: flex-start
    }
}

form.woocommerce-checkout.checkout .col2-set .woocommerce-account-fields .woocommerce-form__label-for-checkbox.collapsed .woocommerce-form__input-checkbox, form.woocommerce-checkout.checkout .col2-set .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox.collapsed .woocommerce-form__input-checkbox {
    position: relative
}

form.woocommerce-checkout.checkout .col2-set .woocommerce-account-fields .woocommerce-form__label-for-checkbox.collapsed .woocommerce-form__input-checkbox:before, form.woocommerce-checkout.checkout .col2-set .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox.collapsed .woocommerce-form__input-checkbox:before {
    opacity: 0
}

form.woocommerce-checkout.checkout .col2-set .woocommerce-account-fields .woocommerce-form__label-for-checkbox:not(.collapsed) .woocommerce-form__input-checkbox:before, form.woocommerce-checkout.checkout .col2-set .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox:not(.collapsed) .woocommerce-form__input-checkbox:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    opacity: 1;
    transition: all .2s;
    top: 0;
    left: 1px;
    font-size: .625em;
    line-height: 2em
}

form.woocommerce-checkout.checkout .col2-set .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox:not(.collapsed) .woocommerce-form__input-checkbox:before {
    font-size: .417em;
    line-height: 1.3em
}

.site-content .home-v2-slider .slider-1 .button:hover, .site-content .home-v2-slider .slider-1 article .more-link:hover, .site-content .home-v3-slider .slider-1 .button:hover, .site-content .home-v3-slider .slider-1 article .more-link:hover, .site-content .home-v5-slider .slider-1 .button:hover, .site-content .home-v5-slider .slider-1 article .more-link:hover, article .site-content .home-v2-slider .slider-1 .more-link:hover, article .site-content .home-v3-slider .slider-1 .more-link:hover, article .site-content .home-v5-slider .slider-1 .more-link:hover {
    color: #fff
}

#secondary .widget.widget_price_filter .price_slider_amount input {
    width: 100% !important
}

#secondary .widget.widget_price_filter .price_slider_amount:after {
    display: none
}

.page-template-template-homepage-v10 .products .product .woocommerce-loop-product__title {
    height: 42px
}

.store-info.store-info-v2 .google-map iframe, .stretch-full-width-map iframe {
    width: 100%
}

@media (min-width: 1200px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        padding-top: 0 !important
    }
}

.deals-carousel-v3 {
    height: 564px
}

@media (min-width: 768px) and (max-width: 991px) {
    .deals-carousel-v3 {
        height: 790px
    }
}

@media (max-width: 767px) {
    .deals-carousel-v3 {
        height: 850px
    }
}

.deals-carousel-v3.product-with-timer-gallery .products > .slick-list {
    height: 564px
}

@media (min-width: 768px) and (max-width: 991px) {
    .deals-carousel-v3.product-with-timer-gallery .products > .slick-list {
        height: 790px
    }
}

@media (max-width: 767px) {
    .deals-carousel-v3.product-with-timer-gallery .products > .slick-list {
        height: 850px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media {
        align-items: center
    }
}

@media (max-width: 767px) {
    .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img {
        max-width: 73px
    }
}

.deals-carousel-v3 .products > .slick-arrow, .section-landscape-product-card-with-gallery .products > .slick-arrow {
    z-index: 10 !important
}

#section-landscape-product-card-with-gallery .products .small-images figure img {
    cursor: pointer
}

@media (min-width: 1200px) {
    .site-header.header-v8 .sticky-wrapper .techmarket-sticky-wrap.stuck {
        padding: 0
    }

    .site-header.header-v8 .sticky-wrapper .site-header-cart {
        margin-right: 62px
    }

    .site-header.header-v8 .site-header-cart {
        margin-right: 62px
    }
}

.organic-market .footer-contact .footer-logo svg, .organic-market .site-header .custom-logo-link svg, .organic-market .site-header .site-logo-anchor svg, .organic-market .site-header .site-logo-link svg {
    height: 100%
}

.organic-market .page-template-template-homepage-v1 .banners .text-in-right .banner-bg {
    padding-left: 3.563em;
    justify-content: flex-start
}

.garden-market .site-header.header-v4 .site-header-cart .cart-contents .amount .price-label, .garden-market .top-bar.top-bar-v4 .nav > li > a {
    color: #fff
}

.garden-market .site-header.header-v4 .navbar-search button, .garden-market .site-header.header-v4 .site-header-cart .cart-contents .count {
    background-color: #283d86
}

.garden-market .footer-logo .cls-2, .garden-market .footer-logo path.cls-1 {
    fill: #ff7e21
}

.garden-market .footer-logo .cls-1, .garden-market .footer-logo polygon.cls-1 + path.cls-1 {
    fill: #333e48
}

.widget {
    margin: 0 0 3.706325903em
}

.widget select {
    width: 100%
}

.widget .widget-search .search-submit {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

.widget ul {
    margin-left: 0;
    list-style: none
}

.widget ul ul {
    margin-left: 1.618em
}

.widget-area .widget {
    font-weight: 300
}

.widget-area .widget a.button, .widget-area .widget article a.more-link, article .widget-area .widget a.more-link {
    font-weight: 500;
    color: #fff
}

.widget-area .widget a.button:hover, .widget-area .widget article a.more-link:hover, article .widget-area .widget a.more-link:hover {
    color: #fff
}

.header-widget-region::after {
    display: block;
    content: "";
    clear: both
}

.header-widget-region .widget {
    margin: 0;
    padding: 1em 0;
    font-size: .875em
}

.widget_product_search form, .widget_search form {
    position: relative
}

.widget_product_search form:before, .widget_search form:before {
    color: rgba(0, 0, 0, .3)
}

.widget_product_search form input[type=search], .widget_product_search form input[type=text], .widget_search form input[type=search], .widget_search form input[type=text] {
    width: 100%
}

.widget_product_search form input[type=search]::-moz-placeholder, .widget_product_search form input[type=search]::-webkit-input-placeholder, .widget_product_search form input[type=text]::-moz-placeholder, .widget_product_search form input[type=text]::-webkit-input-placeholder, .widget_search form input[type=search]::-moz-placeholder, .widget_search form input[type=search]::-webkit-input-placeholder, .widget_search form input[type=text]::-moz-placeholder, .widget_search form input[type=text]::-webkit-input-placeholder {
    font-weight: 300
}

.widget_product_search form input[type=submit], .widget_search form input[type=submit] {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    top: 0;
    left: 0
}

.widget_archive ul, .widget_categories ul, .widget_links ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul {
    margin: 0
}

.widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li {
    list-style: none;
    margin-bottom: .6180469716em
}

.widget_archive ul li:before, .widget_categories ul li:before, .widget_links ul li:before, .widget_nav_menu ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_recent_entries ul li:before {
    font-family: FontAwesome;
    margin-right: .5407911001em;
    display: inline-block;
    opacity: .35
}

.footer-widgets #wp-calendar td, .footer-widgets #wp-calendar th, .widget-area #wp-calendar td, .widget-area #wp-calendar th {
    padding: .236em;
    text-align: center
}

.widget_rating_filter .wc-layered-nav-rating {
    margin-bottom: .6180469716em
}

.widget_rating_filter .wc-layered-nav-rating a {
    text-decoration: none !important
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block
}

.widget-area .widget {
    font-size: .875em
}

.widget-area .widget h1.widget-title {
    font-size: 1.41575em
}

.widget.widget_tag_cloud .tagcloud a {
    background: 0 0;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em !important;
    line-height: 1;
    margin: 0 .457em .731em 0;
    padding: .823em .788em
}

.widget.widget_tag_cloud .tagcloud a:focus, .widget.widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    color: #fff
}

.widget.widget_meta ul li a {
    color: #626060;
    font-weight: 400;
    padding: .3em 0;
    margin-bottom: 0;
    display: inline-block
}

.widget_layered_nav ul li > a, .widget_layered_nav ul li > span, .widget_product_categories ul li > a, .widget_product_categories ul li > span {
    color: #444;
    padding: .571em 0 .643em 0;
    display: inline-block
}

.widget_layered_nav ul li > a:focus, .widget_layered_nav ul li > a:hover, .widget_layered_nav ul li > span:focus, .widget_layered_nav ul li > span:hover, .widget_product_categories ul li > a:focus, .widget_product_categories ul li > a:hover, .widget_product_categories ul li > span:focus, .widget_product_categories ul li > span:hover {
    color: #444;
    text-decoration: none
}

.widget_layered_nav ul li .count, .widget_product_categories ul li .count {
    font-size: .857em;
    color: #acacac
}

.catalog{
    display: block !important;
    order: unset !important;
    /*position:absolute !important;*/
    /*left:0 !important;*/
}
#secondary .catalogs .product-categories, #secondary .widget_product_categories .widget-title + ul {
    padding: 0 !important;
    border: 2px solid #ececec;
    border-radius: 6px;
    overflow: auto;
    height: 500px;
}

#secondary .widget_product_categories ul {
    list-style: none
}

#secondary .widget_product_categories .product-categories, #secondary .widget_product_categories .widget-title + ul {
    padding: 0 !important;
    /*border: 2px solid #ececec;*/
    /*border-radius: 6px*/
}

#secondary .widget_product_categories ul li {
    border-top: 1px solid #ddd;
    position: relative;
    border-bottom: 1px solid #ececec !important;

}

#secondary .widget_product_categories ul li:first-child {
    border: none;
}

#secondary .widget_product_categories ul li .child-indicator {
    /*padding-right: .429em;*/
    float: right;
    padding: 0 10px !important;
}

#secondary .widget_product_categories ul li .child-indicator i {
    font-size: 1.071em;
    color: #aeaeae;
    width: .571em
}

#secondary .widget_product_categories ul li .child-indicator.open i {
    transform: rotate(180deg)
}

#secondary .widget_product_categories ul li .children {
    padding: 0
}

#secondary .widget_product_categories ul li .children .child-indicator {
    padding-left: 2.214em
}

#secondary .widget_product_categories ul li .children .no-child {
    padding-left: 3.067em
}

#secondary .widget_product_categories ul li .child-indicator {
    padding-left: 1.214em
}

#secondary .widget_product_categories ul li .no-child {
    padding-left: 2.143em
}

#secondary .widget_product_categories .product_cat > span {
    padding: 1em 2em;
    display: block;
    cursor: pointer
}

#secondary .widget_product_categories .product_cat > ul {
    padding: .929em
}

#secondary .widget_product_categories .category-single .show-all-cat > li, #secondary .widget_product_categories .category-single > li {
    border: none
}

#secondary .widget_product_categories .category-single .show-all-cat {
    padding: 0
}

#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown {
    padding: 1em 2em;
    border-bottom: 1px solid #ececec;
    display: block;
    cursor: pointer
}

#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown .child-indicator {
    padding-left: .643em
}

#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown .child-indicator i {
    font-size: 1.2em;
    color: #333e48;
    font-weight: 700;
    vertical-align: middle
}

#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul {
    padding: .929em
}

#secondary .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul li:first-child {
    border: none
}

#secondary .widget_product_categories .category-single > li > ul:last-child {
    padding: .929em
}

#secondary .widget_product_categories .category-single > li > ul:last-child > li > a .child-indicator {
    display: none
}

#secondary .widget_product_categories .category-single > li > ul:last-child > li > a .no-child {
    padding-left: 0
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat-parent > .children li > a .child-indicator {
    padding-left: 0
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat-parent > .children li > a .no-child {
    padding-left: 1.214em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat > a {
    font-weight: 500
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat > .children li > a .child-indicator {
    padding-left: 0
}

#secondary .widget_product_categories .category-single > li > ul:last-child li.current-cat > .children li > a .no-child {
    padding-left: 1.214em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li > a {
    padding-left: 1.071em;
    padding-bottom: .643em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li > .children > li .child-indicator {
    padding-left: 1.214em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li > .children > li .no-child {
    padding-left: 2.143em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li > .children > li:first-child > a {
    padding-top: 1em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li {
    padding: 0
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children {
    transition: opacity .1s ease;
    padding-bottom: .571em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li:first-child {
    border-top: 1px solid #ddd
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children li {
    border: none
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children li a {
    padding-left: 3.214em;
    line-height: 1.1em;
    padding-bottom: .893em
}

#secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children li .child-indicator, #secondary .widget_product_categories .category-single > li > ul:last-child li .children li .children li .no-child {
    padding-left: 0
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children {
    padding: 0
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item {
    border-bottom: 1px solid #ececec
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item:last-child {
    border: 0
}

#secondary .widget_product_categories .category-single.product-categories li.product_cat ul + ul li.cat-item ul.children li.cat-item a {
    padding-bottom: .733em
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul.show-all-cat li.product_cat span {
    font-size: 1.071em;
    font-weight: 400;
    padding: 1.067em 0 1.067em 1em
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul.show-all-cat li.product_cat ul {
    border-bottom: 1px solid #ececec;
    padding-bottom: .643em
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li .show-all-cat-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li .show-all-cat-dropdown span.child-indicator {
    padding: 0 .75em 0 0
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul {
    margin: 0;
    padding: 0
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul.show-all-cat {
    padding: 0
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a {
    margin-bottom: 0;
    padding: .8em 0 .733em 1.267em
}
#secondary .widget_product_categories ul.product-categories li.product_cat .active,
#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item .active {
    color: #0063d1
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a span.child-indicator {
    padding: 0 .561em 0 0;
    vertical-align: top
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a span.child-indicator i {
    color: #444
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item a span.child-indicator.open i {
    transform: rotate(180deg)
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item span.count {
    font-size: .929em;
    color: #a4a4a4;
    padding: 0 .231em 0
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item ul.children {
    padding-top: 0;
    padding-bottom: 1.357em
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item ul.children li {
    border: 0
}

#secondary .widget_product_categories ul.product-categories li.product_cat ul li.cat-item ul.children li a {
    padding-bottom: .4em
}

#secondary .widget_product_categories ul.product-categories li.product_cat span {
    font-size: 1.071em;
    font-weight: 400;
    padding: 10px 10px 10px 1em;
    position: absolute;
    right: 0;
    top: 5px;
    /*padding: 1.067em 0 1.067em 1em*/
}

.footer-widgets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-widgets::after {
    display: block;
    content: "";
    clear: both
}

.footer-widgets .widget .widget-title, .footer-widgets .widget .widgettitle {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.533em;
    letter-spacing: -.025em;
    margin-bottom: 1.267em
}

.footer-widgets .widget div > ul li, .footer-widgets .widget > ul li {
    margin: 0;
    line-height: 2.267em
}

.footer-widgets .columns:last-child {
    border-left: 1px solid #bebebe
}

.footer-widgets .columns:last-child .widget {
    margin-left: 1.869em
}

@media (min-width: 768px) {
    .footer-widgets .columns {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 23.3333333333%;
        max-width: 23.3333333333%
    }
}

@media (min-width: 768px) and (min-width: 576px) {
    .footer-widgets .columns {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .footer-widgets .columns {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .footer-widgets .columns {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .footer-widgets .columns {
        padding-right: 15px;
        padding-left: 15px
    }
}

.footer-widgets .widget_rss {
    font-weight: 300
}

.footer-widgets .widget_rss li .rssSummary {
    font-size: 14px;
    line-height: 22px
}

.footer-widgets-block .widget ul li, .footer-widgets-block .widget_nav_menu ul li {
    padding: 0
}

.footer-widgets-block .widget ul li::before, .footer-widgets-block .widget_nav_menu ul li::before {
    display: none
}

.footer-widgets-block .widget ul li ul, .footer-widgets-block .widget_nav_menu ul li ul {
    margin-left: 0
}

.footer-widgets-block .widget_archive ul li, .footer-widgets-block .widget_categories ul li, .footer-widgets-block .widget_links ul li, .footer-widgets-block .widget_meta ul li, .footer-widgets-block .widget_nav_menu ul li, .footer-widgets-block .widget_pages ul li, .footer-widgets-block .widget_recent_comments ul li, .footer-widgets-block .widget_recent_entries ul li {
    color: #555353;
    margin-bottom: 0
}

.footer-widgets-block .widget_archive ul li a, .footer-widgets-block .widget_categories ul li a, .footer-widgets-block .widget_links ul li a, .footer-widgets-block .widget_meta ul li a, .footer-widgets-block .widget_nav_menu ul li a, .footer-widgets-block .widget_pages ul li a, .footer-widgets-block .widget_recent_comments ul li a, .footer-widgets-block .widget_recent_entries ul li a {
    color: #626060;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block
}

.footer-widgets-block .widget_archive ul li a:hover, .footer-widgets-block .widget_categories ul li a:hover, .footer-widgets-block .widget_links ul li a:hover, .footer-widgets-block .widget_meta ul li a:hover, .footer-widgets-block .widget_nav_menu ul li a:hover, .footer-widgets-block .widget_pages ul li a:hover, .footer-widgets-block .widget_recent_comments ul li a:hover, .footer-widgets-block .widget_recent_entries ul li a:hover {
    color: #484747
}

.footer-widgets-block .widget_categories li, .footer-widgets-block .widget_layered_nav li {
    border-bottom: 1px solid #ececec
}

.footer-widgets-block .widget_categories li > a, .footer-widgets-block .widget_layered_nav li > a {
    position: relative;
    margin-left: 2.7em
}

.footer-widgets-block .widget_categories li > a:before, .footer-widgets-block .widget_layered_nav li > a:before {
    font-size: .6em;
    margin-left: -2.5em;
    position: absolute;
    font-family: techmarket-icons !important;
    content: "\6e"
}

.footer-widgets-block .widget_categories li:last-child, .footer-widgets-block .widget_layered_nav li:last-child {
    border-bottom: none
}

.footer-widgets-block .widget_categories li > a {
    margin-left: 1.35em
}

.footer-widgets-block .widget_tag_cloud .tagcloud a {
    background: 0 0;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em !important;
    line-height: 1;
    margin: 0 .457em .731em 0;
    padding: .823em .788em
}

.footer-widgets-block .widget_tag_cloud .tagcloud a:focus, .footer-widgets-block .widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    color: #fff
}

.footer-newsletter .newsletter-title {
    font-size: 1.4em;
    line-height: 1.095em;
    letter-spacing: -.01em;
    margin: 0 0 .2em 0
}

.footer-newsletter .newsletter-marketing-text {
    font-size: 1em;
    color: #626262;
    line-height: 1.533em;
    display: block;
    letter-spacing: -.01em
}

.footer-newsletter .newsletter-body, .footer-newsletter .newsletter-header {
    float: left
}

.footer-newsletter .newsletter-header {
    margin-right: 3.667em
}

.footer-newsletter .footer-newsletter-icon {
    font-size: 2.667em;
    color: #1f1f1f;
    margin-right: .55em
}

.footer-newsletter .footer-newsletter-icon + .media-body {
    flex: 1 1 auto
}

.footer-newsletter .newsletter-body form {
    margin-bottom: 0
}

.footer-newsletter input[type=text] {
    background-color: #fff;
    box-shadow: none;
    padding: 1.067em;
    color: #939393;
    font-size: 1em;
    border: 2px solid #e7e7e7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 1em;
    width: 27.533em
}

.footer-newsletter article input[type=text] + .more-link, .footer-newsletter input[type=text] + .button, .footer-newsletter input[type=text] + button, .footer-newsletter input[type=text] + input[type=button], .footer-newsletter input[type=text] + input[type=submit], article .footer-newsletter input[type=text] + .more-link {
    margin-left: -.333em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.footer-newsletter .newsletter-form .button, .footer-newsletter .newsletter-form article .more-link, article .footer-newsletter .newsletter-form .more-link {
    padding-right: 41px;
    padding-left: 2.733em
}

.footer-secure-by-info .footer-secured-by-icons {
    margin-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    list-style: none
}

.footer-secure-by-info .footer-secured-by-icons .nav-item + .nav-item {
    margin-left: 1.8em
}

.footer-secure-by-info .footer-secured-by-icons .secure-icons-image {
    max-height: 46px;
    width: 86px
}

.footer-social-icons .social-icons.nav {
    margin-left: 0
}

.footer-social-icons .social-icons.nav .nav-item + .nav-item {
    margin-left: 1.867em
}

.footer-social-icons .sm-icon-label-link {
    font-size: 1em;
    color: #626262;
    line-height: 1.533em;
    padding: 0
}

.footer-social-icons .sm-icon-label-link i {
    margin-right: .389em;
    font-size: 1.2em;
    line-height: 1em;
    float: left;
    color: #000;
    margin-top: .111em
}

.footer-contact .footer-logo {
    margin-bottom: 3.2em
}

.footer-contact .footer-logo a {
    display: block;
    margin: 0
}

.footer-contact .footer-logo img {
    max-width: 200px
}

.footer-contact .footer-contact-info .icon i {
    margin-right: .476em;
    color: #444
}

.footer-contact .footer-contact-info .icon .tm {
    font-size: 2.8em
}

.footer-contact .footer-contact-info .call-us-title {
    color: #1f1f1f;
    text-transform: uppercase;
    letter-spacing: -.023em;
    line-height: 1.533em;
    font-weight: 500;
    display: block;
    margin-bottom: 1.2em;
    margin-top: .333em
}

.footer-contact .footer-contact-info .call-us-text {
    display: block;
    color: #1f1f1f;
    font-size: 1.467em;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: -.015em;
    margin-bottom: 1.067em
}

.footer-contact .footer-contact-info .footer-contact-address {
    line-height: 1.4em;
    letter-spacing: -.015em;
    margin-bottom: 1.333em
}

.footer-contact .footer-contact-info .footer-address-map-link {
    display: block;
    color: #626262
}

.footer-contact .footer-contact-info .footer-address-map-link .tm {
    font-size: 1.133em;
    float: left;
    margin-right: .4em;
    margin-top: .133em
}

.footer-payment-info .icon i {
    margin-right: .476em;
    color: #444
}

.footer-payment-info .icon .tm {
    font-size: 2.667em
}

.footer-payment-info .footer-payment-info-title {
    color: #1f1f1f;
    text-transform: uppercase;
    letter-spacing: -.023em;
    line-height: 1.533em;
    font-weight: 500;
    display: block;
    margin-bottom: 1.2em;
    margin-top: .333em;
    font-size: 1em
}

.footer-payment-info .footer-payment-icons {
    margin-bottom: 2.333em
}

.footer-payment-info .list-payment-icons {
    margin-left: 0
}

.footer-payment-info .list-payment-icons .nav-item + .nav-item {
    margin-left: 1.533em
}

.footer-payment-info .list-payment-icons .payment-icon-image {
    max-height: 2em;
    width: auto
}

.footer-payment-info .footer-secure-by-info .footer-secured-by-title {
    font-size: 1em;
    line-height: 1.2em;
    color: #626262;
    letter-spacing: -.015em;
    margin: 0 0 1em 0;
    font-weight: 400
}

.widget_techmarket_features_widget .features-list .features {
    display: block;
    padding: 2.857em 1.929em
}

@media (max-width: 1025px) and (min-width: 600px) {
    .widget_techmarket_features_widget .features-list .features {
        display: flex;
        flex-direction: column
    }
}

.widget_techmarket_features_widget .features-list .features .feature {
    margin: 0;
    padding: 0 0 2.143em;
    border-bottom: 1px solid #ddd
}

.widget_techmarket_features_widget .features-list .features .feature + .feature {
    border-left: none;
    padding-top: 2.143em
}

.widget_techmarket_features_widget .features-list .features .feature:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.widget_techmarket_features_widget .features-list .features .feature .feature-text strong {
    display: block
}

.widget_techmarket_features_widget .features-list .features .feature .media {
    justify-content: initial
}

.widget_techmarket_features_widget .features-list .features .feature .media .feature-icon {
    font-size: 3.2em;
    margin-right: .778em !important
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .widget_techmarket_features_widget .features-list .features .feature .media .feature-icon {
        margin-right: 1rem !important
    }
}

.widget_techmarket_features_widget .features-list .features .feature .media .media-body {
    font-size: 1.071em;
    line-height: 1.4em;
    font-weight: 300
}

.widget_techmarket_features_widget .features-list .features .feature .media .media-body strong {
    font-weight: 500
}

.techmarket_posts_carousel_widget .post-item .post-thumbnail {
    padding-bottom: 1em;
    display: block
}

.techmarket_posts_carousel_widget .post-item .post-thumbnail img {
    width: 100%
}

.techmarket_posts_carousel_widget .post-item .post-content {
    letter-spacing: -.01em
}

.techmarket_posts_carousel_widget .post-item .post-content a {
    text-decoration: none
}

.techmarket_posts_carousel_widget .post-item .post-content .post-category, .techmarket_posts_carousel_widget .post-item .post-content .post-date {
    font-size: .857em;
    font-weight: 400;
    color: #959595;
    line-height: 1.75em
}

.techmarket_posts_carousel_widget .post-item .post-content .post-category a, .techmarket_posts_carousel_widget .post-item .post-content .post-date a {
    color: #959595
}

.techmarket_posts_carousel_widget .post-item .post-content .post-name {
    display: block;
    font-size: 1.071em;
    font-weight: 500;
    color: #3d3d3d;
    padding-bottom: .4em
}

.techmarket_posts_carousel_widget .post-item .post-content .comments-link {
    display: block;
    margin-bottom: 0
}

.techmarket_posts_carousel_widget .post-item .post-content .comments-link a {
    font-size: .857em;
    font-weight: 400;
    color: #878787;
    line-height: 1.5em;
    position: relative
}

.techmarket_posts_carousel_widget .post-item .post-content .comments-link a:before {
    font-family: FontAwesome;
    content: "\f0e5";
    font-size: 14px;
    margin-right: 5px
}

@media (min-width: 768px) {
    .widget_techmarket_products_carousel_widget .products .product {
        border: none
    }
}

.widget_techmarket_products_carousel_widget .products .product .woocommerce-LoopProduct-link {
    text-decoration: none
}

.widget_techmarket_products_carousel_widget .products .product .price {
    padding-top: .3em;
    font-size: 1.333em;
    line-height: 1.5em;
    letter-spacing: -.01em
}

.widget_techmarket_products_carousel_widget .products .product .price del {
    color: #b8b8b8;
    font-size: .875em
}

.widget_techmarket_products_carousel_widget .products .product h2.woocommerce-loop-product__title, .widget_techmarket_products_carousel_widget .products .product h3 {
    font-size: 1.143em;
    line-height: 1.5em;
    font-weight: 400;
    color: #626060;
    letter-spacing: -.01em
}

.widget_techmarket_products_carousel_widget .products .product .add_to_wishlist, .widget_techmarket_products_carousel_widget .products .product .hover-area, .widget_techmarket_products_carousel_widget .products .product .onsale {
    display: none
}

.widget_techmarket_products_carousel_widget .products .product:hover {
    border: none
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget {
    padding: 1.224em .408em
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media img {
    margin-right: 1.25em
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media .price {
    font-size: 1.225em;
    margin-bottom: .333em
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media .price del {
    font-size: .9em
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media h3 {
    font-size: 1.143em
}

.widget_techmarket_products_carousel_widget .products .landscape-product-widget .media .star-rating, .widget_techmarket_products_carousel_widget .products .landscape-product-widget .media .techmarket-product-rating {
    display: none
}

.widget_techmarket_products_carousel_widget .slick-slide > div + div {
    border-top: 1px solid #ebebeb
}

.widget_techmarket_products_carousel_widget .product > div + div {
    border: none
}

.widget_techmarket_products_carousel_widget .slick-slide > div:first-child .landscape-product-widget:first-child {
    padding-top: 0
}

.widget_techmarket_banner_widget .banner {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    overflow: hidden
}

.widget_techmarket_banner_widget .banner .banner-bg {
    justify-content: flex-start
}

.widget_techmarket_banner_widget .banner .banner-bg .caption {
    padding-left: 1.46em;
    color: #282828
}

.widget_techmarket_banner_widget .banner .banner-bg .caption h3 {
    font-size: 1.5em;
    line-height: 1.238em;
    font-weight: 300;
    letter-spacing: -.025em;
    margin: 0 0 1em
}

.widget_techmarket_banner_widget .banner .banner-bg .caption h3 strong {
    font-weight: 500
}

.widget_techmarket_banner_widget .banner .banner-bg .caption h3 span {
    display: block;
    font-size: .714em;
    line-height: 1.4em
}

.widget_techmarket_banner_widget .banner .banner-bg .caption h4 {
    font-size: 1.072em
}

.widget_techmarket_banner_widget .banner .banner-bg .caption .price {
    display: block;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: -.035em;
    padding-bottom: .7em
}

.widget_techmarket_banner_widget .banner .banner-bg .caption .banner-action.button, .widget_techmarket_banner_widget .banner .banner-bg .caption article .banner-action.more-link, article .widget_techmarket_banner_widget .banner .banner-bg .caption .banner-action.more-link {
    font-size: .786em;
    line-height: 1em;
    padding: .46em 1.95em;
    font-weight: 500
}

.widget_techmarket_banner_widget .banner a:not(.button):not(article.more-link):not(article.post.more-link) {
    text-decoration: none
}

.widget_techmarket_banner_widget.widget {
    margin-bottom: 1.786em !important
}

.widget_techmarket_banner_widget.widget:last-child {
    margin-bottom: 0
}

.widget_techmarket_poster_widget .poster-bg {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    text-align: center
}

.widget_techmarket_poster_widget .poster-bg .caption {
    padding: 3.714em 0 2.071em;
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column
}

.widget_techmarket_poster_widget .poster-bg .caption h3 {
    font-size: 1.5em;
    line-height: 1.286em;
    font-weight: 300;
    letter-spacing: -.025em;
    margin: 0 0 .762em
}

.widget_techmarket_poster_widget .poster-bg .caption h3 strong {
    font-weight: 500
}

.widget_techmarket_poster_widget .poster-bg .caption .price {
    font-size: 2.571em;
    line-height: .83em;
    display: flex;
    flex-direction: column;
    font-weight: 300
}

.widget_techmarket_poster_widget .poster-bg .caption .price span {
    font-size: .389em
}

.widget_techmarket_poster_widget .poster-bg .caption .button, .widget_techmarket_poster_widget .poster-bg .caption article .more-link, article .widget_techmarket_poster_widget .poster-bg .caption .more-link {
    font-size: .929em;
    border: 2px solid;
    color: #fff;
    border-radius: 2.286em;
    line-height: 1em;
    padding: .769em 2.154em;
    margin-bottom: 2.462em
}

.widget_techmarket_poster_widget .poster-bg .caption .button:hover, .widget_techmarket_poster_widget .poster-bg .caption article .more-link:hover, article .widget_techmarket_poster_widget .poster-bg .caption .more-link:hover {
    background: 0 0
}

.widget_techmarket_poster_widget .poster-bg .caption .condition {
    display: block;
    font-size: .929em;
    line-height: 1.231em
}

.sidebar-blog.widget-area .widget {
    margin: 0 0 5.5em
}

.sidebar-blog .widget_search label {
    display: block
}

#secondary.sidebar-blog .widget .section-title, #secondary.sidebar-blog .widget .widget-title {
    font-size: 1.357em;
    font-weight: 400;
    margin-bottom: 1.842em;
    padding-bottom: 1.053em;
    position: relative;
    line-height: 1em
}

#secondary.sidebar-blog .widget .section-title:after, #secondary.sidebar-blog .widget .widget-title:after {
    bottom: -1px;
    content: " ";
    display: block;
    position: absolute;
    width: 3.684em;
    height: 2px
}

#secondary.sidebar-blog .widget .section-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.842em;
    border-bottom: 1px solid #ebebeb
}

#secondary.sidebar-blog .widget .section-header .section-title {
    margin-bottom: 0
}

#secondary.sidebar-blog .widget .section-header .section-title:after {
    bottom: -1px;
    content: " ";
    display: block;
    position: absolute;
    width: 3.684em;
    height: 2px
}

#secondary.sidebar-blog .widget_archive ul li, #secondary.sidebar-blog .widget_categories ul li, #secondary.sidebar-blog .widget_links ul li, #secondary.sidebar-blog .widget_meta ul li, #secondary.sidebar-blog .widget_nav_menu ul li, #secondary.sidebar-blog .widget_pages ul li, #secondary.sidebar-blog .widget_recent_comments ul li, #secondary.sidebar-blog .widget_recent_entries ul li {
    color: #555353;
    margin-bottom: 0
}

#secondary.sidebar-blog .widget_archive ul li a, #secondary.sidebar-blog .widget_categories ul li a, #secondary.sidebar-blog .widget_links ul li a, #secondary.sidebar-blog .widget_meta ul li a, #secondary.sidebar-blog .widget_nav_menu ul li a, #secondary.sidebar-blog .widget_pages ul li a, #secondary.sidebar-blog .widget_recent_comments ul li a, #secondary.sidebar-blog .widget_recent_entries ul li a {
    color: #626060;
    font-weight: 400;
    padding: .3em 0;
    margin-bottom: 0;
    display: inline-block
}

#secondary.sidebar-blog .widget_archive ul li a:hover, #secondary.sidebar-blog .widget_categories ul li a:hover, #secondary.sidebar-blog .widget_links ul li a:hover, #secondary.sidebar-blog .widget_meta ul li a:hover, #secondary.sidebar-blog .widget_nav_menu ul li a:hover, #secondary.sidebar-blog .widget_pages ul li a:hover, #secondary.sidebar-blog .widget_recent_comments ul li a:hover, #secondary.sidebar-blog .widget_recent_entries ul li a:hover {
    color: #484747
}

#secondary.sidebar-blog .widget_categories li, #secondary.sidebar-blog .widget_layered_nav li {
    border-bottom: 1px solid #ececec
}

#secondary.sidebar-blog .widget_categories li > a, #secondary.sidebar-blog .widget_layered_nav li > a {
    position: relative;
    margin-left: 2.7em;
    padding: .5em 0 !important
}

#secondary.sidebar-blog .widget_categories li > a:before, #secondary.sidebar-blog .widget_layered_nav li > a:before {
    font-size: .6em;
    margin-left: -2.5em;
    position: absolute;
    font-family: techmarket-icons !important;
    content: "\6e"
}

#secondary.sidebar-blog .widget_categories li:last-child, #secondary.sidebar-blog .widget_layered_nav li:last-child {
    border-bottom: none
}

#secondary.sidebar-blog .widget_categories li > a {
    margin-left: 1.35em
}

#secondary.sidebar-blog .widget_tag_cloud .tagcloud a {
    background: 0 0;
    border-color: #e4e5e7;
    border-style: solid;
    border-width: 1px;
    color: #565656;
    display: inline-block;
    font-size: 1em !important;
    line-height: 1;
    margin: 0 .457em .731em 0;
    padding: .823em .788em
}

#secondary.sidebar-blog .widget_tag_cloud .tagcloud a:focus, #secondary.sidebar-blog .widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    color: #fff
}

.error404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 0 5em
}

.error404 .title {
    font-size: 12.5em;
    line-height: 1em;
    margin-bottom: 0
}

.error404 .lead {
    font-size: 1.875em
}

.error404 .error-text {
    margin-bottom: 0
}

.error404 .search-form:before {
    display: none
}

.error404 .search-form input[type=text] {
    width: 50%;
    padding: 9px
}

.error-page #content #primary {
    margin-bottom: 0
}

.error-page .site-main {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .error404 {
        padding: 3em 0
    }

    .error404 .title {
        font-size: 5em
    }

    .error404 .lead {
        font-size: 1em
    }
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-header, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
    padding-top: 1.188em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-header, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
        padding-top: 1em
    }
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .pre-title, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .pre-title {
    font-size: .875em;
    font-weight: 300;
    margin-bottom: 1.857em
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-title, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-title {
    font-size: 2.125em;
    line-height: 1.235em;
    margin: 0 0 .8em
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-title, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-title {
        font-size: 1.8em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-title, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-title {
        font-size: 1.4em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .custom-slick-nav, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .custom-slick-nav {
        margin-bottom: .875em
    }

    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .custom-slick-nav a, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .custom-slick-nav a {
        width: 30px;
        height: 30px;
        position: relative
    }

    .page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .custom-slick-nav a i, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .custom-slick-nav a i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px
    }
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .readmore-link, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .readmore-link {
    font-size: .938em
}

.page-template-template-homepage-v1 .fullwidth-notice, .page-template-template-homepage-v4 .fullwidth-notice {
    margin-bottom: 4.063em
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories .section-header, .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header, .page-template-template-homepage-v6 .section-categories-carousel.section-top-categories .section-header {
    display: block;
    border-bottom: none
}

.page-template-template-homepage-v5 #secondary .widget, .page-template-template-homepage-v6 #secondary .widget {
    margin-bottom: 2.857em
}

.page-template-template-homepage-v5 #secondary .widget:last-child, .page-template-template-homepage-v6 #secondary .widget:last-child {
    margin-bottom: 0
}

.page-template-template-homepage-v5 #secondary .widget .section-header, .page-template-template-homepage-v6 #secondary .widget .section-header {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2.286em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1
}

.page-template-template-homepage-v5 #secondary .widget .section-title, .page-template-template-homepage-v5 #secondary .widget .widget-title, .page-template-template-homepage-v6 #secondary .widget .section-title, .page-template-template-homepage-v6 #secondary .widget .widget-title {
    font-size: 1.429em;
    line-height: 1.8em;
    color: #090909;
    font-weight: 400
}

.page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3
}

@media (min-width: 576px) {
    .page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v5 #secondary + .brands-carousel, .page-template-template-homepage-v6 #secondary + .brands-carousel {
        margin-left: 0;
        left: auto;
        border: 2px solid #ebebeb;
        border-radius: 4px;
        margin-bottom: 3em
    }
}

.page-template-template-homepage-v5 .deal-countdown, .page-template-template-homepage-v6 .deal-countdown {
    display: flex;
    text-align: center;
    justify-content: space-around
}

.page-template-template-homepage-v5 .deal-countdown > span, .page-template-template-homepage-v6 .deal-countdown > span {
    flex-wrap: wrap;
    display: flex;
    color: #383838;
    align-items: center;
    justify-content: center
}

.page-template-template-homepage-v5 .deal-countdown > span .text, .page-template-template-homepage-v6 .deal-countdown > span .text {
    font-size: .625em;
    text-transform: uppercase;
    line-height: 1.8em
}

.page-template-template-homepage-v5 .deal-countdown > span .value, .page-template-template-homepage-v6 .deal-countdown > span .value {
    font-weight: 500;
    border-radius: 100px
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg, .page-template-template-homepage-v6 .section-products-carousel-with-bg {
    width: auto;
    margin-left: inherit;
    left: auto;
    position: relative
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg::before, .page-template-template-homepage-v6 .section-products-carousel-with-bg::before {
    width: 1000px;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -68%;
    display: block;
    background-color: #eff5f5
}

@media (min-width: 2000px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg::before, .page-template-template-homepage-v6 .section-products-carousel-with-bg::before {
        display: none
    }
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg .col-full, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .page-template-template-homepage-v6 .section-products-carousel-with-bg .col-full, .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-products-carousel-tabs-wrap, .section-product-cards-carousel-tabs .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-products-carousel-tabs-wrap {
    overflow: hidden
}

@media (min-width: 2000px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .col-full, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .page-template-template-homepage-v6 .section-products-carousel-with-bg .col-full, .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-products-carousel-tabs-wrap, .section-product-cards-carousel-tabs .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-products-carousel-tabs-wrap {
        width: 100%
    }
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg .section-title, .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-title {
    font-size: 1.75em
}

.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .section-header, .page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-products-carousel-tabs .section-header {
    margin-bottom: 2.563em
}

.page-template-template-homepage-v5 .section-landscape-products-carousel-tab .products .landscape-product.product a::before, .page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product.slick-active::after, .page-template-template-homepage-v6 .section-landscape-products-carousel-tab .products .landscape-product.product a::before, .page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product.slick-active::after {
    display: none
}

.page-template-template-homepage-v5 .fullwidth-notice, .page-template-template-homepage-v6 .fullwidth-notice {
    margin-bottom: 3.1em;
    width: auto;
    margin-left: inherit;
    left: auto;
    border-radius: 5px
}

.deals-carousel-v3 .deal-countdown, .page-template-template-homepage-v5 .deal-countdown, .page-template-template-homepage-v6 .deal-countdown {
    display: flex;
    text-align: center;
    justify-content: space-around
}

.deals-carousel-v3 .deal-countdown > span, .page-template-template-homepage-v5 .deal-countdown > span, .page-template-template-homepage-v6 .deal-countdown > span {
    flex-wrap: wrap;
    display: flex;
    color: #383838;
    align-items: center;
    justify-content: center
}

.deals-carousel-v3 .deal-countdown > span .text, .page-template-template-homepage-v5 .deal-countdown > span .text, .page-template-template-homepage-v6 .deal-countdown > span .text {
    font-size: .625em;
    text-transform: uppercase;
    line-height: 1.8em
}

.deals-carousel-v3 .deal-countdown > span .value, .page-template-template-homepage-v5 .deal-countdown > span .value, .page-template-template-homepage-v6 .deal-countdown > span .value {
    font-weight: 500;
    border-radius: 100px
}

.page-template-template-homepage-v7 .fullwidth-notice, .page-template-template-homepage-v8 .fullwidth-notice {
    margin-bottom: 2.95em
}

.page-template-template-homepage-v7 .full-width-banner, .page-template-template-homepage-v8 .full-width-banner {
    margin-bottom: 2.5em
}

.page-template-template-homepage-v7 .section-landscape-products-carousel, .page-template-template-homepage-v8 .section-landscape-products-carousel {
    margin-bottom: 3.188em
}

.faq-page-title, .terms-conditions h2 {
    padding-bottom: .25em;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -.01em
}

.woocommerce-product-gallery__trigger {
    display: none
}

.techmarket-wc-product-gallery figure.techmarket-wc-product-gallery__wrapper {
    display: flex;
    flex-direction: column
}

.techmarket-wc-product-gallery figure.techmarket-wc-product-gallery__image img {
    border-radius: 0;
    border: 1px solid #e8e8e8;
    margin: 0;
    padding: .571em
}

.techmarket-wc-product-gallery figure.techmarket-wc-product-gallery__image.flex-active-slide img {
    border-color: #8f8f8f
}

.techmarket-wc-product-gallery ul.flex-direction-nav {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: space-around
}

.techmarket-wc-product-gallery ul.flex-direction-nav li a {
    font-size: 0
}

.techmarket-wc-product-gallery ul.flex-direction-nav li a:before {
    font-family: techmarket-icons;
    font-size: 20px;
    opacity: .5
}

.techmarket-wc-product-gallery ul.flex-direction-nav li a.flex-prev:before {
    content: "\64"
}

.techmarket-wc-product-gallery ul.flex-direction-nav li a.flex-next:before {
    content: "\68"
}

.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper, .techmarket-product-gallery ol.flex-control-nav, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper, .woocommerce-product-gallery ol.flex-control-nav {
    list-style-type: none;
    margin: 0;
    margin-left: 1px
}

.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image:nth-child(4) ~ li, .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li:nth-child(4) ~ li, .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image:nth-child(4) ~ li, .techmarket-product-gallery ol.flex-control-nav li:nth-child(4) ~ li, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image:nth-child(4) ~ li, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li:nth-child(4) ~ li, .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image:nth-child(4) ~ li, .woocommerce-product-gallery ol.flex-control-nav li:nth-child(4) ~ li {
    display: none
}

.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .techmarket-product-gallery ol.flex-control-nav li img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .woocommerce-product-gallery ol.flex-control-nav li img {
    border-radius: 0;
    border: 1px solid #e8e8e8;
    margin: 0;
    padding: .571em
}

@media (max-width: 767px) {
    .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .techmarket-product-gallery ol.flex-control-nav li img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .woocommerce-product-gallery ol.flex-control-nav li img {
        max-width: 97px;
        margin: auto
    }
}

.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img.flex-active, .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img.flex-active, .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img.flex-active, .techmarket-product-gallery ol.flex-control-nav li img.flex-active, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img.flex-active, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img.flex-active, .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img.flex-active, .woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
    border-color: #8f8f8f
}

.techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image.slick-current img, .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li.slick-current img, .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image.slick-current img, .techmarket-product-gallery ol.flex-control-nav li.slick-current img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image.slick-current img, .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li.slick-current img, .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image.slick-current img, .woocommerce-product-gallery ol.flex-control-nav li.slick-current img {
    border-color: #8f8f8f
}

.page-template-template-homepage-v10 .fullwidth-notice {
    margin-bottom: 0
}

.page-template-template-homepage-v10 .section-products-carousel-tabs .products .techmarket-product-rating .star-rating {
    font-size: 1.143em;
    vertical-align: sub
}

.section-products-carousel-tabs.tab-wrap .section-header {
    flex-direction: column;
    align-items: center
}

.section-products-carousel-tabs.tab-wrap .section-title {
    font-size: 1.875em;
    font-weight: 500;
    margin-bottom: 23px
}

@media (max-width: 991px) {
    .section-products-carousel-tabs.tab-wrap .section-title {
        text-align: center;
        line-height: 1.4
    }
}

.section-products-carousel-tabs.tab-wrap .section-title span {
    font-weight: 200
}

.deals-carousel-v3 {
    background-color: #e8e8e8;
    overflow: hidden
}

@media (min-width: 2000px) {
    .deals-carousel-v3 {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

.deals-carousel-v3 .deal-countdown {
    min-width: 230px;
    margin-bottom: 2.6em;
    margin-top: 1em;
    justify-content: center
}

.deals-carousel-v3 .deal-countdown > span b {
    margin-left: .7em;
    font-size: .857em;
    text-transform: uppercase;
    font-weight: 300
}

.deals-carousel-v3 .deal-countdown > span .value {
    font-size: 1.429em;
    background-color: #fff;
    color: #383838;
    width: 53px;
    height: 53px;
    line-height: 2.556em
}

.deals-carousel-v3 .deal-countdown > span + span {
    margin-left: 1.125em
}

.deals-carousel-v3 .deal-countdown .days {
    display: none
}

.deals-carousel-v3 .marketing-text {
    font-weight: 500;
    font-size: 32px;
    font-style: italic
}

.deals-carousel-v3 .container-fluid {
    padding: 0 70px
}

@media (max-width: 991px) {
    .deals-carousel-v3 .media-body {
        padding-top: 1.071em
    }
}

.deals-carousel-v3 .products {
    height: 564px
}

@media (max-width: 991px) {
    .deals-carousel-v3 .products {
        height: auto
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .deals-carousel-v3 .products {
        margin-right: -8px;
        margin-left: -8px
    }
}

.deals-carousel-v3 .products .product-carousel-with-timer-gallery {
    border: none;
    padding: 0;
    background-color: transparent
}

@media (max-width: 991px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .media-body {
        padding-top: 2.857em
    }
}

@media (max-width: 991px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .media-body {
        padding-top: 1.071em
    }
}

@media (max-width: 767px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-bottom: 1.071em
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img {
        width: 66px;
        max-width: 66px
    }
}

@media (max-width: 767px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery {
        padding-top: 1.071em
    }
}

@media (min-width: 1200px) {
    .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav {
        padding-top: .786em
    }
}

.deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav li img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav li img {
    border: 1px solid #cfcfcf
}

.deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav li img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image img.flex-active, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
    border-color: #8f8f8f
}

.deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .techmarket-product-gallery ol.flex-control-nav li.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper figure.techmarket-wc-product-gallery__image.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery .techmarket-wc-product-gallery-thumbnails__wrapper li.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav figure.techmarket-wc-product-gallery__image.slick-current img, .deals-carousel-v3 .products .product-carousel-with-timer-gallery .media .woocommerce-product-gallery ol.flex-control-nav li.slick-current img {
    border-color: #8f8f8f
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    background-color: #f8f8f8;
    margin-bottom: 42px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 2000px) {
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .section-header {
    border-bottom: none;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 768px) {
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .section-header {
        align-items: flex-start;
        margin-bottom: 0
    }
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .section-title {
    margin: 0 0 .6em
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .custom-slick-nav {
    margin-bottom: 0
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .custom-slick-nav a {
    background-color: #fff
}

@media (min-width: 768px) {
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1 img {
        max-width: 150px
    }
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .products .product-category {
    background-color: #fff
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .products .product-category a {
    padding: 10px
}

.section-top-categories.section-categories-carousel.section-categories-carousel-v1 .products .product {
    margin: 10px;
    padding: 0
}

@media (max-width: 767px) {
    .section-top-categories.section-categories-carousel.section-categories-carousel-v1 .products .product {
        margin: 2px
    }
}

.deal-time-diff {
    display: none
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-carousel:not(.categorie_carousel_2) .product-categories .products {
        margin: 0
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 72.6666666667%;
    max-width: 72.6666666667%
}

@media (min-width: 576px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1400px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        padding-left: 2.188em !important
    }
}

@media (max-width: 991px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs.column-2 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (max-width: 1199px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs {
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-products-carousel-tabs-wrap {
        overflow: hidden
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header {
    padding-top: .8em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-item {
        margin-left: 0
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link {
    font-size: 1.25em;
    line-height: 2.75em;
    margin-left: 0
}

@media (min-width: 480px) and (max-width: 1023px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link {
        font-size: 1em
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link.active {
    font-size: 1.5em;
    line-height: 2.292em
}

@media (min-width: 480px) and (max-width: 1023px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link.active {
        font-size: 1.12em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link.active {
        line-height: 2.75em
    }
}

@media (min-width: 479px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link.active:after {
        left: 50%;
        position: relative;
        transform: translate(-50%);
        width: 52px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav .nav-link:after {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .slick-slide > div {
        display: flex
    }
}

@media (min-width: 479px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .nav-item + .nav-item {
        margin-left: 3.125em
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .slick-dots {
    padding-bottom: 3.4em
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .products .slick-list {
    padding-bottom: .438em
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-5::after, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-5::before, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-6::after, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-6::before, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-7::after, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-7::before, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-8::after, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-8::before {
    display: none
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-5 .products, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-6 .products, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-7 .products, .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .columns-8 .products {
    overflow: hidden
}

.section-landscape-full-product-cards-carousel {
    background-color: #f6f6f6;
    left: 50%;
    margin-bottom: 4.25em;
    margin-left: -50vw;
    padding-top: 3.875em;
    position: relative;
    width: 100vw
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel {
        /*height: 540px !important*/
    }
}

.section-landscape-full-product-cards-carousel .section-header {
    padding-top: 30px
}

.section-landscape-full-product-cards-carousel .section-title {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -.01em;
    margin-bottom: 1em
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .section-title {
        line-height: 1.417em
    }
}

.section-landscape-full-product-cards-carousel .section-title strong {
    font-weight: 500
}

.section-landscape-full-product-cards-carousel .section-title:before {
    border-top: 2px solid transparent;
    content: " ";
    display: block;
    width: 38px;
    padding-bottom: .292em
}

.section-landscape-full-product-cards-carousel .products .product .woocommerce-loop-product__title {
    margin-bottom: 14px
}

.section-landscape-full-product-cards-carousel .products .product .ribbon {
    margin-bottom: 1.05em
}

.section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

@media (min-width: 576px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        flex: 0 0 100%;
        max-width: 100%;
        overflow: hidden
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media {
        padding: .6em
    }

    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media .ribbon, .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media .techmarket-product-rating {
        display: none
    }

    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card img {
        max-width: 100px
    }
}

.section-landscape-full-product-cards-carousel .slick-dots {
    padding: .625em 0 .938em 0
}

.product-carousel-with-banners {
    background: #f9f9f9;
    padding: 3.438em 0 0;
    margin-bottom: 5.125em
}

.product-carousel-with-banners::after {
    display: block;
    content: "";
    clear: both
}

.page-template-template-homepage-v1 .side-banners .banner {
    border: 2px solid #ebebeb;
    border-radius: 4px
}

.page-template-template-homepage-v1 .side-banners .banner.small-banner .title {
    font-size: 1.375em
}

.page-template-template-homepage-v1 .section-categories-carousel.section-top-categories {
    padding-bottom: 1.25em
}

.page-template-template-homepage-v1 .banners {
    margin-bottom: 3.5em
}

.page-template-template-homepage-v2 .section-categories-carousel.section-top-categories {
    padding-bottom: 0;
    margin-bottom: 1.125em
}

.page-template-template-homepage-v2 .section-categories-carousel.section-top-categories .section-header {
    padding-top: 1.75em;
    display: block;
    border-bottom: none
}

.page-template-template-homepage-v2 .section-products-carousel-widget-with-tabs .section-products-carousel-tabs {
    margin-bottom: 1.25em
}

@media (min-width: 768px) {
    .page-template-template-homepage-v2 .section-products-carousel-widget-with-tabs .section-products-carousel-tabs .section-header {
        margin-bottom: .375em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v2 .section-products-carousel-widget-with-tabs .section-products-carousel-tabs .section-header {
        font-size: 15px
    }
}

.page-template-template-homepage-v2 .brands-carousel {
    margin-bottom: 4.5em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v2 .slider-with-banners .slider-block {
        margin-left: 23%;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v2 .slider-with-banners .banners-block {
        margin-left: 23%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v2 .slider-with-banners .banner-bg {
        max-height: 180px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v2 .slider-with-banners .caption h3 {
        font-size: 1.25em
    }
}

.section-categories-carousel.section-top-categories {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .section-categories-carousel.section-top-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .section-categories-carousel.section-top-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .section-categories-carousel.section-top-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .section-categories-carousel.section-top-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

.section-categories-carousel.section-top-categories .section-header {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

@media (min-width: 576px) {
    .section-categories-carousel.section-top-categories .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-categories-carousel.section-top-categories .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-categories-carousel.section-top-categories .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-categories-carousel.section-top-categories .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .section-categories-carousel.section-top-categories .section-header {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-categories-carousel.section-top-categories .section-header {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-carousel.section-top-categories .section-header {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }
}

.section-categories-carousel.section-top-categories .product-categories-carousel {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

@media (min-width: 576px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel {
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-categories-carousel.section-top-categories .product-categories-carousel .products {
        margin: 0
    }
}

.section-categories-carousel.section-top-categories .section-title {
    font-size: 1.875em;
    font-weight: 500;
    line-height: 1.2em;
    color: #090909;
    letter-spacing: -.01em;
    margin: 0 0 1.1em 0
}

.section-categories-carousel.section-top-categories .readmore-link {
    font-weight: 500;
    font-size: .875em;
    color: #090909;
    letter-spacing: -.01em;
    display: block
}

.section-categories-carousel.section-top-categories .custom-slick-nav {
    margin-bottom: 1.875em
}

@media (max-width: 767px) {
    .section-categories-carousel.section-top-categories .custom-slick-nav {
        justify-content: center
    }
}

.section-categories-carousel.section-top-categories .custom-slick-nav a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    line-height: 2.313em;
    border: 1px solid #c4c4c4;
    color: #c4c4c4
}

.section-categories-carousel.section-top-categories .custom-slick-nav a + a {
    margin-left: .875em
}

.section-categories-carousel.section-top-categories .custom-slick-nav a:hover {
    color: #515151;
    border-color: #515151
}

.section-categories-carousel.section-top-categories .custom-slick-nav a:first-child {
    padding-right: 0
}

.fullwidth-notice {
    margin-bottom: 3.75em
}

.fullwidth-notice::after {
    display: block;
    content: "";
    clear: both
}

.fullwidth-notice .message {
    padding: 0;
    margin: 0;
    color: #e6edf5;
    font-weight: 300;
    font-size: 1.625em;
    line-height: 1.88em;
    letter-spacing: -.01em;
    text-align: center
}

@media (max-width: 1199px) {
    .fullwidth-notice .message {
        font-size: 1.2em;
        line-height: 1.2em;
        padding: 10px 70px
    }
}

@media (max-width: 400px) {
    .fullwidth-notice .message {
        padding: 10px 20px
    }
}

.section-6-1-6-products-tabs {
    margin-bottom: 5.313em
}

.section-6-1-6-products-tabs .section-header {
    text-align: center;
    margin-bottom: .125em
}

@media (max-width: 767px) {
    .section-6-1-6-products-tabs .section-header {
        margin-bottom: 1.125em
    }
}

.section-6-1-6-products-tabs .section-title {
    font-size: 1.875em;
    line-height: 1.9em;
    color: #090909;
    letter-spacing: -.025em;
    font-weight: 500;
    margin: 0
}

@media (max-width: 767px) {
    .section-6-1-6-products-tabs .section-title {
        line-height: 1.2em
    }
}

.section-6-1-6-products-tabs .section-title span {
    color: #606060;
    font-weight: 300
}

.section-6-1-6-products-tabs ul.nav {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 2.063em
}

.section-6-1-6-products-tabs ul.nav .nav-link {
    padding: 0 .8em;
    font-size: 1.125em;
    line-height: 2.111em;
    letter-spacing: -.01em;
    color: #737373
}

.section-6-1-6-products-tabs ul.nav .nav-link.active {
    color: #090909;
    font-weight: 500;
    font-size: 1.313em;
    line-height: 1.714em
}

.section-6-1-6-products-tabs ul.nav .nav-link.active:after {
    content: ' ';
    display: block;
    border-bottom: 2px solid transparent
}

.section-6-1-6-products-tabs .row-6-1-6-products .product-1, .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1, .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1, .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1, .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1, .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        flex: 0 0 37.2006666667%;
        max-width: 37.2006666667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        flex: 0 0 23.3333333333%;
        max-width: 23.3333333333%
    }

    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 .columns-3 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 {
        flex: 0 0 31.6666666667%;
        max-width: 31.6666666667%
    }

    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 .columns-3 .products:not(.slick-slider) .product {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .products-6 + .products-6 {
        order: 3
    }
}

.section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
    margin: 0 .625em
}

@media (max-width: 520px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        padding: 0
    }
}

@media (max-width: 767px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        flex: 0 0 23.932%;
        max-width: 23.932%
    }
}

@media (min-width: 768px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        order: 2
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .section-6-1-6-products-tabs .row-6-1-6-products .product-1 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-products-carousel-with-bg {
    background-color: #eff5f5;
    padding: 3.5em 0 0 0;
    margin-bottom: 5.063em
}

.section-products-carousel-with-bg::after {
    display: block;
    content: "";
    clear: both
}

.section-products-carousel-with-bg .section-title {
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1em;
    letter-spacing: -.01em;
    color: #090909;
    padding-top: .333em
}

@media (max-width: 740px) {
    .section-products-carousel-with-bg .section-title {
        text-align: center;
        margin-bottom: 50px
    }
}

.section-products-carousel-with-bg .section-title span {
    font-weight: 300
}

.section-products-carousel-with-bg .section-header {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-products-carousel-with-bg .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-with-bg .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-carousel-with-bg .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-bg .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-bg .section-header {
        flex: 0 0 12.7586206667%;
        max-width: 12.7586206667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-bg .section-header {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.section-products-carousel-with-bg .section-header img {
    position: absolute;
    bottom: -8px;
    left: -70px;
    max-width: 275px
}

@media (max-width: 740px) {
    .section-products-carousel-with-bg .section-header img {
        display: none
    }
}

.section-products-carousel-with-bg .products-carousel-with-bg {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        flex: 0 0 87.2413791667%;
        max-width: 87.2413791667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-bg .products-carousel-with-bg {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.section-products-carousel-with-bg .slick-slide.product {
    margin-left: .643em;
    margin-right: .643em
}

@media (max-width: 767px) {
    .section-products-carousel-with-bg .slick-slide.product {
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 5px !important
    }
}

.section-3-2-3-product-cards-tabs-with-featured-product, .section-product-cards-carousel-tabs {
    background-color: #f8f8f8;
    padding: 2.875em 0 5.063em 0;
    margin-bottom: 4.25em
}

.section-3-2-3-product-cards-tabs-with-featured-product::after, .section-product-cards-carousel-tabs::after {
    display: block;
    content: "";
    clear: both
}

.section-3-2-3-product-cards-tabs-with-featured-product .section-header, .section-product-cards-carousel-tabs .section-header {
    text-align: center;
    display: block !important;
    border-bottom: none !important
}

.section-3-2-3-product-cards-tabs-with-featured-product .section-title, .section-product-cards-carousel-tabs .section-title {
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.633em;
    letter-spacing: -.01em;
    color: #090909;
    margin: 0
}

.section-3-2-3-product-cards-tabs-with-featured-product .section-title span, .section-product-cards-carousel-tabs .section-title span {
    font-weight: 300
}

.section-3-2-3-product-cards-tabs-with-featured-product .nav, .section-product-cards-carousel-tabs .nav {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 2.188em 0;
    padding-top: .875em
}

.section-3-2-3-product-cards-tabs-with-featured-product .nav .nav-link, .section-product-cards-carousel-tabs .nav .nav-link {
    font-size: 1.125em;
    line-height: 2.222em;
    letter-spacing: -.01em;
    color: #737373;
    padding: 0 .889em
}

.section-3-2-3-product-cards-tabs-with-featured-product .nav .nav-link.active, .section-product-cards-carousel-tabs .nav .nav-link.active {
    color: #090909;
    font-weight: 500
}

.section-3-2-3-product-cards-tabs-with-featured-product .nav .nav-link.active:after, .section-product-cards-carousel-tabs .nav .nav-link.active:after {
    content: ' ';
    display: block;
    border-bottom: 2px solid transparent;
    width: 60%;
    margin: auto
}

@media (max-width: 1000px) {
    .section-3-2-3-product-cards-tabs-with-featured-product .nav .nav-link {
        font-size: 1em
    }
}

.section-3-2-3-product-cards-tabs-with-featured-product .products .landscape-product-card-featured {
    height: 452px;
    margin-bottom: 1.429em;
    overflow: hidden
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-3-2-3-product-cards-tabs-with-featured-product .products .landscape-product-card-featured {
        margin-bottom: 1.08em
    }
}

.section-3-2-3-product-cards-tabs-with-featured-product .tab-content > .tab-pane {
    display: none;
    height: 0;
    opacity: 0
}

.section-3-2-3-product-cards-tabs-with-featured-product .tab-content > .active {
    opacity: 1;
    height: auto;
    display: block
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-3-2-3-product-cards-tabs-with-featured-product ul:not(.slick-dots)[role=tablist] {
        flex-direction: row;
        overflow: scroll;
        justify-content: unset !important;
        width: 100%;
        padding-bottom: 0
    }

    .section-3-2-3-product-cards-tabs-with-featured-product ul:not(.slick-dots)[role=tablist] li {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex-shrink: 0;
        text-align: center
    }

    .section-3-2-3-product-cards-tabs-with-featured-product ul:not(.slick-dots)[role=tablist] .nav-link {
        padding: 0 !important
    }

    .section-3-2-3-product-cards-tabs-with-featured-product ul:not(.slick-dots)[role=tablist] .nav-link::after {
        bottom: 0
    }
}

.product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3, .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card {
        box-shadow: none !important;
        border-radius: 5px !important;
        background-color: #fff;
        margin: 2px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media {
        flex-direction: column
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media .media-body, .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media .woocommerce-LoopProduct-link, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media .media-body, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media .woocommerce-LoopProduct-link {
        width: 100%
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .hover-area, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .hover-area {
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .hover-area, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .hover-area {
        display: inline-block
    }
}

@media (min-width: 1200px) {
    .product-cards-3-2-3-with-featured-product .products-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3 .columns-1 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card {
        margin-bottom: 1.08em
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media {
        padding: 1em 1.071em 1.643em .571em;
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card:hover {
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card:hover .media {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media-body {
        padding-top: 0
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card img {
        max-width: 100px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media {
        padding: 1em 1.071em 1.643em .571em;
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card:hover .media {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card:hover {
        height: 196px
    }
}

@media (min-width: 1200px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        flex: 0 0 50%;
        max-width: 50%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .columns-1 .products:not(.slick-slider) .product.landscape-product-card {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
    overflow: hidden
}

@media (max-width: 767px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        margin: 0
    }
}

.product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .woocommerce-product-details__short-description {
    text-align: left
}

.product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media img {
    margin: auto;
    max-width: 100%
}

@media (min-width: 1590px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        padding: 25px 43px 25px 16px;
        height: 452px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images {
        padding-left: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body {
        padding-right: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery__wrapper {
        flex: 0 0 88.3333333333%;
        max-width: 88.3333333333%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        overflow: visible;
        height: auto;
        margin: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper figure {
        width: auto !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery__wrapper {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        overflow: visible
    }
}

@media (max-width: 650px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        flex-direction: column
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body {
        flex: 0 0 100%;
        max-width: 100%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images {
        flex-direction: column
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images .flex-viewport img {
        width: 100% !important
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images ol {
        display: flex
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body {
        padding-right: .571em
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body .add-to-compare-link {
        margin-bottom: 30px;
        display: inline-block
    }
}

@media (max-width: 650px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        padding: 1em
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images {
        padding-left: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body {
        padding-bottom: 10px;
        padding-right: 2.4em;
        margin-top: 1.5em
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .woocommerce-LoopProduct-link {
        margin-bottom: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery__wrapper {
        flex: 0 0 75%;
        max-width: 75%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        overflow: visible
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper img {
        margin: auto
    }
}

@media (max-width: 767px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured img {
        max-width: 100%
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        padding: 1em
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images {
        padding: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery__wrapper {
        margin-bottom: 20px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track {
        display: flex;
        flex-wrap: wrap
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media .media-body {
        margin-top: 2.6em
    }
}

@media (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .columns-1 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured {
        padding-right: 11px;
        padding-left: 11px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured {
        height: 407px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured img {
        max-width: 274px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        height: 407px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card {
        margin-bottom: 1.08em
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media {
        padding: 1em 1.071em 1.643em .571em;
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card:hover {
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card:hover .media {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media-body {
        padding-top: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card img {
        max-width: 100px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card img {
        max-width: 100px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media {
        padding: 1em 1.071em 1.643em .571em;
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card:hover {
        height: 196px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card:hover .media {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured {
        height: 407px
    }

    .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card-featured .media {
        height: 407px
    }
}

.product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .woocommerce-loop-product__title, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .woocommerce-loop-product__title {
    margin-bottom: 12px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media {
        padding: 1em
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media .woocommerce-LoopProduct-link, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media .woocommerce-LoopProduct-link {
        margin-bottom: 0
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media-body, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media-body {
        padding-left: 1.5em
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media-body .woocommerce-loop-product__title, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media-body .woocommerce-loop-product__title {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .hover-area, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .hover-area {
        min-width: 180px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .button, .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card article .more-link, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .button, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card article .more-link, article .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .more-link, article .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .more-link {
        text-align: center
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card img, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card img {
        max-width: 240px
    }
}

@media (min-width: 1590px) {
    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card .media, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card .media {
        height: 216px
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card:hover .media, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card:hover .media {
        height: auto
    }

    .product-cards-3-2-3-with-featured-product .products-3 .products .landscape-product-card img, .product-cards-3-2-3-with-featured-product .products-3-with-featured .products .landscape-product-card img {
        max-width: 166px
    }
}

.homev3-slider-with-banners {
    margin-bottom: 1.75em
}

.homev3-slider-with-banners .slider {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev3-slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev3-slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev3-slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev3-slider-with-banners .slider {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .slider {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .homev3-slider-with-banners .slider {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 1589px) {
    .homev3-slider-with-banners .slider {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1589px) {
    .homev3-slider-with-banners .slider-with-6-banners {
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1px;
        -moz-column-gap: 1px;
        column-gap: 20px
    }

    .homev3-slider-with-banners .slider-with-6-banners .banner .banner-bg {
        height: 165px !important
    }
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .slider-with-6-banners {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1px;
        -moz-column-gap: 1px;
        column-gap: 33px
    }
}

.homev3-slider-with-banners .slider-with-6-banners .banner.text-in-left .banner-bg {
    padding-left: 1.438em
}

.homev3-slider-with-banners .column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .homev3-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .homev3-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .homev3-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .homev3-slider-with-banners .column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .homev3-slider-with-banners .column-2 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-left: 5px
    }
}

.section-top-categories .section-header {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.875em;
    align-items: baseline;
    padding-bottom: .65em
}

.page-template-template-homepage-v3 .features-list {
    margin-bottom: 2.75em
}

.page-template-template-homepage-v3 .fullwidth-notice {
    margin-bottom: 3.188em
}

.page-template-template-homepage-v3 .banners {
    margin-bottom: 3.438em
}

@media (min-width: 1590px) {
    .page-template-template-homepage-v3 .banners .text-in-right {
        padding-right: .313em
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v3 .section-products-carousel {
        overflow: hidden
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v3 .section-products-carousel-tabs .section-header {
        flex-direction: column
    }

    .page-template-template-homepage-v3 .section-products-carousel-tabs .section-title {
        margin-bottom: 20px
    }
}

.page-template-template-homepage-v3 .section-products-carousel-with-bg {
    margin-bottom: 4.188em
}

.page-template-template-homepage-v3 .full-width-banner {
    margin-bottom: 3.188em
}

.page-template-template-homepage-v3 .categorie_carousel_2 {
    padding-bottom: 2.813em
}

.page-template-template-homepage-v3 .categorie_carousel_2 .section-header {
    margin-bottom: .75em
}

.page-template-template-homepage-v3 .categorie_carousel_2 .products .product-category {
    background-color: transparent
}

@media (min-width: 768px) {
    .page-template-template-homepage-v3 .categorie_carousel_2 .products .product-category {
        border: 0
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v3 .categorie_carousel_2 .products .product-category {
        padding: 8px;
        background-color: #f9f9f9 !important;
        margin: 0 2px
    }
}

.page-template-template-homepage-v3 .categorie_carousel_2 .products .product-category a {
    background-color: #f9f9f9
}

@media (min-width: 768px) {
    .page-template-template-homepage-v3 .categorie_carousel_2 .products .product-category a {
        padding: 1.071em
    }
}

.page-template-template-homepage-v3 .section-landscape-products-card-carousel-tabs .products .slick-dots {
    padding-bottom: 2.125em
}

.page-template-template-homepage-v3 .section-landscape-products-carousel {
    margin-bottom: 3.188em
}

.page-template-template-homepage-v3 .section-products-carousel .products:not(.slick-dotted) .slick-list {
    padding-bottom: 3.5em
}

.page-template-template-homepage-v3 .section-products-carousel.rating-product .products .product .techmarket-product-rating {
    margin-top: .714em
}

.page-template-template-homepage-v3 .section-products-carousel.rating-product .products .product .techmarket-product-rating .star-rating {
    font-size: 1.143em
}

@media (max-width: 1199px) {
    .page-template-template-homepage-v3 .section-products-carousel.rating-product .products .product .techmarket-product-rating .star-rating {
        margin-bottom: 14px
    }
}

@media (max-width: 1199px) {
    .page-template-template-homepage-v3 .section-products-carousel.rating-product .products .product .woocommerce-LoopProduct-link + .hover-area {
        margin-top: 44px
    }
}

.page-template-template-homepage-v3 .section-categories-carousel {
    padding-bottom: 3.438em
}

.page-template-template-homepage-v3 .section-categories-carousel .section-header {
    margin-bottom: 1.688em;
    padding-bottom: .813em
}

.page-template-template-homepage-v3 .section-categories-carousel .section-title {
    color: #090909;
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 0
}

.home-v3-banner-with-products-carousel .banner {
    z-index: 10
}

.home-v3-banner-with-products-carousel .banner.column-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1700px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        flex: 0 0 13.6583333333%;
        max-width: 13.6583333333%;
        padding-right: .375em !important
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (max-width: 767px) {
    .home-v3-banner-with-products-carousel .banner.column-1 {
        margin-bottom: 20px
    }
}

.home-v3-banner-with-products-carousel .banner .banner-bg .caption {
    text-align: center
}

.home-v3-banner-with-products-carousel .banner .banner-bg .caption h3 {
    font-size: 1.563em;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: .68em
}

.home-v3-banner-with-products-carousel .banner .banner-action {
    line-height: .786em;
    padding: .571em 2em;
    margin-bottom: .643em
}

.home-v3-banner-with-products-carousel .banner .banner-action.button, .home-v3-banner-with-products-carousel .banner article .banner-action.more-link, article .home-v3-banner-with-products-carousel .banner .banner-action.more-link {
    color: #fff
}

.home-v3-banner-with-products-carousel .banner .banner-action.button:hover, .home-v3-banner-with-products-carousel .banner article .banner-action.more-link:hover, article .home-v3-banner-with-products-carousel .banner .banner-action.more-link:hover {
    border: 2px solid transparent
}

.home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1700px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        flex: 0 0 86.3333333333%;
        max-width: 86.3333333333%;
        padding-left: .375em !important
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-v3-banner-with-products-carousel .section-products-carousel.column-2 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (max-width: 575px) {
    .home-v3-banner-with-products-carousel .section-products-carousel .products-carousel {
        overflow: hidden
    }
}

.home-v3-banner-with-products-carousel .section-products-carousel .section-header {
    display: none
}

.home-v3-banner-with-products-carousel .section-products-carousel .products .slick-dots {
    padding-bottom: 1.938em
}

.home-v3-banner-with-products-carousel .section-products-carousel .products:not(.slick-dotted) .slick-list {
    padding-bottom: 4.25em
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product {
        overflow: hidden
    }
}

.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .added_to_cart, .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .star-rating + .button, .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product article .star-rating + .more-link, article .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .star-rating + .more-link {
    margin-top: 0
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product.slick-active.slick-current:hover::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

.section-single-carousel-with-tab-product .column-1-single-carousel {
    flex: 0 0 25%;
    max-width: 25%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-single-carousel-with-tab-product .column-1-single-carousel {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .column-1-single-carousel {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-single-carousel-with-tab-product .column-2 {
    flex: 0 0 75%;
    max-width: 75%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-single-carousel-with-tab-product .column-2 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .column-2 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .products-carousel:hover::after {
    opacity: 0
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li:after {
        display: none
    }
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .products .slick-current::after {
    opacity: 0
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .column-1 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .column-1 + .section-products-carousel-tabs {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.section-single-carousel-with-tab-product .section-single-carousel .products .product.slick-active::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-double-carousel, .section-single-carousel-with-tab-product .section-products-carousel-tabs, .section-single-carousel-with-tab-product .section-single-carousel {
    overflow: hidden
}

.section-single-carousel-with-tab-product .section-single-carousel .products .product.slick-active::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .slick-slider {
    overflow: visible
}

.section-single-carousel-with-tab-product .section-double-carousel .products .product.slick-active::after {
    right: -2px
}

.section-single-carousel-with-tab-product .section-double-carousel .products .product.slick-active::after {
    content: " ";
    width: 1px;
    height: 214px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%)
}

.section-single-carousel-with-tab-product .section-double-carousel .products .product.slick-active:hover::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-double-carousel .products .slick-current::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-double-carousel .section-header, .section-single-carousel-with-tab-product .section-single-carousel .section-header {
    margin-bottom: 1.313em;
    padding-bottom: .8em
}

.section-single-carousel-with-tab-product .section-double-carousel .products:not(.slick-dotted) .slick-list, .section-single-carousel-with-tab-product .section-single-carousel .products:not(.slick-dotted) .slick-list {
    padding-bottom: 90px
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .section-double-carousel .products:not(.slick-dotted) .slick-list, .section-single-carousel-with-tab-product .section-single-carousel .products:not(.slick-dotted) .slick-list {
        padding-bottom: 50px
    }
}

.section-single-carousel-with-tab-product .section-double-carousel .products-carousel, .section-single-carousel-with-tab-product .section-single-carousel .products-carousel {
    position: relative
}

.section-single-carousel-with-tab-product .section-double-carousel .products-carousel::after, .section-single-carousel-with-tab-product .section-single-carousel .products-carousel::after {
    content: " ";
    width: 1px;
    height: 396px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    right: -15px;
    z-index: 9
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .products .product.slick-active:hover::after {
    opacity: 1
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .products .product.slick-current:hover::after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-single-carousel.carousel-tabs-with-no-hover .products .product.slick-active:after {
    opacity: 0
}

.section-single-carousel-with-tab-product .section-title {
    color: #090909;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.167em;
    margin: 0
}

.section-single-carousel-with-tab-product .section-title strong {
    font-weight: 500
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product {
        padding: 0 1.071em
    }
}

@media (max-width: 767px) {
    .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .button, .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .techmarket-product-rating, .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product article .more-link, article .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product .more-link {
        display: none
    }
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .products .product img {
        margin: 0 auto .82em
    }
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .products .product .price {
        font-size: 1.286em;
        margin-bottom: 0
    }

    .section-single-carousel-with-tab-product .products .product .price del {
        font-size: .833em
    }
}

.section-single-carousel-with-tab-product .products .product .woocommerce-loop-product__title, .section-single-carousel-with-tab-product .products .product h3 {
    font-size: 1.071em;
    max-width: 270px
}

.section-single-carousel-with-tab-product .products .product .woocommerce-LoopProduct-link + .techmarket-product-rating {
    margin-top: .9em
}

.section-single-carousel-with-tab-product .products .product .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em;
    margin: 0 .375em 1.5em auto
}

.section-single-carousel-with-tab-product .section-header {
    margin-bottom: .74em
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .nav .nav-link {
    font-size: 1.25em;
    margin-left: 0
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .nav .nav-link.active {
    font-size: 1.5em
}

.section-single-carousel-with-tab-product .section-products-carousel-tabs .nav .nav-link.active:after {
    left: 50%;
    transform: translate(-50%);
    width: 52px;
    margin: 0;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .section-products-carousel-tabs .nav-item + .nav-item {
        margin-left: 3.75em
    }
}

.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover {
    padding-bottom: 6.125em
}

.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products-carousel::after {
    top: 50%;
    transform: translateY(-50%)
}

.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products:not(.slick-dotted) .slick-list {
    padding-bottom: 0
}

.section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .section-header {
    margin-bottom: 2.4em
}

@media (min-width: 768px) {
    .section-single-carousel-with-tab-product .carousel-tabs-with-no-hover .products .product img {
        margin: 0 auto 2.22em
    }
}

.section-single-carousel-with-tab-product .section-double-carousel .products-carousel::after {
    height: 220px;
    right: -15px;
    top: 42px;
    z-index: 9
}

@media (min-width: 768px) {
    .section-double-carousel.carousel-tabs-with-no-hover .products .product, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product, .section-single-carousel.carousel-tabs-with-no-hover .products .product {
        border: none
    }

    .section-double-carousel.carousel-tabs-with-no-hover .products .product:focus, .section-double-carousel.carousel-tabs-with-no-hover .products .product:hover, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product:focus, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product:hover, .section-single-carousel.carousel-tabs-with-no-hover .products .product:focus, .section-single-carousel.carousel-tabs-with-no-hover .products .product:hover {
        border: none
    }
}

@media (max-width: 767px) {
    .section-double-carousel.carousel-tabs-with-no-hover .products .product .button, .section-double-carousel.carousel-tabs-with-no-hover .products .product article .more-link, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product .button, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product article .more-link, .section-single-carousel.carousel-tabs-with-no-hover .products .product .button, .section-single-carousel.carousel-tabs-with-no-hover .products .product article .more-link, article .section-double-carousel.carousel-tabs-with-no-hover .products .product .more-link, article .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product .more-link, article .section-single-carousel.carousel-tabs-with-no-hover .products .product .more-link {
        display: none
    }
}

.section-double-carousel.carousel-tabs-with-no-hover .products .product.slick-active:after, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product.slick-active:after, .section-single-carousel.carousel-tabs-with-no-hover .products .product.slick-active:after {
    height: 396px
}

.section-double-carousel.carousel-tabs-with-no-hover .products .slick-current::after, .section-products-carousel-tabs.carousel-tabs-with-no-hover .products .slick-current::after, .section-single-carousel.carousel-tabs-with-no-hover .products .slick-current::after {
    opacity: 0
}

.deals-carousel-v3, .section-landscape-product-card-with-gallery {
    position: relative;
    margin-bottom: 2.25em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .deals-carousel-v3 .container-fluid, .section-landscape-product-card-with-gallery .container-fluid {
        padding: 0
    }

    .deals-carousel-v3 .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .section-landscape-product-card-with-gallery .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        padding-top: 0
    }

    .deals-carousel-v3 .techmarket-wc-product-gallery-thumbnails__wrapper img, .section-landscape-product-card-with-gallery .techmarket-wc-product-gallery-thumbnails__wrapper img {
        width: 70px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .deals-carousel-v3 .techmarket-wc-product-gallery-thumbnails__wrapper img, .section-landscape-product-card-with-gallery .techmarket-wc-product-gallery-thumbnails__wrapper img {
        width: 62px
    }
}

.deals-carousel-v3 .products, .section-landscape-product-card-with-gallery .products {
    flex-wrap: nowrap;
    align-items: center
}

.deals-carousel-v3 .products .media .thumbnails, .section-landscape-product-card-with-gallery .products .media .thumbnails {
    padding-top: 9.286em
}

.deals-carousel-v3 .products .media .thumbnails img, .section-landscape-product-card-with-gallery .products .media .thumbnails img {
    margin: 0
}

.deals-carousel-v3 .products .slick-arrow, .section-landscape-product-card-with-gallery .products .slick-arrow {
    max-width: 76px
}

.deals-carousel-v3 .products > .slick-list, .section-landscape-product-card-with-gallery .products > .slick-list {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 734px;
    overflow: hidden
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .deals-carousel-v3 .products > .slick-list, .section-landscape-product-card-with-gallery .products > .slick-list {
        height: 500px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .deals-carousel-v3 .products > .slick-list, .section-landscape-product-card-with-gallery .products > .slick-list {
        height: 420px
    }
}

@media (max-width: 991px) {
    .deals-carousel-v3 .products > .slick-list, .section-landscape-product-card-with-gallery .products > .slick-list {
        height: 880px
    }
}

.deals-carousel-v3 .products > .slick-list + .slick-arrow, .section-landscape-product-card-with-gallery .products > .slick-list + .slick-arrow {
    text-align: right
}

@media (max-width: 767px) {
    .deals-carousel-v3 .products .slick-arrow, .section-landscape-product-card-with-gallery .products .slick-arrow {
        display: none !important
    }
}

@media (max-width: 500px) {
    .deals-carousel-v3 .container-fluid, .section-landscape-product-card-with-gallery .container-fluid {
        padding: 0
    }
}

.section-landscape-product-card-with-gallery.section-products-carousel .section-header, .section-products-carousel.deals-carousel-v3 .section-header {
    display: block;
    border: none
}

.deals-carousel-v3 .section-header, .section-landscape-product-card-with-gallery .section-header {
    font-size: 3.143em;
    padding-bottom: .841em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .deals-carousel-v3 .section-header, .section-landscape-product-card-with-gallery .section-header {
        font-size: 2.143em
    }
}

@media (max-width: 767px) {
    .deals-carousel-v3 .section-header, .section-landscape-product-card-with-gallery .section-header {
        font-size: 2.2em
    }
}

@media (min-width: 1590px) {
    .deals-carousel-v3 .section-header, .section-landscape-product-card-with-gallery .section-header {
        padding-top: 3.659em
    }
}

.deals-carousel-v3 .section-header .pretitle, .deals-carousel-v3 .section-header .section-title, .section-landscape-product-card-with-gallery .section-header .pretitle, .section-landscape-product-card-with-gallery .section-header .section-title {
    display: block;
    font-weight: 300;
    letter-spacing: -.01em;
    color: #090909
}

.deals-carousel-v3 .section-header .pretitle, .section-landscape-product-card-with-gallery .section-header .pretitle {
    font-size: .409em
}

.deals-carousel-v3 .section-header .section-title, .section-landscape-product-card-with-gallery .section-header .section-title {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: -.01em;
    line-height: 1.06;
    height: 100%;
    max-height: 100%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .deals-carousel-v3 .section-header .section-title, .section-landscape-product-card-with-gallery .section-header .section-title {
        font-size: .6em
    }
}

.deals-carousel-v3 .section-header .section-title strong, .section-landscape-product-card-with-gallery .section-header .section-title strong {
    font-weight: 500
}

.deals-carousel-v3 .products > .slick-arrow, .section-landscape-product-card-with-gallery .products > .slick-arrow {
    z-index: 100
}

.deals-carousel-v3 .products > .slick-arrow i, .section-landscape-product-card-with-gallery .products > .slick-arrow i {
    width: 76px;
    height: 76px;
    background-repeat: no-repeat
}

.deals-carousel-v3 .products > .slick-arrow i::before, .section-landscape-product-card-with-gallery .products > .slick-arrow i::before {
    display: none
}

.deals-carousel-v3 .products > .slick-arrow i:hover, .section-landscape-product-card-with-gallery .products > .slick-arrow i:hover {
    filter: brightness(.25)
}

.deals-carousel-v3 .products > .slick-arrow .tm-arrow-left, .section-landscape-product-card-with-gallery .products > .slick-arrow .tm-arrow-left {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+dJREFUeNrsnEtIVUEYx8e63UKkB5EELdIWQRARgW1ukGYPtSjsARJhEkRF1KYWIRS2UajcFNKbzEqKpNCil1kW3YUtoloUtQglQggMhYie3P4f5xOkRTPhPefMTN8ffujqnsOPmXNnvvnOzclkMmq0SafTyuLMBH30TyqVGvWHjVF+Zxl4Cgqy9YE+CysDF8Ba0CvC/p7V4DxYQ0+MbH6wj8LWgxOgHPRk+8N9E7YRHOXp+CyMC/gkbDM4BErBy7AukvBE1lawn2W9CfNCPgjbCfaCYvAu7Iu5LmwP2MGy+qK4oMvC9oEasBh8iOqirgo7AKpACeiP8sIuCqsHK3kafoz64i4JywGHeVQtAQNx3ETCIVm0IC3ipcNgXDeScETWcTAXrABDcd6M7cLGgjOgkLc7n+O+oYTlslrANFABvthwU7YKS4JLIFcFpZqvttxYwlJZV7gwUAm+23RztlUrJoDr4CfYYJss24TR9OvgJUOVjbJsEpYHbvGesBr8svWbyAZhE8FtFdSxttgsywZhk8E98AJsBxlleeIUNhV0gSdglwuy4hSWDx6AuyqoljohKy5h08FDcA3UKscStbAZoBtcBAeVg4lSGDWFPAKnQYNyNFFtjWbxA/4IaFIOJ4oRNptHVr3rsqIYYXN4nUWHrM3Kg4QpbB64w8uGVuVJwhK2ANwEu0Gb8ihhCFsIbqig36FDeZZsP/RTLKnGR1nZHmEFvHrfBDqVp/G9KdhqYb0qaMClRtwKEWYWasClU55z/FeeYQahvvhyXlYkZVlhFmrILeOFa1IWrmahxtxS3holZWtkltcsjSoV41RQ2hFhmrxVQVtlF4+0JhGmD3U3F7M0Ot1uFGH69P0x0hpEmD50sl3C0saDOhGmTz9Pz04eaU6dHMW1l6TuZ2rspRZMqvPniDB9BnjJsQgcc0Va3NWKQR5l88FJ5UD1xIYbHOJtFJ0unVVBb6sI04S6o6kkRCfjLTZLs2kKUJc0lYSoBeoyf4OKME2oW7qSZV21UZqND1nqbR1uCG7nrZQIM5BGjcGfVHD6lCvC9KFe12reTlHDcJ4IM5NGjcJUIqLq7SQRpg+1c24Dz3n/OUWEmUmjxuHH4L4KGopFmIE06gSiRmJqKM6P4yZcfOe7lr9Fu3nzLi/JG6QOfGNpS8F7EaZPw4iRRrU1+aEPgzTydmp4espPyRiEju1+qKDxmKan/FiRQU7x9KTDleXglQjTp3mEtHJe6IowTVpZGu09V6kQfqXON2GUNn6m0UurVJDsEWH6tLM0Kg2tU8E7mf/d1uhfQ9OSGpSpUblQRphZqLpRlM1F7W8BBgDgobrZC6+GCwAAAABJRU5ErkJggg==)
}

.deals-carousel-v3 .products > .slick-arrow .tm-arrow-right, .section-landscape-product-card-with-gallery .products > .slick-arrow .tm-arrow-right {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9ZJREFUeNrsnEtIlVEQx0e99KQHBUJE0SYiAhduIuxF9rAHJmUgEUUlRQVWm2znKmxT0SKkorCXhFb0tjJ7EGKLijJIcCMVJAWGCFYGcvsPZwKJvHPL+zjfd+cPf3R17+F3z/edmTlzTlY0GqXhqKWl5fe/1+AauIk8VUFBwbA/IzuB4zkGX4JXUYiVSGDP4LVwLVwSVmCRBH9eK1wE34FHwPUGTNcreAV8Dx4JXzBgutrgQlkARsGnDZiudniJQOPH84QB09UBL4abZaYdMWC6OgXaQ5lp1QZM1wd40aCZVmXAdHXJTGuS1fNgpgeu8eiLLATL4ONwlgHT1S0hx1zJPbMMmK4eeDk8Bz4L5xgwXb2SRk2HzwcFWnaav78PXgNPgi9L2GHAFH2XKgfDavAdWrYn4/gJb5C/N+AxBiw+aGXwV/g2PNaA6RqAN8PvyZWHxhuw+KBtg9/CD+CJBkwX78zsIVfB5fxzsgGLD9p+yT0fwbmZlnz/rzhJ74efSErVZcB0cTnoB/wUXkquXGTAFFX/MdM6DZiuo5IZMDQuEXUYMF01EuQ2S8Wj3YDpOiOPZ7NUPNoMmK6LMtPuw6vJbSAbMEX1Aq1RKh7PDZiu64OqHKXkmmIyMtL/F92FN5LrUSs0YPGJF4B1cJ0sBAYsDvHjyL1pvEdQbO+w+MQVjpXkipBc7r5iwHS9FGiNAq3OHkldr+HdlOA+jkiIgeWR60k7YMB05ZPrs91LCe6zDSOweRLM7pBg1lbJGFogq+IWcrtOFlbEEEf43G5QJkGs5ZIxxJH9OYn0LZdUVCyRfUmyYYUBGPdjnJQgtTUVXxhkYJvItX0WSWRPBmxobSe3i8Qv+jep/OIgvvR3kdvcZVi2a6RoH1xBrn3d9iUVVcLlAst2vhVVSUDKp0k+pXMgQQB2WMIGnlmf0z0Yn4HxgQduDVhI7vRItw+DingMi2tZ+bIa9vgyMB+B5Uj0Potc70SvT4OLeAirFp4qEXyfb7+mT8B4s4L7Jbhzmk+HfPPxXRHxCFaDvLu4R6Lf15XIh1xyNLlSMvdHlPoMywdgfETmFrnTH2UCjQzY3zWOXN39I7nTHwNBSDnSBWwCuUa4d+ROfQQCVrqA8akOPqjwglypJkoBUqqB5QosvsOiImiwUg1sCrl2cd5kraSAKlXApgksvukpsJd8pArYDIF1igJ+jUwqgM0UWFymCfxFRckGNht+DB+ikFyFlcxcMk+C0kqyG+pUJa03K4zA+D6dm/BOCR/IgA2t+fBVeCu5gwZkwGKLz2dzv0MThViJBLaeMkC/BBgA5D24CNA1pFEAAAAASUVORK5CYII=)
}

.products-4-column-widgets {
    padding-bottom: .563em;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row
}

@media (max-width: 575px) {
    .products-4-column-widgets {
        flex-direction: column
    }
}

.products-4-column-widgets .section-header {
    margin-bottom: 3.2em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products-4-column-widgets {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 576px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 768px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 992px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 1200px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 576px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 768px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 992px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) and (min-width: 1200px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .products-4-column-widgets {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 576px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 992px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 1200px) {
    .products-4-column-widgets {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 576px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 992px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 1200px) {
    .products-4-column-widgets .section-landscape-products-widget-carousel {
        padding-right: 15px;
        padding-left: 15px
    }
}

.banners.home4-banner.techmarket-banner {
    margin-bottom: 6.438em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banners.home4-banner.techmarket-banner .banner .row {
        flex-direction: column
    }
}

.banners.home4-banner.techmarket-banner .banner.text-in-right .banner-bg {
    padding-right: 5em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banners.home4-banner.techmarket-banner .banner.text-in-right .banner-bg {
        padding-right: 2em
    }
}

@media (max-width: 767px) {
    .banners.home4-banner.techmarket-banner .banner.text-in-right .banner-bg {
        padding-left: 2em
    }
}

.banners.home4-banner.techmarket-banner .banner.text-in-left .banner-bg {
    padding-left: 4.2em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banners.home4-banner.techmarket-banner .banner.text-in-left .banner-bg {
        padding-left: 2em
    }
}

.banners.home4-banner.techmarket-banner .banner.text-in-left, .banners.home4-banner.techmarket-banner .banner.text-in-right {
    padding: 0
}

.banners.home4-banner.techmarket-banner .banner .button, .banners.home4-banner.techmarket-banner .banner article .more-link, article .banners.home4-banner.techmarket-banner .banner .more-link {
    text-transform: uppercase;
    font-size: .815em;
    padding: .84em 1.6em;
    min-width: 133px;
    margin-bottom: 0;
    color: #242424;
    border: 2px solid #242424
}

.banners.home4-banner.techmarket-banner .banner .button:hover, .banners.home4-banner.techmarket-banner .banner article .more-link:hover, article .banners.home4-banner.techmarket-banner .banner .more-link:hover {
    color: #fff;
    background: #242424
}

.section-product-cards-carousel-tabs {
    padding: 4.688em 0 0
}

.section-product-cards-carousel-tabs .section-header .section-title {
    font-size: 1.875em
}

.section-product-cards-carousel-tabs .section-header .nav {
    margin-bottom: 1.25em;
    padding-top: 1.438em
}

.section-product-cards-carousel-tabs .section-header .nav .nav-item {
    margin-left: 0
}

.section-product-cards-carousel-tabs.section-products-carousel-tabs .slick-track .slick-active .product::after {
    display: none
}

.section-product-cards-carousel-tabs .products .landscape-product-card.product {
    padding: 1.071em .714em 1em
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card.product {
        padding: 0;
        border: 2px solid transparent
    }
}

.section-product-cards-carousel-tabs .products .landscape-product-card.product:focus .hover-area, .section-product-cards-carousel-tabs .products .landscape-product-card.product:hover .hover-area {
    transform: none
}

.section-product-cards-carousel-tabs .products .landscape-product-card.product .hover-area {
    opacity: 1;
    z-index: 1;
    transform: none;
    padding: 1.786em 0 0;
    display: block;
    visibility: visible
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card.product .hover-area {
        padding: 0
    }
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card {
        box-shadow: none !important;
        border-radius: 5px !important;
        min-height: 294px
    }
}

@media (min-width: 601px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card {
        height: 283px
    }
}

@media (min-width: 1590px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card {
        margin-bottom: .8em
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card .media {
        height: 283px
    }
}

.section-product-cards-carousel-tabs .products .landscape-product-card h3 {
    margin-bottom: 1.071em
}

.section-product-cards-carousel-tabs .products .landscape-product-card img {
    max-width: 255px
}

@media (max-width: 1699px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card img {
        max-width: 150px
    }
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card img {
        max-width: 100%
    }
}

.section-product-cards-carousel-tabs .products .landscape-product-card .media {
    padding: 1.643em 1.071em
}

@media (max-width: 600px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card .media {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card .media {
        min-height: 294px
    }

    .section-product-cards-carousel-tabs .products .landscape-product-card .media > .woocommerce-LoopProduct-link {
        display: inline-block;
        margin: auto
    }
}

.section-product-cards-carousel-tabs .products .landscape-product-card .media-body {
    padding-left: 1.071em;
    padding-right: 1.5em
}

@media (max-width: 767px) {
    .section-product-cards-carousel-tabs .products .landscape-product-card .media-body {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        flex: 0
    }

    .section-product-cards-carousel-tabs .products .landscape-product-card .media-body .hover-area, .section-product-cards-carousel-tabs .products .landscape-product-card .media-body .ribbon, .section-product-cards-carousel-tabs .products .landscape-product-card .media-body .techmarket-product-rating {
        display: none
    }
}

.section-product-cards-carousel-tabs .products .landscape-product-card .add-to-compare-link {
    display: none
}

.home-v4-slider {
    margin-bottom: 2.563em
}

.page-template-template-homepage-v4 .section-landscape-products-widget-carousel {
    margin-bottom: 2.688em
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .page-template-template-homepage-v4 .section-landscape-products-widget-carousel {
        width: 300px
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .page-template-template-homepage-v4 .section-landscape-products-widget-carousel .landscape-product-widget .media img {
        max-width: 78px
    }
}

.page-template-template-homepage-v4 .section-products-carousel-widget-with-tabs {
    margin-bottom: .563em
}

.page-template-template-homepage-v4 .section-products-carousel-widget-with-tabs .carousel-tabs-with-no-hover .products .product:after {
    height: 320px
}

.page-template-template-homepage-v4 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: 0
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg {
    margin-bottom: 4em
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .col-full, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-top-categories.section-categories-carousel.section-categories-carousel-v1, .section-product-cards-carousel-tabs .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-products-carousel-tabs-wrap {
        padding-right: 0 !important
    }
}

@media (min-width: 1590px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-header {
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-header {
        margin-left: -1.313em
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .section-header {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg .section-header img {
    bottom: 42px;
    left: -45px;
    max-width: 200px
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg .products-carousel-with-bg {
    padding-left: 0
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 .section-products-carousel-with-bg .products-carousel-with-bg {
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 0
    }
}

.page-template-template-homepage-v5 .section-products-carousel-with-bg .products-carousel-with-bg .slick-dots {
    padding-bottom: 1.875em
}

@media (max-width: 1199px) {
    .page-template-template-homepage-v5 #content #secondary {
        margin-top: 0 !important
    }
}

.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: .313em
}

.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .slick-track .slick-active .product::after {
    display: none
}

@media (min-width: 768px) {
    .page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product {
        padding: 0 .714em 2.857em 0
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product {
        border: 2px solid transparent
    }
}

.page-template-template-homepage-v5 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .slick-slide > div {
    display: flex
}

.page-template-template-homepage-v5 .full-width-banner {
    margin-bottom: 4.688em
}

.page-template-template-homepage-v5 .section-categories-carousel.section-top-categories {
    padding-bottom: 3.125em
}

.page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
    padding-top: 2.188em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
        padding-top: 1em
    }
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
        flex: 0 0 19.1666666667%;
        max-width: 19.1666666667%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .section-header {
        flex: 0 0 25%;
        max-width: 25%;
        padding-top: 1em
    }
}

.page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .readmore-link {
    font-size: .875em
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .product-categories-carousel {
        flex: 0 0 80.8333333333%;
        max-width: 80.8333333333%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .product-categories-carousel {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v5 .section-categories-carousel.section-top-categories .custom-slick-nav {
        justify-content: center
    }
}

.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .product.slick-active:after {
    content: " ";
    width: 1px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .product.slick-active:after {
        display: none
    }
}

.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products:not(.slick-dotted) .slick-list, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products:not(.slick-dotted) .slick-list {
    padding-bottom: 5.313em
}

.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .techmarket-product-rating, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .techmarket-product-rating {
    margin: .9em auto 0
}

@media (max-width: 1199px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .techmarket-product-rating, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .techmarket-product-rating {
        margin: .9em auto
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .techmarket-product-rating, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .techmarket-product-rating {
        display: none
    }
}

@media (max-width: 1199px) {
    .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .woocommerce-LoopProduct-link + .hover-area, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products .woocommerce-LoopProduct-link + .hover-area {
        margin-top: 2.2em;
        display: inline-block;
        width: 100%
    }
}

.page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-products-carousel-tabs .products .product:after, .page-template-template-homepage-v5 .section-single-carousel-with-tab-product .section-single-carousel .products-carousel:after {
    height: 318px;
    top: 45px;
    transform: none
}

.home-5-deals-carousel {
    position: relative
}

.home-5-deals-carousel .deals-carousel-inner-block .section-header {
    margin-bottom: 2.188em;
    padding-top: .813em
}

@media (max-width: 1399px) {
    .home-5-deals-carousel .deals-carousel-inner-block .section-header {
        flex-wrap: wrap
    }

    .home-5-deals-carousel .deals-carousel-inner-block .section-header .deal-countdown-timer + .custom-slick-pagination {
        margin: 1em 0;
        width: 100%
    }
}

.home-5-deals-carousel .section-title {
    font-size: 1.5em;
    line-height: 2em;
    font-weight: 300;
    margin-bottom: .167em
}

@media (max-width: 767px) {
    .home-5-deals-carousel .section-title {
        margin-bottom: .417em;
        line-height: 1.4
    }
}

.home-5-deals-carousel .section-title strong {
    font-weight: 500
}

@media (max-width: 650px) {
    .home-5-deals-carousel .custom-slick-pagination {
        margin: 20px 0
    }
}

.home-5-deals-carousel .custom-slick-pagination .slider-prev i {
    padding-right: 1em
}

.home-5-deals-carousel .custom-slick-pagination .slider-next i {
    padding-left: 1em
}

.home-5-deals-carousel .deal-countdown {
    min-width: 230px;
    margin-bottom: .563em
}

.home-5-deals-carousel .deal-countdown > span b {
    margin-left: .7em;
    font-size: .625em;
    text-transform: uppercase;
    font-weight: 300
}

.home-5-deals-carousel .deal-countdown > span .value {
    font-size: 1.125em;
    background-color: #eee;
    width: 46px;
    height: 46px;
    line-height: 2.556em
}

.home-5-deals-carousel .deal-countdown > span + span {
    margin-left: 1.125em
}

.home-5-deals-carousel .media {
    margin: 0 -1.071em
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media {
        flex-direction: column
    }
}

.home-5-deals-carousel .media .images {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .home-5-deals-carousel .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .home-5-deals-carousel .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .home-5-deals-carousel .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .home-5-deals-carousel .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .home-5-deals-carousel .media .images {
        flex: 0 0 55%;
        max-width: 55%;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images {
        display: flex;
        flex-direction: column
    }
}

.home-5-deals-carousel .media .images .techmarket-wc-product-gallery__wrapper {
    width: 292px
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images .techmarket-wc-product-gallery__wrapper {
        width: 100%
    }
}

.home-5-deals-carousel .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
    width: 58px;
    height: 281px;
    text-align: center
}

.home-5-deals-carousel .media .images .techmarket-wc-product-gallery-thumbnails__wrapper > .slick-list {
    overflow: hidden
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        width: 70%;
        height: auto;
        margin-bottom: 1.071em;
        display: flex;
        margin: auto;
        padding-bottom: 1.429em
    }
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        display: flex;
        align-items: center;
        transform: rotate(-90deg);
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .home-5-deals-carousel .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track {
        display: flex
    }
}

.home-5-deals-carousel .media .images .woocommerce-product-gallery__image img {
    width: 323px
}

.home-5-deals-carousel .media .images .thumbnails img, .home-5-deals-carousel .media .images ol li img {
    max-width: 57px
}

.home-5-deals-carousel .media .media-body {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 1.786em !important
}

@media (min-width: 576px) {
    .home-5-deals-carousel .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .home-5-deals-carousel .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .home-5-deals-carousel .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .home-5-deals-carousel .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .home-5-deals-carousel .media .media-body {
        flex: 0 0 45%;
        max-width: 45%
    }
}

.home-5-deals-carousel .media .media-body .onsale {
    position: relative;
    font-size: 1em;
    line-height: 2.071em;
    padding: 0 .9em;
    font-weight: 500;
    display: inline-block;
    margin-bottom: .2em;
    border-radius: 5px
}

.home-5-deals-carousel .media .media-body .price {
    font-size: 1.357em;
    line-height: 2.526em;
    margin-bottom: 0
}

.home-5-deals-carousel .media .media-body .price del {
    font-size: .842em;
    line-height: 3em
}

.home-5-deals-carousel .media .media-body .woocommerce-loop-product__title, .home-5-deals-carousel .media .media-body h2, .home-5-deals-carousel .media .media-body h3 {
    font-size: 1.071em;
    line-height: 1.6em;
    margin-bottom: 1.6em
}

.home-5-deals-carousel .media .media-body .woocommerce-LoopProduct-link {
    margin-bottom: 2.357em
}

.home-5-deals-carousel .products .product {
    border: none;
    text-align: left;
    padding: .786em 1.786em
}

.home-5-deals-carousel .products .product:hover {
    border: none
}

.home-5-deals-carousel .products .product:hover .onsale {
    display: inline-block;
    opacity: 1
}

.home-5-deals-carousel .products .product .button, .home-5-deals-carousel .products .product article .more-link, article .home-5-deals-carousel .products .product .more-link {
    text-align: center
}

.home-5-deals-carousel .products .product.slick-active:after {
    content: " ";
    width: 1px;
    height: 203px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 30%;
    transform: translateY(-30%)
}

.home-5-deals-carousel .slick-dots {
    padding-bottom: 3.125em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .type-2.section-product-carousel-with-featured-product .section-title {
        margin-right: 0
    }

    .type-2.section-product-carousel-with-featured-product .nav {
        justify-content: center !important
    }
}

.featured-product-left.section-product-carousel-with-featured-product {
    margin-bottom: 0
}

.featured-product-left.section-product-carousel-with-featured-product .section-header {
    margin-bottom: 1.875em
}

.featured-product-left.section-product-carousel-with-featured-product .section-header .nav-item .nav-link {
    padding: 0 1.333em
}

.featured-product-left.section-product-carousel-with-featured-product .products .product {
    padding-left: .571em;
    padding-right: .571em
}

.featured-product-left.section-product-carousel-with-featured-product .products .slick-dots {
    padding-bottom: 3.563em
}

@media (max-width: 991px) {
    .featured-product-left.section-product-carousel-with-featured-product .products .slick-slide > div {
        display: flex
    }
}

.homev5-slider-with-banners {
    margin-bottom: 1.813em
}

@media (max-width: 1589px) {
    .homev5-slider-with-banners .slider-block {
        margin-bottom: 20px
    }
}

.homev5-slider-with-banners .banners-block {
    padding-right: 0
}

@media (min-width: 1590px) {
    .homev5-slider-with-banners .banners-block {
        padding-left: 5px
    }
}

@media (max-width: 1199px) {
    .homev5-slider-with-banners .banners-block {
        padding: 0
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .homev5-slider-with-banners .banners-block {
        padding: 0 15px;
        display: flex
    }

    .homev5-slider-with-banners .banners-block .banner:nth-child(1) {
        padding-right: 10px
    }

    .homev5-slider-with-banners .banners-block .banner + .banner {
        padding-left: 10px
    }

    .homev5-slider-with-banners .banners-block.column-2-banners-block .banner {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .homev5-slider-with-banners .banners-block .banner:nth-child(1) {
        margin-bottom: 20px
    }
}

@media (min-width: 1700px) {
    .homev5-slider-with-banners .banners-block {
        width: 355px
    }
}

@media (min-width: 1590px) {
    .homev5-slider-with-banners .banners-block .banner + .banner {
        margin-top: 1.25em
    }
}

@media (max-width: 1199px) {
    .homev5-slider-with-banners .banners-block .banner + .banner {
        margin-top: 1.25em
    }
}

.homev5-slider-with-banners .banners-block .banner .banner-bg {
    padding-left: 1.9375em
}

.homev5-slider-with-banners .banners-block .banner .banner-bg .caption h3 {
    font-size: 1.375em;
    line-height: 1.273em;
    color: #282828;
    font-weight: 300;
    margin-bottom: .318em
}

.homev5-slider-with-banners .banners-block .banner .banner-bg .caption h4 {
    font-size: .75em;
    line-height: 1em;
    color: #686868;
    font-weight: 300;
    margin-bottom: 1.071em
}

.homev5-slider-with-banners .banners-block .banner .banner-bg .caption .price ins {
    font-size: .833em
}

.page-template-template-homepage-v5 .fullwidth-notice .message, .page-template-template-homepage-v6 .fullwidth-notice .message {
    font-size: 1.438em
}

@media (max-width: 767px) {
    .page-template-template-homepage-v5 .fullwidth-notice .message, .page-template-template-homepage-v6 .fullwidth-notice .message {
        font-size: 1em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v5 .fullwidth-notice .message, .page-template-template-homepage-v6 .fullwidth-notice .message {
        font-size: 1.138em;
        padding: 10px 0
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .page-template-template-homepage-v5 .fullwidth-notice .message, .page-template-template-homepage-v6 .fullwidth-notice .message {
        font-size: 1.238em
    }
}

.page-template-template-homepage-v5 .full-width-banner .banner-bg .caption h3, .page-template-template-homepage-v6 .full-width-banner .banner-bg .caption h3 {
    font-size: 1.875em;
    margin-bottom: .267em;
    line-height: 1.233em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v5 #content #primary, .page-template-template-homepage-v6 #content #primary {
        flex: 0 0 76.6666666667%;
        max-width: 76.6666666667%
    }

    .page-template-template-homepage-v5 #content #secondary, .page-template-template-homepage-v1 #content #secondary {
        flex: 0 0 23.3333333333%;
        max-width: 23.3333333333%;
        /*padding-right: 6px*/
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .page-template-template-homepage-v5 #content #primary, .page-template-template-homepage-v6 #content #primary {
        flex: 0 0 78.3333333333%;
        max-width: 78.3333333333%
    }

    .page-template-template-homepage-v5 #content #secondary, .page-template-template-homepage-v1 #content #secondary {
        flex: 0 0 21.6666666667%;
        max-width: 21.6666666667%;
        /*padding-right: 6px*/
    }
}

@media (min-width: 1700px) and (max-width: 1919px) {
    .page-template-template-homepage-v5 #content #primary, .page-template-template-homepage-v6 #content #primary {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .page-template-template-homepage-v5 #content #secondary, .page-template-template-homepage-v1 #content #secondary {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        /*padding-right: 6px*/
    }
}

.homev12-slider-with-banners, .homev6-slider-with-banners {
    margin-bottom: 1.625em
}

.homev12-slider-with-banners .banners-block, .homev6-slider-with-banners .banners-block {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.homev12-slider-with-banners .banners-block .banner-bg, .homev6-slider-with-banners .banners-block .banner-bg {
    padding-left: 1.188em
}

.homev12-slider-with-banners .banners-block .banner-bg .price .start_price, .homev6-slider-with-banners .banners-block .banner-bg .price .start_price {
    font-size: .8em;
    color: #444;
    padding-right: .313em
}

@media (max-width: 767px) {
    .homev12-slider-with-banners .banners-block, .homev6-slider-with-banners .banners-block {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (max-width: 1589px) {
    .homev12-slider-with-banners .home-v12-slider, .homev12-slider-with-banners .home-v6-slider, .homev6-slider-with-banners .home-v12-slider, .homev6-slider-with-banners .home-v6-slider {
        margin-bottom: 20px
    }
}

.page-template-template-homepage-v6 .section-categories-carousel.section-top-categories {
    margin-bottom: 0;
    padding-bottom: 2.375em
}

.page-template-template-homepage-v6 .section-categories-carousel.section-top-categories .section-header {
    margin-bottom: 0;
    padding-top: 1.188em
}

.page-template-template-homepage-v6 .section-categories-carousel.section-top-categories .section-header .section-title {
    margin-bottom: .733em
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-categories-carousel .custom-slick-nav {
        justify-content: center
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .row {
        margin-bottom: -4.75em
    }
}

.page-template-template-homepage-v6 .section-single-carousel-with-tab-product::after, .page-template-template-homepage-v6 .section-single-carousel-with-tab-product::before {
    content: " ";
    display: table
}

.page-template-template-homepage-v6 .section-single-carousel-with-tab-product:hover {
    z-index: 10;
    position: relative
}

.page-template-template-homepage-v6 .section-single-carousel-with-tab-product + section {
    z-index: 9
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product img {
        margin: 0 0 .6em
    }
}

.page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .added_to_cart, .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .button, .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .star-rating + .button, .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product article .more-link, .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product article .star-rating + .more-link, article .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .more-link, article .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product .star-rating + .more-link {
    margin-top: 0
}

.page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product.slick-active:after {
    height: 220px;
    top: 42px;
    transform: none
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-single-carousel-with-tab-product .products .product.slick-active:after {
        display: none
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-products-carousel {
        overflow: hidden
    }
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg {
    margin-bottom: 3.5em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg {
        margin-left: -15px
    }
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg .section-title {
    font-weight: 500;
    line-height: 1.143em;
    margin: 0 0 .786em
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header {
        flex: 0 0 19.1666666667%;
        max-width: 19.1666666667%;
        padding-left: 0;
        padding-right: 1.875em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header {
        padding-left: 15px;
        padding-right: 0;
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%
    }
}

@media (min-width: 1590px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header {
        margin-left: -1.813em
    }
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header .deal-countdown span[data-value] {
    display: none
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header .deal-countdown span {
        padding-left: 3px;
        padding-right: 3px
    }
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header .deal-countdown b {
    font-size: .625em;
    font-weight: 300;
    text-transform: uppercase
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg .section-header img {
    bottom: 0;
    left: -22px;
    max-width: 211px
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .products-carousel-with-bg {
        flex: 0 0 80.8333333333%;
        max-width: 80.8333333333%
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .products-carousel-with-bg {
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-homepage-v6 .section-products-carousel-with-bg .products-carousel-with-bg {
        padding-left: 15px;
        padding-right: 0;
        flex: 0 0 79.1666666667%;
        max-width: 79.1666666667%
    }
}

.page-template-template-homepage-v6 .section-products-carousel-with-bg .products-carousel-with-bg .slick-dots {
    padding-bottom: 1.875em
}

.page-template-template-homepage-v6 .full-width-banner {
    margin-bottom: 2.5em
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product {
        border: 2px solid transparent
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-tab.section-products-carousel-tabs .products .product {
        padding: 0
    }
}

.page-template-template-homepage-v6 .deal-countdown > span .value {
    font-size: 1.25em;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 2.5em;
    margin-bottom: .4em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel {
    margin-bottom: 2.5em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .section-header {
    margin-bottom: .7em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .section-header h2 {
    line-height: 1.292em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .slick-list {
    margin-bottom: 0
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .container-fluid {
    padding: 0
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured {
    padding: 1.071em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .price {
    font-size: 1.286em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .price del {
    font-size: .8332em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured h3 {
    font-size: 1.071em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .woocommerce-product-details__short-description, .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured div[itemprop=description] {
    display: none
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured.product.slick-active:after {
    content: " ";
    width: 1px;
    height: 226px;
    background-color: #ebebeb;
    display: block;
    position: absolute;
    left: -3px;
    top: 30%;
    transform: translateY(-30%)
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media {
    margin: 0 -1.071em
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .techmarket-product-gallery {
        display: flex;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper {
        height: auto
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track {
        display: flex
    }
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 55%;
    max-width: 55%;
    justify-content: center
}

@media (min-width: 576px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
    width: 64px
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        width: 100%
    }
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery__wrapper {
    width: 323px
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery__wrapper img {
    max-width: 323px
}

@media (max-width: 360px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery__wrapper img {
        max-width: 283px
    }
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery + div.media-body {
    padding-left: 2.143em
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images ol {
    padding-top: 0
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img, .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper li img, .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images ol img, .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images ol li img {
    max-width: 59px
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .woocommerce-product-gallery__image {
    flex-grow: 1
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .woocommerce-product-gallery__image img {
    margin: 0 auto
}

@media (min-width: 1590px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .woocommerce-product-gallery__image img {
        max-width: 323px
    }
}

@media (max-width: 1399px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .images .woocommerce-product-gallery__image img {
        max-width: 100%
    }
}

.page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
    margin-top: 1.1em;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 45%;
    max-width: 45%
}

@media (min-width: 576px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        padding-right: 3.714em !important
    }
}

@media (max-width: 767px) {
    .page-template-template-homepage-v6 .section-landscape-products-carousel-with-thumbnails.section-landscape-products-carousel .products .landscape-product-card-featured .media .media-body {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.page-template-template-homepage-v6 .section-product-carousel-with-featured-product.type-2 .section-header .nav-item .nav-link {
    padding: 0 1.333em
}

.page-template-template-homepage-v6 .content-area {
    margin-bottom: 0
}

.page-template-template-homepage-v6 .site-main {
    margin-bottom: 0
}

.faq-page-title {
    margin-bottom: 1.72em
}

h3.faq-title {
    font-size: 1.143em;
    line-height: 1.333em;
    font-weight: 500;
    color: #555353;
    margin-bottom: 1.28em
}

.kc-text-block {
    padding-bottom: 2.313em
}

.text-content p {
    color: #555353;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: -.01em
}

.faq-title-v2 {
    font-size: 2.75em;
    letter-spacing: -.01em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    margin-bottom: .295em;
    text-align: center
}

.faq-subtitle {
    font-size: 1em;
    letter-spacing: -.01em;
    line-height: 1.125em;
    color: #9f9f9f;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3.438em
}

@media (min-width: 992px) {
    .kc-text-block-margin {
        margin-bottom: 6.25em
    }
}

@media (max-width: 1199px) {
    .kc-text-block-margin {
        margin-bottom: 3em
    }
}

.faq-accordion-wrap .card {
    padding: 18px 0;
    border: none;
    background: 0 0;
    border-bottom: 1px solid #ebebeb
}

.faq-accordion-wrap .card:last-child {
    border: none
}

.faq-accordion-wrap .card.kc-section-active .kc_accordion_header.ui-state-active > a:after {
    content: "\f068"
}

.faq-accordion-wrap .card .card-header {
    border: none;
    font-size: 1.5em;
    line-height: 1.75em;
    background: 0 0;
    padding: 0
}

.faq-accordion-wrap .card .card-header h5 > a {
    color: #090909;
    font-size: 1.2em;
    line-height: 1.75em;
    margin: 0;
    letter-spacing: -.01em;
    padding: 0;
    font-weight: 400;
    display: block
}

@media (max-width: 576px) {
    .faq-accordion-wrap .card .card-header h5 > a {
        font-size: 1em
    }
}

.faq-accordion-wrap .card .card-header h5 > a:after {
    font-family: FontAwesome;
    font-size: 19px;
    color: #090909;
    position: absolute;
    right: 0;
    font-weight: 400
}

.faq-accordion-wrap .card .card-header h5 > a.collapsed:after {
    content: "\f067"
}

.faq-accordion-wrap .card .card-header h5 > a:not(.collapsed):after {
    content: "\f068"
}

@media (min-width: 992px) {
    .faq-accordion-wrap .card .card-block {
        padding: 1.438em 0 1em 3.625em;
        border: none;
        color: #555353;
        font-size: 1em;
        line-height: 1.5em;
        margin: 0;
        letter-spacing: -.01em;
        font-weight: 300
    }
}

.faq-kc-row .kc-container {
    padding: 0
}

.faq .content-area {
    margin-bottom: .84em
}

@media (min-width: 992px) {
    .faq-v2-text-block {
        margin-bottom: 6.25em
    }
}

@media (max-width: 1199px) {
    .faq-v2-text-block {
        margin-bottom: 3em
    }
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.faq-accordion .vc_tta-panel-heading:hover {
    background-color: transparent
}

.vc_tta-accordion .faq-accordion.vc_tta-panel {
    padding: 18px 0;
    border-bottom: 1px solid #ebebeb
}

.vc_tta-accordion .faq-accordion.vc_tta-panel:last-child {
    border: none
}

.vc_tta-accordion .faq-accordion.vc_active.vc_tta-panel .vc_tta-panel-heading a:after {
    content: "\f068"
}

.vc_tta-accordion .faq-accordion.vc_tta-panel .vc_tta-panel-heading {
    border: none
}

.vc_tta-accordion .faq-accordion.vc_tta-panel .vc_tta-panel-heading a span {
    font-size: 1.062em;
    color: #090909;
    line-height: 1.75em;
    margin: 0;
    letter-spacing: -.01em;
    padding: 0
}

.vc_tta-accordion .faq-accordion.vc_tta-panel .vc_tta-panel-heading a:after {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 19px;
    color: #090909;
    position: absolute;
    right: 0;
    font-weight: 400
}

.vc_tta-accordion .faq-accordion .vc_tta-panel-body {
    border: none;
    color: #555353;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    letter-spacing: -.01em;
    font-weight: 300
}

@media (min-width: 992px) {
    .vc_tta-accordion .faq-accordion .vc_tta-panel-body {
        padding: 1.438em 0 0 3.625em
    }
}

.faq-first-row {
    padding-bottom: 2.313em
}

.faq-second-row {
    padding-bottom: 8.56em
}

.terms-conditions h2 {
    margin-bottom: 1.6em
}

.terms-conditions ol {
    margin: 0 1em 4.5em
}

.terms-conditions ol li, .terms-conditions p {
    color: #555353;
    line-height: 1.813em;
    letter-spacing: -.01em;
    font-weight: 300
}

.terms-and-conditions .content-area {
    margin-bottom: 1.6em
}

.about-accordion h2, .about-accordion h3.highlight, .text-boxes h2, .text-boxes h3.highlight {
    font-size: 1.125em;
    line-height: 1em;
    color: #090909;
    margin-bottom: 1.667em;
    font-weight: 500
}

.about-accordion h2, .text-boxes h2 {
    margin-bottom: 1.222em
}

.about-accordion p, .text-boxes p {
    font-size: 1em;
    line-height: 1.714em;
    color: #555353
}

@media (max-width: 576px) {
    .hentry.type-page .entry-header .page-featured-image + .page-header-caption {
        width: 100%
    }
}

@media (max-width: 576px) {
    .hentry.type-page .entry-header .page-featured-image + .page-header-caption h1.entry-title {
        font-size: 1em;
        margin-bottom: .2em
    }
}

@media (max-width: 576px) {
    .hentry.type-page .entry-header .page-featured-image + .page-header-caption h1.entry-title + p, .hentry.type-page .entry-header .page-featured-image + .page-header-caption h1.entry-title + p.entry-subtitle {
        font-size: .75em
    }
}

@media (min-width: 992px) {
    .about-accordion {
        padding-left: 50px
    }
}

@media (max-width: 767px) {
    .about-accordion {
        font-size: 14px
    }
}

.about-accordion .about-accordion-title {
    font-size: 1.125em;
    line-height: 1em;
    color: #090909;
    margin-bottom: 1em;
    font-weight: 500
}

.about-accordion .card {
    padding-bottom: 0;
    margin-bottom: 1.25em
}

.about-accordion .card:last-child {
    margin-bottom: 0
}

.about-accordion .card {
    border-color: #f7f7f7;
    border-radius: 0;
    border-bottom: none
}

.about-accordion .card .card-header h5 > a {
    padding: 0;
    text-align: left;
    color: #555353;
    display: flex;
    font-size: .9em;
    align-items: center;
    font-weight: 400
}

.about-accordion .card .card-header h5 > a i {
    position: relative;
    color: #b5b5b5;
    background: 0 0;
    border-radius: 3px;
    display: block;
    height: 2.056em;
    width: 2.056em;
    left: 0;
    border: 1px solid #b5b5b5;
    margin-right: 25px;
    position: relative
}

.about-accordion .card .card-header h5 > a i:before {
    font-family: FontAwesome
}

.about-accordion .card .card-header h5 > a:not(.collapsed) {
    color: #090909;
    font-weight: 500
}

.about-accordion .card .card-header h5 > a:not(.collapsed) i {
    color: #fff
}

.about-accordion .card .card-header h5 > a:not(.collapsed) i:before {
    content: "-";
    top: 40%;
    font-size: 2em;
    left: 50%;
    position: absolute;
    transform: translate(-40%, -50%)
}

.about-accordion .card .card-header h5 > a.collapsed:focus, .about-accordion .card .card-header h5 > a.collapsed:hover {
    color: #000
}

.about-accordion .card .card-header h5 > a.collapsed span {
    margin-left: 3.333em
}

.about-accordion .card .card-header h5 > a.collapsed i:before {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.about-accordion .card-header {
    font-size: 1.286em;
    line-height: 2.188em;
    letter-spacing: .01em;
    padding: .333em 0;
    background: 0 0;
    border-bottom-color: #f7f7f7;
    border-radius: 0
}

.about-accordion .card-header > span.ui-accordion-header-icon:before {
    content: none
}

.about-accordion .collapse.show .card-block {
    border-bottom: 1px solid #f7f7f7
}

.about-accordion .card-block {
    padding: .875em 1.75em .875em 3.688em
}

.about-accordion .card-block p {
    margin-bottom: 0
}

.about-features {
    text-align: center;
    padding-bottom: 4.8em;
    padding-top: 1.6em
}

.about-features h2 {
    font-size: 1.125em;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 1.556em;
    color: #090909
}

.about-features p {
    font-size: 1em;
    line-height: 1.714em;
    margin-bottom: 0;
    color: #555353
}

@media (max-width: 767px) {
    .about-features p {
        font-size: .875em
    }
}

@media (max-width: 576px) {
    .about-features p {
        margin-bottom: 30px
    }
}

.about-features .single-image img {
    margin: 0 auto;
    padding-bottom: 35px
}

.about-features .wpb_single_image.vc_align_left {
    text-align: center
}

.kc_row .kc-container {
    max-width: 100% !important;
    padding: 0
}

.team-member-wrapper {
    padding: 5.625em 0;
    position: relative;
    width: 100vw !important;
    margin-left: -50vw !important;
    left: 50%
}

.team-member-wrapper .container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width: 992px) {
    .team-member-wrapper .container {
        max-width: 1740px
    }
}

.team-member-wrapper a.team-member {
    color: #333e48;
    display: block
}

.team-member-wrapper .team-member img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    display: block
}

.team-member-wrapper .team-member .profile {
    text-align: center
}

.team-member-wrapper .team-member .profile h3 {
    font-size: 1.125em;
    line-height: 1.556em;
    font-weight: 500;
    padding-top: .833em;
    padding-bottom: 0;
    margin-bottom: 0
}

.team-member-wrapper .team-member .profile h3 small {
    display: block;
    font-size: 14px;
    line-height: 1.7em;
    color: #989898
}

@media (max-width: 767px) {
    .team-member-wrapper .team-member .profile h3 {
        padding-bottom: .833em
    }
}

.widget_techmarket_team_member {
    margin-bottom: 0
}

.light-bg {
    background: #f5f5f5
}

.accordion-block {
    padding-bottom: 5.714em;
    padding-top: 5.714em
}

.accordion-block .first-row {
    padding-bottom: 60px
}

@media (min-width: 992px) {
    .about-accordion h2 {
        padding-left: 50px
    }
}

@media (min-width: 992px) {
    .about-accordion h2 + div {
        padding-left: 50px
    }
}

.contact-page-title {
    padding-bottom: .25em;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -.01em;
    margin-bottom: 1.25em;
    position: relative
}

.contact-page-title:after {
    content: ' ';
    width: 4.56em;
    display: block;
    position: absolute;
    bottom: -1px;
    height: 2px
}

@media (min-width: 768px) {
    .contact-info .left-col {
        padding-right: 4.375em
    }
}

@media (min-width: 768px) {
    .store-info {
        padding-left: 0
    }
}

.store-info h3 {
    font-size: 1.125em;
    font-weight: 500;
    color: #555353;
    padding-top: 1.7em;
    padding-bottom: .5em;
    margin-top: 0
}

.store-info a {
    text-decoration: underline
}

.store-info .operation-hours {
    margin-left: 0;
    font-weight: 300
}

@media (min-width: 992px) {
    .store-info .operation-hours {
        padding-right: 4.286em
    }
}

.store-info iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.store-info iframe:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.store-info.store-info-v2 {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 1200px) {
    .store-info.store-info-v2 {
        padding-left: 2.813em;
        padding-right: 0
    }
}

.store-info.store-info-v2 .google-map {
    margin-bottom: 2.188em
}

.contact-form .form-group {
    margin-bottom: 1.438em
}

.contact-form .form-group label {
    color: #626060;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.5em;
    margin-bottom: .5em
}

.contact-form .form-group .required {
    text-decoration: none
}

.contact-form .form-group .input-text, .contact-form .form-group input[type=email], .contact-form .form-group input[type=password], .contact-form .form-group input[type=search], .contact-form .form-group input[type=text], .contact-form .form-group input[type=url], .contact-form .form-group textarea {
    width: 100%
}

.contact-form .form-group input[type=button], .contact-form .form-group input[type=submit] {
    border-radius: 3px;
    color: #fff;
    font-size: 15px
}

@media (max-width: 767px) {
    .contact-form .form-group.row div:first-child {
        margin-bottom: 1.438em
    }
}

.contact-form p, .contact-form ul li, .store-info p, .store-info ul li {
    color: #555353
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important
}

.stretch-full-width-map {
    position: relative;
    width: 100vw !important;
    margin-left: -50vw !important;
    left: 50%;
    margin-bottom: 2.75em
}

.stretch-full-width-map .kc_column_inner {
    padding: 0
}

.wpcf7 .user-details form .input-text, .wpcf7 input[type=email], .wpcf7 input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=text], .wpcf7 input[type=url] {
    width: 100%
}

.page-template-template-landingpage-v1 .site-main {
    margin-bottom: 1.438em
}

.landing-v1-slider {
    margin-bottom: 5.875em
}

.section-recent-posts-with-categories {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 6.25em;
    flex-direction: column
}

@media (min-width: 576px) {
    .section-recent-posts-with-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .section-recent-posts-with-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .section-recent-posts-with-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .section-recent-posts-with-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

.section-recent-posts-with-categories .center-block {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 8.438em
}

@media (min-width: 576px) {
    .section-recent-posts-with-categories .center-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-recent-posts-with-categories .center-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-recent-posts-with-categories .center-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-recent-posts-with-categories .center-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-recent-posts-with-categories .center-block {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        flex: 0 0 auto
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-recent-posts-with-categories .center-block {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
}

.section-recent-posts-with-categories .section-title {
    text-align: center;
    margin-bottom: .659em
}

.section-recent-posts-with-categories .description {
    font-size: 1em;
    line-height: 1.5em;
    color: #090909;
    font-weight: 300;
    letter-spacing: -.01em;
    text-align: center;
    margin-bottom: 1.875em
}

.section-recent-posts-with-categories .nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media (max-width: 500px) {
    .section-recent-posts-with-categories .nav {
        flex-direction: column
    }
}

.section-recent-posts-with-categories .nav .nav-link {
    display: inline-block;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: -.01em
}

.section-recent-posts-with-categories .nav .nav-link:before {
    content: "\65";
    font-family: techmarket-icons;
    color: #282828;
    padding-right: .75em;
    font-size: .625em;
    vertical-align: top
}

.section-recent-posts-with-categories .nav .nav-item + .nav-item {
    margin-left: 1.563em
}

@media (max-width: 500px) {
    .section-recent-posts-with-categories .nav .nav-item + .nav-item {
        margin-left: 0
    }
}

.section-recent-posts-with-categories .post-items-wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 0 .938em
}

.section-recent-posts-with-categories .post-items {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -.938em
}

.section-recent-posts-with-categories .post-items .post-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5.625em
}

@media (min-width: 576px) {
    .section-recent-posts-with-categories .post-items .post-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-recent-posts-with-categories .post-items .post-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-recent-posts-with-categories .post-items .post-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-recent-posts-with-categories .post-items .post-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1590px) {
    .section-recent-posts-with-categories .post-items .post-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (max-width: 767px) {
    .section-recent-posts-with-categories .post-items .post-item {
        flex-direction: column
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-recent-posts-with-categories .post-items .post-item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-recent-posts-with-categories .post-items .post-item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-recent-posts-with-categories .post-items .post-item .post-thumbnail {
    padding-right: 1.875em
}

@media (max-width: 767px) {
    .section-recent-posts-with-categories .post-items .post-item .post-thumbnail {
        padding-right: 0;
        margin-bottom: 40px
    }
}

.section-recent-posts-with-categories .post-items .post-item .post-thumbnail img {
    max-width: 227px;
    border-radius: 50%
}

.section-recent-posts-with-categories .post-items .post-item .post-info {
    letter-spacing: -.01em;
    padding-right: 1em
}

@media (max-width: 767px) {
    .section-recent-posts-with-categories .post-items .post-item .post-info {
        padding-right: 0
    }
}

.section-recent-posts-with-categories .post-items .post-item .post-info h3 {
    font-size: 1.125em;
    line-height: 1.333em;
    font-weight: 500;
    margin-bottom: .8em
}

.section-recent-posts-with-categories .post-items .post-item .post-info h3 a {
    color: #444
}

.section-recent-posts-with-categories .post-items .post-item .post-info p {
    font-size: 1em;
    line-height: 1.5em;
    color: #555353;
    font-weight: 300;
    margin-bottom: 1.1em
}

.section-recent-posts-with-categories .post-items .post-item .post-info .btn-more {
    display: block;
    font-size: .875em;
    font-weight: 400
}

.section-recent-posts-with-categories .post-items .post-item .post-info .btn-more:before {
    content: '+';
    display: inline-block;
    margin-right: .243em
}

.section-products-with-image .section-title, .section-recent-posts-with-categories .section-title {
    font-size: 2.75em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    letter-spacing: -.01em
}

.section-products-with-image .section-header {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: #eff5f5;
    margin-bottom: 7em
}

.section-products-with-image .section-header::after {
    display: block;
    content: "";
    clear: both
}

.section-products-with-image .section-header:after {
    background-color: #eff5f5;
    border: 2px solid #eff5f5;
    border-radius: 4px;
    content: "";
    height: 56px;
    left: 5%;
    position: absolute;
    bottom: -19px;
    transform: rotate(45deg);
    width: 56px;
    z-index: 1
}

@media (min-width: 576px) {
    .section-products-with-image .section-header .row {
        flex-direction: column
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-with-image .columns-7 .products:not(.slick-slider) .product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

.section-products-with-image .section-title {
    margin-bottom: .909em
}

.section-products-with-image .description {
    font-size: 1em;
    line-height: 1.5em;
    color: #555353;
    font-weight: 300;
    letter-spacing: -.01em;
    padding-right: 2.438em
}

.section-products-with-image .product-image, .section-products-with-image .product-info {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-products-with-image .product-image, .section-products-with-image .product-info {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-with-image .product-image, .section-products-with-image .product-info {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-with-image .product-image, .section-products-with-image .product-info {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-with-image .product-image, .section-products-with-image .product-info {
        padding-right: 15px;
        padding-left: 15px
    }
}

.section-products-with-image .product-info {
    flex: 0 0 60.8333333333%;
    max-width: 60.8333333333%;
    padding: 6.25em .938em;
    flex: 0 0 auto
}

@media (max-width: 1199px) {
    .section-products-with-image .product-info {
        padding: 4em 2em
    }
}

@media (max-width: 767px) {
    .section-products-with-image .product-info {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-products-with-image .product-image {
    flex: 0 0 39.1666666667%;
    max-width: 39.1666666667%
}

@media (min-width: 1590px) {
    .section-products-with-image .product-image {
        right: -26px;
        top: -19%
    }
}

@media (min-width: 768px) {
    .section-products-with-image .product-image {
        position: absolute
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .section-products-with-image .product-image {
        transform: translate(0, -50%);
        top: 50%;
        right: 0
    }
}

@media (max-width: 767px) {
    .section-products-with-image .product-image {
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 9;
        margin-bottom: 30px
    }
}

.section-products-with-image .products {
    padding-bottom: 1.813em
}

.section-products-with-image .products .product .star-rating {
    font-size: 1.143em
}

@media (max-width: 1199px) {
    .section-products-with-image .products .product .star-rating {
        margin-bottom: 16px
    }
}

.section-products-with-image .products .product .woocommerce-loop-product__title, .section-products-with-image .products .product h2, .section-products-with-image .products .product h3 {
    margin-bottom: .8em
}

@media (max-width: 1199px) {
    .section-products-with-image .product .woocommerce-LoopProduct-link + .hover-area {
        margin-top: 46px
    }
}

@media (min-width: 768px) {
    .section-products-with-image .product + .product::before {
        content: " ";
        width: 1px;
        height: 214px;
        background-color: #ebebeb;
        display: block;
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.section-products-with-image .product + .product:hover::before {
    opacity: 0
}

.section-products-with-image .columns-2 .product:nth-child(3)::before {
    opacity: 0
}

.section-products-with-image .columns-3 .product:nth-child(4)::before {
    opacity: 0
}

.section-products-with-image .columns-4 .product:nth-child(5)::before {
    opacity: 0
}

@media (min-width: 1200px) {
    .section-products-with-image .columns-5 .product:nth-child(6)::before {
        opacity: 0
    }
}

.section-products-with-image .columns-5 .product + .product::before {
    height: 300px
}

.section-products-with-image .columns-6 .product:nth-child(7)::before {
    opacity: 0
}

.section-products-with-image .columns-7 .product:nth-child(8)::before {
    opacity: 0
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-with-image .columns-7 .product:nth-child(n+7) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-with-image .columns-7 .product:nth-child(n+5) {
        display: none
    }
}

.section-products-with-image .columns-8 .product:nth-child(9)::before {
    opacity: 0
}

.section-products-with-image .load-more-button {
    display: block;
    text-align: center;
    border-top: 1px solid #ebebeb;
    padding: 1.786em 0 4.286em;
    font-size: .875em;
    letter-spacing: -.01em
}

.section-products-with-image .load-more-button:before {
    content: '+';
    display: inline-block;
    margin-right: .243em
}

.section-products-with-image:last-child .load-more-button {
    padding-bottom: 0
}

.page-template-template-landingpage-v2 .site-main {
    margin-bottom: .063em
}

.page-template-template-landingpage-v2 .section-title {
    font-size: 2.75em;
    line-height: 1.045em;
    color: #090909;
    font-weight: 500;
    letter-spacing: -.01em
}

@media (max-width: 767px) {
    .page-template-template-landingpage-v2 .section-title {
        font-size: 1.75em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-template-landingpage-v2 .section-title {
        font-size: 2em
    }
}

.page-template-template-landingpage-v2 .description {
    font-size: 1em;
    line-height: 1.5em;
    color: #555353;
    font-weight: 300;
    letter-spacing: -.01em
}

.page-template-template-landingpage-v2 .brands-carousel {
    margin-bottom: 0
}

.landing-v2-page-header {
    margin: 0 auto;
    margin-bottom: 1.813em;
    text-align: center;
    padding: 0 1.25em
}

@media (min-width: 768px) {
    .landing-v2-page-header {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .section-media-single-banner .media {
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .section-media-single-banner .media img {
        padding-right: 1.875em
    }
}

.section-media-single-banner .media .media-body, .section-media-single-banner .media img {
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width: 767px) {
    .section-media-single-banner .media .media-body, .section-media-single-banner .media img {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section-media-single-banner .media-body {
    padding-top: 4.563em
}

.section-media-single-banner.media-right .media img {
    order: 2
}

@media (min-width: 768px) {
    .section-media-single-banner.media-right .media img {
        padding-left: 1.875em;
        padding-right: 0
    }
}

.section-media-single-banner.media-right .media .media-body {
    order: 1
}

.section-media-single-banner .section-title {
    margin-bottom: .7em
}

.section-media-single-banner .description p {
    padding-right: 3.063em;
    margin-bottom: 1.438em
}

.section-media-single-banner ul {
    margin: 0 0 1.938em 1em
}

.section-media-single-banner .button, .section-media-single-banner article .more-link, article .section-media-single-banner .more-link {
    background-image: none;
    border: 2px solid transparent;
    border-radius: 2.286em;
    color: #fff;
    font-size: .938em;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: .8em;
    padding: .95em 3.22em
}

.quick-scroll {
    line-height: .5;
    text-align: center;
    padding: 1.25em 0 2.125em
}

.quick-scroll a {
    display: inline-block;
    position: relative
}

.quick-scroll a:after, .quick-scroll a:before {
    content: "";
    position: absolute;
    height: 40px;
    border-bottom: 1px solid #c4c4c4;
    top: 0;
    width: 800px
}

.quick-scroll a:before {
    right: 100%;
    margin-right: 25px
}

.quick-scroll a:after {
    left: 100%;
    margin-left: 25px
}

.quick-scroll a .tm-arrow-down {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8NJREFUeNrsnG1oTXEcx/+X25jnUkpKKZE3S7zQWmMsjBHNQ6tpIyIhTy/wCq+MMryYEZrHkiGWh+WpiRtviL1ZeWiiPNVqibGVru/P+V5da1u7957He3/f+rTVzj3n9//cc87//P/n30LRaNRo+p5+qkCFqTAVpsJUmEaFqTAVpsJUmEaFqTAVpsJUmArT9JRwJBK5gp+HwGPV0WPywda8vLwSOcOOAZE2Tb10m1z6qYldknfBKlAPpqif/yI+roOV9PTvHnYLrAM3QY56+psc+lhLP9Y9LG6DayALNIBC0JzBsibRw2Z6Md0Jk1wCA3j6zQSvM1DWBLZ/B32Y3oRJzoGB/FABeJdBssax3XvpwfRFmOQEL8/7lPYhA2SNZXsPsP0mEWGSap5p9yjtUxrLGs12VhOTjDDJwS5n2tc0lDWK7atle00qwiT74u5ps0BrGskayXbVsZ22jSV3s5u9A4aniawRbM9tts/2wbd0sxEeYGjAZQ3jCSDj551OzlbIg1wTn4AHBVTWYNb/AmxJ9MOJCpPFZOvBW449swMmK5t1v2E7ok4Li0lbA76Aq+xFg5As1vuZ9Se1kjDZCcTfoBx8Zw+TFQBZday3nPUbN4XFpJWBEDgP+vtUltR1gb+XpSIrVWGSTrCMvc5pH0qTes6CIayzM9Ud2jGn3wFKwBhwnGecHyJ1nOSwZ4kdsuwSJmkHC8FEjsVCPpAldYxnXe127djOt0Y/QLGxpnWrPBZWxTqKWZfxozDJN1AEpoNKj2RV8vhFrMfWhB0ouA3MAQ/AT2NNxrkVOdY8ThK0OXGAsEOFt1JaI/gF9rsgaxd7wgInZ1TCDjZARgLyMuUhe9LDDh5rm7FeFc4wDs/ZhR3+1j9SWiOl1ThwDBkTbjQuzQqHXbhU3sdJk2ehUzbuezWnZwp4HJMOwiQtYLaxpoI7OJRKNSvAHn4ZLW71Km4Jk7xiRxCTVpfCvpYb6+1OIfdr0lGYpJndfgOl1Sexj8XgCJhrPHg778X6sJdgAcd5RQl+dj7Hq/IE3+TFU7FXC+qegUXgDC+rvkS2q+Xnnns15vJyBeITsBRcNNaCtd6Sz+1k+6deDlK9XrL5CJSCy8ZauNZdcvn3Um5vMlmYYa9ZYaxlRV0X9E011oK2Cm5nVJgV6TVl4Vr8gr7J4IaxXlg0+KRO1x8reoucSQMoZwM4CjYl+eiREcIksoBN3vDInNZ23rt8lZD+o49g3sNUmArTqDAVpsJUmApTYRoVpsJUmApTYRoVpsJUmAoLfv4IMAADqLbP8qEyPwAAAABJRU5ErkJggg==);
    width: 75px;
    height: 75px;
    background-repeat: no-repeat
}

.quick-scroll a i:before {
    display: none
}

.wishlist-title {
    padding: 40px 0
}

.wishlist-title h2 {
    font-size: 2.5em;
    line-height: 1.25em;
    color: #090909
}

.wishlist-in-stock {
    color: #1eb41e
}

.yith-wcwl-share .yith-wcwl-share-title {
    margin: 0
}

.yith-wcwl-share > ul {
    margin-left: 0 !important
}

.yith-wcwl-share {
    margin-top: 10px
}

.yith-wcwl-share h4 {
    line-height: 1.5em;
    padding-bottom: .611em;
    font-weight: 500;
    font-size: 1.125em
}

.yith-wcwl-share ul > li > a {
    line-height: 1;
    font-family: FontAwesome;
    font-style: normal
}

.yith-wcwl-share ul > li {
    padding-right: 10px
}

.yith-wcwl-share .facebook:before {
    content: "\f09a";
    color: #3b5998
}

.yith-wcwl-share .twitter:before {
    content: "\f099";
    color: #00aced
}

.yith-wcwl-share .pinterest:before {
    content: "\f0d2";
    color: #cb2027
}

.yith-wcwl-share .googleplus:before {
    content: "\f0d5";
    color: #dd4b39
}

.yith-wcwl-share .email:before {
    content: "\f0e0";
    color: #43454b
}

@media (min-width: 768px) and (max-width: 1199px) {
    article table.cart.wishlist_table td.product-add-to-cart .more-link, table.cart.wishlist_table td.product-add-to-cart .button, table.cart.wishlist_table td.product-add-to-cart article .more-link {
        text-align: center
    }
}

.woocommerce-wishlist table.cart .product-remove {
    display: block;
    position: relative;
    padding-top: 0
}

.woocommerce-wishlist table.cart .product-remove a.remove {
    position: absolute;
    top: 60px
}

@media (max-width: 1200px) and (min-width: 768px) {
    .woocommerce-wishlist table.cart .product-remove a.remove {
        top: 0;
        left: 0
    }
}

.woocommerce-wishlist table.cart .product-thumbnail {
    display: block;
    border-top: 0
}

.woocommerce-wishlist table.cart .product-thumbnail img {
    max-width: 107px;
    margin: 0 auto
}

.woocommerce-wishlist table.cart .product-price del {
    font-weight: 400;
    color: #b8b8b8;
    font-size: .875em;
    margin-left: .214em
}

@media (max-width: 1200px) and (min-width: 768px) {
    .woocommerce-wishlist table.cart .product-add-to-cart a.button, .woocommerce-wishlist table.cart .product-add-to-cart article a.more-link, article .woocommerce-wishlist table.cart .product-add-to-cart a.more-link {
        font-size: 14px
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .woocommerce-wishlist table.cart td.product-name {
        width: 180px
    }
}

.table-compare {
    border: 1px solid #bebebe;
    margin-bottom: 3.75em;
    border-collapse: collapse
}

.table-compare .product-title {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    color: #626060;
    height: 42px;
    overflow: hidden;
    margin-bottom: 12px
}

.table-compare img {
    max-width: 250px
}

.table-compare td, .table-compare th {
    border: 1px solid #bebebe
}

.table-compare tbody tr th {
    background-color: #f1f1f1;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    padding: 10px 60px
}

.table-compare tbody tr td {
    vertical-align: middle;
    text-align: center;
    padding: 1em
}

.table-compare tbody tr td .in-stock, .table-compare tbody tr td .out-of-stock {
    font-size: .6875rem;
    padding: 4px .625rem;
    letter-spacing: .6px;
    text-transform: uppercase
}

.table-compare tbody tr td .in-stock {
    border: 1px solid #1abc9c;
    color: #1eb41e
}

.table-compare tbody tr td .out-of-stock {
    border: 1px solid #e74c3c;
    color: #e74c3c
}

.table-compare tbody tr td .product-image, .table-compare tbody tr td .star-rating {
    display: inline-block
}

.table-compare tbody tr td p, .table-compare tbody tr td ul li {
    color: #626060;
    font-size: 1em;
    line-height: 1.563em;
    font-weight: 400;
    letter-spacing: -.01em;
    text-align: justify
}

.table-compare tbody tr td ul {
    margin-left: 1em
}

.table-compare tbody tr td .button, .table-compare tbody tr td article .more-link, article .table-compare tbody tr td .more-link {
    border: 2px solid;
    border-radius: 2.286em;
    font-weight: 400;
    font-size: 1em;
    line-height: .786em;
    padding: .74em 1.41575em;
    display: block;
    margin: 0 20px;
    background-color: transparent
}

.table-compare tbody tr td .button:focus, .table-compare tbody tr td .button:hover, .table-compare tbody tr td article .more-link:focus, .table-compare tbody tr td article .more-link:hover, article .table-compare tbody tr td .more-link:focus, article .table-compare tbody tr td .more-link:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: #fff
}

.table-compare tbody tr:first-child td {
    vertical-align: top;
    width: 22%
}

.table-compare tbody .button, .table-compare tbody article .more-link, article .table-compare tbody .more-link {
    padding: .6em 2em
}

.table-compare tbody .price ins {
    text-decoration: none
}

.compare-empty h1 {
    font-size: 3.063em;
    line-height: 1.49em;
    font-weight: 300;
    color: #090909;
    margin-bottom: 1em
}

.return-to-shop {
    text-align: center
}

@media (min-width: 992px) {
    .return-to-shop {
        margin-bottom: 7em
    }
}

.return-to-shop .button, .return-to-shop article .more-link, article .return-to-shop .more-link {
    border: 2px solid;
    border-radius: 2.286em;
    font-weight: 400;
    font-size: 1em;
    line-height: .786em;
    margin-bottom: .8em;
    padding: 1em 3em;
    background-color: transparent
}

.return-to-shop .button:focus, .return-to-shop .button:hover, .return-to-shop article .more-link:focus, .return-to-shop article .more-link:hover, article .return-to-shop .more-link:focus, article .return-to-shop .more-link:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: #fff
}

.return-to-shop .button .icon, .return-to-shop article .more-link .icon, article .return-to-shop .more-link .icon {
    padding-right: 5px
}

#grid-extended .products {
    margin-bottom: 2.813em
}

@media (min-width: 768px) {
    #grid-extended .products .product {
        border: 0
    }
}

#grid-extended .products .product h2.woocommerce-loop-product__title {
    margin-bottom: .714em
}

#grid-extended .products .product .sku_wrapper {
    color: #b3b2b2;
    font-size: .857em;
    margin-bottom: 1.083em;
    display: block
}

@media (max-width: 767px) {
    #grid-extended .products .product .add-to-compare-link, #grid-extended .products .product .button, #grid-extended .products .product article .more-link, article #grid-extended .products .product .more-link {
        display: none
    }
}

#grid-extended .products .product .woocommerce-product-details__short-description {
    border-top: 1px solid #ebebeb;
    height: 105px;
    overflow: hidden;
    margin-bottom: .714em
}

@media (max-width: 767px) {
    #grid-extended .products .product .woocommerce-product-details__short-description {
        padding-top: 10px
    }
}

#grid-extended .products .product .woocommerce-product-details__short-description > ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0 1.357em;
    font-weight: 400;
    text-align: left
}

#grid-extended .products .product .woocommerce-product-details__short-description > ul li {
    border-bottom: 1px solid #ebebeb;
    padding: .5em 0 .286em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#grid-extended .products .product .woocommerce-product-details__short-description > p {
    line-height: 29px;
    height: 95px;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb
}

@media (min-width: 1200px) {
    #grid-extended .products .product .button, #grid-extended .products .product article .more-link, article #grid-extended .products .product .more-link {
        margin-left: 1.286em;
        margin-right: 1.286em
    }
}

#grid-extended .products .product:hover {
    border: 0
}

@media (min-width: 768px) {
    #grid-extended .products .product:not(.first)::before {
        content: " ";
        height: 90%;
        width: 1px;
        background-color: #ebebeb;
        position: absolute;
        left: -1px
    }
}

#grid-extended .products .product .star-rating, .products .list-view-large.product .star-rating, .products .list-view-small.product .star-rating, .products .list-view.product .star-rating {
    font-size: 1.214em;
    letter-spacing: 2.5px;
    width: 6em;
    margin-bottom: .824em
}

#grid-extended .products .product .star-rating:before, .products .list-view-large.product .star-rating:before, .products .list-view-small.product .star-rating:before, .products .list-view.product .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome
}

#grid-extended .products .product .star-rating span:before, .products .list-view-large.product .star-rating span:before, .products .list-view-small.product .star-rating span:before, .products .list-view.product .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome
}

.shop-archive-header:after {
    content: "";
    clear: both;
    display: block
}

@media (max-width: 767px) {
    .shop-archive-header {
        display: none
    }
}

@media (max-width: 33.9em) {
    .post-author-info .media {
        display: block;
        text-align: center
    }

    .post-author-info .media .media-left {
        padding-right: 0
    }

    .post-author-info .media .media-left a {
        display: inline-block
    }

    .commentlist li div.meta, .commentlist li p.meta, .pings-list li div.meta, .pings-list li p.meta {
        display: block;
        flex: 0 0 100%;
        max-width: 100%
    }

    .commentlist li .comment_container .comment-text .comment-content, .pings-list li .comment_container .comment-text .comment-content {
        flex: 0 0 100%;
        max-width: 100%
    }

    .commentlist .comment #respond, .pings-list .comment #respond {
        flex: 0 0 100%;
        max-width: 100%
    }

    .faq-accordion-wrap .faq-accordion .kc_accordion_header {
        font-size: 1.25em
    }

    table.cart td.actions div.coupon {
        float: none !important
    }

    article table.cart td.actions div.coupon [name=apply_coupon].more-link, table.cart td.actions div.coupon .button[name=apply_coupon], table.cart td.actions div.coupon article [name=apply_coupon].more-link {
        margin: 1.25em 0
    }

    article table.cart td.actions div.coupon [name=apply_coupon].more-link, table.cart td.actions div.coupon .button[name=apply_coupon], table.cart td.actions div.coupon .input-text, table.cart td.actions div.coupon article [name=apply_coupon].more-link, table.cart td.actions div.coupon input[type=text] {
        width: 100%
    }

    article table.cart td.actions [name=update_cart].more-link, table.cart td.actions .button[name=update_cart], table.cart td.actions article [name=update_cart].more-link {
        width: 100%
    }

    .compare-empty h1 {
        font-size: 2.5em;
        line-height: 1.4em
    }

    .footer-newsletter .newsletter-header {
        margin-right: 0;
        text-align: center
    }

    .footer-newsletter .newsletter-body form {
        display: flex
    }

    .section-product-cards-carousel-tabs .site-info .section-products-carousel-tabs-wrap, .site-info .col-full, .site-info .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-info .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 47.95em) {
    .gridSelect {
        width: 46% !important;
    }
    table.cart.wishlist_table thead {
        display: none
    }

    table.cart.wishlist_table td.product-remove, table.cart.wishlist_table th.product-remove {
        display: block
    }

    table.cart.wishlist_table a.remove {
        float: none
    }

    table.cart td, table.cart th {
        display: block;
        border-top: none !important
    }

    table.cart tbody tr td:last-child {
        border-bottom: 2px solid #eceeef;
        padding-bottom: 1.25em;
        margin-bottom: .625em
    }

    table.cart tbody tr td.actions {
        border-bottom: none
    }

    table.cart .quantity .qty {
        padding: .1em 1em
    }

    table.cart a.remove {
        text-align: left
    }

    .footer-newsletter {
        margin-bottom: 2em
    }

    .footer-newsletter .footer-newsletter-icon {
        font-size: 1.875em;
        display: none
    }

    .footer-newsletter article input[type=text] + .more-link, .footer-newsletter input[type=text] + .button, .footer-newsletter input[type=text] + button, .footer-newsletter input[type=text] + input[type=button], .footer-newsletter input[type=text] + input[type=submit], article .footer-newsletter input[type=text] + .more-link {
        padding-top: .8em;
        padding-bottom: .8em
    }

    .footer-newsletter .newsletter-form .button, .footer-newsletter .newsletter-form article .more-link, article .footer-newsletter .newsletter-form .more-link {
        padding-left: .4em;
        padding-right: .4em
    }

    .footer-newsletter input[type=text] {
        width: 12em
    }

    .footer-payment-info .list-payment-icons .nav-item + .nav-item {
        margin-left: .8em
    }

    .footer-widgets {
        flex-direction: column
    }

    .footer-widgets .widget {
        margin: 0 0 2em
    }

    .footer-widgets .columns:last-child {
        border-left: none
    }

    .footer-widgets .columns:last-child .widget {
        margin-left: 0
    }

    .footer-widgets .columns:last-child .widget-title + ul, .footer-widgets .columns:last-child .widgettitle + ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .footer-social-icons {
        width: 100%
    }

    .footer-social-icons .social-icons.nav {
        flex-wrap: wrap;
        justify-content: center
    }

    .footer-social-icons .social-icons.nav .nav-item {
        margin-bottom: .667em;
        margin-right: .6em
    }

    .footer-social-icons .social-icons.nav .nav-item + .nav-item {
        margin-left: 0
    }
}

@media (min-width: 33.9em) and (max-width: 47.9em) {
    .footer-newsletter .newsletter-header {
        margin-right: 1em
    }

    .footer-social-icons .social-icons.nav .nav-item {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 47.95em) and (max-width: 62em) {
    .section-product-cards-carousel-tabs .site-footer .before-footer-wrap .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .col-full, .site-footer .before-footer-wrap .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .site-footer .before-footer-wrap .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
        flex-direction: column;
        align-items: center
    }

    .footer-newsletter {
        margin-bottom: 2em
    }

    .footer-newsletter .media-body > div {
        display: flex
    }

    .footer-newsletter .newsletter-header {
        margin-right: 2em
    }

    .footer-newsletter input[type=text] {
        width: 13em
    }
}

.section-product-cards-carousel-tabs .woocommerce-active .site-header .section-products-carousel-tabs-wrap, .woocommerce-active .site-header .col-full, .woocommerce-active .site-header .section-product-cards-carousel-tabs .section-products-carousel-tabs-wrap, .woocommerce-active .site-header .section-top-categories.section-categories-carousel.section-categories-carousel-v1 {
    position: relative
}

.site-header-cart .widget_shopping_cart_content .product_list_widget img {
    margin-left: 1em
}

.site-search {
    font-size: .875em;
    clear: both
}

.site-search .widget_product_search input[type=search], .site-search .widget_product_search input[type=text] {
    padding: 1.41575em 1.618em;
    line-height: 1
}

.site-search .widget_product_search form:before {
    top: 1.41575em;
    left: 1.618em
}

.site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

table.shop_table_responsive thead {
    display: none
}

table.shop_table_responsive tbody th {
    display: none
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both
}

table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 500;
    float: left
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left
}

table.shop_table_responsive tr td.product-remove:before {
    display: none
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none
}

article table.shop_table_responsive tr td.download-actions .more-link, table.shop_table_responsive tr td.download-actions .button, table.shop_table_responsive tr td.download-actions article .more-link {
    display: block;
    text-align: center
}

table.shop_table_responsive.my_account_orders .order-actions {
    text-align: right
}

table.shop_table_responsive.my_account_orders .order-actions:before {
    display: none
}

.single-product .pswp__button {
    background-color: transparent
}

.single-product .track-order .woocommerce-thankyou-order-received, .single-product .woocommerce-message, .single-product .woocommerce-order-received .woocommerce-thankyou-order-received, .single-product .woocommerce-view-order .woocommerce-thankyou-order-received, .track-order .single-product .woocommerce-thankyou-order-received, .woocommerce-order-received .single-product .woocommerce-thankyou-order-received, .woocommerce-view-order .single-product .woocommerce-thankyou-order-received {
    margin-left: 0
}

.single-product .single-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 80px
}

@media (min-width: 576px) {
    .single-product .single-product-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .single-product .single-product-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .single-product .single-product-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .single-product .single-product-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

.single-product .single-product-wrapper .entry-summary, .single-product .single-product-wrapper .product-actions-wrapper, .single-product .single-product-wrapper .product-images-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .single-product .single-product-wrapper .entry-summary, .single-product .single-product-wrapper .product-actions-wrapper, .single-product .single-product-wrapper .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .single-product .single-product-wrapper .entry-summary, .single-product .single-product-wrapper .product-actions-wrapper, .single-product .single-product-wrapper .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .single-product .single-product-wrapper .entry-summary, .single-product .single-product-wrapper .product-actions-wrapper, .single-product .single-product-wrapper .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .single-product .single-product-wrapper .entry-summary, .single-product .single-product-wrapper .product-actions-wrapper, .single-product .single-product-wrapper .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper {
        margin-bottom: 1.25em
    }
}

.single-product .single-product-wrapper .product-images-wrapper .onsale {
    background-color: #62ab00;
    border-radius: 4px;
    color: #fff;
    font-size: .857em;
    line-height: 1.833em;
    padding: 0 .667em;
    position: absolute;
    right: 15px;
    z-index: 99
}

@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .onsale {
        right: 15px
    }
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery {
    display: flex;
    overflow: hidden
}

@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery {
        flex-wrap: wrap
    }
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper {
    text-align: center
}

@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper {
        display: flex
    }
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-list {
    overflow: hidden
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-slide img {
    border: 1px solid #f2f2f2;
    border-radius: 0
}

@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-slide img {
        margin: auto;
        max-width: 86px
    }
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-current img {
    border: 1px solid #4c4c4c
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-arrow {
    display: block;
    background: #f1f1f1;
    width: 80px;
}

@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-arrow {
        display: flex !important;
        align-items: center
    }

    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-arrow i {
        transform: rotate(-90deg)
    }
}

@media (min-width: 768px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-arrow {
        margin-bottom: 4px
    }
}

@media (min-width: 768px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-thumbnails .techmarket-single-product-gallery-thumbnails__wrapper .slick-list + .slick-arrow {
        margin-top: 4px;
        margin-bottom: 0
    }
}

.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

@media (min-width: 768px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images {
        order: 2
    }
}

@media (max-width: 767px) {
    .single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images {
        flex: 0 0 100%;
        max-width: 100%
    }
}

/*.single-product .single-product-wrapper .product-images-wrapper .techmarket-single-product-gallery .techmarket-single-product-gallery-images .slick-slide img {
    margin: auto
}*/

.single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist {
    display: block;
    width: auto;
    right: 0;
    left: auto
}

.single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .single-product .single-product-wrapper .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    top: 0;
    right: 24px
}

.single-product .single-product-wrapper .product-actions-wrapper {
    padding: 0
}

.single-product .single-product-wrapper .product-actions-wrapper .product-actions label {
    display: block;
    color: #626060;
    letter-spacing: -.01em;
    font-weight: 400;
    margin-bottom: 8px
}

.single-product .single-product-wrapper .product-actions-wrapper .product-actions select {
    display: block;
    width: 100%
}

@media (min-width: 768px) and (max-width: 991px) {
    .single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart .single_add_to_cart_button {
        padding: 15px 50px
    }
}

.single-product .single-product-wrapper .product-actions-wrapper .product-actions .availability p.stock {
    display: inline
}

.single-product .product-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width: 33.9em) {
    .single-product .product-actions {
        align-items: flex-start
    }
}

.single-product .product-actions .price {
    font-size: 1.875em;
    /*width: 100%;*/
    /*margin-bottom: .733em*/
}

.single-product .product-actions .price del {
    display: block;
    line-height: 1;
    font-size: 17px
}

.single-product .product-actions form.cart {
    display: flex;
    align-items: center
}

@media (max-width: 1199px) {
    .single-product .product-actions form.cart {
        align-items: flex-start;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .single-product .product-actions form.cart .single_add_to_cart_button {
        margin-left: 55px;
        margin-right: 35px
    }
}

@media (max-width: 33.9em) {
    .single-product .product-actions form.cart .single_add_to_cart_button {
        margin: 0;
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (max-width: 1199px) {
    .single-product .product-actions form.cart .quantity {
        margin-bottom: 20px
    }
}

.single-product .product-actions p.cart + a.add-to-compare-link {
    margin-left: 20px
}

@media (max-width: 1199px) {
    .single-product .product-actions form.cart .group_table tr td.label {
        display: inline-block
    }

    .single-product .product-actions form.cart .group_table tr td.price {
        display: block
    }
}

@media (min-width: 1200px) {
    .single-product .product-actions form.cart .group_table ~ button.single_add_to_cart_button {
        position: absolute;
        bottom: 0;
        right: 0
    }
}

.single-product .variations_form {
    flex-wrap: wrap;
    margin-bottom: 0
}

.single-product .variations_form table.variations tbody {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative
}

@media (min-width: 576px) {
    .single-product .variations_form table.variations tbody {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .single-product .variations_form table.variations tbody {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .single-product .variations_form table.variations tbody {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .single-product .variations_form table.variations tbody {
        margin-right: -15px;
        margin-left: -15px
    }
}

.single-product .variations_form table.variations tbody tr {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1em
}

@media (min-width: 576px) {
    .single-product .variations_form table.variations tbody tr {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .single-product .variations_form table.variations tbody tr {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .single-product .variations_form table.variations tbody tr {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .single-product .variations_form table.variations tbody tr {
        padding-right: 15px;
        padding-left: 15px
    }
}

.single-product .variations_form table.variations td {
    padding: 0;
    display: block
}

.single-product .variations_form .woocommerce-variation-price {
    padding: 0 0 20px
}

.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: flex-end
}

@media (min-width: 1200px) {
    .single-product.normal .product-type-simple .product-actions form.cart {
        align-items: flex-end
    }
}

@media (max-width: 767px) {
    .single-product.normal .product-type-simple .product-actions form.cart {
        align-items: center
    }
}

.single-product.normal .product-type-simple .add-to-compare-link {
    padding-bottom: 0
}

@media (max-width: 767px) {
    .single-product.normal .product-type-simple .add-to-compare-link {
        text-align: center;
        width: 100%
    }
}

.single-product .techmarket-tabs, .single-product .woocommerce-tabs {
    margin-bottom: 60px
}

.single-product .techmarket-tabs .tm-tabs, .single-product .techmarket-tabs .wc-tabs, .single-product .woocommerce-tabs .tm-tabs, .single-product .woocommerce-tabs .wc-tabs {
    display: flex;
    position: relative;
    border: none;
    background-color: #f5f5f5;
    margin-bottom: 76px
}

@media (max-width: 575px) {
    .single-product .techmarket-tabs .tm-tabs, .single-product .techmarket-tabs .wc-tabs, .single-product .woocommerce-tabs .tm-tabs, .single-product .woocommerce-tabs .wc-tabs {
        text-align: center
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .single-product .techmarket-tabs .tm-tabs, .single-product .techmarket-tabs .wc-tabs, .single-product .woocommerce-tabs .tm-tabs, .single-product .woocommerce-tabs .wc-tabs {
        padding-left: 15px
    }

    .single-product .techmarket-tabs .tm-tabs li + li, .single-product .techmarket-tabs .wc-tabs li + li, .single-product .woocommerce-tabs .tm-tabs li + li, .single-product .woocommerce-tabs .wc-tabs li + li {
        padding-left: 20px
    }
}

@media (min-width: 768px) {
    .single-product .techmarket-tabs .tm-tabs, .single-product .techmarket-tabs .wc-tabs, .single-product .woocommerce-tabs .tm-tabs, .single-product .woocommerce-tabs .wc-tabs {
        padding-left: 15px
    }

    .single-product .techmarket-tabs .tm-tabs li + li, .single-product .techmarket-tabs .wc-tabs li + li, .single-product .woocommerce-tabs .tm-tabs li + li, .single-product .woocommerce-tabs .wc-tabs li + li {
        padding-left: 60px
    }
}

@media (min-width: 1200px) {
    .single-product .techmarket-tabs .tm-tabs, .single-product .techmarket-tabs .wc-tabs, .single-product .woocommerce-tabs .tm-tabs, .single-product .woocommerce-tabs .wc-tabs {
        padding-left: 62px
    }
}

@media (min-width: 1590px) {
    .single-product .techmarket-tabs .tm-tabs, .single-product .techmarket-tabs .wc-tabs, .single-product .woocommerce-tabs .tm-tabs, .single-product .woocommerce-tabs .wc-tabs {
        padding-left: 96px
    }
}

.single-product .techmarket-tabs .tm-tabs li, .single-product .techmarket-tabs .wc-tabs li, .single-product .woocommerce-tabs .tm-tabs li, .single-product .woocommerce-tabs .wc-tabs li {
    border-bottom: none
}

.single-product .techmarket-tabs .tm-tabs li a, .single-product .techmarket-tabs .wc-tabs li a, .single-product .woocommerce-tabs .tm-tabs li a, .single-product .woocommerce-tabs .wc-tabs li a {
    padding: 30px 0 !important;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .single-product .techmarket-tabs .tm-tabs li a, .single-product .techmarket-tabs .wc-tabs li a, .single-product .woocommerce-tabs .tm-tabs li a, .single-product .woocommerce-tabs .wc-tabs li a {
        padding: 2.86em 0
    }
}

.single-product .techmarket-tabs .tm-tabs li::after, .single-product .techmarket-tabs .wc-tabs li::after, .single-product .woocommerce-tabs .tm-tabs li::after, .single-product .woocommerce-tabs .wc-tabs li::after {
    display: none
}

.single-product .techmarket-tabs .techmarket-tab h1, .single-product .techmarket-tabs .tm-tabs h1, .single-product .techmarket-tabs .wc-tab h1, .single-product .woocommerce-tabs .techmarket-tab h1, .single-product .woocommerce-tabs .tm-tabs h1, .single-product .woocommerce-tabs .wc-tab h1 {
    font-size: 44px;
    font-weight: 500
}

@media (max-width: 767px) {
    .single-product .techmarket-tabs .techmarket-tab h1, .single-product .techmarket-tabs .tm-tabs h1, .single-product .techmarket-tabs .wc-tab h1, .single-product .woocommerce-tabs .techmarket-tab h1, .single-product .woocommerce-tabs .tm-tabs h1, .single-product .woocommerce-tabs .wc-tab h1 {
        font-size: 30px
    }
}

.single-product .techmarket-tabs .techmarket-tab p, .single-product .techmarket-tabs .tm-tabs p, .single-product .techmarket-tabs .wc-tab p, .single-product .woocommerce-tabs .techmarket-tab p, .single-product .woocommerce-tabs .tm-tabs p, .single-product .woocommerce-tabs .wc-tab p {
    font-weight: 200
}

.single-product .techmarket-tabs .techmarket-tab .outer-wrap, .single-product .techmarket-tabs .tm-tabs .outer-wrap, .single-product .techmarket-tabs .wc-tab .outer-wrap, .single-product .woocommerce-tabs .techmarket-tab .outer-wrap, .single-product .woocommerce-tabs .tm-tabs .outer-wrap, .single-product .woocommerce-tabs .wc-tab .outer-wrap {
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .single-product .techmarket-tabs .techmarket-tab .outer-wrap, .single-product .techmarket-tabs .tm-tabs .outer-wrap, .single-product .techmarket-tabs .wc-tab .outer-wrap, .single-product .woocommerce-tabs .techmarket-tab .outer-wrap, .single-product .woocommerce-tabs .tm-tabs .outer-wrap, .single-product .woocommerce-tabs .wc-tab .outer-wrap {
        flex-direction: column
    }
}

.single-product .techmarket-tabs .panel > h2, .single-product .techmarket-tabs .tab-content > h2, .single-product .techmarket-tabs .wc-tab > h2, .single-product .woocommerce-tabs .panel > h2, .single-product .woocommerce-tabs .tab-content > h2, .single-product .woocommerce-tabs .wc-tab > h2 {
    margin-top: 0;
    padding-bottom: 13px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400
}

.single-product .techmarket-tab {
    margin-bottom: 100px
}

.single-product .woocommerce-product-gallery {
    position: relative
}

@media (max-width: 1699px) {
    .single-product .woocommerce-product-gallery {
        flex-direction: column
    }
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center
}

@media (max-width: 1199px) {
    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none
    }
}

.single-product .woocommerce-product-gallery .flex-viewport {
    padding-right: 0
}

@media (min-width: 1700px) {
    .single-product .woocommerce-product-gallery .flex-viewport {
        order: 3;
        margin: auto;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

.single-product .woocommerce-product-gallery .flex-viewport img {
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    border-radius: 0
}

@media (max-width: 991px) {
    .single-product .woocommerce-product-gallery .flex-viewport img {
        margin: auto
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .single-product .woocommerce-product-gallery .flex-viewport {
        margin-bottom: 20px
    }
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.single-product .woocommerce-product-gallery .flex-control-thumbs::after {
    display: block;
    content: "";
    clear: both
}

@media (min-width: 1700px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs {
        width: 106px
    }
}

@media (max-width: 1699px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs {
        flex-direction: row;
        flex-wrap: wrap
    }

    .single-product .woocommerce-product-gallery .flex-control-thumbs li + li {
        margin-left: 10px
    }
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    margin: 0
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    max-width: 106px;
    border: 1px solid #f2f2f2;
    border-radius: 0
}

@media (max-width: 767px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
        max-width: 50px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
        max-width: 90px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
        max-width: 72px
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
        max-width: 86px
    }
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: 1px solid #4c4c4c
}

.single-product .product_title {
    font-size: 1.438em;
    letter-spacing: -.01em;
    color: #444;
    font-weight: 500;
    line-height: .913em;
    margin-right: 40px
}

@media (max-width: 1199px) {
    .single-product .product_title {
        line-height: 1.3em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .single-product .product_title {
        line-height: 1.2em
    }
}

.single-product .single-product-header {
    padding-bottom: .87em;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1.875em
}

.single-product .single-product-meta {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1.625em;
    margin-bottom: 1.625em;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 767px) {
    .single-product .single-product-meta {
        flex-direction: column
    }

    .single-product .single-product-meta .brand, .single-product .single-product-meta .cat-and-sku {
        margin-bottom: 26px
    }
}

@media (min-width: 768px) {
    .single-product .single-product-meta .brand + .cat-and-sku {
        margin-left: 2.286em
    }
}

.single-product .single-product-meta .brand img {
    max-width: 150px
}

.single-product .single-product-meta .ribbon {
    height: 32px;
    max-width: 76px
}

.single-product .single-product-meta .ribbon span {
    font-weight: 500
}

.single-product .single-product-meta .ribbon::after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent
}

.single-product .single-product-meta .cat-and-sku {
    font-size: .875em;
    letter-spacing: -.01em;
    line-height: 1.643em
}

.single-product .single-product-meta .cat-and-sku > span {
    display: block;
    color: #b3b2b2
}

.single-product .single-product-meta .cat-and-sku span.categories {
    color: #444;
    font-weight: 300
}

.single-product .single-product-meta .cat-and-sku span.categories a {
    padding-right: 10px
}

.single-product .single-product-meta .cat-and-sku span.categories a + a {
    padding-left: 10px;
    padding-right: 0
}

.single-product .single-product-meta .cat-and-sku span.sku {
    font-weight: 400
}

.single-product .single-product-meta .product-label {
    text-align: right;
    flex-grow: 1;
    margin-right: 10px
}

.single-product .single-product-meta .product-label .ribbon {
    margin: 0 0 0 auto
}

.single-product .woocommerce-product-details__short-description, .single-product div[itemprop=description] {
    color: #626060;
    font-size: 1em;
    line-height: 1.563em;
    font-weight: 400;
    letter-spacing: -.01em
}

.single-product .woocommerce-product-details__short-description ul, .single-product div[itemprop=description] ul {
    padding-left: 1.1em;
    margin-left: 0
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .single-product .woocommerce-product-details__short-description, .single-product div[itemprop=description] {
        font-size: .92em
    }

    .single-product .woocommerce-product-details__short-description p, .single-product .woocommerce-product-details__short-description ul, .single-product div[itemprop=description] p, .single-product div[itemprop=description] ul {
        max-height: 205px;
        overflow: hidden
    }
}

.single-product .single_add_to_cart_button {
    display: block;
    border: 2px solid transparent;
    font-weight: 400;
    border-radius: 50px;
    font-size: 15px;
    line-height: 1;
    padding: 18px 72px;
    background-color: transparent;
    box-shadow: none !important;
    outline: 0
}

.single-product .single_add_to_cart_button:hover {
    color: #fff
}

.single-product .reset_variations {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 14px;
    color: #a09f9f
}

.single-product .reset_variations:hover {
    color: grey
}

.single-product .add-to-compare-link {
    border: 2px solid #0063d1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px !important;

    font-size: 14px;
    text-align: center;
    line-height: 2
}
.single-product .add-to-compare-link .fa-heart-o,
.single-product .add-to-compare-link .fa-heart{
    font-size: 24px;
    color: #0063d1
}

.single-product form.cart {
    margin-bottom: 17px
}

.single-product .rating-and-sharing-wrapper {
    display: flex;
    margin-bottom: 25px
}

.single-product .rating-and-sharing-wrapper > div + div {
    margin-left: 35px
}

.single-product .rating-and-sharing-wrapper .sd-content ul {
    margin-bottom: 0 !important
}

.single-product .rating-and-sharing-wrapper .sd-content ul > li {
    margin-bottom: 0 !important
}

.single-product .woocommerce-product-rating {
    display: flex
}

.single-product .woocommerce-product-rating .star-rating {
    letter-spacing: 0;
    color:#d2d2d2
}
.single-product .woocommerce-product-rating .star-rating .active{
    color:#fed700
}

.single-product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 13px;
    line-height: 18px;
    color: #a0a0a0;
    display: block;
    margin-left: 5px
}

.single-product .woocommerce-main-image {
    display: block
}

.single-product .woocommerce-main-image img {
    margin: auto
}

.single-product .accessories .accessories-wrapper {
    display: flex
}

@media (max-width: 1199px) {
    .single-product .accessories .accessories-wrapper {
        flex-direction: column
    }
}

.single-product .accessories .accessories-product {
    position: relative;
    z-index: 9
}

@media (max-width: 767px) {
    .single-product .accessories .accessories-product .products {
        display: flex;
        flex-direction: column
    }

    .single-product .accessories .accessories-product .products .product {
        border-radius: 5px !important;
        box-shadow: none !important;
        width: 100%
    }
}

.single-product .accessories .accessories-product-total-price {
    padding-left: 18px;
    padding-top: 70px
}

@media (max-width: 767px) {
    .single-product .accessories .accessories-product-total-price {
        text-align: center;
        padding-top: 20px;
        padding-left: 0
    }
}

.single-product .accessories .accessories-product-total-price .total-price {
    font-size: .875em;
    margin-bottom: 24px
}

.single-product .accessories .accessories-product-total-price .total-price-html {
    display: block;
    font-size: 1.714em
}

.single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart article .more-link, article .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .more-link {
    border: 2px solid;
    background-color: transparent;
    border-radius: 25px;
    padding: 7.5px 46px;
    font-size: .875em
}

.single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:focus, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:hover, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart article .more-link:focus, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart article .more-link:hover, article .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .more-link:focus, article .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .more-link:hover {
    box-shadow: none;
    color: #fff
}

.single-product .accessories .products {
    margin: 0
}

@media (min-width: 768px) and (max-width: 1399px) {
    .single-product .accessories .products .product {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 768px) {
    .single-product .accessories .products .product {
        border: none
    }
}

.single-product .accessories .products .product .woocommerce-LoopProduct-link {
    margin-bottom: 14px
}

.single-product .accessories .products .product .accessory-checkbox label {
    font-weight: 400
}

.single-product .accessories .products .product .accessory-checkbox label input {
    font-size: 16px;
    margin-right: 4px
}

.single-product .accessories .products .product + .product:before {
    content: " ";
    width: 1px;
    height: 216px;
    background-color: #ebebeb;
    display: block;
    left: 0
}

@media (max-width: 767px) {
    .single-product .accessories .products .product + .product:before {
        width: inherit;
        height: 1px
    }
}

.single-product .accessories .products .product + .product::after, .single-product .accessories .products .product + .product::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .single-product .accessories .products .product + .product::after, .single-product .accessories .products .product + .product::before {
        left: 0;
        top: 0
    }
}

@media (max-width: 767px) {
    .single-product .accessories .products .product + .product::before {
        position: relative;
        margin-bottom: 40px
    }
}

.single-product .accessories .products .product + .product::after {
    left: -18px;
    padding: 4px 10.48px;
    border-radius: 50px;
    font-size: 24px;
    width: 36px;
    font-weight: 100;
    content: "+";
    line-height: 1.2;
    background: #ebebeb
}

@media (max-width: 767px) {
    .single-product .accessories .products .product + .product::after {
        top: -4px;
        left: 50%;
        transform: translate(-50%)
    }
}

.single-product .specification-content {
    background-color: #f5f5f5
}

.single-product .specification-content .tabel-content {
    padding: 3.688em 2.5em 3.313em
}

.single-product .specification-content .tabel-content h3 {
    font-size: 1.25em;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: .45em;
    margin-bottom: .55em
}

.single-product .specification-content .tabel-content table {
    margin-bottom: 6.375em
}

.single-product .specification-content .tabel-content table td {
    padding-left: 0;
    width: 35%
}

.single-product .specification-content .tabel-content table td .value-title {
    display: block;
    font-weight: 400
}

.single-product .specification-content .tabel-content table td .value {
    font-weight: 500
}

.single-product .specification-content .tabel-content table:last-child {
    margin-bottom: 0
}

.additional-info {
    border-radius: 4px;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 21px;
    color: #333e48;
    text-align: center;
    padding: 7px 11.5px;
    margin-bottom: 22px
}

.additional-info i {
    color: #49525a;
    margin-right: 10px;
    font-size: 30px
}

.availability {
    font-size: 15px;
    color: #626060;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 6px;
    margin-bottom: 18px
}

.availability p.stock {
    display: inline
}

p.in-stock {
    color: #1eb41e
}

p.stock {
    margin: 0;
    margin-right: 2.188em
}

p.out-of-stock {
    color: #e14546
}
.out-of-stock img {
    filter: grayscale();
}

p.available-on-backorder {
    color: #f0ad4e
}

.full-width.single-product .techmarket-tabs .tm-tabs, .full-width.single-product .techmarket-tabs .wc-tabs, .full-width.single-product .woocommerce-tabs .tm-tabs, .full-width.single-product .woocommerce-tabs .wc-tabs {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    z-index: 99
}

@media (min-width: 2000px) {
    .full-width.single-product .techmarket-tabs .tm-tabs, .full-width.single-product .techmarket-tabs .wc-tabs, .full-width.single-product .woocommerce-tabs .tm-tabs, .full-width.single-product .woocommerce-tabs .wc-tabs {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

@media (max-width: 767px) {
    .full-width.single-product .techmarket-tabs .tm-tabs, .full-width.single-product .techmarket-tabs .wc-tabs, .full-width.single-product .woocommerce-tabs .tm-tabs, .full-width.single-product .woocommerce-tabs .wc-tabs {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

.full-width.single-product .tm-related-products-carousel {
    height: 100%;
    margin-bottom: 0
}

.full-width.single-product .tm-related-products-carousel.section-products-carousel .products .slick-list {
    margin-bottom: 0
}

.full-width.single-product .tm-related-products-carousel.section-products-carousel .products .slick-dots {
    padding-bottom: 4.375em
}

.full-width.single-product .specification-content .tabel-content {
    padding: 5.563em 8.875em 6.75em
}

@media (min-width: 1200px) {
    .full-width.single-product.normal .single-product-wrapper .entry-summary, .full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
        padding-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .full-width.single-product.normal .single-product-wrapper .entry-summary, .full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .full-width.single-product.normal .single-product-wrapper .entry-summary, .full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .full-width.single-product.normal .single-product-wrapper .product-images-wrapper {
        order: 2
    }
}

@media (min-width: 1200px) {
    .full-width.single-product.normal .single-product-wrapper .entry-summary {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .full-width.single-product.normal .single-product-wrapper .entry-summary {
        margin-bottom: 20px
    }
}

.full-width.single-product .woocommerce-product-gallery .flex-viewport img {
    margin: auto
}

@media (min-width: 1700px) {
    .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 38.5057471667%;
        max-width: 38.5057471667%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .full-width.extended.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }
}

@media (min-width: 1700px) {
    .full-width.extended.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 43.10344825%;
        max-width: 43.10344825%;
        padding-right: 35px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .full-width.extended.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .full-width.extended.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .full-width.extended.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }
}

.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
    border-left: 1px solid #ebebeb;
    padding: 0 15px
}

@media (min-width: 1700px) {
    .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
        flex: 0 0 18.3908045833%;
        max-width: 18.3908045833%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions, .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart {
    flex-direction: column;
    align-items: flex-start
}

@media (min-width: 1200px) {
    .full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions {
        padding-left: 19px
    }
}

.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart {
    width: 100%
}

.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions form.cart .single_add_to_cart_button {
    margin-left: 0;
    margin-right: 0
}

.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .product-actions .price {
    margin-bottom: .4em
}

.full-width.extended.single-product .single-product-wrapper .product-actions-wrapper .woocommerce-variation-availability {
    display: none
}

.full-width.extended.single-product .additional-info, .full-width.extended.single-product .availability {
    width: 100%
}

.full-width.extended.single-product .add-to-compare-link {
    padding-bottom: 0;
    align-self: center
}

.full-width.extended.single-product .single_add_to_cart_button {
    width: 100%;
    padding: 18px 10px
}

.full-width.extended.single-product .quantity {
    margin-bottom: 27px
}

.full-width.extended.single-product p.stock {
    display: none
}

.full-width.extended.single-product .variations_form {
    margin-top: 14px
}

.full-width.extended.single-product .variations_form table.variations tbody {
    flex-direction: column
}

.full-width.extended.single-product .variations_form table.variations tbody tr {
    flex: 0 0 100%;
    max-width: 100%
}

.full-width.extended.single-product .variations_form .single_variation_wrap {
    width: 100%
}

.full-width.extended.single-product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: flex-start
}

@media (min-width: 1200px) {
    .left-sidebar.single-product .single-product-wrapper .product-images-wrapper, .right-sidebar.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .left-sidebar.single-product .single-product-wrapper .product-images-wrapper, .right-sidebar.single-product .single-product-wrapper .product-images-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2
    }
}

@media (min-width: 1200px) {
    .left-sidebar.single-product .single-product-wrapper .entry-summary, .right-sidebar.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .left-sidebar.single-product .single-product-wrapper .entry-summary, .right-sidebar.single-product .single-product-wrapper .entry-summary {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .left-sidebar.single-product .accessories .products .product, .right-sidebar.single-product .accessories .products .product {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 0 0 auto
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .left-sidebar.single-product.normal .product-actions, .left-sidebar.single-product.normal .product-actions form.cart, .right-sidebar.single-product.normal .product-actions, .right-sidebar.single-product.normal .product-actions form.cart {
        flex-direction: column;
        align-items: flex-start
    }

    .left-sidebar.single-product.normal .product-actions form.cart .single_add_to_cart_button, .right-sidebar.single-product.normal .product-actions form.cart .single_add_to_cart_button {
        margin: 0
    }

    .left-sidebar.single-product.normal .product-actions form.cart .quantity, .right-sidebar.single-product.normal .product-actions form.cart .quantity {
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .left-sidebar.single-product #reviews .advanced-review .advanced-review-rating, .right-sidebar.single-product #reviews .advanced-review .advanced-review-rating {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1590px) {
    .left-sidebar.single-product #reviews .advanced-review .advanced-review-rating, .right-sidebar.single-product #reviews .advanced-review .advanced-review-rating {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 1200px) {
    .left-sidebar.single-product #reviews .advanced-review .advanced-review-comment, .right-sidebar.single-product #reviews .advanced-review .advanced-review-comment {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1590px) {
    .left-sidebar.single-product #reviews .advanced-review .advanced-review-comment, .right-sidebar.single-product #reviews .advanced-review .advanced-review-comment {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .left-sidebar.single-product .single_add_to_cart_button, .right-sidebar.single-product .single_add_to_cart_button {
        padding: 18px 50px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .left-sidebar.single-product .product-actions .price, .left-sidebar.single-product .product-actions form.cart, .normal.full-width.single-product .product-actions .price, .normal.full-width.single-product .product-actions form.cart, .right-sidebar.single-product .product-actions .price, .right-sidebar.single-product .product-actions form.cart {
        width: inherit;
        margin-bottom: 0
    }

    .left-sidebar.single-product .product-actions .price, .normal.full-width.single-product .product-actions .price, .right-sidebar.single-product .product-actions .price {
        padding-right: 50px
    }

    .left-sidebar.single-product .product-actions form.cart, .normal.full-width.single-product .product-actions form.cart, .right-sidebar.single-product .product-actions form.cart {
        align-items: center;
        flex-direction: row
    }

    .left-sidebar.single-product .product-actions form.cart .quantity, .normal.full-width.single-product .product-actions form.cart .quantity, .right-sidebar.single-product .product-actions form.cart .quantity {
        margin-bottom: 0;
        padding-right: 24px
    }

    .left-sidebar.single-product .product-actions .add-to-compare-link, .normal.full-width.single-product .product-actions .add-to-compare-link, .right-sidebar.single-product .product-actions .add-to-compare-link {
        padding-left: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .normal.full-width.single-product .product-actions .price {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .left-sidebar #grid .products .product:nth-child(3n+1)::before {
        content: none !important
    }
}

@media (min-width: 1200px) {
    .related .products:not(.slick-dotted) .slick-list, .up-sells .products:not(.slick-dotted) .slick-list {
        padding-bottom: 94px
    }
}

.tm-related-products-carousel {
    margin-bottom: 2.188em
}

@media (max-width: 1199px) {
    .tm-related-products-carousel {
        height: 100%
    }
}

.tm-related-products-carousel::after, .tm-related-products-carousel::before {
    content: " ";
    display: table
}

#tab-specification .tm-shop-attributes-detail .tm-attributes-title, #tab-specification .tm-shop-attributes-detail caption, #tab-specification .tm-shop-attributes-detail h1, #tab-specification .tm-shop-attributes-detail h2, #tab-specification .tm-shop-attributes-detail h3, #tab-specification .tm-shop-attributes-detail h4, #tab-specification .tm-shop-attributes-detail h5, #tab-specification .tm-shop-attributes-detail h6, #tab-specification table .tm-attributes-title, #tab-specification table caption, #tab-specification table h1, #tab-specification table h2, #tab-specification table h3, #tab-specification table h4, #tab-specification table h5, #tab-specification table h6 {
    color: #090909;
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 4px;
    line-height: 1.6;
    text-transform: capitalize
}

#tab-specification .tm-shop-attributes-detail {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 62px 40px;
    background: #f5f5f5
}

#tab-specification .tm-shop-attributes-detail.like-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

#tab-specification .tm-shop-attributes-detail.like-table table td, #tab-specification .tm-shop-attributes-detail.like-table table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

#tab-specification .tm-shop-attributes-detail.like-table table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

#tab-specification .tm-shop-attributes-detail.like-table table tbody + tbody {
    border-top: 2px solid #eceeef
}

#tab-specification .tm-shop-attributes-detail.like-table table .table {
    background-color: #fff
}

@media (min-width: 1200px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (min-width: 576px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (min-width: 768px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody tr {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (min-width: 576px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody tr {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (min-width: 768px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody tr {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody tr {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tbody tr, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tbody tr {
        padding-right: 15px;
        padding-left: 15px
    }
}

#tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes td, #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes th, #tab-specification .tm-shop-attributes-detail:not(.like-table) table td, #tab-specification .tm-shop-attributes-detail:not(.like-table) table th {
    padding: 0
}

@media (max-width: 767px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes td, #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes th, #tab-specification .tm-shop-attributes-detail:not(.like-table) table td, #tab-specification .tm-shop-attributes-detail:not(.like-table) table th {
        padding-bottom: 10px
    }
}

#tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tr, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tr {
    margin-bottom: 40px
}

@media (max-width: 767px) {
    #tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tr td, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tr td {
        text-align: right
    }
}

#tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes tr td p, #tab-specification .tm-shop-attributes-detail:not(.like-table) table tr td p {
    font-weight: 400
}

#tab-specification .tm-shop-attributes-detail:not(.like-table) .shop_attributes th, #tab-specification .tm-shop-attributes-detail:not(.like-table) table th {
    color: #555353;
    display: block;
    font-weight: 500;
    text-transform: capitalize
}

#tab-specification .columns-1 table.shop_attributes tbody tr {
    flex: 0 0 100%;
    max-width: 100%
}

#tab-specification .columns-2 table.shop_attributes tbody tr {
    flex: 0 0 50%;
    max-width: 50%
}

#tab-specification .columns-3 table.shop_attributes tbody tr {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

#tab-specification .columns-4 table.shop_attributes tbody tr {
    flex: 0 0 25%;
    max-width: 25%
}

#tab-specification .columns-5 table.shop_attributes tbody tr {
    flex: 0 0 20%;
    max-width: 20%
}

#tab-specification .columns-6 table.shop_attributes tbody tr {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.thumb-count-0 .woocommerce-product-gallery .flex-control-thumbs {
    display: none
}

#reviews #comments {
    padding-top: 0
}

#reviews #comments .commentlist li {
    border-top: 1px solid #ebebeb;
    border-bottom: none
}

#reviews #comments ul.children {
    width: 81.8181818182%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 1.618em
}

#reviews #comments ul.children li {
    margin-bottom: 1.618em
}

#reviews #comments ul.children li:last-child {
    margin-bottom: 0
}

#reviews .comment-form-rating {
    clear: both
}

#reviews .comment-form-rating label {
    display: block
}

#reviews .advanced-review .advanced-review-rating {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 576px) {
    #reviews .advanced-review .advanced-review-rating {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    #reviews .advanced-review .advanced-review-rating {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

#reviews .advanced-review .advanced-review-rating h2.based-title {
    font-weight: 500;
    margin-bottom: 1.375em;
    font-size: 1.5em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: .542em
}

#reviews .advanced-review .advanced-review-rating .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome
}

#reviews .advanced-review .advanced-review-rating .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome
}

#reviews .advanced-review .advanced-review-comment {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 575px) {
    #reviews .advanced-review .advanced-review-comment {
        margin-top: 20px
    }
}

@media (min-width: 576px) {
    #reviews .advanced-review .advanced-review-comment {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    #reviews .advanced-review .advanced-review-comment {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

#reviews #respond {
    padding: 0
}

#reviews .avg-rating {
    display: flex;
    align-items: center;
    margin-bottom: 2.813em
}

#reviews .avg-rating .avg-rating-number {
    font-size: 2.75em;
    display: inline-block;
    line-height: 1;
    font-weight: 300;
    margin-right: .659em
}

#reviews .avg-rating .star-rating {
    display: inline-block;
    font-size: 1.438em;
    width: 6em;
    letter-spacing: 2px
}

#reviews .rating-histogram {
    width: 368px
}

@media (max-width: 767px) {
    #reviews .rating-histogram {
        width: 100%
    }
}

#reviews .rating-histogram .rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    justify-content: space-between
}

#reviews .rating-histogram .rating-bar .star-rating {
    letter-spacing: 2px
}

#reviews .rating-histogram .rating-bar .rating-percentage-bar {
    width: 12.25em;
    height: .625em;
    border-radius: .313em;
    background-color: #f3f3f3
}

@media (max-width: 767px) {
    #reviews .rating-histogram .rating-bar .rating-percentage-bar {
        width: 10em
    }
}

#reviews .rating-histogram .rating-bar .rating-percentage-bar .rating-percentage {
    height: 100%;
    background-color: #d8d8d8;
    display: block;
    border-radius: .313em
}

.product_list_widget {
    list-style: none;
    margin-left: 0
}

.product_list_widget li {
    padding: 1em 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.product_list_widget li::after {
    display: block;
    content: "";
    clear: both
}

.product_list_widget li img {
    max-width: 2.617924em;
    float: right
}

.product_list_widget li > a {
    display: block
}

.product_list_widget a:hover {
    color: #2c2d33
}

.widget_price_filter .price_slider {
    margin-bottom: 1em
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    direction: ltr
}

.widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount article .more-link, article .widget_price_filter .price_slider_amount .more-link {
    float: left
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    background: #2c2d33;
    box-sizing: border-box;
    margin-top: -3.5px;
    opacity: 1
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em
}

.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active, .widget_price_filter .ui-slider .ui-slider-handle:hover {
    box-shadow: 0 0 0 .236em rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #2c2d33;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    background: rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.site-header .widget_shopping_cart_content li, .site-header .widget_shopping_cart_content p.buttons, .site-header .widget_shopping_cart_content p.total {
    padding-left: 1.41575em;
    padding-right: 1.41575em
}

.site-header .widget_shopping_cart_content li {
    border-bottom: 0
}

.site-header .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove {
    right: 16px;
    top: 7px;
    left: auto
}

.site-header .widget_shopping_cart_content .product_list_widget .mini_cart_item a {
    font-size: .938em
}

.site-header .widget_shopping_cart_content dl.variation {
    margin-left: 0;
    font-size: .76em
}

.site-header .widget_shopping_cart_content dl.variation + .quantity {
    margin-left: 0
}

.widget_shopping_cart .product_list_widget, .widget_shopping_cart_content .product_list_widget {
    margin-bottom: 0
}

.widget_shopping_cart .product_list_widget .mini_cart_item, .widget_shopping_cart_content .product_list_widget .mini_cart_item {
    border-bottom: 0;
    position: relative
}

.widget_shopping_cart .product_list_widget .mini_cart_item .remove, .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove {
    width: 20px;
    position: absolute;
    height: 20px;
    min-width: 20px;
    top: -3px;
    margin-bottom: 0;
    left: -3px;
    border-radius: 50px
}

.widget_shopping_cart .product_list_widget .mini_cart_item .remove:before, .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove:before {
    font-size: .571em;
    color: #fff;
    line-height: 1;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%)
}

.widget_shopping_cart .product_list_widget .mini_cart_item a, .widget_shopping_cart_content .product_list_widget .mini_cart_item a {
    color: #626060;
    min-width: 265px;
    margin-bottom: .4em;
    line-height: 1.2
}

.widget_shopping_cart .product_list_widget .mini_cart_item img, .widget_shopping_cart_content .product_list_widget .mini_cart_item img {
    max-width: 75px
}

.widget_shopping_cart .product_list_widget .mini_cart_item .quantity, .widget_shopping_cart_content .product_list_widget .mini_cart_item .quantity {
    font-weight: 500;
    margin-top: 10px
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message, .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
    padding: 20px
}

.widget_shopping_cart p.buttons, .widget_shopping_cart p.total, .widget_shopping_cart_content p.buttons, .widget_shopping_cart_content p.total {
    padding: 1em 0;
    margin: 0;
    text-align: center
}

.widget_shopping_cart p.total, .widget_shopping_cart_content p.total {
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada
}

.widget_shopping_cart .buttons, .widget_shopping_cart_content .buttons {
    display: flex;
    flex-direction: column
}

.widget_shopping_cart .buttons .button, .widget_shopping_cart .buttons article .more-link, .widget_shopping_cart_content .buttons .button, .widget_shopping_cart_content .buttons article .more-link, article .widget_shopping_cart .buttons .more-link, article .widget_shopping_cart_content .buttons .more-link {
    border-radius: 5px;
    font-weight: 500;
    border: none;
    padding: 8px;
    font-size: 15px;
    color: #fff
}

.widget_shopping_cart .buttons .button:nth-child(odd), .widget_shopping_cart .buttons article .more-link:nth-child(odd), .widget_shopping_cart_content .buttons .button:nth-child(odd), .widget_shopping_cart_content .buttons article .more-link:nth-child(odd), article .widget_shopping_cart .buttons .more-link:nth-child(odd), article .widget_shopping_cart_content .buttons .more-link:nth-child(odd) {
    margin-bottom: .8em
}

.widget_shopping_cart .buttons .checkout, .widget_shopping_cart_content .buttons .checkout {
    background-color: #858585
}

.widget_shopping_cart .buttons .checkout:hover, .widget_shopping_cart_content .buttons .checkout:hover {
    background-color: #7b7b7b
}

.widget_shopping_cart .quantity, .widget_shopping_cart_content .quantity {
    font-size: 14px
}

.widget_shopping_cart dl.variation, .widget_shopping_cart_content dl.variation {
    margin-bottom: 6px;
    margin-left: 110px
}

.widget_shopping_cart dl.variation dd, .widget_shopping_cart_content dl.variation dd {
    margin: 0 0 6px 0
}

.widget_shopping_cart dl.variation dd p, .widget_shopping_cart_content dl.variation dd p {
    margin: 0
}

.widget_shopping_cart dl.variation dt, .widget_shopping_cart_content dl.variation dt {
    text-transform: capitalize
}

.widget_shopping_cart dl.variation + .quantity, .widget_shopping_cart_content dl.variation + .quantity {
    margin-left: 110px
}

#secondary .widget .widget-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: .9em;
    padding-bottom: .25em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 1.429em;
    font-weight: 400
}

#secondary .widget ul li a {
    font-size: 1.071em;
    font-weight: 400;
    color: #2b2b2b;
    letter-spacing: -.01em;
    line-height: 1.4em;
    margin-bottom: 0
}

#secondary .widget.widget_shopping_cart .product_list_widget .mini_cart_item a + a {
    min-width: 100%
}

#secondary .widget.widget_product_search form {
    display: flex
}

#secondary .widget.widget_product_search form input[type=search] {
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#secondary .widget.widget_product_search form input[type=submit] {
    position: initial !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#secondary .widget.widget_product_search form input[type=submit]:hover {
    background-color: #0059bd
}

#secondary .widget.widget_layered_nav select, #secondary .widget.widget_product_categories select {
    width: 100%
}

#secondary .widget ul.product_list_widget li {
    border: 0;
    padding: 0;
    padding-bottom: 1.429em
}

#secondary .widget ul.product_list_widget li a img {
    float: left;
    max-width: 100px;
    margin-right: .653em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #secondary .widget ul.product_list_widget li a img {
        max-width: 84px
    }
}

#secondary .widget ul.product_list_widget li span.product-title {
    max-height: 42px;
    color: #626060;
    overflow: hidden;
    display: block
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #secondary .widget ul.product_list_widget li span.product-title {
        font-size: 13px
    }
}

#secondary .widget ul.product_list_widget li span.amount {
    font-weight: 500
}

#secondary .widget ul.product_list_widget li .star-rating {
    margin-bottom: .3em
}

#secondary .widget.woocommerce ul li del {
    font-size: .929em;
    color: #b8b8b8
}

#secondary .widget.widget_price_filter {
    margin-bottom: 5.306em
}

#secondary .widget.widget_price_filter .widget-title {
    margin-bottom: .75em
}

#secondary .widget.widget_price_filter .price_slider_wrapper {
    display: flex;
    flex-direction: column-reverse;
    position: relative
}

#secondary .widget.widget_price_filter .price_slider {
    height: 2px;
    background-color: #eee;
    margin-bottom: 0;
    width: 96%
}

#secondary .widget.widget_price_filter .price_slider .ui-slider-range {
    top: 0;
    height: 2px;
    background-color: #0063d1
}

#secondary .widget.widget_price_filter .price_slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    background: #0063d1;
    top: -1px
}

#secondary .widget.widget_price_filter .price_slider .ui-slider-handle:last-child {
    margin-left: 0
}

#secondary .widget.widget_price_filter .price_slider_amount {
    margin-bottom: 1.571em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

#secondary .widget.widget_price_filter .price_slider_amount .price_label {
    display: none !important
}

#secondary .widget.widget_price_filter .price_slider_amount button {
    font-size: 1.224em
}

#secondary .widget.widget_price_filter .price_slider_amount input {
    display: block !important;
    margin: 0;
    text-align: center;
    font-size: 18px;
    width: 43%;
    border-radius: 4px;
    margin-bottom: .833em
}

#secondary .widget.widget_price_filter .price_slider_amount input:first-child {
    margin-right: 1.722em
}

#secondary .widget.widget_price_filter .price_slider_amount:after {
    content: "";
    width: 7px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 47%;
    left: 50%;
    top: 19%
}

#secondary .widget.widget_layered_nav .widget-title {
    margin-bottom: .563em
}

#secondary .widget.widget_layered_nav ul {
    margin-bottom: 1.143em
}

#secondary .widget.widget_layered_nav ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #444;
    padding-bottom: .2em
}

#secondary .widget.widget_layered_nav ul li a:before {
    content: "\f096";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    color: #d5d5d5
}

#secondary .widget.widget_layered_nav ul li a:hover:before, #secondary .widget.widget_layered_nav ul li.chosen a:before {
    content: "\f0c8";
    color: #0063d1;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

#secondary .widget.widget_layered_nav ul li span {
    display: none
}

#secondary .widget.widget_layered_nav p a {
    font-size: 1.062em
}

#secondary .widget.widget_layered_nav_filters ul li.chosen a {
    font-size: 1.224em
}

#secondary .widget.widget_layered_nav_filters ul li.chosen a:before {
    content: "\f057";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    color: #444
}

#secondary .widget.widget_layered_nav_filters ul li.chosen a:hover:before {
    color: #e00
}

#secondary .widget.widget_techmarket_products_filter span.widget-title {
    border-bottom: 0;
    font-size: 1.306em;
    padding-bottom: .55em;
    font-weight: 400
}

#secondary .widget.widget_techmarket_products_filter > span.widget-title {
    border-bottom: 1px solid #ebebeb;
    font-size: 1.429em;
    margin-bottom: 1.55em
}

@media (max-width: 1023px) {
    #content #secondary.shop-sidebar {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: -340px;
        width: 288px;
        height: 100%;
        transition: left .2s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        transition: left .2s;
        z-index: 100000000;
        display: block !important;
        padding-top: 20px
    }

    #content #secondary.shop-sidebar > .widget:not(.widget_techmarket_products_filter) {
        display: none
    }

    #content.active-hh-sidebar::before {
        font-family: techmarket-icons;
        font-weight: 400;
        content: "\43";
        display: block;
        padding: 6px 10px;
        position: fixed;
        transition: left .2s;
        background-color: #fff;
        left: 288px;
        top: 0;
        z-index: 999999999
    }

    #content.active-hh-sidebar #secondary.shop-sidebar {
        left: 0;
        box-shadow: 0 0 17px -1px rgba(0, 0, 0, .66)
    }

    #content.active-hh-sidebar .content-area::after {
        content: " ";
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .6;
        position: fixed;
        z-index: 999;
        top: 0;
        transition: left .2s
    }

    .admin-bar #content #secondary.shop-sidebar {
        padding-top: 58px
    }

    .admin-bar #content.active-hh-sidebar::before {
        top: 46px
    }
}

@media (max-width: 500px) {
    #content #secondary.shop-sidebar {
        left: -90%;
        width: 288px
    }
}

.woocommerce-page.woocommerce-cart .hentry.type-page .entry-header {
    display: none
}

table.cart {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

table.cart td, table.cart th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

table.cart thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

table.cart tbody + tbody {
    border-top: 2px solid #eceeef
}

table.cart .table {
    background-color: #fff
}

table.cart td, table.cart th {
    vertical-align: middle
}

@media (min-width: 992px) and (max-width: 1199px) {
    table.cart td, table.cart th {
        padding: .571em
    }
}

table.cart thead th {
    font-size: .938em;
    border: none;
    text-transform: none;
    font-weight: 400;
    color: #626060
}

table.cart tr.cart_item {
    position: relative
}

table.cart dl.variation {
    display: flex;
    margin-left: 140px;
    text-transform: capitalize;
    margin-bottom: 0
}

table.cart dl.variation dd {
    margin: 0 10px 0 0
}

table.cart dl.variation dt {
    margin-right: 4px
}

table.cart td.product-remove, table.cart th.product-remove {
    display: none
}

table.cart td.product-thumbnail, table.cart th.product-thumbnail {
    display: none
}

table.cart td.product-name {
    font-size: .875em;
    line-height: 1.5em;
    letter-spacing: -.01em;
    font-weight: 400;
    color: #626060
}

@media (max-width: 1399px) and (min-width: 1200px) {
    table.cart td.product-name {
        width: 400px
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    table.cart td.product-name {
        width: 330px
    }
}

@media (max-width: 767px) {
    table.cart td.product-name {
        font-size: 1em;
        line-height: 1.5em;
        font-weight: 500;
        letter-spacing: -.01em;
        color: #444
    }
}

table.cart td.product-name .cart-item-product-detail {
    font-size: .875em;
    line-height: 1.5em;
    letter-spacing: -.01em;
    font-weight: 400;
    color: #626060
}

table.cart td.product-name .cart-item-product-detail .media-body a {
    font-size: 1.143em
}

table.cart td.product-name a {
    color: #626060
}

table.cart td.product-name img {
    max-width: 8.735em;
    height: auto;
    margin: 0 1.071em 0 0;
    width: auto
}

@media (min-width: 768px) {
    table.cart td.product-name img {
        margin: 0 2.571em 0 0
    }
}

table.cart td.product-price, table.cart td.product-subtotal {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: -.01em;
    color: #444
}

@media (max-width: 1200px) and (min-width: 768px) {
    table.cart td.product-price, table.cart td.product-subtotal {
        font-size: .938em
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    table.cart td.product-subtotal {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    table.cart tbody tr td.product-subtotal {
        padding-bottom: 2.25em
    }
}

table.cart a.remove {
    float: right
}

@media (max-width: 767px) {
    table.cart a.remove {
        position: absolute;
        right: 11%;
        margin-top: .313em
    }
}

table.cart a.remove:before {
    font-size: 11px;
    color: #444;
    margin-top: 3px
}

table.cart td.product-quantity label {
    display: none
}

@media (max-width: 1199px) and (min-width: 768px) {
    table.cart td.product-quantity .buttons_added {
        width: 120px
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    table.cart td.product-quantity .buttons_added {
        width: 135px
    }
}

@media (max-width: 767px) {
    table.cart td.product-quantity .buttons_added .minus {
        right: 10px
    }

    table.cart td.product-quantity .buttons_added .plus {
        right: 40px
    }

    table.cart td.product-quantity .buttons_added .minus, table.cart td.product-quantity .buttons_added .plus {
        left: inherit
    }

    table.cart td.product-quantity .buttons_added .qty {
        width: 7em
    }
}

table.cart td.actions::after {
    display: block;
    content: "";
    clear: both
}

table.cart td.actions div.coupon {
    float: left;
    display: flex
}

@media (max-width: 480px) {
    table.cart td.actions div.coupon {
        display: block
    }
}

table.cart td.actions div.coupon label {
    display: none
}

table.cart td.actions div.coupon .input-text {
    color: #939393;
    border-radius: 0;
    border: 2px solid #e7e7e7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0
}

@media (max-width: 542px) {
    table.cart td.actions div.coupon .input-text {
        border-radius: 5px;
        border-right: 2px solid #e7e7e7;
        width: 100%
    }
}

article table.cart td.actions div.coupon .more-link, table.cart td.actions div.coupon .button, table.cart td.actions div.coupon article .more-link {
    border-radius: 0 5px 5px 0
}

@media (max-width: 542px) {
    article table.cart td.actions div.coupon .more-link, table.cart td.actions div.coupon .button, table.cart td.actions div.coupon article .more-link {
        border-radius: 5px
    }
}

article table.cart td.actions [name=update_cart].more-link, table.cart td.actions .button[name=update_cart], table.cart td.actions article [name=update_cart].more-link {
    float: right
}

.cross-sells > h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #090909;
    letter-spacing: -.01em;
    font-weight: 400
}

@media (min-width: 991px) and (max-width: 576px) {
    .cart-collaterals {
        margin: auto
    }
}

.cart-collaterals .cart_totals {
    padding: 1.25em;
    background-color: #f9f9f9;
    border-radius: 3px
}

@media (min-width: 992px) {
    .cart-collaterals .cart_totals {
        padding: 2.5em
    }
}

.cart-collaterals .cart_totals > h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 500;
    color: #090909;
    border-bottom: 1px solid #bebebe;
    padding-bottom: .292em;
    margin-top: -.333em
}

.cart-collaterals .cart_totals .shop_table {
    font-size: .938em;
    line-height: 2em;
    display: block
}

.cart-collaterals .cart_totals .shop_table tbody {
    display: block
}

.cart-collaterals .cart_totals .shop_table tr {
    display: table;
    width: 100%
}

.cart-collaterals .cart_totals .shop_table td, .cart-collaterals .cart_totals .shop_table th {
    padding: 0;
    vertical-align: middle;
    letter-spacing: -.01em
}

.cart-collaterals .cart_totals .shop_table td {
    text-align: right
}

.cart-collaterals .cart_totals .shop_table td .woocommerce-Price-amount {
    font-weight: 500
}

.cart-collaterals .cart_totals .shop_table th {
    font-weight: 400
}

.cart-collaterals .cart_totals .shop_table tr:nth-last-child(2) td, .cart-collaterals .cart_totals .shop_table tr:nth-last-child(2) th {
    padding-bottom: 1.733em
}

.cart-collaterals .cart_totals .shop_table tr:last-child td, .cart-collaterals .cart_totals .shop_table tr:last-child th {
    padding-top: .8em;
    padding-bottom: .8em;
    border-top: 1px solid #bebebe
}

.cart-collaterals .cart_totals .shop_table tr:last-child th {
    font-size: 1.133em
}

.cart-collaterals .cart_totals .shop_table tr:last-child td {
    font-size: 1.2em
}

.cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator {
    display: none
}

.cart-collaterals .cart_totals .shop_table tr.shipping td, .cart-collaterals .cart_totals .shop_table tr.shipping th {
    display: table-row;
    width: 100%
}

.cart-collaterals .cart_totals .shop_table tr.shipping td p, .cart-collaterals .cart_totals .shop_table tr.shipping th p {
    line-height: 1.6em
}

.cart-collaterals .cart_totals .shop_table tr.shipping th {
    padding: 0
}

.cart-collaterals .cart_totals .shop_table tr.shipping td {
    text-align: left
}

.cart-collaterals .cart_totals .shop_table tr.shipping td:before {
    content: none
}

.cart-collaterals .cart_totals .shop_table tr.shipping td .woocommerce-Price-amount {
    float: right;
    color: #444
}

.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
    display: block;
    text-align: center;
    color: #444;
    font-size: .938em;
    line-height: 1
}

.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
        margin-right: -15px;
        margin-left: -15px
    }
}

.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

@media (min-width: 576px) {
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px
    }
}

.cart-collaterals .woocommerce-shipping-calculator .button[name=calc_shipping], .cart-collaterals .woocommerce-shipping-calculator article [name=calc_shipping].more-link, article .cart-collaterals .woocommerce-shipping-calculator [name=calc_shipping].more-link {
    color: #fff;
    background-color: #444;
    border-color: #444;
    border-radius: 1.438em;
    padding: .766em;
    display: block;
    text-align: center;
    width: 100%
}

.cart-collaterals .woocommerce-shipping-calculator .button[name=calc_shipping]:hover, .cart-collaterals .woocommerce-shipping-calculator article [name=calc_shipping].more-link:hover, article .cart-collaterals .woocommerce-shipping-calculator [name=calc_shipping].more-link:hover {
    color: #fff;
    background-color: #2b2a2a;
    border-color: #252525
}

.cart-collaterals .woocommerce-shipping-calculator .button[name=calc_shipping].focus, .cart-collaterals .woocommerce-shipping-calculator .button[name=calc_shipping]:focus, .cart-collaterals .woocommerce-shipping-calculator article [name=calc_shipping].focus.more-link, .cart-collaterals .woocommerce-shipping-calculator article [name=calc_shipping].more-link:focus, article .cart-collaterals .woocommerce-shipping-calculator [name=calc_shipping].focus.more-link, article .cart-collaterals .woocommerce-shipping-calculator [name=calc_shipping].more-link:focus {
    box-shadow: 0 0 0 2px rgba(68, 68, 68, .5)
}

.cart-collaterals .woocommerce-shipping-calculator .button[name=calc_shipping].disabled, .cart-collaterals .woocommerce-shipping-calculator .button[name=calc_shipping]:disabled, .cart-collaterals .woocommerce-shipping-calculator article [name=calc_shipping].disabled.more-link, .cart-collaterals .woocommerce-shipping-calculator article [name=calc_shipping].more-link:disabled, article .cart-collaterals .woocommerce-shipping-calculator [name=calc_shipping].disabled.more-link, article .cart-collaterals .woocommerce-shipping-calculator [name=calc_shipping].more-link:disabled {
    background-color: #444;
    border-color: #444
}

.cart-collaterals .woocommerce-shipping-calculator .button[name=calc_shipping].active, .cart-collaterals .woocommerce-shipping-calculator .button[name=calc_shipping]:active, .cart-collaterals .woocommerce-shipping-calculator article [name=calc_shipping].active.more-link, .cart-collaterals .woocommerce-shipping-calculator article [name=calc_shipping].more-link:active, .show > .cart-collaterals .woocommerce-shipping-calculator .button[name=calc_shipping].dropdown-toggle, .show > .cart-collaterals .woocommerce-shipping-calculator article [name=calc_shipping].dropdown-toggle.more-link, article .cart-collaterals .woocommerce-shipping-calculator [name=calc_shipping].active.more-link, article .cart-collaterals .woocommerce-shipping-calculator [name=calc_shipping].more-link:active, article .show > .cart-collaterals .woocommerce-shipping-calculator [name=calc_shipping].dropdown-toggle.more-link {
    color: #fff;
    background-color: #2b2a2a;
    background-image: none;
    border-color: #252525
}

.cart-collaterals .wc-proceed-to-checkout {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 1.625em
}

.cart-collaterals .checkout-button {
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 10.438em;
    font-weight: 500;
    padding: .867em;
    margin-bottom: .875em;
    font-size: .938em;
    letter-spacing: -.5px
}

.cart-collaterals .checkout-button:focus, .cart-collaterals .checkout-button:hover {
    box-shadow: none
}

.cart-collaterals .back-to-shopping {
    color: #444;
    font-size: .938em;
    display: block;
    text-align: center;
    margin-bottom: 1.733em
}

.cart-collaterals .shop-features {
    margin: 0;
    padding: 0;
    list-style: none
}

.cart-collaterals .shop-features li {
    font-size: .938em;
    line-height: 1.5em;
    color: #444
}

.cart-collaterals .shop-features li + li {
    margin-top: 1.2em
}

.cart-collaterals .shop-features li i {
    margin-right: 1.083em;
    font-size: 1.6em
}

.cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 4em
}

@media (min-width: 576px) {
    .cart-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .cart-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .cart-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .cart-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

.cart-wrapper .cart-collaterals, .cart-wrapper > form {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .cart-wrapper .cart-collaterals, .cart-wrapper > form {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .cart-wrapper .cart-collaterals, .cart-wrapper > form {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .cart-wrapper .cart-collaterals, .cart-wrapper > form {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .cart-wrapper .cart-collaterals, .cart-wrapper > form {
        padding-right: 15px;
        padding-left: 15px
    }
}

.cart-wrapper > form {
    flex: 0 0 100%;
    max-width: 100%
}

.cart-wrapper .cart-collaterals {
    flex: 0 0 100%;
    max-width: 100%
}

.cart-wrapper .track-order .woocommerce-thankyou-order-received, .cart-wrapper .woocommerce-error, .cart-wrapper .woocommerce-info, .cart-wrapper .woocommerce-message, .cart-wrapper .woocommerce-order-received .woocommerce-thankyou-order-received, .cart-wrapper .woocommerce-view-order .woocommerce-thankyou-order-received, .track-order .cart-wrapper .woocommerce-thankyou-order-received, .woocommerce-order-received .cart-wrapper .woocommerce-thankyou-order-received, .woocommerce-view-order .cart-wrapper .woocommerce-thankyou-order-received {
    margin-right: 15px;
    margin-left: 15px
}

@media (min-width: 576px) and (max-width: 991px) {
    .cart-wrapper > form {
        flex: 0 0 100%;
        max-width: 100%
    }

    .cart-wrapper .cart-collaterals {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 33.3333333333%
    }
}

@media (min-width: 992px) {
    .cart-wrapper > form {
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }

    .cart-wrapper .cart-collaterals {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }
}

@media (min-width: 1200px) {
    .cart-wrapper > form {
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }

    .cart-wrapper .cart-collaterals {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }
}

@media (min-width: 1590px) {
    .cart-wrapper > form {
        flex: 0 0 76.7241379167%;
        max-width: 76.7241379167%
    }

    .cart-wrapper .cart-collaterals {
        flex: 0 0 23.2758620833%;
        max-width: 23.2758620833%
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .cart-wrapper .cart-collaterals {
        margin: auto
    }
}

ul#shipping_method {
    margin: 5px 0 10px 0;
    list-style: none
}

ul#shipping_method > li {
    text-align: left;
    margin-top: 8px
}

ul#shipping_method > li input[type=radio] {
    float: left;
    margin-right: 10px;
    margin-top: 4px
}

ul#shipping_method > li label {
    display: block;
    margin-bottom: 0;
    line-height: 1.5em;
    font-weight: 400;
    color: #444
}

@media (max-width: 567px) {
    .tm-cross-sells {
        overflow: hidden
    }
}

@media (max-width: 991px) {
    .tm-cross-sells .products .product {
        width: 100%
    }
}

.cart-empty {
    font-size: 3.063em;
    line-height: 1.49em;
    font-weight: 300;
    color: #090909;
    margin-bottom: 1em;
    text-align: center
}

@media (max-width: 767px) {
    .cart-empty {
        font-size: 1.875em;
        line-height: 1.4em
    }
}

#order_review_heading, .woocommerce-page.woocommerce-checkout .hentry.type-page .entry-header {
    display: none
}

.checkout_coupon, .woocommerce-additional-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .checkout_coupon, .woocommerce-additional-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .checkout_coupon, .woocommerce-additional-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .checkout_coupon, .woocommerce-additional-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .checkout_coupon, .woocommerce-additional-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (max-width: 767px) {
    .checkout_coupon, .woocommerce-additional-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
        align-items: flex-start
    }
}

.woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login {
        margin-right: -15px;
        margin-left: -15px
    }
}

.woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login > p:not(.form-row):not(.clear) {
        padding-right: 15px;
        padding-left: 15px
    }
}

.woocommerce-page.woocommerce-checkout .woocommerce-info + .woocommerce-form-login .before-login-text {
    font-weight: 400
}

form.woocommerce-checkout.checkout {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    form.woocommerce-checkout.checkout {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    form.woocommerce-checkout.checkout {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    form.woocommerce-checkout.checkout {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    form.woocommerce-checkout.checkout {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (max-width: 767px) {
    form.woocommerce-checkout.checkout {
        flex-direction: column;
        align-items: flex-start
    }
}

form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
        padding-right: 15px;
        padding-left: 15px
    }
}

form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    form.woocommerce-checkout.checkout .col2-set, form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        flex: 0 0 50%;
        max-width: 50%
    }
}

form.woocommerce-checkout.checkout .col2-set {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media (min-width: 576px) {
    form.woocommerce-checkout.checkout .col2-set {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    form.woocommerce-checkout.checkout .col2-set {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    form.woocommerce-checkout.checkout .col2-set {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    form.woocommerce-checkout.checkout .col2-set {
        margin-right: -15px;
        margin-left: -15px
    }
}

form.woocommerce-checkout.checkout .col2-set > .col-1, form.woocommerce-checkout.checkout .col2-set > .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width: 576px) {
    form.woocommerce-checkout.checkout .col2-set > .col-1, form.woocommerce-checkout.checkout .col2-set > .col-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    form.woocommerce-checkout.checkout .col2-set > .col-1, form.woocommerce-checkout.checkout .col2-set > .col-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    form.woocommerce-checkout.checkout .col2-set > .col-1, form.woocommerce-checkout.checkout .col2-set > .col-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    form.woocommerce-checkout.checkout .col2-set > .col-1, form.woocommerce-checkout.checkout .col2-set > .col-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

form.woocommerce-checkout.checkout .col2-set .woocommerce-account-fields .form-row {
    padding-left: 0
}

@media (min-width: 1700px) {
    form.woocommerce-checkout.checkout .col2-set {
        flex: 0 0 70%;
        max-width: 70%
    }

    form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        flex: 0 0 30%;
        max-width: 30%
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    form.woocommerce-checkout.checkout .col2-set {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #billing_email_field, #billing_first_name_field, #billing_last_name_field, #billing_phone_field, #shipping_first_name_field, #shipping_last_name_field {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    form.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
        margin-top: 20px
    }
}

.woocommerce-checkout .payment-fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0 6px 2em rgba(0, 0, 0, .2)
}

.admin-bar .woocommerce-checkout .payment-fixed {
    top: 32px
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
    display: none
}

form.checkout {
    position: static !important
}

form.checkout > .blockUI {
    position: fixed !important
}

form.checkout h3 {
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #090909;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    line-height: 1.417em;
    padding-bottom: .417em;
    margin-bottom: 1.042em
}

form.checkout h3 label {
    color: #090909;
    margin-bottom: 0
}

form.checkout .woocommerce-error {
    margin-left: 0
}

form.checkout label {
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -.01em;
    color: #626060;
    margin-bottom: .5em
}

form.checkout label .required {
    text-decoration: none
}

form.checkout .form-row textarea::-webkit-input-placeholder, form.checkout input[type=text]::-moz-placeholder, form.checkout input[type=text]::-webkit-input-placeholder {
    color: #b6b6b6
}

.order-review-wrapper {
    background-color: #f9f9f9;
    padding: 2.375em;
    border-radius: .25em
}

@media (max-width: 767px) {
    .order-review-wrapper {
        padding: 20px
    }
}

.order-review-wrapper .order_review_heading {
    font-size: 1.5em;
    font-weight: 500;
    color: #090909;
    letter-spacing: -.01em;
    line-height: 1.417em;
    padding-bottom: .5em;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 1em
}

.order-review-wrapper .shop_table td, .order-review-wrapper .shop_table th, .order-review-wrapper .shop_table thead th {
    padding: 0
}

.order-review-wrapper .shop_table tbody, .order-review-wrapper .shop_table tfoot, .order-review-wrapper .shop_table thead {
    display: table;
    width: 100%
}

.order-review-wrapper .shop_table thead th {
    text-transform: none;
    font-size: .938em;
    line-height: 2em;
    font-weight: 500
}

.order-review-wrapper .shop_table .product-total, .order-review-wrapper .shop_table tfoot td {
    text-align: right
}

.order-review-wrapper .shop_table tbody td, .order-review-wrapper .shop_table tbody th {
    font-size: .875em;
    line-height: 1.5em;
    padding: .5em 0
}

.order-review-wrapper .shop_table tbody tr:last-child td, .order-review-wrapper .shop_table tbody tr:last-child th {
    padding-bottom: 1.071em;
    border-bottom: 1px solid #bebebe
}

.order-review-wrapper .shop_table tfoot td, .order-review-wrapper .shop_table tfoot th {
    font-size: .938em;
    color: #444;
    letter-spacing: -.01em;
    line-height: 2em
}

.order-review-wrapper .shop_table tfoot th {
    font-weight: 400
}

.order-review-wrapper .shop_table tfoot tr:first-child td, .order-review-wrapper .shop_table tfoot tr:first-child th {
    padding-top: .733em
}

.order-review-wrapper .shop_table tfoot tr:nth-last-child(2) td, .order-review-wrapper .shop_table tfoot tr:nth-last-child(2) th {
    padding-bottom: .733em
}

.order-review-wrapper .shop_table tfoot tr.order-total td, .order-review-wrapper .shop_table tfoot tr.order-total th {
    font-size: 17px;
    letter-spacing: -.01em;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding: .733em 0
}

.order-review-wrapper .shop_table tfoot td .woocommerce-Price-amount {
    font-weight: 500
}

.order-review-wrapper .shop_table tfoot tr.shipping td, .order-review-wrapper .shop_table tfoot tr.shipping th {
    display: table-row;
    width: 100%
}

.order-review-wrapper .shop_table tfoot tr.shipping td > *, .order-review-wrapper .shop_table tfoot tr.shipping th > * {
    display: table-cell;
    padding-bottom: .733em
}

.order-review-wrapper .shop_table tfoot tr.shipping td p, .order-review-wrapper .shop_table tfoot tr.shipping th p {
    line-height: 1.6em
}

.order-review-wrapper .shop_table tfoot tr.shipping th {
    padding: 0
}

.order-review-wrapper .shop_table tfoot tr.shipping td {
    text-align: left
}

.order-review-wrapper .shop_table tfoot tr.shipping td .woocommerce-Price-amount {
    float: right;
    color: #444
}

.order-review-wrapper .woocommerce-checkout-review-order-table {
    display: block
}

@media (max-width: 33.9em) {
    table.shop_table.customer_details td, table.shop_table.customer_details th {
        padding: .5em
    }
}

#payment::after {
    display: block;
    content: "";
    clear: both
}

#payment .create-account {
    clear: both
}

#payment .payment_methods {
    margin: 0;
    padding: 0;
    margin-bottom: 2.188em
}

#payment .payment_methods > .wc_payment_method > label {
    display: block;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0;
    color: #444
}

#payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    margin-bottom: .875em;
    position: relative
}

#payment .payment_methods li img {
    float: right;
    border: 0;
    padding: 0;
    max-height: 1.618em
}

#payment .payment_methods li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

#payment .payment_methods li p {
    margin: 0
}

#payment .payment_methods li .payment_box {
    font-size: .875em;
    line-height: 1.5em;
    color: #444;
    letter-spacing: -.01em;
    margin-top: .5em;
    margin-left: 1.857em
}

#payment .payment_methods li .payment_box fieldset {
    border: 0;
    margin: 0;
    padding: 1em 0 0 0;
    font-size: .875em
}

#payment .payment_methods li .payment_box fieldset label {
    width: auto;
    margin-left: 0
}

#payment .payment_methods li .payment_box fieldset .form-row {
    margin-bottom: 1em
}

#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
    margin-right: .357em
}

#payment .payment_methods li .payment_box fieldset #cvv {
    width: 22% !important
}

#payment .payment_methods li .payment_box fieldset .help {
    width: 75%;
    float: right
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
    padding-top: 1em;
    margin: 0
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
    margin-top: .6180469716em
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
    margin-right: .236em
}

#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
    margin-left: 0
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc, #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry, #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
    font-size: 1.41575em
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
    background-repeat: no-repeat;
    background-position: right .6180469716em center;
    background-size: 31px 20px;
    background-image: url(../../assets/images/credit-cards/unknown.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../../assets/images/credit-cards/visa.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../../assets/images/credit-cards/mastercard.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../../assets/images/credit-cards/laser.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../../assets/images/credit-cards/diners.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../../assets/images/credit-cards/maestro.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../../assets/images/credit-cards/jcb.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../../assets/images/credit-cards/amex.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../../assets/images/credit-cards/discover.svg)
}

#payment .terms {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-bottom: 1em
}

#payment .terms label {
    display: block;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: -.1px
}

#payment .terms label.checkbox {
    display: inline-block
}

#payment .terms label a {
    font-size: 13px;
    text-decoration: underline
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #payment .terms label {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 1.2
    }
}

#payment .payment_method_paypal .about_paypal {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline
}

#payment .place-order {
    margin-bottom: 0;
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

#payment .place-order p.wc-terms-and-conditions {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px
}

#payment .place-order .button, #payment .place-order article .more-link, article #payment .place-order .more-link {
    font-size: 1.125em;
    width: 100%;
    white-space: pre-wrap;
    color: #fff;
    font-weight: 500;
    line-height: 1.556em;
    letter-spacing: -.5px;
    border-radius: 2em;
    margin-bottom: .875em
}

#payment .place-order .button:focus, #payment .place-order .button:hover, #payment .place-order article .more-link:focus, #payment .place-order article .more-link:hover, article #payment .place-order .more-link:focus, article #payment .place-order .more-link:hover {
    outline: 0;
    box-shadow: none
}

#ship-to-different-address .input-checkbox, #ship-to-different-address .woocommerce-form__input-checkbox {
    position: relative;
    top: -3px
}

.woocommerce-checkout form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
    position: fixed;
    top: 0;
    padding-right: 0;
    padding-left: 0
}

.woocommerce-checkout.admin-bar form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
    top: 32px
}

.woocommerce-checkout.techmarket-has-sticky-header form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
    top: 82px
}

.woocommerce-checkout.admin-bar.techmarket-has-sticky-header form.woocommerce-checkout.checkout .woocommerce-checkout-review-order.payment-fixed {
    top: 112px
}

.woocommerce-password-strength {
    text-align: left;
    font-weight: 500;
    padding: .5407911001em 0;
    text-align: right;
    font-size: .875em
}

.woocommerce-password-strength.strong {
    color: #0f834d
}

.woocommerce-password-strength.short {
    color: #e2401c
}

.woocommerce-password-strength.bad {
    color: #e2401c
}

.woocommerce-password-strength.good {
    color: #3d9cd2
}

.price {
    font-weight: 500;
    letter-spacing: -.01em;
    font-size: 1.143em
}

.price del {
    font-weight: 400;
    color: #b8b8b8;
    font-size: .875em
}

.price ins {
    font-weight: 500
}

.price ins + del {
    margin-left: .214em
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 1.875em
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.woocommerce-MyAccount-navigation ul li a {
    padding: .875em 0;
    display: block;
    font-weight: 500
}

.woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    margin-bottom: 0
}

.woocommerce-MyAccount-content > .woocommerce-Address {
    margin-left: -15px;
    margin-right: -15px
}

.woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-MyAccount-content .col2-set .col-2, .woocommerce-MyAccount-content .woocommerce-Address {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 1200px) {
    .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-MyAccount-content .col2-set .col-2, .woocommerce-MyAccount-content .woocommerce-Address {
        flex: 0 0 50%;
        max-width: 50%
    }
}

ul.order_details {
    list-style: none;
    position: relative;
    margin: 1em 0
}

ul.order_details::after {
    display: block;
    content: "";
    clear: both
}

@media (min-width: 768px) {
    ul.order_details {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

ul.order_details:after, ul.order_details:before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px
}

ul.order_details:after {
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

ul.order_details li {
    padding: 1em 0;
    font-size: .8em;
    text-transform: uppercase
}

ul.order_details li:first-child {
    padding-top: 1.618em
}

ul.order_details li:last-child {
    border: 0;
    padding-bottom: 1.618em
}

ul.order_details li strong {
    display: block;
    font-size: 1.41575em;
    text-transform: none
}

.my_account_orders .button, .my_account_orders article .more-link, .woocommerce-MyAccount-downloads .button, .woocommerce-MyAccount-downloads article .more-link, article .my_account_orders .more-link, article .woocommerce-MyAccount-downloads .more-link {
    padding: .6180469716em .875em;
    font-size: .875em;
    margin-right: .236em
}

.woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: 600
}

.woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em !important
}

.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0, 0, 0, .05)
}

.woocommerce-MyAccount-content .woocommerce-Pagination {
    text-align: center
}

.woocommerce-EditAccountForm.edit-account .form-row-first, .woocommerce-EditAccountForm.edit-account .form-row-last {
    float: left
}

.woocommerce-EditAccountForm.edit-account legend {
    font-size: 1.6em;
    font-weight: 500
}

.woocommerce-EditAccountForm.edit-account label {
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -.01em;
    color: #626060;
    margin-bottom: .5em
}

.woocommerce-account .hentry.type-page .entry-header .entry-title {
    font-size: 2em
}

@media (max-width: 575px) {
    .woocommerce-account .hentry.type-page .entry-header {
        margin-bottom: 2.7em !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce-account {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 576px) {
    .woocommerce-account {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .woocommerce-account {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    .woocommerce-account {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
    .woocommerce-account {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 576px) {
    .woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    .woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
    .woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .woocommerce-MyAccount-navigation {
        width: 29.4117647059%;
        float: left;
        margin-right: 5.8823529412%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce-MyAccount-navigation ul {
        display: flex;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        overflow: scroll
    }

    .woocommerce-MyAccount-navigation ul li {
        border-bottom: none;
        width: 30%;
        flex-shrink: 0
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: .875em
    }

    .woocommerce-MyAccount-navigation ul li.is-active a {
        background-color: #f1f1f1
    }

    .woocommerce-MyAccount-navigation ul li + li {
        margin-left: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .woocommerce-MyAccount-content {
        width: 64.7058823529%;
        float: right;
        margin-right: 0
    }
}

.user-not-logged-in.woocommerce-account:not(.woocommerce-lost-password) .hentry.type-page .entry-header {
    display: none
}

@media (min-width: 768px) {
    body.woocommerce-lost-password .site-main {
        width: 60%;
        margin: 0 auto
    }
}

.customer-login-form:not(.no-registration-form) {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .customer-login-form:not(.no-registration-form) {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .customer-login-form:not(.no-registration-form) {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .customer-login-form:not(.no-registration-form) {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .customer-login-form:not(.no-registration-form) {
        margin-right: -15px;
        margin-left: -15px
    }
}

.customer-login-form #customer_login {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .customer-login-form #customer_login {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .customer-login-form #customer_login {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .customer-login-form #customer_login {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .customer-login-form #customer_login {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .customer-login-form #customer_login {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin: 0 auto;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width: 768px) {
    .customer-login-form #customer_login {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        margin: 0 auto;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.customer-login-form h2 {
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #090909;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 1.22em;
    line-height: 1.417em;
    padding-bottom: .447em
}

.customer-login-form form.login, .customer-login-form form.register {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .customer-login-form form.login, .customer-login-form form.register {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .customer-login-form form.login, .customer-login-form form.register {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .customer-login-form form.login, .customer-login-form form.register {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .customer-login-form form.login, .customer-login-form form.register {
        margin-right: -15px;
        margin-left: -15px
    }
}

.customer-login-form form.login .register-benefits, .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.register .register-benefits, .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .customer-login-form form.login .register-benefits, .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.register .register-benefits, .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .customer-login-form form.login .register-benefits, .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.register .register-benefits, .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .customer-login-form form.login .register-benefits, .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.register .register-benefits, .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .customer-login-form form.login .register-benefits, .customer-login-form form.login > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide), .customer-login-form form.register .register-benefits, .customer-login-form form.register > p:not(.form-row-first):not(.form-row-last):not(.form-row-wide) {
        padding-right: 15px;
        padding-left: 15px
    }
}

.customer-login-form form.login input[type=submit], .customer-login-form form.register input[type=submit] {
    font-size: .938em;
    padding: .867em 5em;
    border-radius: 1.667em
}

@media (max-width: 575px) {
    .customer-login-form .woocommerce-form-login .form-row label.inline.woocommerce-form__label-for-checkbox {
        display: block
    }
}

.customer-login-form form .before-login-text {
    margin-bottom: 1.688em
}

.customer-login-form form .woocommerce-LostPassword a, .customer-login-form form .woocommerce-form__label-for-checkbox {
    color: #444;
    font-size: .875em;
    font-weight: 400
}

@media (min-width: 576px) {
    .customer-login-form form .woocommerce-form__label-for-checkbox {
        padding-left: 15px
    }
}

.customer-login-form form input.woocommerce-Button {
    margin-bottom: 1.333em;
    margin-top: .625em
}

.customer-login-form form p.form-row {
    margin-bottom: .563em
}

.no-registration-form {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto
}

@media (min-width: 576px) {
    .no-registration-form {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .no-registration-form {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .no-registration-form {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .no-registration-form {
        padding-right: 15px;
        padding-left: 15px
    }
}

#customer_login {
    position: relative
}

#customer_login::after {
    display: block;
    content: "";
    clear: both
}

@media (min-width: 768px) {
    #customer_login::before {
        border-right: 1px solid #ddd;
        height: 100%;
        position: absolute;
        content: ' ';
        right: 50%;
        top: 0
    }
}

@media (min-width: 768px) {
    #customer_login .col-1 {
        padding-right: 5.25em
    }
}

@media (min-width: 768px) {
    #customer_login .col-2 {
        padding-left: 5.25em
    }
}

#customer_login .register-benefits {
    margin-top: 2.188em
}

#customer_login .register-benefits h3 {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.444em
}

#customer_login .register-benefits ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#customer_login .register-benefits ul > li {
    line-height: 2.143em;
    font-weight: 300
}

#customer_login .register-benefits ul > li::before {
    content: "\f00c";
    color: #5bb300;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.143em;
    display: inline-block;
    margin-right: 1em
}

label[for=rememberme] {
    font-weight: 400;
    margin-bottom: 0
}

label[for=rememberme].inline {
    display: inline;
    margin-left: .75em
}

.or-text {
    display: none
}

@media (min-width: 768px) {
    .or-text {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%);
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #ddd;
        font-style: italic;
        background-color: #fff;
        z-index: 1;
        display: block
    }
}

.before-login-text, .before-register-text {
    font-weight: 300
}

.woocommerce-MyAccount-content .form-row {
    padding-left: 0
}

.lost_reset_password.woocommerce-ResetPassword > p {
    text-align: left
}

.lost_reset_password.woocommerce-ResetPassword .form-row-first {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin: 30px auto
}

.lost_reset_password.woocommerce-ResetPassword div.clear {
    display: none
}

.lost_reset_password.woocommerce-ResetPassword .form-row, .lost_reset_password.woocommerce-ResetPassword .form-row-first {
    padding: 0;
    text-align: left
}

.woocommerce-form__label-for-checkbox {
    cursor: pointer;
    display: block
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: .3342343017em
}

.form-row {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .form-row {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .form-row {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .form-row {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .form-row {
        padding-right: 15px;
        padding-left: 15px
    }
}

.form-row label {
    display: block
}

.form-row label.inline {
    display: inline
}

.form-row input, .form-row select, .form-row textarea {
    width: 100%
}

.form-row input[type=checkbox], .form-row input[type=radio] {
    width: auto
}

.form-row .button, .form-row article .more-link, article .form-row .more-link {
    width: auto
}

.form-row.create-account label {
    display: inline-block
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c
}

.form-row-first {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .form-row-first {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .form-row-first {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .form-row-first {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .form-row-first {
        padding-right: 15px;
        padding-left: 15px
    }
}

.form-row-last {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0 !important
}

@media (min-width: 576px) {
    .form-row-last {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .form-row-last {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .form-row-last {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .form-row-last {
        padding-right: 15px;
        padding-left: 15px
    }
}

.form-row-wide {
    clear: both;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .form-row-wide {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .form-row-wide {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .form-row-wide {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .form-row-wide {
        padding-right: 15px;
        padding-left: 15px
    }
}

.required {
    border-bottom: 0 !important;
    color: red
}

.col2-set {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .col2-set {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .col2-set {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .col2-set {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .col2-set {
        margin-right: -15px;
        margin-left: -15px
    }
}

.col2-set .col-1, .col2-set .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .col2-set .col-1, .col2-set .col-2 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .col2-set .col-1, .col2-set .col-2 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 69px;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #3d9cd2;
    color: #fff;
    z-index: 999
}

.demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: block
}

.demo_store a:hover {
    text-decoration: none
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    word-break: keep-all
}

/*.star-rating:before {*/
/*    content: "\f006\f006\f006\f006\f006";*/
/*    font-family: FontAwesome;*/
/*    letter-spacing: .313em;*/
/*    opacity: .25;*/
/*    float: left;*/
/*    top: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    color: #2c2d33*/
/*}*/

/*.star-rating span {*/
/*    overflow: hidden;*/
/*    float: left;*/
/*    top: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    padding-top: 1.5em*/
/*}*/

/*.star-rating span:before {*/
/*    content: "\f005\f005\f005\f005\f005";*/
/*    font-family: FontAwesome;*/
/*    letter-spacing: .313em;*/
/*    top: 0;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    color: #fed700*/
/*}*/

p.stars {
    display: inline-block;
    margin: 0
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 2px;
    font-weight: 400;
    font-size: 18px
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: FontAwesome;
    content: "\f005";
    color: #43454b;
    text-indent: 0;
    opacity: .25
}

p.stars a:hover ~ a:before {
    content: "\f005";
    color: #43454b;
    opacity: .25
}

p.stars:hover a:before {
    content: "\f005";
    color: #fed700;
    opacity: 1
}

p.stars.selected a.active:before {
    content: "\f005";
    color: #fed700;
    opacity: 1
}

p.stars.selected a.active ~ a:before {
    content: "\f005";
    color: #43454b;
    opacity: .25
}

p.stars.selected a:not(.active):before {
    content: "\f005";
    color: #fed700;
    opacity: 1
}

.products .product .onsale {
    position: absolute;
    right: 0;
    background-color: #62ab00;
    color: #fff;
    font-size: .857em;
    line-height: 1.833em;
    border-radius: 4px;
    padding: 0 .667em
}

.products .product:hover .onsale {
    display: none
}

.products .product a {
    position: relative
}

.quantity .qty {
    width: 5em;
    /*width: 7.235801032em;*/
    padding-left: 20px
}

.quantity.buttons_added {
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .quantity.buttons_added {
        width: 170px
    }
}

.quantity.buttons_added .qty {
    width: 9em
}

@media (min-width: 768px) {
    .quantity.buttons_added .qty {
        width: 100%
    }
}

.quantity.buttons_added .minus, .quantity.buttons_added .plus {
    background-color: #ededed;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #333e48;
    padding: 0;
    font-size: 13.46px;
    font-weight: 300;
    position: absolute;
    bottom: 8px
}

.quantity.buttons_added .minus:focus, .quantity.buttons_added .minus:hover, .quantity.buttons_added .plus:focus, .quantity.buttons_added .plus:hover {
    outline: 0;
    background-color: #000;
    color: #fff
}

.quantity.buttons_added .minus {
    right: 8px
}

@media (max-width: 767px) {
    .quantity.buttons_added .minus {
        right: 0;
        left: 8em
    }
}

.quantity.buttons_added .plus {
    right: 41px
}

@media (max-width: 767px) {
    .quantity.buttons_added .plus {
        right: 0;
        left: 5em
    }
}

.techmarket-sorting {
    font-size: .875em;
    margin-bottom: 2.617924em
}

.techmarket-tabs .tm-tabs, .techmarket-tabs ul.tabs, .woocommerce-tabs .tm-tabs, .woocommerce-tabs ul.tabs {
    list-style: none;
    margin-left: 0;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.techmarket-tabs .tm-tabs li, .techmarket-tabs ul.tabs li, .woocommerce-tabs .tm-tabs li, .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.techmarket-tabs .tm-tabs li a, .techmarket-tabs ul.tabs li a, .woocommerce-tabs .tm-tabs li a, .woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
    font-size: 15px;
    color: #444;
    font-weight: 500
}

.techmarket-tabs .panel > h2, .woocommerce-tabs .panel > h2 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 13px;
    color: #090909
}

.related > h2:first-child, .upsells > h2:first-child {
    font-size: 1.618em;
    margin-bottom: 1em
}

.track-order .woocommerce-thankyou-order-received, .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, .woocommerce-order-received .woocommerce-thankyou-order-received, .woocommerce-view-order .woocommerce-thankyou-order-received, p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    background-color: #0f834d;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .6180469716em solid rgba(0, 0, 0, .15)
}

.track-order .woocommerce-thankyou-order-received::after, .woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after, .woocommerce-noreviews::after, .woocommerce-order-received .woocommerce-thankyou-order-received::after, .woocommerce-view-order .woocommerce-thankyou-order-received::after, p.no-comments::after {
    display: block;
    content: "";
    clear: both
}

.track-order .woocommerce-thankyou-order-received a, .woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, .woocommerce-order-received .woocommerce-thankyou-order-received a, .woocommerce-view-order .woocommerce-thankyou-order-received a, p.no-comments a {
    color: #fff
}

.track-order .woocommerce-thankyou-order-received a:hover, .woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover, .woocommerce-noreviews a:hover, .woocommerce-order-received .woocommerce-thankyou-order-received a:hover, .woocommerce-view-order .woocommerce-thankyou-order-received a:hover, p.no-comments a:hover {
    color: #fff;
    opacity: .7
}

.track-order .woocommerce-thankyou-order-received a.button:hover, .track-order .woocommerce-thankyou-order-received article a.more-link:hover, .woocommerce-error a.button:hover, .woocommerce-error article a.more-link:hover, .woocommerce-info a.button:hover, .woocommerce-info article a.more-link:hover, .woocommerce-message a.button:hover, .woocommerce-message article a.more-link:hover, .woocommerce-noreviews a.button:hover, .woocommerce-noreviews article a.more-link:hover, .woocommerce-order-received .woocommerce-thankyou-order-received a.button:hover, .woocommerce-order-received .woocommerce-thankyou-order-received article a.more-link:hover, .woocommerce-view-order .woocommerce-thankyou-order-received a.button:hover, .woocommerce-view-order .woocommerce-thankyou-order-received article a.more-link:hover, article .track-order .woocommerce-thankyou-order-received a.more-link:hover, article .woocommerce-error a.more-link:hover, article .woocommerce-info a.more-link:hover, article .woocommerce-message a.more-link:hover, article .woocommerce-noreviews a.more-link:hover, article .woocommerce-order-received .woocommerce-thankyou-order-received a.more-link:hover, article .woocommerce-view-order .woocommerce-thankyou-order-received a.more-link:hover, article p.no-comments a.more-link:hover, p.no-comments a.button:hover, p.no-comments article a.more-link:hover {
    opacity: 1
}

.track-order .woocommerce-thankyou-order-received .button, .track-order .woocommerce-thankyou-order-received article .more-link, .woocommerce-error .button, .woocommerce-error article .more-link, .woocommerce-info .button, .woocommerce-info article .more-link, .woocommerce-message .button, .woocommerce-message article .more-link, .woocommerce-noreviews .button, .woocommerce-noreviews article .more-link, .woocommerce-order-received .woocommerce-thankyou-order-received .button, .woocommerce-order-received .woocommerce-thankyou-order-received article .more-link, .woocommerce-view-order .woocommerce-thankyou-order-received .button, .woocommerce-view-order .woocommerce-thankyou-order-received article .more-link, article .track-order .woocommerce-thankyou-order-received .more-link, article .woocommerce-error .more-link, article .woocommerce-info .more-link, article .woocommerce-message .more-link, article .woocommerce-noreviews .more-link, article .woocommerce-order-received .woocommerce-thankyou-order-received .more-link, article .woocommerce-view-order .woocommerce-thankyou-order-received .more-link, article p.no-comments .more-link, p.no-comments .button, p.no-comments article .more-link {
    float: right;
    padding: 0;
    background: 0 0;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, .25) !important;
    border-radius: 0
}

.track-order .woocommerce-thankyou-order-received .button:hover, .track-order .woocommerce-thankyou-order-received article .more-link:hover, .woocommerce-error .button:hover, .woocommerce-error article .more-link:hover, .woocommerce-info .button:hover, .woocommerce-info article .more-link:hover, .woocommerce-message .button:hover, .woocommerce-message article .more-link:hover, .woocommerce-noreviews .button:hover, .woocommerce-noreviews article .more-link:hover, .woocommerce-order-received .woocommerce-thankyou-order-received .button:hover, .woocommerce-order-received .woocommerce-thankyou-order-received article .more-link:hover, .woocommerce-view-order .woocommerce-thankyou-order-received .button:hover, .woocommerce-view-order .woocommerce-thankyou-order-received article .more-link:hover, article .track-order .woocommerce-thankyou-order-received .more-link:hover, article .woocommerce-error .more-link:hover, article .woocommerce-info .more-link:hover, article .woocommerce-message .more-link:hover, article .woocommerce-noreviews .more-link:hover, article .woocommerce-order-received .woocommerce-thankyou-order-received .more-link:hover, article .woocommerce-view-order .woocommerce-thankyou-order-received .more-link:hover, article p.no-comments .more-link:hover, p.no-comments .button:hover, p.no-comments article .more-link:hover {
    background: 0 0;
    color: #fff;
    opacity: .7
}

.track-order .woocommerce-thankyou-order-received pre, .woocommerce-error pre, .woocommerce-info pre, .woocommerce-message pre, .woocommerce-noreviews pre, .woocommerce-order-received .woocommerce-thankyou-order-received pre, .woocommerce-view-order .woocommerce-thankyou-order-received pre, p.no-comments pre {
    background-color: rgba(0, 0, 0, .1)
}

.track-order .woocommerce-thankyou-order-received, .woocommerce-NoticeGroup, .woocommerce-NoticeGroup-checkout, .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-order-received .woocommerce-thankyou-order-received, .woocommerce-view-order .woocommerce-thankyou-order-received {
    width: 100%
}

.section-product-cards-carousel-tabs .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-error:first-child, .section-product-cards-carousel-tabs .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-info:first-child, .section-product-cards-carousel-tabs .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-message:first-child, .section-product-cards-carousel-tabs .track-order .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child, .section-product-cards-carousel-tabs .woocommerce-order-received .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child, .section-product-cards-carousel-tabs .woocommerce-view-order .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child, .site-content > .col-full > .woocommerce > .woocommerce-error:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-message:first-child, .site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-error:first-child, .site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-info:first-child, .site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-message:first-child, .track-order .section-product-cards-carousel-tabs .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child, .track-order .site-content > .col-full > .woocommerce > .woocommerce-thankyou-order-received:first-child, .track-order .site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-thankyou-order-received:first-child, .woocommerce-order-received .section-product-cards-carousel-tabs .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child, .woocommerce-order-received .site-content > .col-full > .woocommerce > .woocommerce-thankyou-order-received:first-child, .woocommerce-order-received .site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-thankyou-order-received:first-child, .woocommerce-view-order .section-product-cards-carousel-tabs .site-content > .section-products-carousel-tabs-wrap > .woocommerce > .woocommerce-thankyou-order-received:first-child, .woocommerce-view-order .site-content > .col-full > .woocommerce > .woocommerce-thankyou-order-received:first-child, .woocommerce-view-order .site-content > .section-top-categories.section-categories-carousel.section-categories-carousel-v1 > .woocommerce > .woocommerce-thankyou-order-received:first-child {
    margin-top: 2.617924em
}

.woocommerce-error {
    list-style: none
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #3d9cd2
}

.woocommerce-error {
    background-color: #e2401c
}

dl.variation {
    font-size: .875em
}

dl.variation dd {
    margin: 0 0 1em
}

.wc-item-meta {
    font-size: .875em;
    margin-left: 0;
    list-style: none
}

.wc-item-meta li::after {
    display: block;
    content: "";
    clear: both
}

.wc-item-meta li p, .wc-item-meta li strong {
    display: inline-block
}

.techmarket-product-section .section-title {
    text-align: center;
    margin-bottom: 1.618em
}

.techmarket-product-section:last-child {
    border-bottom: 0
}

@media (min-width: 768px) {
    .demo_store {
        bottom: 0
    }

    .demo_store a {
        background: rgba(0, 0, 0, .1);
        float: right;
        display: inline-block;
        margin: -1em -1.41575em -1em 0;
        padding: 1em 1.41575em
    }

    table.shop_table_responsive thead {
        display: table-header-group
    }

    table.shop_table_responsive tbody th {
        display: table-cell
    }

    table.shop_table_responsive tr td {
        display: table-cell
    }

    table.shop_table_responsive tr td:before {
        display: none
    }

    .site-search form {
        margin: 0
    }

    .woocommerce .page-description {
        margin-bottom: 1.618em
    }

    .techmarket-sorting {
        margin-bottom: 2.617924em
    }

    .techmarket-sorting::after {
        display: block;
        content: "";
        clear: both
    }

    .techmarket-sorting select {
        width: auto
    }

    .woocommerce-result-count {
        float: left;
        position: relative;
        margin-bottom: 0;
        padding: .327em 0
    }

    .woocommerce-ordering {
        float: left;
        margin-bottom: 0;
        padding: .327em 0
    }

    .woocommerce-pagination {
        float: right;
        border: 0;
        clear: none;
        padding: 0;
        margin-bottom: 0
    }

    table + .addresses {
        margin-top: 1.618em
    }

    .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
        width: 17.6470588235%;
        float: right;
        margin-right: 0
    }

    .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
        width: 76.4705882353%;
        float: left;
        margin-right: 5.8823529412%
    }

    table.my_account_orders {
        font-size: .875em
    }

    .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
        width: 21.7391304348%;
        float: left;
        margin-right: 4.347826087%
    }

    .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
        width: 73.9130434783%;
        float: right;
        margin-right: 0
    }

    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
        width: 46.6666666667%;
        float: left;
        margin-right: 6.6666666667%
    }

    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
        width: 46.6666666667%;
        float: right;
        margin-right: 0
    }

    .form-row {
        margin-bottom: 1.438em;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) and (min-width: 576px) {
    .form-row {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .form-row {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .form-row {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .form-row {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .form-row-first {
        clear: both;
        flex: 0 0 50%;
        max-width: 50%
    }

    .form-row-last {
        flex: 0 0 50%;
        max-width: 50%
    }

    .form-row-wide {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) and (min-width: 576px) {
    .form-row-wide {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .form-row-wide {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .form-row-wide {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .form-row-wide {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 568px) and (max-width: 100%) {
    .woocommerce-breadcrumb {
        margin-left: -2.618rem;
        margin-right: -2.618rem;
        padding-left: 2.618rem;
        padding-right: 2.618rem
    }
}

@media (min-width: 1200px) {
    .woocommerce-MyAccount-navigation {
        width: 17.6470588235%;
        float: left;
        margin-right: 5.8823529412%
    }

    .woocommerce-MyAccount-content {
        width: 76.4705882353%;
        float: right;
        margin-right: 0
    }
}

.products {
    margin-left: 0;
    margin-bottom: 0;
    clear: both
}

.products::after {
    display: block;
    content: "";
    clear: both
}

.products .product {
    font-size: .875em;
    text-align: center;
    border: 2px solid transparent;
    padding: 15px 13px;
    margin-left: 0;
    position: relative;
    list-style: none;
    background-color: #fff;
    border-radius: 5px;
    transition: all .25s ease 0s
}

.products .product .sale-saved-label {
    font-size: 1.357em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 100px;
    font-weight: 500;
    flex-shrink: 0;
    background-color: #62ab00;
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 0;
    right: 0
}

.products .product .sale-saved-label .saved-label-amount .woocommerce-Price-currencySymbol {
    font-size: 13.67px;
    font-weight: 400
}

.products .product .sale-saved-label .saved-label-text {
    font-size: .526em;
    line-height: 1.4
}

@media (min-width: 1140px) {
    .products .product:focus, .products .product:hover {
        border-color: #ebebeb;
        border-bottom-right-radius: 0;
        border-bottom-color: transparent;
        border-bottom-left-radius: 0
    }

    .products .product:focus .hover-area, .products .product:hover .hover-area {
        opacity: 1;
        border-color: #ebebeb;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 99%;
        z-index: 20
    }

    .products .product .hover-area {
        text-align: center;
        padding: 0 13px 15px 13px;
        background: #fff;
        border: 2px solid transparent;
        border-top: none;
        width: auto;
        z-index: -1;
        position: absolute;
        display: block;
        left: -2px;
        right: -2px;
        top: 99%;
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
        border-radius: 0 0 5px 5px;
        transition: all .25s ease 0s
    }
}

.products .product .woocommerce-LoopProduct-link {
    display: block
}

@media (max-width: 1199px) {
    .products .product .woocommerce-LoopProduct-link {
        margin-bottom: 14px
    }
}

@media (max-width: 767px) {
    .products .product .woocommerce-LoopProduct-link {
        margin-bottom: 0
    }
}

.products .product .woocommerce-LoopProduct-link:focus, .products .product .woocommerce-LoopProduct-link:hover {
    text-decoration: none
}

.products .product .woocommerce-loop-product__title, .products .product h2, .products .product h3 {
    line-height: 1.5em;
    font-weight: 400;
    color: #626060;
    font-size: 1em;
    overflow: hidden;
    max-height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.products .product .techmarket-product-rating {
    color: #cbcbcb
}

@media (max-width: 767px) {
    .products .product .woocommerce-loop-product__title, .products .product h2, .products .product h3 {
        max-height: 60px;
    }
    .products .product .techmarket-product-rating {
        display: none
    }
}

.products .product .price, .products .product .star-rating {
    margin: 0 auto
}

.products .product .star-rating {
    font-size: .875em;
    display: inline-block;
    vertical-align: top;
    margin-right: .375em
}

.products .product img {
    display: block;
    margin: 0 auto 6px
}

.products .product .price {
    display: block;
    margin-bottom: .286em
}

.products .product .price .amount {
    line-height: 1em
}

.products .product .price ins {
    background-color: transparent
}

.products .product .added_to_cart, .products .product .button, .products .product article .more-link, article .products .product .more-link {
    display: block;
    border: 2px solid;
    border-radius: 2.286em;
    font-weight: 400;
    background-color: transparent;
    font-size: 1em;
    line-height: .786em;
    margin-bottom: .8em;
    padding: .74em 1.41575em;
    transition: all .25s ease 0s
}

.products .product .added_to_cart:hover, .products .product .button:hover, .products .product article .more-link:hover, article .products .product .more-link:hover {
    color: #fff
}

.products .product .added_to_cart:focus, .products .product .added_to_cart:hover, .products .product .button:focus, .products .product .button:hover, .products .product article .more-link:focus, .products .product article .more-link:hover, article .products .product .more-link:focus, article .products .product .more-link:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

.products .product .button.added, .products .product article .added.more-link, article .products .product .added.more-link {
    display: none
}

.products .product .added_to_cart {
    display: flex;
    justify-content: center;
    align-items: center
}

.products .product:hover .yith-wcwl-add-to-wishlist {
    display: block
}

.products .product .discount-ribbon {
    position: absolute;
    top: 0;
    right: 13px;
    min-width: 51px;
    color: #fff;
    background: #62ab00;
    font-weight: 500;
    font-size: .75em;
    line-height: 2em
}

@media (min-width: 768px) and (max-width: 1199px) {
    #grid .columns-1 .products .product:not(:nth-child(4n+1)):before, #grid .columns-2 .products .product:not(:nth-child(4n+1)):before, #grid .columns-3 .products .product:not(:nth-child(4n+1)):before, #grid .columns-4 .products .product:not(:nth-child(4n+1)):before, #grid .columns-5 .products .product:not(:nth-child(4n+1)):before, #grid .columns-6 .products .product:not(:nth-child(4n+1)):before, #grid .columns-7 .products .product:not(:nth-child(4n+1)):before, #grid .columns-8 .products .product:not(:nth-child(4n+1)):before {
        content: " ";
        height: 226px;
        width: 1px;
        background-color: #ebebeb;
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translate(0, -50%)
    }
}

@media (min-width: 992px) {
    #grid .products .product:not(.first)::before {
        content: " ";
        height: 226px;
        width: 1px;
        background-color: #ebebeb;
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translate(0, -50%)
    }
}

#grid .products .product:hover::before {
    opacity: 0
}

@media (min-width: 550px) {
    .products {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 550px) and (min-width: 576px) {
    .products {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 550px) and (min-width: 768px) {
    .products {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 550px) and (min-width: 992px) {
    .products {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 550px) and (min-width: 1200px) {
    .products {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 550px) {
    .products .product {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 550px) and (min-width: 576px) {
    .products .product {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 550px) and (min-width: 768px) {
    .products .product {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 550px) and (min-width: 992px) {
    .products .product {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 550px) and (min-width: 1200px) {
    .products .product {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .products:not(.slick-slider) .product {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products:not(.slick-slider) .product {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products:not(.slick-slider) .product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 1200px) {
    .products:not(.slick-slider) .product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (max-width: 1199px) {
    .columns-1 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .columns-1 .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }

    .columns-2 .products:not(.slick-slider) .product {
        flex: 0 0 50%;
        max-width: 50%
    }

    .columns-3 .products:not(.slick-slider) .product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .columns-4 .products:not(.slick-slider) .product {
        flex: 0 0 25%;
        max-width: 25%
    }

    .columns-5 .products:not(.slick-slider) .product {
        flex: 0 0 20%;
        max-width: 20%
    }

    .columns-6 .products:not(.slick-slider) .product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .columns-7 .products:not(.slick-slider) .product {
        flex: 0 0 14.2857142858%;
        max-width: 14.2857142858%
    }

    .columns-8 .products:not(.slick-slider) .product {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product, .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product, .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product, .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product, .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product, .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product, .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product, .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product {
        flex: 0 0 25%;
        max-width: 25%
    }

    .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product::before, .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product::before, .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product::before, .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product::before, .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product::before, .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product::before, .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product::before, .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product::before {
        content: " ";
        height: 226px;
        width: 1px;
        background-color: #ebebeb;
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translate(0, -50%)
    }

    .two-sidebar #grid .columns-5 .products:not(.slick-slider) .product:nth-child(4n+1)::before, .two-sidebar #grid .columns-6 .products:not(.slick-slider) .product:nth-child(4n+1)::before, .two-sidebar #grid .columns-7 .products:not(.slick-slider) .product:nth-child(4n+1)::before, .two-sidebar #grid .columns-8 .products:not(.slick-slider) .product:nth-child(4n+1)::before, .two-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product:nth-child(4n+1)::before, .two-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product:nth-child(4n+1)::before, .two-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product:nth-child(4n+1)::before, .two-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product:nth-child(4n+1)::before {
        display: none
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .left-sidebar #grid .columns-5 .products:not(.slick-slider) .product, .left-sidebar #grid .columns-6 .products:not(.slick-slider) .product, .left-sidebar #grid .columns-7 .products:not(.slick-slider) .product, .left-sidebar #grid .columns-8 .products:not(.slick-slider) .product, .left-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product, .left-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product, .left-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product, .left-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product, .right-sidebar #grid .columns-5 .products:not(.slick-slider) .product, .right-sidebar #grid .columns-6 .products:not(.slick-slider) .product, .right-sidebar #grid .columns-7 .products:not(.slick-slider) .product, .right-sidebar #grid .columns-8 .products:not(.slick-slider) .product, .right-sidebar #grid-extended .columns-5 .products:not(.slick-slider) .product, .right-sidebar #grid-extended .columns-6 .products:not(.slick-slider) .product, .right-sidebar #grid-extended .columns-7 .products:not(.slick-slider) .product, .right-sidebar #grid-extended .columns-8 .products:not(.slick-slider) .product {
        flex: 0 0 25%;
        max-width: 25%
    }

    .left-sidebar .columns-5 .products .product:nth-child(4n+1)::before, .left-sidebar .columns-6 .products .product:nth-child(4n+1)::before, .left-sidebar .columns-7 .products .product:nth-child(4n+1)::before, .left-sidebar .columns-8 .products .product:nth-child(4n+1)::before, .right-sidebar .columns-5 .products .product:nth-child(4n+1)::before, .right-sidebar .columns-6 .products .product:nth-child(4n+1)::before, .right-sidebar .columns-7 .products .product:nth-child(4n+1)::before, .right-sidebar .columns-8 .products .product:nth-child(4n+1)::before {
        display: none
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .full-width #grid .columns-5 .products:not(.slick-slider) .product, .full-width #grid .columns-6 .products:not(.slick-slider) .product, .full-width #grid .columns-7 .products:not(.slick-slider) .product, .full-width #grid .columns-8 .products:not(.slick-slider) .product, .full-width #grid-extended .columns-5 .products:not(.slick-slider) .product, .full-width #grid-extended .columns-6 .products:not(.slick-slider) .product, .full-width #grid-extended .columns-7 .products:not(.slick-slider) .product, .full-width #grid-extended .columns-8 .products:not(.slick-slider) .product {
        flex: 0 0 20%;
        max-width: 20%
    }

    .full-width .columns-5 .products .product:nth-child(5n+1)::before, .full-width .columns-6 .products .product:nth-child(5n+1)::before, .full-width .columns-7 .products .product:nth-child(5n+1)::before, .full-width .columns-8 .products .product:nth-child(5n+1)::before {
        display: none
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .full-width .columns-5 .products .product.first::before, .full-width .columns-6 .products .product.first::before, .full-width .columns-7 .products .product.first::before, .full-width .columns-8 .products .product.first::before, .left-sidebar .columns-5 .products .product.first::before, .left-sidebar .columns-6 .products .product.first::before, .left-sidebar .columns-7 .products .product.first::before, .left-sidebar .columns-8 .products .product.first::before, .right-sidebar .columns-5 .products .product.first::before, .right-sidebar .columns-6 .products .product.first::before, .right-sidebar .columns-7 .products .product.first::before, .right-sidebar .columns-8 .products .product.first::before {
        content: " ";
        height: 226px;
        width: 1px;
        background-color: #ebebeb;
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translate(0, -50%)
    }

    .full-width #grid-extended .columns-5 .products .product.first::before, .full-width #grid-extended .columns-6 .products .product.first::before, .full-width #grid-extended .columns-7 .products .product.first::before, .full-width #grid-extended .columns-8 .products .product.first::before, .left-sidebar #grid-extended .columns-5 .products .product.first::before, .left-sidebar #grid-extended .columns-6 .products .product.first::before, .left-sidebar #grid-extended .columns-7 .products .product.first::before, .left-sidebar #grid-extended .columns-8 .products .product.first::before, .right-sidebar #grid-extended .columns-5 .products .product.first::before, .right-sidebar #grid-extended .columns-6 .products .product.first::before, .right-sidebar #grid-extended .columns-7 .products .product.first::before, .right-sidebar #grid-extended .columns-8 .products .product.first::before {
        height: 90%
    }
}

.carousel-tabs-with-no-hover .products .product .woocommerce-loop-product__title, .carousel-tabs-with-no-hover .products .product h2, .carousel-tabs-with-no-hover .products .product h3, .product-carousel-with-banners .products .product .woocommerce-loop-product__title, .product-carousel-with-banners .products .product h2, .product-carousel-with-banners .products .product h3, .products-carousel-with-bg .products .product .woocommerce-loop-product__title, .products-carousel-with-bg .products .product h2, .products-carousel-with-bg .products .product h3, .products-carousel-with-vertical-tabs .products .product .woocommerce-loop-product__title, .products-carousel-with-vertical-tabs .products .product h2, .products-carousel-with-vertical-tabs .products .product h3, .section-categories-filter .products .product .woocommerce-loop-product__title, .section-categories-filter .products .product h2, .section-categories-filter .products .product h3 {
    height: 42px
}

@media (max-width: 767px) {
    .products:not(.slick-initialized) {
        display: flex;
        flex-wrap: wrap
    }

    .products:not(.slick-initialized) .product {
        width: 50%
    }

    .products .product {
        display: flex;
        flex-direction: column;
        min-height: 280px;
        justify-content: center
    }

    .products .product .hover-area {
        display: none
    }

    .products .product:not(.sale-product-with-timer):not(.landscape-product-widget):not(.list-view-large):not(.list-view):not(.list-view-small):not(.content-landscape-product-card-with-gallery):not(.onsale-product-carousel-with-timer):not(.landscape-product-card-featured):not(.product-carousel-with-timer-gallery):not(.product-category) {
        border-radius: 0;
        box-shadow: inset 0 0 0 1px #ddd
    }

    .products .product-category.slick-slide {
        min-height: 226px;
        display: flex;
        align-items: center
    }
}

.products .list-view-large.product, .products .list-view-small.product, .products .list-view.product {
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
    padding: 30px 15px
}

@media (max-width: 767px) {
    .products .list-view-large.product, .products .list-view-small.product, .products .list-view.product {
        padding: 30px 0
    }
}

.products .list-view-large.product + .list-view-large.product, .products .list-view-large.product + .list-view-small.product, .products .list-view-large.product + .list-view.product, .products .list-view-small.product + .list-view-large.product, .products .list-view-small.product + .list-view-small.product, .products .list-view-small.product + .list-view.product, .products .list-view.product + .list-view-large.product, .products .list-view.product + .list-view-small.product, .products .list-view.product + .list-view.product {
    border-top: 1px solid #ebebeb
}

@media (min-width: 576px) {
    .products .list-view-large.product img, .products .list-view-small.product img, .products .list-view.product img {
        margin-bottom: 0
    }
}

.products .list-view-large.product .woocommerce-product-details__short-description ul, .products .list-view-small.product .woocommerce-product-details__short-description ul, .products .list-view.product .woocommerce-product-details__short-description ul {
    margin: 0 0 2em 0;
    padding-left: 16px;
    height: 108px;
    overflow: hidden
}

@media (min-width: 1200px) {
    .products .list-view-large.product .yith-wcwl-add-to-wishlist, .products .list-view-small.product .yith-wcwl-add-to-wishlist, .products .list-view.product .yith-wcwl-add-to-wishlist {
        width: auto;
        left: auto;
        right: 0
    }
}

@media (max-width: 1399px) {
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before, .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before, .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
        top: 2px;
        right: 5px;
        left: auto
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before, .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before, .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
        top: -8px;
        right: auto;
        left: -21px
    }
}

@media (min-width: 1200px) {
    .products .list-view-large.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products .list-view-large.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before, .products .list-view-small.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products .list-view-small.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before, .products .list-view.product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products .list-view.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
        top: 0;
        line-height: 1;
        right: 28px
    }
}

.products .list-view-large.product .yith-wcwl-add-to-wishlist, .products .list-view-small.product .yith-wcwl-add-to-wishlist, .products .list-view.product .yith-wcwl-add-to-wishlist {
    display: block
}

.products .list-view-large.product .media, .products .list-view-small.product .media, .products .list-view.product .media {
    align-items: stretch
}

@media (max-width: 767px) {
    .products .list-view-large.product .media, .products .list-view-small.product .media, .products .list-view.product .media {
        flex-direction: column
    }
}

.products .list-view-large.product .media-body, .products .list-view-small.product .media-body, .products .list-view.product .media-body {
    display: flex
}

@media (max-width: 767px) {
    .products .list-view-large.product .media-body, .products .list-view-small.product .media-body, .products .list-view.product .media-body {
        flex-direction: column
    }
}

.products .list-view-large.product .media-body .product-info, .products .list-view-small.product .media-body .product-info, .products .list-view.product .media-body .product-info {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    text-align: left;
    position: relative
}

@media (min-width: 576px) {
    .products .list-view-large.product .media-body .product-info, .products .list-view-small.product .media-body .product-info, .products .list-view.product .media-body .product-info {
        padding: 0 20px
    }
}

.products .list-view-large.product .media-body .product-info .star-rating, .products .list-view-small.product .media-body .product-info .star-rating, .products .list-view.product .media-body .product-info .star-rating {
    margin: 0 0 20px 0
}

.products .list-view-large.product .media-body .product-info .brand img, .products .list-view-small.product .media-body .product-info .brand img, .products .list-view.product .media-body .product-info .brand img {
    margin: 0 0 20px 0;
    max-width: 100px
}

.products .list-view-large.product .media-body .product-info .woocommerce-loop-product__title, .products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title, .products .list-view.product .media-body .product-info .woocommerce-loop-product__title {
    font-size: 1.5em;
    font-weight: 500;
    color: #444;
    margin-bottom: 6px;
    line-height: 1.2;
    margin-right: 40px;
    height: auto;
    margin-bottom: 16px;
    overflow: visible
}

@media (max-width: 1199px) {
    .products .list-view-large.product .media-body .product-info .woocommerce-loop-product__title, .products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title, .products .list-view.product .media-body .product-info .woocommerce-loop-product__title {
        height: auto;
        max-height: 100%
    }
}

.products .list-view-large.product .media-body .product-actions, .products .list-view-small.product .media-body .product-actions, .products .list-view.product .media-body .product-actions {
    margin: 14px 0
}

@media (min-width: 1200px) {
    .products .list-view-large.product .media-body .product-actions, .products .list-view-small.product .media-body .product-actions, .products .list-view.product .media-body .product-actions {
        flex: 0 0 25.3333333333%;
        max-width: 25.3333333333%;
        border-left: 1px solid #ebebeb
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products .list-view-large.product .media-body .product-actions, .products .list-view-small.product .media-body .product-actions, .products .list-view.product .media-body .product-actions {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .products .list-view-large.product .media-body .product-actions, .products .list-view-small.product .media-body .product-actions, .products .list-view.product .media-body .product-actions {
        flex: 0 0 45.8333333333%;
        max-width: 45.8333333333%
    }
}

@media (min-width: 992px) {
    .products .list-view-large.product .media-body .product-actions, .products .list-view-small.product .media-body .product-actions, .products .list-view.product .media-body .product-actions {
        padding-left: 30px
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .products .list-view-large.product .media-body .product-actions, .products .list-view-small.product .media-body .product-actions, .products .list-view.product .media-body .product-actions {
        padding-left: 20px
    }
}

@media (max-width: 767px) {
    .products .list-view-large.product .media-body .product-actions, .products .list-view-small.product .media-body .product-actions, .products .list-view.product .media-body .product-actions {
        padding-right: 20px
    }
}

.products .list-view-large.product .media-body .product-actions .availability, .products .list-view-large.product .media-body .product-actions .price, .products .list-view-small.product .media-body .product-actions .availability, .products .list-view-small.product .media-body .product-actions .price, .products .list-view.product .media-body .product-actions .availability, .products .list-view.product .media-body .product-actions .price {
    text-align: left
}

.products .list-view-large.product .media-body .product-actions .price, .products .list-view-small.product .media-body .product-actions .price, .products .list-view.product .media-body .product-actions .price {
    font-size: 1.857em;
    display: flex;
    margin-bottom: .76em;
    flex-wrap: wrap;
    align-items: center
}

@media (min-width: 576px) and (max-width: 991px) {
    .products .list-view-large.product .media-body .product-actions .price, .products .list-view-small.product .media-body .product-actions .price, .products .list-view.product .media-body .product-actions .price {
        font-size: 1.429em
    }
}

.products .list-view-large.product .media-body .product-actions .price ins + del, .products .list-view-small.product .media-body .product-actions .price ins + del, .products .list-view.product .media-body .product-actions .price ins + del {
    margin-left: 0
}

.products .list-view-large.product .media-body .product-actions .price del, .products .list-view-small.product .media-body .product-actions .price del, .products .list-view.product .media-body .product-actions .price del {
    font-size: .577em
}

.products .list-view-large.product .media-body .product-actions .price ins, .products .list-view-small.product .media-body .product-actions .price ins, .products .list-view.product .media-body .product-actions .price ins {
    order: 2;
    margin: 0;
    line-height: 1;
    width: 100%
}

.products .list-view.product .media > img {
    height: 100%
}

@media (min-width: 768px) {
    .products .list-view.product .media > img {
        flex: 0 0 15.7666666667%;
        max-width: 15.7666666667%
    }
}

.products .list-view.product .media-body .product-info .woocommerce-loop-product__title {
    font-size: 1.286em;
    height: auto;
    margin-bottom: 16px;
    overflow: visible
}

.products .list-view.product .woocommerce-product-details__short-description ul {
    height: 88px
}

.products .list-view-small.product .media > img {
    height: 100%
}

@media (min-width: 768px) {
    .products .list-view-small.product .media > img {
        flex: 0 0 8.4166666667%;
        max-width: 8.4166666667%
    }
}

.products .list-view-small.product .woocommerce-product-details__short-description ul {
    height: 44px;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .products .list-view-small.product .media-body .product-info {
        margin-right: 20px
    }
}

.products .list-view-small.product .media-body .product-info .woocommerce-loop-product__title {
    font-size: 1.071em;
    height: auto;
    margin-bottom: 16px;
    overflow: visible
}

@media (min-width: 1200px) {
    .products .list-view-small.product .media-body .product-actions {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-left: 0;
        border-left: none
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products .list-view-small.product .media-body .product-actions {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1200px) {
    .products .list-view-small.product .woocommerce-product-details__short-description {
        padding-right: 80px
    }
}

@media (min-width: 576px) {
    .products .list-view-large.product .media > img {
        flex: 0 0 23.8333333333%;
        max-width: 23.8333333333%;
        height: 100%
    }
}

.products .list-view-large.product .sku_wrapper {
    color: #b3b2b2
}

.columns-1 .products .list-view-large.product, .columns-1 .products .list-view-small.product, .columns-1 .products .list-view.product, .columns-2 .products .list-view-large.product, .columns-2 .products .list-view-small.product, .columns-2 .products .list-view.product, .columns-3 .products .list-view-large.product, .columns-3 .products .list-view-small.product, .columns-3 .products .list-view.product, .columns-4 .products .list-view-large.product, .columns-4 .products .list-view-small.product, .columns-4 .products .list-view.product, .columns-5 .products .list-view-large.product, .columns-5 .products .list-view-small.product, .columns-5 .products .list-view.product, .columns-6 .products .list-view-large.product, .columns-6 .products .list-view-small.product, .columns-6 .products .list-view.product, .columns-7 .products .list-view-large.product, .columns-7 .products .list-view-small.product, .columns-7 .products .list-view.product, .columns-8 .products .list-view-large.product, .columns-8 .products .list-view-small.product, .columns-8 .products .list-view.product {
    flex: 0 0 100%;
    max-width: 100%
}

.products .sale-product-with-timer {
    text-align: left;
    padding: 1.572em 1.643em 1.715em 2.1em
}

.products .sale-product-with-timer:focus, .products .sale-product-with-timer:hover {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.products .sale-product-with-timer .price {
    font-size: 1.5em;
    margin-bottom: .1em
}

.products .sale-product-with-timer .price del {
    font-size: .762em
}

.products .sale-product-with-timer a:hover {
    color: #383838
}

.products .sale-product-with-timer img {
    margin-bottom: 12px
}

@media (min-width: 1590px) {
    .products .sale-product-with-timer img {
        min-width: 300px
    }
}

@media (max-width: 575px) {
    .products .sale-product-with-timer img {
        min-width: 100%
    }
}

.products .sale-product-with-timer .price-and-title {
    padding-top: 7px
}

.products .sale-product-with-timer .price-and-title h3 {
    font-size: 1.143em
}

.products .sale-product-with-timer .sale-product-with-timer-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 11px
}

.products .sale-product-with-timer .sale-label-outer {
    position: relative;
    min-width: 78px
}

.products .sale-product-with-timer .sale-label-outer::after {
    content: "";
    display: block;
    margin-top: 100%
}

.products .sale-product-with-timer .deal-countdown-timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: .214em
}

@media (max-width: 1400px) {
    .products .sale-product-with-timer .deal-countdown-timer {
        flex-direction: column;
        padding-right: 0
    }
}

.products .sale-product-with-timer .deal-countdown-timer .marketing-text {
    flex-wrap: wrap;
    display: flex;
    color: #090909;
    max-width: 120px;
    line-height: 1.1
}

@media (max-width: 1400px) {
    .products .sale-product-with-timer .deal-countdown-timer .marketing-text {
        text-align: center;
        margin: 6px 0 16px 0
    }

    .products .sale-product-with-timer .deal-countdown-timer .marketing-text span {
        width: 100%
    }
}

.products .sale-product-with-timer .deal-countdown-timer .marketing-text .line-1 {
    width: 100%;
    font-size: 1.286em;
    font-weight: 500
}

.products .sale-product-with-timer .deal-countdown-timer .marketing-text .line-2 {
    font-weight: 200;
    font-size: 1.071em
}

.products .sale-product-with-timer .deal-countdown-timer .deal-countdown {
    display: flex;
    text-align: center;
    min-width: 230px;
    justify-content: space-around
}

.products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span {
    flex-wrap: wrap;
    display: flex;
    color: #383838;
    width: 50px
}

.products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span b {
    width: 100%;
    font-size: .715em;
    text-transform: uppercase
}

.products .sale-product-with-timer .deal-countdown-timer .deal-countdown > span .value {
    width: 100%;
    font-size: 1.429em;
    font-weight: 500;
    background-color: #eee;
    border-radius: 100px;
    padding: .45em 0;
    margin-bottom: .4em
}

.product-with-timer-gallery .products .product .sale-label-outer {
    position: absolute;
    top: 20%;
    left: 6%;
    z-index: 999
}

@media (max-width: 767px) {
    .product-with-timer-gallery .products .product .sale-label-outer {
        top: 0
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-with-timer-gallery .products .product .sale-label-outer {
        top: 5%;
        left: 4%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-with-timer-gallery .products .product .sale-label-outer {
        top: 0;
        left: 4%
    }
}

.product-with-timer-gallery .products .product .sale-label-outer .sale-saved-label {
    width: 78px;
    height: 78px;
    position: relative
}

.product-loop-categories .product-category, .products .product-category {
    background-color: #f9f9f9
}

.product-loop-categories .product-category:focus, .product-loop-categories .product-category:hover, .products .product-category:focus, .products .product-category:hover {
    border-color: transparent
}

.product-loop-categories .product-category a, .products .product-category a {
    display: block;
    width: 100%
}

.product-loop-categories .product-category a:focus, .product-loop-categories .product-category a:hover, .products .product-category a:focus, .products .product-category a:hover {
    text-decoration: none
}

.product-loop-categories .product-category .woocommerce-loop-category__title, .product-loop-categories .product-category h2, .product-loop-categories .product-category h3, .products .product-category .woocommerce-loop-category__title, .products .product-category h2, .products .product-category h3 {
    font-size: 1.071em;
    line-height: 1.3;
    color: #444;
    font-weight: 500;
    margin: 0
}

.product-loop-categories .product-category .woocommerce-loop-category__title mark, .product-loop-categories .product-category h2 mark, .product-loop-categories .product-category h3 mark, .products .product-category .woocommerce-loop-category__title mark, .products .product-category h2 mark, .products .product-category h3 mark {
    display: none
}

.product-loop-categories .product-category img, .products .product-category img {
    margin-bottom: .786em
}

.product-categories-carousel .products .product-category:nth-child(odd) {
    background-color: #fff
}

@media (min-width: 768px) {
    .columns-8 .products .product-category img {
        max-width: 184px
    }
}

.section-product-categories header {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.4em;
    padding-bottom: .813em
}

.section-product-categories .woocommerce-products-header__title {
    font-size: 1.5em;
    font-weight: 500;
    color: #444;
    margin-bottom: 0
}

.product-loop-categories {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .product-loop-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .product-loop-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .product-loop-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .product-loop-categories {
        margin-right: -15px;
        margin-left: -15px
    }
}

.product-loop-categories .product-category {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 10px !important;
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .product-loop-categories .product-category {
        padding-right: 15px;
        padding-left: 15px
    }
}

.product-loop-categories .product-category {
    background-color: transparent;
    text-align: center;
    padding: 0
}

.product-loop-categories .product-category a {
    padding: 20px 0;
    background-color: #f9f9f9
}

.product-loop-categories .product-category a img {
    padding: 0 14px;
    margin: auto auto .786em
}

.product-loop-categories .product-category .woocommerce-loop-category__title, .product-loop-categories .product-category h2 {
    color: #292929;
    font-size: 1em
}

@media (min-width: 1200px) {
    .columns-2 .product-loop-categories .product-category {
        flex: 0 0 50%;
        max-width: 50%
    }

    .columns-3 .product-loop-categories .product-category {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .columns-4 .product-loop-categories .product-category {
        flex: 0 0 25%;
        max-width: 25%
    }

    .columns-5 .product-loop-categories .product-category {
        flex: 0 0 20%;
        max-width: 20%
    }

    .columns-6 .product-loop-categories .product-category {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .columns-7 .product-loop-categories .product-category {
        flex: 0 0 14.2857142858%;
        max-width: 14.2857142858%
    }

    .columns-8 .product-loop-categories .product-category {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media (min-width: 540px) and (max-width: 1199px) {
    .columns-2 .product-loop-categories .product-category, .columns-3 .product-loop-categories .product-category, .columns-4 .product-loop-categories .product-category, .columns-5 .product-loop-categories .product-category, .columns-6 .product-loop-categories .product-category, .columns-7 .product-loop-categories .product-category, .columns-8 .product-loop-categories .product-category {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.products-carousel-with-bg .products {
    overflow: hidden
}

.products-carousel-with-bg .products .product {
    border: none
}

.products-carousel-with-bg .products .product:focus .hover-area, .products-carousel-with-bg .products .product:hover .hover-area {
    bottom: auto;
    border: none;
    top: 96%;
    border-color: transparent
}

.products-carousel-with-bg .products .product h3 {
    margin-bottom: 0;
    line-height: 1.2;
    overflow: hidden;
    max-height: 32px
}

.products-carousel-with-bg .products .product img {
    margin-bottom: 6px
}

.products-carousel-with-bg .products .product img + h3 {
    margin-top: 35px
}

.products-carousel-with-bg .products .product .hover-area {
    margin-left: 2px;
    margin-right: 2px;
    padding: 0 13px 10px
}

.products-carousel-with-bg .products .product .button, .products-carousel-with-bg .products .product article .more-link, article .products-carousel-with-bg .products .product .more-link {
    margin: .3em 0
}

.products-carousel-with-bg .products:not(.slick-dotted) .slick-list {
    padding-bottom: 70px
}

.products-carousel-with-bg .slick-dots {
    padding: 20px 0 23px 0
}

.products .landscape-product.product {
    padding: 0 1.072em;
    border: none
}

@media (max-width: 767px) {
    .products .landscape-product.product {
        padding: 0
    }

    .products .landscape-product.product > a {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 450px) {
    .products .landscape-product.product .media {
        flex-direction: column;
        align-items: center
    }
}

.products .landscape-product.product .media img {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .products .landscape-product.product .media img {
        max-width: 134px
    }
}

@media (max-width: 767px) {
    .products .landscape-product.product .media img {
        padding: 1px
    }
}

.products .landscape-product.product .media-body {
    text-align: left;
    padding-top: .575em;
    padding-left: 1.072em
}

.products .landscape-product.product .media-body .techmarket-product-rating {
    margin-top: .857em
}

.products .landscape-product.product .media-body .techmarket-product-rating .star-rating {
    margin: 0 .375em 0 0
}

@media (max-width: 450px) {
    .products .landscape-product.product .media-body {
        padding-left: 0;
        text-align: center
    }

    .products .landscape-product.product .media-body .star-rating {
        margin: auto .375em auto
    }
}

.products .landscape-product.product a {
    position: relative
}

@media (min-width: 768px) {
    .products .landscape-product.product a::before {
        content: " ";
        width: 1px;
        height: 84px;
        background-color: #ebebeb;
        display: block;
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.products .landscape-product.product .woocommerce-loop-product__title, .products .landscape-product.product h2, .products .landscape-product.product h3 {
    margin-left: 0
}

@media (min-width: 768px) {
    .products .landscape-product.product .woocommerce-loop-product__title, .products .landscape-product.product h2, .products .landscape-product.product h3 {
        margin-bottom: .58em;
        max-width: 180px
    }
}

.products .landscape-product.product .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em
}

.products .landscape-product .price {
    margin-bottom: .166em
}

.section-landscape-products-carousel .products .product.slick-active::after, .section-landscape-products-carousel .products .slick-active .product::after, .section-landscape-products-carousel.section-products-carousel-tabs .products .product.slick-active::after, .section-landscape-products-widget-carousel .products .product.slick-active::after, .section-landscape-products-widget-carousel .products .slick-active .product::after, .section-landscape-products-widget-carousel.section-products-carousel-tabs .products .product.slick-active::after {
    display: none
}

.products .landscape-product-card {
    padding: 0 .715em;
    background-color: transparent
}

@media (min-width: 768px) {
    .products .landscape-product-card {
        margin-bottom: 1.4em;
        border: none
    }
}

@media (min-width: 1590px) {
    .products .landscape-product-card {
        height: 216px
    }
}

.products .landscape-product-card img {
    max-width: 188px;
    margin-bottom: 0
}

.products .landscape-product-card > a {
    padding: 1.786em .715em
}

.products .landscape-product-card .media {
    padding: 1.643em 1.071em 1.643em .571em;
    background-color: #fff;
    border: 2px solid transparent;
    transition: all .25s ease 0s
}

@media (max-width: 767px) {
    .products .landscape-product-card .media {
        padding: 0;
        flex-direction: column;
        border: none
    }
}

.products .landscape-product-card .media-body {
    text-align: left;
    padding-top: .575em;
    position: relative
}

@media (min-width: 576px) {
    .products .landscape-product-card .media-body {
        padding-left: .72em
    }
}

.products .landscape-product-card .media-body .star-rating {
    margin: 0;
    margin-right: .385em
}

.products .landscape-product-card .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em
}

.products .landscape-product-card h3 {
    margin-bottom: .786em
}

.products .landscape-product-card .button, .products .landscape-product-card article .more-link, article .products .landscape-product-card .more-link {
    padding: .76em 1.41575em;
    margin-bottom: .9em
}

.products .landscape-product-card .hover-area {
    border: none;
    padding: 1.286em 0 0 0;
    box-shadow: none;
    text-align: center;
    position: relative
}

@media (min-width: 1200px) {
    .products .landscape-product-card .hover-area {
        display: none
    }
}

.products .landscape-product-card:hover .media {
    border-radius: 6px;
    box-shadow: 0 0 18px rgba(1, 1, 1, .2);
    position: relative;
    z-index: 9;
    border: 2px solid #ebebeb
}

@media (max-width: 767px) {
    .products .landscape-product-card:hover .media {
        border: none;
        box-shadow: none;
        border-radius: 0
    }
}

.products .landscape-product-card:hover .hover-area {
    display: block
}

@media (max-width: 767px) {
    .products .landscape-product-card:hover .hover-area {
        display: none
    }
}

.products .landscape-product-card .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    content: "\6b";
    font-family: techmarket-icons;
    color: #444
}

@media (min-width: 768px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card {
        margin-bottom: 1.441em
    }
}

@media (min-width: 1200px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card {
        height: 283px
    }
}

.landscape-full-product-cards-carousel .products .landscape-product-card .media {
    padding: 2em 1.643em 1.6em .929em
}

@media (max-width: 575px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .media {
        flex-direction: column;
        padding: 2em 1.643em
    }
}

@media (min-width: 576px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .media-body {
        padding-left: 1em
    }
}

.landscape-full-product-cards-carousel .products .landscape-product-card .media-body .star-rating {
    margin: 0 .375em 1.44em 0
}

@media (min-width: 1200px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .media-body {
        min-height: 228px
    }
}

.landscape-full-product-cards-carousel .products .landscape-product-card .media-body .price {
    font-size: 1.3em
}

@media (max-width: 575px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .media-body {
        margin: auto;
        text-align: center
    }

    .landscape-full-product-cards-carousel .products .landscape-product-card .media-body .star-rating {
        margin: auto .375em 1.44em auto
    }
}

@media (min-width: 1200px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card:hover .media-body {
        min-height: 244px
    }
}

@media (min-width: 1200px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .hover-area, .landscape-full-product-cards-carousel .products .landscape-product-card:hover .add-to-compare-link {
        display: inherit
    }
}

@media (min-width: 1590px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link {
        width: 255px
    }
}

@media (max-width: 575px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link {
        margin: auto
    }

    .landscape-full-product-cards-carousel .products .landscape-product-card .woocommerce-LoopProduct-link .ribbon {
        margin: auto auto .786em auto
    }
}

.landscape-full-product-cards-carousel .products .landscape-product-card .hover-area {
    z-index: 1;
    padding: 0 0 .143em 0;
    opacity: 1;
    transform: translate(0, 0);
    text-align: center
}

.landscape-full-product-cards-carousel .products .landscape-product-card .add-to-compare-link {
    line-height: 1.2em
}

@media (min-width: 1200px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card .add-to-compare-link {
        display: none
    }
}

@media (min-width: 1590px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card img {
        width: 255px
    }
}

@media (min-width: 1200px) {
    .landscape-full-product-cards-carousel .products .landscape-product-card img {
        width: 150px
    }
}

@media (min-width: 768px) {
    .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product {
        padding: 0 .715em
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 767px) {
    .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media {
        padding: 0
    }

    .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .ribbon, .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .techmarket-product-rating {
        display: none
    }
}

@media (max-width: 1199px) {
    .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .hover-area {
        display: inline-block;
        min-width: 200px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .hover-area {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product .media .hover-area {
        padding-top: 0
    }
}

.section-landscape-products-card-carousel-tabs.section-products-carousel-tabs .products .product.slick-active::after {
    height: 130px
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .section-landscape-products-card-carousel-tabs .products .landscape-product-card {
        height: 216px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-landscape-products-card-carousel-tabs .products .landscape-product-card .media-body {
        padding-left: 0;
        text-align: center
    }

    .section-landscape-products-card-carousel-tabs .products .landscape-product-card .woocommerce-loop-product__title {
        margin-bottom: 12px
    }

    .section-landscape-products-card-carousel-tabs .products .landscape-product-card .ribbon {
        display: none
    }

    .section-landscape-products-card-carousel-tabs .products .landscape-product-card img {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .section-landscape-products-card-carousel-tabs .products .landscape-product-card img {
        max-width: 100%
    }
}

.section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card {
    padding-right: .7145em;
    padding-left: 0
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card {
        padding-right: 0;
        box-shadow: none !important;
        border-radius: 5px !important
    }

    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media {
        min-height: 280px
    }

    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card .media .media-body {
        flex: 0;
        padding-top: 0
    }
}

.section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card + .landscape-product-card {
    padding-left: .7145em;
    padding-right: 0
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .landscape-product-card + .landscape-product-card {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .landscape-full-product-cards-carousel .products .slick-slide > div + div {
        display: none
    }
}

.products .landscape-product-widget {
    border: none;
    padding: 0 0 2.857em 0
}

@media (max-width: 767px) {
    .products .landscape-product-widget {
        min-height: auto
    }
}

.products .landscape-product-widget .media img {
    max-width: 124px;
    margin-bottom: 0;
    margin-right: .8em;
    border-radius: 0
}

@media (min-width: 992px) and (max-width: 1399px) {
    .products .landscape-product-widget .media img {
        max-width: 84px
    }
}

.products .landscape-product-widget .media-body {
    text-align: left;
    margin-top: .571em
}

@media (min-width: 992px) and (max-width: 1399px) {
    .products .landscape-product-widget .media-body {
        margin-top: 0
    }
}

.products .landscape-product-widget .price {
    font-size: 1.143em;
    margin-bottom: .125em
}

.products .landscape-product-widget .price del {
    font-size: .875em
}

.products .landscape-product-widget .woocommerce-loop-product__title, .products .landscape-product-widget h2, .products .landscape-product-widget h3 {
    font-size: 1em;
    margin-bottom: .429em;
    max-width: 240px;
    margin-left: 0
}

.products .landscape-product-widget .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em;
    float: left;
    margin-right: .563em
}

.section-landscape-products-widget-carousel .section-header {
    margin-bottom: 2.7em;
    padding-bottom: .688em
}

.section-landscape-products-widget-carousel .section-title {
    font-size: 1.5em;
    line-height: 1.292em;
    letter-spacing: -.01em;
    color: #090909;
    font-weight: 400;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-landscape-products-widget-carousel .section-title {
        font-size: 1.2em
    }
}

.section-landscape-products-widget-carousel .section-title + .custom-slick-nav {
    flex-shrink: 0
}

.section-landscape-products-widget-carousel.type-2 .section-header {
    margin-bottom: 3.25em
}

.section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget {
    padding: 0 0 2.143em 0
}

.section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .media img {
    max-width: 100px
}

.section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .media-body {
    margin-top: .786em
}

.section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .price {
    font-size: 1.071em;
    margin-bottom: .4em
}

.section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .star-rating, .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget .techmarket-product-rating {
    display: none
}

@media (min-width: 1590px) {
    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget.first {
        padding-right: .714em
    }

    .section-landscape-products-widget-carousel.type-2 .products .landscape-product-widget.last {
        padding-left: .714em
    }
}

.section-landscape-products-widget-carousel.type-3 .section-header {
    position: relative;
    display: block;
    padding-bottom: 0;
    margin-bottom: 4.2em
}

.section-landscape-products-widget-carousel.type-3 .section-header:after {
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 2px
}

.section-landscape-products-widget-carousel.type-3 .section-title {
    font-size: 1.438em;
    line-height: 2.2em
}

.section-landscape-products-carousel .section-title, .section-products-carousel .section-title {
    font-size: 1.5em;
    font-weight: 400;
    color: #090909
}

@media (max-width: 767px) {
    .section-landscape-products-carousel .section-title, .section-products-carousel .section-title {
        font-size: 1.2em
    }
}

@media (min-width: 1170px) {
    .section-products-carousel .products .product.slick-active::after, .section-products-carousel-tabs .products .product.slick-active::after {
        content: " ";
        width: 1px;
        height: 214px;
        background-color: #ebebeb;
        display: block;
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translateY(-50%)
    }

    .section-products-carousel .products .product.slick-active:hover::after, .section-products-carousel-tabs .products .product.slick-active:hover::after {
        opacity: 0
    }
}

@media (min-width: 1170px) {
    .section-products-carousel .products .product .hover-area, .section-products-carousel-tabs .products .product .hover-area {
        visibility: hidden
    }

    .section-products-carousel .products .product:focus .hover-area, .section-products-carousel .products .product:hover .hover-area, .section-products-carousel-tabs .products .product:focus .hover-area, .section-products-carousel-tabs .products .product:hover .hover-area {
        visibility: visible
    }
}

.section-products-carousel-tabs.carousel-tabs-with-no-hover .products .product.slick-active:hover::after, .section-products-carousel.carousel-tabs-with-no-hover .products .product.slick-active:hover::after {
    opacity: 1
}

.section-products-carousel .columns-5 .products .product.slick-active::after, .section-products-carousel-tabs .columns-5 .products .product.slick-active::after {
    height: 300px
}

@media (min-width: 1170px) {
    .section-products-carousel .slick-track .slick-active .product::after, .section-products-carousel-tabs .slick-track .slick-active .product::after {
        content: " ";
        width: 1px;
        height: 214px;
        background-color: #ebebeb;
        display: block;
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translateY(-50%)
    }

    .section-products-carousel .slick-track .slick-active .product:hover::after, .section-products-carousel-tabs .slick-track .slick-active .product:hover::after {
        opacity: 0
    }
}

.section-products-carousel-widget-with-tabs .section-products-carousel .columns-5 .products .product.slick-active::after, .section-products-carousel-widget-with-tabs .section-products-carousel-tabs .columns-5 .products .product.slick-active::after {
    height: 180px
}

.section-products-carousel-tabs .products .product {
    padding: 15px 13px 14px
}

.section-products-carousel-tabs .products .product:focus .hover-area, .section-products-carousel-tabs .products .product:hover .hover-area {
    bottom: auto;
    top: 100%
}

.section-products-carousel-tabs .products .slick-list {
    padding-bottom: 29px
}

.section-products-carousel-tabs .products .slick-dots {
    padding-bottom: 3.375em
}

.section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: 108px
}

@media (max-width: 1199px) {
    .section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
        padding-bottom: 50px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-tabs .columns-7 .products .product img {
        margin-bottom: 12px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel .columns-5::after, .section-products-carousel .columns-5::before, .section-products-carousel .columns-6::after, .section-products-carousel .columns-6::before, .section-products-carousel .columns-7::after, .section-products-carousel .columns-7::before, .section-products-carousel .columns-8::after, .section-products-carousel .columns-8::before, .section-products-carousel-tabs .columns-5::after, .section-products-carousel-tabs .columns-5::before, .section-products-carousel-tabs .columns-6::after, .section-products-carousel-tabs .columns-6::before, .section-products-carousel-tabs .columns-7::after, .section-products-carousel-tabs .columns-7::before, .section-products-carousel-tabs .columns-8::after, .section-products-carousel-tabs .columns-8::before {
        width: 3000px;
        content: ' ';
        display: block;
        background-color: #fff;
        height: 100%;
        top: 0;
        z-index: 9;
        position: absolute
    }

    .section-products-carousel .columns-5::after, .section-products-carousel .columns-6::after, .section-products-carousel .columns-7::after, .section-products-carousel .columns-8::after, .section-products-carousel-tabs .columns-5::after, .section-products-carousel-tabs .columns-6::after, .section-products-carousel-tabs .columns-7::after, .section-products-carousel-tabs .columns-8::after {
        right: 100%
    }

    .section-products-carousel .columns-5::before, .section-products-carousel .columns-6::before, .section-products-carousel .columns-7::before, .section-products-carousel .columns-8::before, .section-products-carousel-tabs .columns-5::before, .section-products-carousel-tabs .columns-6::before, .section-products-carousel-tabs .columns-7::before, .section-products-carousel-tabs .columns-8::before {
        left: 100.5%
    }

    .section-products-carousel .columns-5 .products, .section-products-carousel .columns-6 .products, .section-products-carousel .columns-7 .products, .section-products-carousel .columns-8 .products, .section-products-carousel-tabs .columns-5 .products, .section-products-carousel-tabs .columns-6 .products, .section-products-carousel-tabs .columns-7 .products, .section-products-carousel-tabs .columns-8 .products {
        overflow: visible
    }
}

.product-carousel-with-banners .banners-block, .product-carousel-with-banners .products-carousel-tabs-block {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .product-carousel-with-banners .banners-block, .product-carousel-with-banners .products-carousel-tabs-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .product-carousel-with-banners .banners-block, .product-carousel-with-banners .products-carousel-tabs-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .product-carousel-with-banners .banners-block, .product-carousel-with-banners .products-carousel-tabs-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .product-carousel-with-banners .banners-block, .product-carousel-with-banners .products-carousel-tabs-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

.product-carousel-with-banners .banners-block {
    flex: 0 0 25%;
    max-width: 25%
}

@media (max-width: 575px) {
    .product-carousel-with-banners .banners-block {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-carousel-with-banners .banners-block {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-carousel-with-banners .banners-block {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }
}

.product-carousel-with-banners .products-carousel-tabs-block {
    flex: 0 0 75%;
    max-width: 75%
}

@media (max-width: 575px) {
    .product-carousel-with-banners .products-carousel-tabs-block {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-carousel-with-banners .products-carousel-tabs-block {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .product-carousel-with-banners .products-carousel-tabs-block {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .product-carousel-with-banners .products-carousel-tabs-block .section-products-carousel-tabs .nav-link {
        font-size: .96em
    }

    .product-carousel-with-banners .products-carousel-tabs-block .section-title {
        font-size: 1.3em
    }
}

@media (max-width: 767px) {
    .product-carousel-with-banners .products-carousel-tabs-block .section-products-carousel-tabs .section-header {
        flex-direction: column;
        align-items: center
    }

    .product-carousel-with-banners .products-carousel-tabs-block .section-products-carousel-tabs .nav {
        padding-top: 20px
    }
}

.product-carousel-with-banners .section-products-carousel-tabs .columns-6::after, .product-carousel-with-banners .section-products-carousel-tabs .columns-6::before {
    display: none
}

.product-carousel-with-banners .section-products-carousel-tabs .products {
    overflow: hidden
}

.product-carousel-with-banners .section-products-carousel-tabs .products .product {
    background: 0 0;
    padding: 0 8px
}

@media (max-width: 767px) {
    .product-carousel-with-banners .section-products-carousel-tabs .products .product {
        box-shadow: none !important;
        padding: 0
    }
}

.product-carousel-with-banners .section-products-carousel-tabs .products .product.slick-active::after {
    display: none
}

.product-carousel-with-banners .section-products-carousel-tabs .products .product:focus, .product-carousel-with-banners .section-products-carousel-tabs .products .product:hover {
    border-color: transparent
}

.product-carousel-with-banners .section-products-carousel-tabs .products .product .hover-area {
    border-color: transparent
}

@media (min-width: 1200px) {
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .hover-area {
        margin: 0 10px
    }
}

@media (max-width: 1199px) {
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .hover-area {
        padding: 0 15px 15px;
        background-color: #fff
    }
}

.product-carousel-with-banners .section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
    padding: 15px 13px 14px;
    background: #fff
}

@media (max-width: 767px) {
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
        border-radius: 5px
    }
}

@media (max-width: 1199px) {
    .product-carousel-with-banners .section-products-carousel-tabs .products .product .woocommerce-LoopProduct-link {
        margin-bottom: 0
    }
}

.product-carousel-with-banners .section-products-carousel-tabs .products .product .onsale {
    right: 13px
}

.product-carousel-with-banners .section-products-carousel-tabs .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .product-carousel-with-banners .section-products-carousel-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .product-carousel-with-banners .section-products-carousel-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    right: 21px
}

.section-products-carousel .products .slick-dots {
    padding-bottom: 2.375em
}

.section-products-carousel .products .slick-list {
    margin-bottom: 1.625em
}

.section-products-carousel .section-header, .section-products-carousel-tabs .section-header {
    margin-bottom: 1.313em
}

@media (max-width: 700px) {
    .section-products-carousel-tabs .section-header .section-title {
        margin-bottom: 24px
    }
}

@media (max-width: 767px) {
    .section-double-carousel .products-carousel > .container-fluid, .section-products-carousel .products-carousel > .container-fluid, .section-products-carousel-with-bg .products-carousel > .container-fluid, .section-single-carousel .products-carousel > .container-fluid {
        padding: 0
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .products-6 .products {
        display: flex;
        flex-wrap: wrap
    }
}

.products-6 .products .product {
    padding-right: 8px;
    padding-left: 8px
}

@media (min-width: 1200px) {
    .products-6 .products .product::before {
        content: " ";
        width: 1px;
        height: 179px;
        background-color: #ebebeb;
        display: block;
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.products-6 .products .product:hover::before {
    opacity: 0
}

.products-6 .products .product:nth-child(1)::before {
    opacity: 0
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products-6 .products .product:nth-child(3)::before {
        opacity: 0
    }

    .products-6 .products .product:nth-child(n+5) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .products-6 .products .product:nth-child(n+3) {
        display: none
    }
}

@media (min-width: 1400px) {
    .products-6 .products .product:nth-child(4)::before {
        opacity: 0
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .products-6 .products .product {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .products-6 .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
        right: 8px
    }
}

@media (max-width: 991px) {
    .products-6 .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .products-6 .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
        right: auto;
        left: 8px;
        display: none
    }
}

.products .landscape-product-card-featured {
    border: none;
    padding: 0;
    background: 0 0;
    margin-bottom: 1.429em
}

.products .landscape-product-card-featured .price {
    font-size: 1.5em;
    margin-bottom: .429em;
    line-height: 1.429em
}

.products .landscape-product-card-featured .price del span {
    font-size: .871em
}

.products .landscape-product-card-featured .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em;
    margin: 0 .385em 1.5em 0
}

.products .landscape-product-card-featured .woocommerce-loop-product__title, .products .landscape-product-card-featured h2, .products .landscape-product-card-featured h3 {
    font-size: 1.143em;
    color: #555353;
    margin-bottom: 1.063em;
    height: 46px;
    line-height: 1.4em
}

.products .landscape-product-card-featured .ribbon {
    margin-bottom: 1.143em
}

.products .landscape-product-card-featured .woocommerce-product-details__short-description, .products .landscape-product-card-featured div[itemprop=description] {
    color: #777;
    line-height: 1.74;
    margin-bottom: 1.786em;
    max-height: 70px;
    overflow: hidden
}

.products .landscape-product-card-featured .techmarket-wc-product-gallery__wrapper {
    max-height: 440px
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products .landscape-product-card-featured .techmarket-wc-product-gallery__wrapper {
        width: 285px
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .products .landscape-product-card-featured .techmarket-wc-product-gallery__wrapper {
        width: 339px
    }

    .products .landscape-product-card-featured .techmarket-wc-product-gallery__wrapper .techmarket-wc-product-gallery__image img {
        max-width: 100%
    }
}

.products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper {
    max-height: 440px
}

@media (max-width: 767px) {
    .products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper {
        display: flex
    }
}

@media (max-width: 767px) {
    .products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        display: flex;
        align-items: center;
        transform: rotate(-90deg);
        padding-right: 15px;
        padding-left: 15px
    }
}

.products .landscape-product-card-featured .techmarket-wc-product-gallery-thumbnails__wrapper > .slick-list {
    overflow: hidden
}

.products .landscape-product-card-featured img {
    margin-bottom: 0;
    max-width: 446px;
    margin: 0
}

.products .landscape-product-card-featured .media {
    margin: 0 .714em;
    background: #fff;
    padding: .429em 0 0 0
}

.products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .products .landscape-product-card-featured .media .images, .products .landscape-product-card-featured .media .media-body {
        padding-right: 15px;
        padding-left: 15px
    }
}

.products .landscape-product-card-featured .media .images {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    display: flex;
    padding-left: 1.143em
}

.products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img, .products .landscape-product-card-featured .media .images ol li img, .products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery figure img {
    max-width: 59px
}

@media (max-width: 767px) {
    .products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img, .products .landscape-product-card-featured .media .images ol li img, .products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery figure img {
        margin: auto
    }
}

.products .landscape-product-card-featured .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
    height: 293px
}

.products .landscape-product-card-featured .media .images ol {
    padding-top: 2.429em
}

.products .landscape-product-card-featured .media .images.techmarket-wc-product-gallery + div.media-body {
    padding-left: 1.643em
}

.products .landscape-product-card-featured .media .media-body {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-top: 3.286em;
    padding-right: 3.071em;
    padding-left: .571em
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products .landscape-product-card-featured .media .media-body {
        margin-top: 1.286em;
        padding-right: 2.071em
    }
}

.products .landscape-product-card-featured .media .media-body .woocommerce-LoopProduct-link, .products .landscape-product-card-featured .media .media-body div[itemprop=description] {
    text-align: left
}

@media (min-width: 768px) {
    .products .product-featured {
        border: none
    }
}

.products .product-featured .media-body .price {
    font-size: 1.286em;
    line-height: 2.5em;
    margin-bottom: 0
}

.products .product-featured .media-body h3 {
    font-size: 1.072em;
    line-height: 1;
    padding-bottom: 1.133em
}

.products .product-featured .media-body .star-rating {
    font-size: 1.214em;
    margin-bottom: 1.235em
}

.products .product-featured .added_to_cart, .products .product-featured .button, .products .product-featured article .more-link, article .products .product-featured .more-link {
    margin-left: 3.214em;
    margin-right: 3.214em
}

.products .product-featured:hover {
    border: none
}

.products .content-landscape-product-card-with-gallery, .products .product-carousel-with-timer-gallery {
    border: none;
    padding: 0 .357em
}

.products .content-landscape-product-card-with-gallery:hover, .products .product-carousel-with-timer-gallery:hover {
    border: none
}

.products .content-landscape-product-card-with-gallery .ribbon, .products .product-carousel-with-timer-gallery .ribbon {
    margin: 0 auto 1.5em auto;
    max-width: 76px;
    height: 32px;
    font-size: 1.214em;
    font-weight: 500
}

.products .content-landscape-product-card-with-gallery .ribbon::after, .products .product-carousel-with-timer-gallery .ribbon::after {
    border-top-width: 16px;
    border-bottom-width: 16px
}

.products .content-landscape-product-card-with-gallery .ribbon span, .products .product-carousel-with-timer-gallery .ribbon span {
    padding-left: .588em
}

.products .content-landscape-product-card-with-gallery .woocommerce-loop-product__title, .products .content-landscape-product-card-with-gallery h3, .products .product-carousel-with-timer-gallery .woocommerce-loop-product__title, .products .product-carousel-with-timer-gallery h3 {
    font-size: 1.286em;
    color: #555353;
    line-height: 1.3em;
    max-width: 300px;
    height: 46px;
    max-height: 46px;
    margin: 0 auto 1.056em auto
}

.products .content-landscape-product-card-with-gallery .star-rating, .products .product-carousel-with-timer-gallery .star-rating {
    font-size: 1.143em;
    letter-spacing: 3px;
    width: 6em;
    margin: 0 .375em 1.58em auto
}

.products .content-landscape-product-card-with-gallery .price, .products .product-carousel-with-timer-gallery .price {
    margin-bottom: .5em;
    font-size: 1.714em
}

.products .content-landscape-product-card-with-gallery .button, .products .content-landscape-product-card-with-gallery article .more-link, .products .product-carousel-with-timer-gallery .button, .products .product-carousel-with-timer-gallery article .more-link, article .products .content-landscape-product-card-with-gallery .more-link, article .products .product-carousel-with-timer-gallery .more-link {
    display: inline-block;
    margin: 0 auto 1em auto;
    padding: .76em 1.41575em
}

@media (min-width: 1200px) {
    .products .content-landscape-product-card-with-gallery .button, .products .content-landscape-product-card-with-gallery article .more-link, .products .product-carousel-with-timer-gallery .button, .products .product-carousel-with-timer-gallery article .more-link, article .products .content-landscape-product-card-with-gallery .more-link, article .products .product-carousel-with-timer-gallery .more-link {
        min-width: 320px
    }
}

@media (max-width: 1199px) {
    .products .content-landscape-product-card-with-gallery .button, .products .content-landscape-product-card-with-gallery article .more-link, .products .product-carousel-with-timer-gallery .button, .products .product-carousel-with-timer-gallery article .more-link, article .products .content-landscape-product-card-with-gallery .more-link, article .products .product-carousel-with-timer-gallery .more-link {
        min-width: 100%
    }
}

.products .content-landscape-product-card-with-gallery .add-to-compare-link, .products .product-carousel-with-timer-gallery .add-to-compare-link {
    display: block
}

@media (min-width: 1590px) {
    .products .content-landscape-product-card-with-gallery .media, .products .product-carousel-with-timer-gallery .media {
        align-items: center
    }
}

@media (max-width: 991px) {
    .products .content-landscape-product-card-with-gallery .media, .products .product-carousel-with-timer-gallery .media {
        flex-direction: column
    }
}

.products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper, .products .product-carousel-with-timer-gallery .media .media-body, .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper, .products .product-carousel-with-timer-gallery .media .media-body, .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper, .products .product-carousel-with-timer-gallery .media .media-body, .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper, .products .product-carousel-with-timer-gallery .media .media-body, .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper, .products .product-carousel-with-timer-gallery .media .media-body, .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .products .content-landscape-product-card-with-gallery .media .media-body, .products .content-landscape-product-card-with-gallery .media .product-images-wrapper, .products .product-carousel-with-timer-gallery .media .media-body, .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }
}

@media (min-width: 1920px) {
    .products .content-landscape-product-card-with-gallery .media .media-body, .products .product-carousel-with-timer-gallery .media .media-body {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .products .content-landscape-product-card-with-gallery .media .product-images-wrapper, .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .products .content-landscape-product-card-with-gallery .media .media-body, .products .product-carousel-with-timer-gallery .media .media-body {
        padding-top: 100px;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .products .content-landscape-product-card-with-gallery .media .product-images-wrapper, .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products .content-landscape-product-card-with-gallery .media .media-body, .products .product-carousel-with-timer-gallery .media .media-body {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .products .content-landscape-product-card-with-gallery .media .product-images-wrapper, .products .product-carousel-with-timer-gallery .media .product-images-wrapper {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

.products .content-landscape-product-card-with-gallery .media .images, .products .product-carousel-with-timer-gallery .media .images {
    display: flex
}

@media (max-width: 767px) {
    .products .content-landscape-product-card-with-gallery .media .images, .products .product-carousel-with-timer-gallery .media .images {
        align-items: center
    }
}

@media (max-width: 767px) {
    .products .content-landscape-product-card-with-gallery .media .images, .products .product-carousel-with-timer-gallery .media .images {
        flex-direction: column
    }

    .products .content-landscape-product-card-with-gallery .media .images ol.flex-control-nav, .products .product-carousel-with-timer-gallery .media .images ol.flex-control-nav {
        display: flex;
        flex-wrap: wrap
    }
}

.products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__wrapper {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__wrapper {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
}

.products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list {
        padding-bottom: 0 !important
    }

    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-track {
        display: flex
    }
}

.products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-list {
    overflow: hidden
}

.products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow {
    font-size: 22px;
    margin-bottom: 10px
}

.products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow {
    margin-bottom: 0;
    margin-top: 10px
}

@media (max-width: 767px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow ~ .slick-arrow {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__wrapper {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.products .content-landscape-product-card-with-gallery .media .images .techmarket-product-gallery, .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery, .products .product-carousel-with-timer-gallery .media .images .techmarket-product-gallery, .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery {
    padding-left: 0;
    padding-right: 0
}

.products .content-landscape-product-card-with-gallery .media .images.techmarket-product-gallery, .products .product-carousel-with-timer-gallery .media .images.techmarket-product-gallery {
    align-items: center
}

@media (min-width: 768px) and (max-width: 1199px) {
    .products .content-landscape-product-card-with-gallery .media .images.techmarket-product-gallery, .products .product-carousel-with-timer-gallery .media .images.techmarket-product-gallery {
        align-items: inherit
    }
}

@media (min-width: 1590px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__image img, .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery__image img, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__image img, .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery__image img {
        max-width: 832px;
        margin: 0 auto
    }
}

@media (max-width: 1199px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__image img, .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery__image img, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__image img, .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery__image img {
        max-width: 100%;
        margin: auto
    }
}

@media (max-width: 1199px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__image a, .products .content-landscape-product-card-with-gallery .media .images .woocommerce-product-gallery__image a, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__image a, .products .product-carousel-with-timer-gallery .media .images .woocommerce-product-gallery__image a {
        display: flex
    }
}

@media (max-width: 767px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper {
        display: flex
    }
}

@media (max-width: 767px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow {
        display: flex !important;
        align-items: center;
        transform: rotate(-90deg)
    }
}

@media (max-width: 767px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow:first-child, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper .slick-arrow:first-child {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery__wrapper img, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery__wrapper img {
        max-width: 280px
    }
}

@media (min-width: 1200px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .products .content-landscape-product-card-with-gallery .media .images ol, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper, .products .product-carousel-with-timer-gallery .media .images ol {
        padding-top: 5.3em
    }
}

@media (min-width: 1590px) {
    .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img, .products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper li img, .products .content-landscape-product-card-with-gallery .media .images ol img, .products .content-landscape-product-card-with-gallery .media .images ol li img, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper img, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery-thumbnails__wrapper li img, .products .product-carousel-with-timer-gallery .media .images ol img, .products .product-carousel-with-timer-gallery .media .images ol li img {
        max-width: 100px
    }
}

.products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery {
    padding-top: 8.929em;
    width: auto;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0
}

.products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery .flex-viewport, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery .flex-viewport {
    height: 400px
}

.products .content-landscape-product-card-with-gallery .media .images .techmarket-wc-product-gallery img, .products .product-carousel-with-timer-gallery .media .images .techmarket-wc-product-gallery img {
    max-width: 100px
}

.products .product-carousel-with-timer-gallery .woocommerce-loop-product__title {
    font-size: 23px;
    font-weight: 200;
    height: auto;
    max-height: 56px;
    margin: 0 auto .9em
}

.products .product-carousel-with-timer-gallery.product .button, .products .product-carousel-with-timer-gallery.product article .more-link, article .products .product-carousel-with-timer-gallery.product .more-link {
    color: #fff
}

.products .product-carousel-with-timer-gallery.product .techmarket-product-rating {
    color: #a0a0a0
}

form.track_order {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    form.track_order {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    form.track_order {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    form.track_order {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    form.track_order {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1590px) {
    form.track_order {
        padding-left: 16.875em;
        padding-right: 16.875em
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    form.track_order {
        padding-left: 6em;
        padding-right: 6em
    }
}

form.track_order > p:not(.form-row) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4em
}

@media (min-width: 576px) {
    form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    form.track_order > p:not(.form-row) {
        padding-right: 15px;
        padding-left: 15px
    }
}

form.track_order .clear {
    display: none
}

@media (min-width: 768px) {
    form.track_order .form-row-first, form.track_order .form-row-last {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media (min-width: 768px) {
    form.track_order .clear + .form-row {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        display: flex;
        align-items: flex-end
    }
}

form.track_order input[type=submit] {
    display: block;
    font-size: .938em;
    border-radius: 1.667em;
    width: 100%;
    padding: .733em 1.333em;
    line-height: 1.7
}

@media (max-width: 767px) {
    form.track_order input[type=submit] {
        padding-left: 3.333em;
        padding-right: 3.333em;
        width: initial
    }
}

.track-order .hentry.type-page .entry-header {
    margin-bottom: 0 !important
}

.track-order .hentry.type-page .entry-header h1.entry-title {
    margin-bottom: .205em
}

.section-product-carousel-with-featured-product {
    margin-bottom: .625em
}

.section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .section-product-carousel-with-featured-product .tab-product-carousel-with-featured-product {
        margin-right: -15px;
        margin-left: -15px
    }
}

.section-product-carousel-with-featured-product .tab-carousel-products, .section-product-carousel-with-featured-product .tab-featured-product {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .section-product-carousel-with-featured-product .tab-carousel-products, .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-product-carousel-with-featured-product .tab-carousel-products, .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-product-carousel-with-featured-product .tab-carousel-products, .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-product-carousel-with-featured-product .tab-carousel-products, .section-product-carousel-with-featured-product .tab-featured-product {
        padding-right: 15px;
        padding-left: 15px
    }
}

.section-product-carousel-with-featured-product .tab-featured-product {
    z-index: 10
}

@media (min-width: 768px) {
    .section-product-carousel-with-featured-product .tab-featured-product {
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-product-carousel-with-featured-product .tab-featured-product {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media (max-width: 767px) {
    .section-product-carousel-with-featured-product .tab-featured-product {
        margin-bottom: 16px
    }
}

@media (min-width: 768px) {
    .section-product-carousel-with-featured-product .tab-carousel-products {
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-product-carousel-with-featured-product .tab-carousel-products {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .section-product-carousel-with-featured-product .tab-carousel-products {
        order: 2
    }
}

@media (max-width: 767px) {
    .section-product-carousel-with-featured-product .tab-carousel-products .products .slick-slide > div {
        display: flex
    }
}

.section-product-carousel-with-featured-product.full-width .products {
    overflow: hidden
}

@media (max-width: 767px) {
    .section-product-carousel-with-featured-product.full-width .products .slick-slide > div {
        display: flex
    }
}

.section-product-carousel-with-featured-product.full-width .columns-5::after, .section-product-carousel-with-featured-product.full-width .columns-5::before, .section-product-carousel-with-featured-product.full-width .columns-6::after, .section-product-carousel-with-featured-product.full-width .columns-6::before, .section-product-carousel-with-featured-product.full-width .columns-7::after, .section-product-carousel-with-featured-product.full-width .columns-7::before, .section-product-carousel-with-featured-product.full-width .columns-8::after, .section-product-carousel-with-featured-product.full-width .columns-8::before {
    display: none
}

.section-product-carousel-with-featured-product.full-width .tab-featured-product {
    flex: 0 0 25%;
    max-width: 25%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-product-carousel-with-featured-product.full-width .tab-featured-product {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media (max-width: 1199px) {
    .section-product-carousel-with-featured-product.full-width .tab-featured-product .products:not(.slick-slider) .product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .section-product-carousel-with-featured-product.full-width .tab-featured-product {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .section-product-carousel-with-featured-product.full-width .tab-featured-product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-product-carousel-with-featured-product.full-width .tab-featured-product {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }
}

.section-product-carousel-with-featured-product.full-width .tab-carousel-products {
    flex: 0 0 75%;
    max-width: 75%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }
}

@media (min-width: 1400px) and (max-width: 1589px) {
    .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (max-width: 767px) {
    .section-product-carousel-with-featured-product.full-width .tab-carousel-products {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2
    }
}

.section-product-carousel-with-featured-product .tab-content .product-featured img, .section-product-carousel-with-featured-product .tab-content .tab-product-featured img {
    margin: 0 auto .571em
}

@media (min-width: 1700px) {
    .section-product-carousel-with-featured-product .tab-content .product-featured img, .section-product-carousel-with-featured-product .tab-content .tab-product-featured img {
        min-width: 384px
    }
}

.section-product-carousel-with-featured-product .tab-content .product-featured .star-rating, .section-product-carousel-with-featured-product .tab-content .tab-product-featured .star-rating {
    font-size: 1.143em;
    margin-bottom: 1.375em;
    letter-spacing: 3px;
    width: 6em
}

.section-product-carousel-with-featured-product .tab-content .product-featured .woocommerce-loop-product__title, .section-product-carousel-with-featured-product .tab-content .product-featured h2, .section-product-carousel-with-featured-product .tab-content .product-featured h3, .section-product-carousel-with-featured-product .tab-content .tab-product-featured .woocommerce-loop-product__title, .section-product-carousel-with-featured-product .tab-content .tab-product-featured h2, .section-product-carousel-with-featured-product .tab-content .tab-product-featured h3 {
    font-size: 1.071em;
    max-width: 320px;
    margin-bottom: .667em
}

.section-product-carousel-with-featured-product .tab-content .product-featured .price, .section-product-carousel-with-featured-product .tab-content .tab-product-featured .price {
    font-size: 1.286em
}

.section-product-carousel-with-featured-product .tab-content .tab-product-featured {
    border-color: transparent
}

.section-product-carousel-with-featured-product.type-2 .section-header {
    border-bottom: medium none;
    display: block;
    text-align: center
}

.section-product-carousel-with-featured-product.type-2 .section-title {
    line-height: 1.25em;
    font-weight: 500
}

.section-product-carousel-with-featured-product.type-2 .section-title:before {
    border-top: 2px solid transparent;
    content: " ";
    display: block;
    width: 38px;
    padding-bottom: .292em;
    padding-top: .417em;
    margin: 0 auto
}

.section-product-carousel-with-featured-product.type-2 .nav {
    border-bottom: 1px solid #ebebeb;
    padding-top: 1.5em
}

.section-product-carousel-with-featured-product.featured-product-left .tab-carousel-products {
    order: 2
}

.section-product-carousel-with-featured-product.featured-product-left .tab-featured-product {
    order: 1;
    margin-bottom: 2.143em
}

.section-product-carousel-with-featured-product.featured-product-left .slick-track .slick-active .product::after {
    display: none
}

.section-products-carousel-with-vertical-tabs {
    background: #f4f5f5;
    margin-bottom: 4.375em;
    position: relative
}

.section-products-carousel-with-vertical-tabs::after {
    display: block;
    content: "";
    clear: both
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

@media (min-width: 2000px) {
    .section-products-carousel-with-vertical-tabs {
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

@media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .section-header {
        position: absolute;
        top: 10.9%;
        z-index: 1;
        padding-left: 6.125em
    }
}

@media (min-width: 2000px) {
    .section-products-carousel-with-vertical-tabs .section-header {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .section-header {
        background-color: #f4f5f5;
        margin-right: -15px;
        margin-left: -15px;
        padding: 40px 25px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs .section-header {
        padding-left: 2em;
        top: 5%
    }
}

.section-products-carousel-with-vertical-tabs .section-title {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.917em;
    color: #090909;
    letter-spacing: -.01em
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .section-title {
        line-height: 1.5em;
        margin-bottom: 0
    }
}

.section-products-carousel-with-vertical-tabs .section-title strong {
    font-weight: 500
}

.section-products-carousel-with-vertical-tabs .section-title:before {
    border-top: 2px solid transparent;
    content: " ";
    display: block;
    width: 38px;
    padding-bottom: .542em
}

@media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs {
        padding-left: 6.125em
    }
}

@media (min-width: 2000px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs {
        padding-left: 0
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs {
        padding-left: 2.125em
    }
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products-carousel .container-fluid {
        padding: 0
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 13%;
    max-width: 13%;
    position: relative;
    z-index: 1;
    flex-direction: column
}

@media (min-width: 576px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-top: 12.25em
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        padding-top: 10em
    }
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
        padding-bottom: 2em;
        padding-right: 0;
        padding-left: 0;
        background-color: #f4f5f5
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link {
    font-size: 1em;
    color: #090909;
    letter-spacing: -.01em;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1.4;
    justify-content: space-between
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link:hover {
    color: #2c2d33
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link {
        justify-content: center
    }

    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link.active {
        font-weight: 500
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i {
    margin-right: .909em;
    font-size: 1.375em
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-left, .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-right {
    margin-right: .4em;
    font-size: .625em
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-left, .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link i.tm-arrow-right {
        display: none
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-link .category-title {
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .nav .nav-item + .nav-item {
        padding-top: 1.5em
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 87%;
    max-width: 87%;
    padding-top: 9.813em
}

@media (min-width: 576px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        padding-top: 6em
    }
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        min-height: 350px !important
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
    padding-left: .563em;
    padding-right: 15px
}

@media (min-width: 1200px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
        padding-right: 5.563em
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .tab-pane {
        padding-right: 3.563em
    }
}

@media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content:before {
        content: "";
        background: #fff;
        left: 0;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        margin-left: -100%
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content .slick-dots {
    padding: 1.24em 0 2.04em 0
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .product, .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products, .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .tab-content {
    background-color: transparent
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
    padding: 0 1em
}

@media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
        border: none
    }
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product {
        padding: 0;
        display: block;
        box-shadow: none !important;
        border-radius: 5px !important;
        min-height: auto
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
    margin: 0 auto .929em
}

@media (min-width: 1024px) and (max-width: 1170px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
        max-width: 180px
    }
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
        max-width: 120px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product img {
        max-width: 190px
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
    padding: .857em .857em 1.071em .857em;
    background: #fff;
    border-radius: 5px
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 256px;
        flex-wrap: wrap
    }

    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link .price {
        width: 100%
    }

    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link .onsale {
        top: 12px
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .onsale {
    right: 12px
}

@media (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .woocommerce-LoopProduct-link {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
    left: 0;
    right: 0;
    border: none;
    top: 98%;
    padding: 0 .929em .571em
}

@media (min-width: 1200px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
        margin: 0 1em
    }
}

@media (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .hover-area {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #fff
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    top: 5px;
    right: 26px
}

@media (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
        right: auto;
        left: 26px
    }
}

.section-products-carousel-with-vertical-tabs .products-carousel-with-vertical-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: 4.625em
}

.section-products-carousel-with-vertical-tabs.sidebar-version {
    position: relative;
    margin-bottom: 2.6em;
    width: auto;
    margin-left: inherit;
    left: auto;
    background: 0 0
}

.section-products-carousel-with-vertical-tabs.sidebar-version .section-header {
    top: 7.8%
}

@media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs, .section-products-carousel-with-vertical-tabs.sidebar-version .section-header {
        padding-left: 0
    }
}

.section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs {
    flex-wrap: nowrap
}

@media (max-width: 767px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs {
        flex-direction: column;
        padding: 0
    }
}

@media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
        padding-top: 12em
    }
}

@media (min-width: 1590px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .nav {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 768px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .products .product {
        padding: 0 .7em
    }
}

@media (min-width: 1200px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .products .product .hover-area {
        margin: 0 .7em
    }
}

.section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content:before {
    display: none
}

@media (min-width: 1590px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content {
        flex: 0 0 90%;
        max-width: 90%
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content {
        flex: 0 0 80%;
        max-width: 80%
    }

    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content .products .product img {
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-with-vertical-tabs.sidebar-version .products-carousel-with-vertical-tabs .tab-content {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.section-landscape-products-carousel {
    margin-bottom: 3.75em
}

.section-landscape-products-carousel .section-header {
    margin-bottom: 2.875em;
    padding-bottom: .813em
}

.section-landscape-products-carousel .section-title {
    margin-bottom: 0
}

.section-landscape-products-carousel .products-carousel .woocommerce {
    overflow: hidden
}

@media (max-width: 767px) {
    .section-landscape-products-carousel .products-carousel .landscape-product {
        padding: 15px 13px;
        border: 2px solid transparent
    }
}

.section-landscape-products-carousel .slick-list {
    margin-bottom: 1.625em
}

@media (max-width: 767px) {
    .section-landscape-full-product-cards-carousel .products-carousel .container-fluid, .section-landscape-products-carousel .products-carousel .container-fluid {
        padding: 0
    }
}

@media (max-width: 991px) {
    .section-products-carousel-tabs {
        overflow: hidden
    }
}

.section-products-carousel-tabs .section-title {
    font-weight: 400;
    font-size: 1.5em;
    line-height: .962em;
    letter-spacing: -.01em;
    color: #090909;
    margin: 0
}

@media (max-width: 1199px) {
    .section-products-carousel-tabs .section-title {
        font-size: 1.3em
    }
}

.section-products-carousel-tabs .section-header {
    align-items: baseline
}

.section-products-carousel-tabs .nav {
    margin: 0;
    align-items: center
}

@media (min-width: 700px) {
    .section-products-carousel-tabs .nav-item + .nav-item {
        margin-left: 2.556em
    }
}

.section-products-carousel-tabs .nav-link {
    font-size: 1.125em;
    line-height: 1.167em;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #8a8a8a;
    padding: 0;
    text-align: center
}

@media (max-width: 1199px) {
    .section-products-carousel-tabs .nav-link {
        font-size: 1em
    }
}

.section-products-carousel-tabs .nav-link::after {
    content: ' ';
    border-bottom: 2px solid transparent;
    display: block;
    position: relative;
    bottom: -1px;
    margin-left: 20%;
    padding-top: 9px;
    margin-right: 20%
}

.section-products-carousel-tabs .nav-link.active {
    font-weight: 500;
    color: #090909
}

@media (max-width: 767px) {
    .section-products-carousel-tabs .section-header {
        flex-direction: column;
        align-items: center
    }

    .section-products-carousel-tabs .nav {
        padding-bottom: 10px
    }

    .section-products-carousel-tabs .products-carousel .container-fluid {
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-products-carousel-tabs .section-title {
        margin-right: 20px
    }

    .section-products-carousel-tabs .nav {
        justify-content: flex-start !important;
        overflow: scroll;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .section-products-carousel-tabs .nav .nav-item {
        flex-shrink: 0;
        margin-left: 2.556em
    }

    .section-products-carousel-tabs .nav-link::after {
        bottom: 0
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header li, .section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li {
    position: relative
}

@media (min-width: 479px) {
    .section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header li:after, .section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li:after {
        position: absolute;
        content: '';
        background-color: #cfcfcf;
        width: 7px;
        height: 1px;
        left: -30px;
        bottom: 47%
    }
}

.section-deals-carousel-and-products-carousel-tabs .section-products-carousel-tabs .section-header li:first-child:after, .section-single-carousel-with-tab-product .section-products-carousel-tabs .section-header li:first-child:after {
    display: none
}

.section-tabs-with-product-carousel .section-header li {
    position: relative
}

.section-tabs-with-product-carousel .section-header li a {
    font-size: 1.25em
}

.section-tabs-with-product-carousel .section-header li a.active {
    font-size: 1.375em
}

@media (min-width: 479px) {
    .section-tabs-with-product-carousel .section-header li:after {
        position: absolute;
        content: '';
        background-color: #cfcfcf;
        width: 7px;
        height: 1px;
        left: -33px;
        bottom: 47%
    }
}

.section-tabs-with-product-carousel .section-header li:first-child:after {
    display: none
}

.section-tabs-with-product-carousel .section-header .nav-item + .nav-item {
    margin-left: 3.75em
}

.track-order .woocommerce-order-details .shop_table, .woocommerce-order-received .woocommerce-order-details .shop_table, .woocommerce-view-order .woocommerce-order-details .shop_table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.track-order .woocommerce-order-details .shop_table td, .track-order .woocommerce-order-details .shop_table th, .woocommerce-order-received .woocommerce-order-details .shop_table td, .woocommerce-order-received .woocommerce-order-details .shop_table th, .woocommerce-view-order .woocommerce-order-details .shop_table td, .woocommerce-view-order .woocommerce-order-details .shop_table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.track-order .woocommerce-order-details .shop_table thead th, .woocommerce-order-received .woocommerce-order-details .shop_table thead th, .woocommerce-view-order .woocommerce-order-details .shop_table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.track-order .woocommerce-order-details .shop_table tbody + tbody, .woocommerce-order-received .woocommerce-order-details .shop_table tbody + tbody, .woocommerce-view-order .woocommerce-order-details .shop_table tbody + tbody {
    border-top: 2px solid #eceeef
}

.track-order .woocommerce-order-details .shop_table .table, .woocommerce-order-received .woocommerce-order-details .shop_table .table, .woocommerce-view-order .woocommerce-order-details .shop_table .table {
    background-color: #fff
}

.track-order .woocommerce-thankyou-order-received, .woocommerce-order-received .woocommerce-thankyou-order-received, .woocommerce-view-order .woocommerce-thankyou-order-received {
    margin: 0
}

.track-order .woocommerce-column__title, .track-order .woocommerce-customer-details h2, .track-order .woocommerce-order-details__title, .woocommerce-order-received .woocommerce-column__title, .woocommerce-order-received .woocommerce-customer-details h2, .woocommerce-order-received .woocommerce-order-details__title, .woocommerce-view-order .woocommerce-column__title, .woocommerce-view-order .woocommerce-customer-details h2, .woocommerce-view-order .woocommerce-order-details__title {
    font-size: 1.6em;
    font-weight: 500
}

.add-to-compare-link {
    font-size: 1em;
    line-height: .786em;
    color: #626060
}

.add-to-compare-link:focus, .add-to-compare-link:hover {
    color: #484747
}

.yith-wcwl-add-to-wishlist {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.yith-wcwl-add-to-wishlist .add_to_wishlist {
    text-indent: -99999px;
    display: block
}

.yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: 0;
    color: #0063d1;
    font-size: 1.429em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    background: #ffffffb3;
    font-weight: 300;
}

.woocommerce-breadcrumb {
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1.333em;
    font-size: .938em;
    color: #444;
    font-weight: 300;
    margin-top: .667em;
}

.woocommerce-breadcrumb a {
    color: #444
}

.woocommerce-breadcrumb .delimiter {
    margin: 0 0.5em;
    font-size: 10px
}

.woocommerce-breadcrumb span.delimiter + a {
    background-color: #f5f5f5;
    padding: .6em 1.067em;
    border-radius: 4px
}

@media (max-width: 767px) {
    .woocommerce-breadcrumb span.delimiter + a {
        margin-bottom: 5px;
        display: inline-block
    }
    .woocommerce-breadcrumb {

        max-width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.woocommerce-breadcrumb span.delimiter + a:hover {
    background-color: #e8e8e8
}

.header-v1 .departments-menu button {
    display: flex
}

.dropdown-toggle::after {
    vertical-align: middle
}

.footer-payment-info .list-payment-icons {
    flex-wrap: nowrap
}

.container-fluid {
    position: relative
}

.woocommerce-form-login .form-row {
    align-items: baseline
}

.shipping-calculator-form .form-row span {
    width: 100%
}

.shipping-calculator-form .form-row, .woocommerce-checkout .form-row, .woocommerce-form-login .form-row {
    margin-left: 0;
    margin-right: 0
}

.woocommerce-checkout .woocommerce-form-login .form-row {
    align-items: baseline
}

.woocommerce-checkout .woocommerce-form-login .form-row label {
    margin-left: 4px
}

@media (max-width: 1199px) {
    ul:not(.slick-dots)[role=tablist] {
        flex-wrap: nowrap
    }
}

.dropdown-submenu.show > .dropdown-menu {
    display: block
}

.primary-navigation .nav .menu-item-has-children > .dropdown-menu {
    top: 50px !important
}

.navbar-primary .nav .menu-item-has-children > .dropdown-menu {
    top: 110% !important
}

.navbar-primary .yamm .dropdown-menu, .primary-navigation .yamm .dropdown-menu {
    left: auto !important
}

@media (min-width: 768px) {
    .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children.yamm-fw > .dropdown-menu, .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children.yamm-fw > .dropdown-menu {
        top: 70px !important
    }

    .sticky-wrapper .techmarket-sticky-wrap.stuck .navbar-primary .nav > .menu-item-has-children > .dropdown-menu, .sticky-wrapper .techmarket-sticky-wrap.stuck .primary-navigation .nav > .menu-item-has-children > .dropdown-menu {
        top: 50px !important
    }
}

.secondary-navigation .nav .show > .dropdown-menu {
    left: 28px !important
}

.departments-menu > .dropdown-menu {
    transform: translate(0, 24px) rotate(0) skew(0deg, 0deg) scale(1, 1) !important
}

.top-bar .nav .show > .dropdown-menu {
    left: 38px !important
}

.header-v10 .departments-menu > .dropdown-menu, .header-v2 .departments-menu > .dropdown-menu, .header-v3 .departments-menu > .dropdown-menu, .header-v4 .departments-menu > .dropdown-menu, .header-v5 .departments-menu > .dropdown-menu, .header-v6 .departments-menu > .dropdown-menu {
    left: -202px !important
}

.header-v4 .departments-menu > .dropdown-menu {
    top: 25px !important
}

.site-header.header-v5 .navbar-primary .nav > .menu-item-has-children > .dropdown-menu, .site-header.header-v5 .primary-navigation .nav > .menu-item-has-children > .dropdown-menu {
    top: 130% !important
}

.header-v6 .departments-menu > .dropdown-menu {
    left: -14px !important
}

.navbar-primary .nav .menu-item-has-children > .dropdown-menu, .primary-navigation .nav .menu-item-has-children > .dropdown-menu, .secondary-navigation .nav .show > .dropdown-menu, .site-header .site-header-cart .dropdown-menu-mini-cart, .top-bar .nav .show > .dropdown-menu {
    transform: none !important
}

.departments-menu > .dropdown-menu, .secondary-navigation .nav .show > .dropdown-menu, .top-bar .nav .show > .dropdown-menu {
    top: 80% !important
}

.site-header .site-header-cart .dropdown-menu-mini-cart {
    left: auto !important;
    top: 130% !important
}

.products .product .button:hover svg path {
    fill: #fff !important;
}
.single-product .single_add_to_cart_button:hover svg path {
    fill: #fff
}
#payment .place-order .button, #respond.comment-respond .comment-form .form-submit input[type=submit]:hover, #scrollUp, #secondary.sidebar-blog .widget .section-header .section-title:after, #secondary.sidebar-blog .widget .widget-title:after, #secondary.sidebar-blog .widget_tag_cloud .tagcloud a:hover, .about-accordion .card .card-header h5 > a:not(.collapsed) i, .added_to_cart, .banner-action.button:hover, .banners-v2 .banner-action.button, .btn-primary, .button, .cart-collaterals .checkout-button, .comment-reply-title:after, .comments-title:after, .contact-form .form-group input[type=button], .contact-form .form-group input[type=submit], .contact-page-title:after, .deal-progress .progress-bar, .dokan-btn-danger, .dokan-btn-danger:focus, .dokan-btn-danger:hover, .dokan-btn-theme, .dokan-btn-theme:focus, .dokan-btn-theme:hover, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover, .fullwidth-notice, .header-v1 .departments-menu button, .header-v4 .sticky-wrapper .techmarket-sticky-wrap.stuck, .header-v5 .sticky-wrapper .techmarket-sticky-wrap.stuck, .home-v1-slider .custom.tp-bullets .tp-bullet.selected, .home-v2-slider .custom.tp-bullets .tp-bullet.selected, .home-v3-banner-with-products-carousel .banner .banner-action.button, .home-v3-slider .custom.tp-bullets .tp-bullet.selected, .home-v4-slider .custom.tp-bullets .tp-bullet.selected, .home-v5-slider .custom.tp-bullets .tp-bullet.selected, .home-v6-slider .custom.tp-bullets .tp-bullet.selected, .navbar-primary .nav .techmarket-flex-more-menu-item > a::after, .navbar-search .btn-secondary, .pace .pace-progress, .pings-title:after, .primary-navigation .nav .techmarket-flex-more-menu-item > a::after, .products .product .added_to_cart:hover, .products .product .button:hover, .products .product-carousel-with-timer-gallery .button, .return-to-shop .button:hover, .secondary-navigation .nav .techmarket-flex-more-menu-item > a::after, .section-categories-filter .products .product-type-simple .button:hover, .section-landscape-products-widget-carousel.type-3 .section-header:after, .section-media-single-banner .button, .section-products-tabs .section-products-tabs-wrap > .button:hover, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:focus, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:hover, .single-product .single_add_to_cart_button:hover, .site-content .home-v1-slider .slider-1 .button:hover, .site-content .home-v11-slider .slider-1 .button:hover, .site-content .home-v12-slider .slider-1 .button:hover, .site-content .home-v2-slider .slider-1 .button:hover, .site-content .home-v3-slider .slider-1 .button:hover, .site-content .home-v4-slider .slider-1 .button:hover, .site-content .home-v5-slider .slider-1 .button:hover, .site-content .home-v6-slider .slider-1 .button:hover, .site-content .home-v7-slider .slider-1 .button:hover, .site-content .home-v8-slider .slider-1 .button:hover, .site-content .home-v9-slider .slider-1 .button:hover, .site-content .landing-v1-slider .slider-1 .button:hover, .site-content .landing-v2-slider .slider-1 .button:hover, .site-header .handheld-header .handheld-header-cart-link .count, .site-header.header-v10 .stretched-row, .site-header.header-v4, .site-header.header-v5, .slick-dots li.slick-active button:before, .table-compare tbody tr td .button:hover, .top-bar.top-bar-v4, .wcmp_main_page .wcmp_main_holder .wcmp_headding1 button, .wcmp_main_page .wcmp_main_menu ul li ul li a.active2, .wcmp_main_page .wcmp_main_menu ul li.hasmenu ul.submenu li.active a, .wcmp_regi_main .register p.woocomerce-FormRow input, .wcv-header-container ~ h3 a:hover, .widget.widget_tag_cloud .tagcloud a:focus, .widget.widget_tag_cloud .tagcloud a:hover, .widget_shopping_cart .buttons a:first-child, .widget_shopping_cart_content .buttons a:first-child, .woocommerce-wishlist table.cart .product-add-to-cart a.button, a.dokan-btn-danger, a.dokan-btn-danger:focus, a.dokan-btn-danger:hover, a.dokan-btn-theme, a.dokan-btn-theme:focus, a.dokan-btn-theme:hover, article .more-link, article .post-readmore .btn-primary:hover, article.post .more-link, article.post .post-readmore .btn-primary:hover, button, input[type=button], input[type=reset], input[type=submit], input[type=submit].dokan-btn-danger, input[type=submit].dokan-btn-danger:focus, input[type=submit].dokan-btn-danger:hover, input[type=submit].dokan-btn-theme, input[type=submit].dokan-btn-theme:focus, input[type=submit].dokan-btn-theme:hover, table.cart td.actions div.coupon .button {
    background-color: #0063d1
}

.navbar-primary .nav .dropdown-menu, .navbar-primary .nav .yamm-fw > .dropdown-menu > li, .primary-navigation .nav .dropdown-menu, .primary-navigation .nav .yamm-fw > .dropdown-menu > li, .secondary-navigation .nav .dropdown-menu, .top-bar .nav .show > .dropdown-menu {
    border-top-color: #0063d1
}

#payment .place-order .button:hover, .banners-v2 .banner-action.button:hover, .btn-primary:hover, .cart-collaterals .checkout-button:hover, .contact-form .form-group input[type=button]:hover, .contact-form .form-group input[type=submit]:hover, .navbar-primary .nav .techmarket-flex-more-menu-item > a:hover::after, .navbar-search button:hover, .primary-navigation .nav .techmarket-flex-more-menu-item > a:hover::after, .products .product-carousel-with-timer-gallery .button:hover, .secondary-navigation .nav .techmarket-flex-more-menu-item > a:hover::after, .section-media-single-banner .button:hover, .wcmp_main_page .wcmp_main_holder .wcmp_headding1 button:hover, .widget_shopping_cart .buttons a:first-child:hover, .widget_shopping_cart_content .buttons a:first-child:hover, .woocommerce-wishlist table.cart .product-add-to-cart a.button:hover, table.cart td.actions div.coupon .button:hover {
    background-color: #0059bd
}

.home-v3-banner-with-products-carousel .banner .banner-action.button:hover {
    background-color: #004b9e
}

#payment .place-order .button:hover, .btn-primary:hover, .cart-collaterals .checkout-button:hover, .contact-form .form-group input[type=button]:hover, .contact-form .form-group input[type=submit]:hover, .products .product-carousel-with-timer-gallery .button:hover, .section-media-single-banner .button:hover, .woocommerce-wishlist table.cart .product-add-to-cart a.button:hover, table.cart td.actions div.coupon .button:hover {
    border-color: #0059bd
}

.home-v3-banner-with-products-carousel .banner .banner-action.button:hover {
    border-color: #004b9e
}

.top-bar.top-bar-v4 {
    border-bottom-color: #0071f0
}

#respond.comment-respond .comment-form .form-submit input[type=submit], #respond.comment-respond .comment-form > p.logged-in-as a, #secondary .widget.widget_rss li .rsswidget, #secondary.sidebar-blog .widget_recent_comments ul li.recentcomments a, .banner-action.button, .banners .banner .banner-bg .caption .price, .cart-collaterals .shop-features li i, .commentlist .comment #respond .comment-reply-title small a, .commentlist .comment .reply a, .commentlist .pingback #respond .comment-reply-title small a, .features-list .feature i, .features-list .features .feature .media .feature-icon, .footer-widgets .widget.widget_rss li .rsswidget, .footer-widgets.sidebar-blog .widget_recent_comments ul li.recentcomments a, .full-width-banner .banner-bg .button, .home-v1-slider .slider-1 .button, .home-v11-slider .slider-1 .button, .home-v12-slider .slider-1 .button, .home-v2-slider .slider-1 .button, .home-v3-slider .slider-1 .button, .home-v4-slider .slider-1 .button, .home-v5-slider .slider-1 .button, .home-v6-slider .slider-1 .button, .home-v9-slider .slider-1 .button, .landing-v1-slider .slider-1 .button, .landing-v2-slider .slider-1 .button, .pings-list .comment #respond .comment-reply-title small a, .pings-list .comment .reply a, .pings-list .pingback #respond .comment-reply-title small a, .price, .products .product .added_to_cart, .products .product .button, .return-to-shop .button, .section-products-with-image .load-more-button, .section-recent-posts-with-categories .nav .nav-link, .section-recent-posts-with-categories .post-items .post-item .post-info .btn-more, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button, .single-product .accessories .products .product .accessory-checkbox label input, .single-product .single_add_to_cart_button, .single-product .techmarket-tabs .tm-tabs li a.active, .single-product .techmarket-tabs .tm-tabs li.active a, .single-product .woocommerce-tabs .wc-tabs li a.active, .single-product .woocommerce-tabs .wc-tabs li.active a, .site-content .home-v6-slider .slider-1 .caption .offer-price, .site-content .home-v9-slider .slider-1 .button, .table-compare tbody tr td .button, .wcmp_main_page .wcmp_displaybox2 h3, .wcmp_main_page .wcmp_displaybox3 h3, .wcmp_main_page .wcmp_main_holder .wcmp_dashboard_display_box h3, .wcmp_main_page .wcmp_main_menu ul li a.active, .wcmp_main_page .wcmp_main_menu ul li a:hover, .wcv-header-container ~ h3 a, .widget_techmarket_banner_widget .banner .banner-bg .caption .price, .widget_techmarket_poster_widget .poster-bg .caption .button:hover, article .post-readmore .btn-primary, article.post .post-readmore .btn-primary, article.post.category-more-tag a[target=_blank], article.post.format-link .entry-content p a {
    color: #0063d1
}

#secondary .widget.widget_rss li .rsswidget:hover, #secondary.sidebar-blog .widget_recent_comments ul li.recentcomments a:hover, .footer-widgets .widget.widget_rss li .rsswidget:hover, .footer-widgets.sidebar-blog .widget_recent_comments ul li.recentcomments a:hover {
    color: #004b9e
}

#comments .comment-list .reply a:focus, #comments .comment-list .reply a:hover, #respond.comment-respond .comment-form > p.logged-in-as a:focus, #respond.comment-respond .comment-form > p.logged-in-as a:hover, .comment-list #respond .comment-reply-title small a:focus, .comment-list #respond .comment-reply-title small:hover, .pings-list #respond .comment-reply-title small a:focus, .pings-list #respond .comment-reply-title small:hover, .top-bar.top-bar-v4 .nav-item + .nav-item .nav-link::before, .top-bar.top-bar-v4 .nav-item + .nav-item > a::before, .top-bar.top-bar-v4 .nav > .menu-item + .menu-item .nav-link::before, .top-bar.top-bar-v4 .nav > .menu-item + .menu-item > a::before {
    color: #057bff
}

.site-header.header-v4 .site-header-cart .cart-contents .amount .price-label, .top-bar.top-bar-v4 a {
    color: #b2d7ff
}

.site-header.header-v4 .navbar-search button, .site-header.header-v4 .site-header-cart .cart-contents .count, .site-header.header-v5 .navbar-search button, .widget_shopping_cart .product_list_widget .mini_cart_item .remove, .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove {
    background-color: #0076fa
}

.section-landscape-products-widget-carousel.product-widgets .section-header:after {
    border-bottom-color: #0063d1
}

.site-header.header-v4 .site-branding .cls-3, .site-header.header-v5 .site-branding .cls-3 {
    fill: #8ac1ff
}

#payment .place-order .button, #respond.comment-respond .comment-form .form-submit input[type=submit], .about-accordion .card .card-header h5 > a:not(.collapsed) i, .about-accordion .kc-section-active .kc_accordion_header.ui-state-active a i, .about-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title i, .banner-action.button, .btn-primary, .cart-collaterals .checkout-button, .col-2-full-width-banner .banner .banner-bg .caption .banner-action.button:hover, .contact-form .form-group input[type=button], .contact-form .form-group input[type=submit], .contact-page-title:after, .dokan-btn-danger, .dokan-btn-danger:focus, .dokan-btn-danger:hover, .dokan-btn-theme, .dokan-btn-theme:focus, .dokan-btn-theme:hover, .full-width-banner .banner-bg .button, .header-v1 .departments-menu button, .header-v4 .departments-menu > .dropdown-menu .menu-item-has-children > .dropdown-menu, .header-v4 .departments-menu > .dropdown-menu > li, .home-v9-full-banner.full-width-banner .banner-bg .caption .banner-action.button:hover, .navbar-search .btn-secondary, .products .product .added_to_cart, .products .product .added_to_cart:hover, .products .product .button, .products .product .button:hover, .products .sale-product-with-timer, .products .sale-product-with-timer:hover, .return-to-shop .button, .return-to-shop .button:hover, .section-3-2-3-product-cards-tabs-with-featured-product .nav .nav-link.active:after, .section-6-1-6-products-tabs ul.nav .nav-link.active:after, .section-categories-filter .products .product-type-simple .button:hover, .section-deals-carousel-and-products-carousel-tabs .deals-carousel-inner-block, .section-landscape-full-product-cards-carousel .section-title::before, .section-media-single-banner .button, .section-product-cards-carousel-tabs .nav .nav-link.active:after, .section-product-carousel-with-featured-product.type-2 .section-title::before, .section-products-carousel-tabs .nav-link.active::after, .section-products-carousel-with-vertical-tabs .section-title:before, .section-products-tabs .section-products-tabs-wrap > .button:hover, .select2-container .select2-drop-active, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:focus, .single-product .accessories .accessories-product-total-price .accessories-add-all-to-cart .button:hover, .single-product .single_add_to_cart_button, .site-content .home-v1-slider .slider-1 .button:hover, .site-content .home-v11-slider .slider-1 .button:hover, .site-content .home-v12-slider .slider-1 .button:hover, .site-content .home-v2-slider .slider-1 .button:hover, .site-content .home-v3-slider .slider-1 .button:hover, .site-content .home-v4-slider .slider-1 .button:hover, .site-content .home-v5-slider .slider-1 .button:hover, .site-content .home-v6-slider .slider-1 .button:hover, .site-content .home-v7-slider .slider-1 .button:hover, .site-content .home-v8-slider .slider-1 .button:hover, .site-content .home-v9-slider .slider-1 .button, .site-content .home-v9-slider .slider-1 .button:hover, .site-content .landing-v1-slider .slider-1 .button:hover, .site-content .landing-v2-slider .slider-1 .button:hover, .table-compare tbody tr td .button, .table-compare tbody tr td .button:hover, .wcmp_main_page .wcmp_ass_btn, .wcv-header-container ~ h3 a, .wcv-header-container ~ h3 a:hover, .wcvendors-pro-dashboard-wrapper .wcv-grid nav.wcv-navigation ul li.active a:after, .widget_techmarket_poster_widget .poster-bg .caption .button, .woocommerce-wishlist table.cart .product-add-to-cart a.button, a.dokan-btn-danger, a.dokan-btn-danger:focus, a.dokan-btn-danger:hover, a.dokan-btn-theme, a.dokan-btn-theme:focus, a.dokan-btn-theme:hover, article .post-readmore .btn-primary, article.post .post-readmore .btn-primary, input[type=submit].dokan-btn-danger, input[type=submit].dokan-btn-danger:focus, input[type=submit].dokan-btn-danger:hover, input[type=submit].dokan-btn-theme, input[type=submit].dokan-btn-theme:focus, input[type=submit].dokan-btn-theme:hover, table.cart td.actions div.coupon .button {
    border-color: #0063d1
}

.slider-sm-btn, .slider-sm-btn:hover {
    border-color: #0063d1 !important
}

.slider-sm-btn {
    color: #0063d1 !important
}

.slider-sm-btn:hover, .wcmp_main_page .wcmp_main_holder .wcmp_vendor_dashboard_content .action_div .wcmp_orange_btn {
    background-color: #0063d1 !important
}

@media (max-width: 1023px) {
    .shop-control-bar {
        background-color: #fff;
        align-items: start;
        padding: 0 15px;
        border: none
    }
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button::after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
    background: 0 0;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    border: 6px solid rgba(100, 100, 100, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

[v-cloak] {
    display: none
}

.instagram {
    color: #c32aa3
}

.facebook-f {
    color: #4267b2
}

.green {
    color: green!important
}

.red {
    color: red!important
}

.orange {
    color: orange!important
}

.display-flex {
    display: flex !important
}

.display-inline-flex {
    display: inline-flex !important
}

.display-inline-block {
    display: inline-block
}

.width-auto {
    width: auto
}

.font-size-20 {
    font-size: 20px
}

.font-weight-400 {
    font-weight: 400
}

.padding-left-10 {
    padding-left: 10px
}

.padding-0-15 {
    padding: 0 15px
}

.padding-15-0 {
    padding: 15px 0 !important
}

.margin-top-20 {
    margin-top: 20px
}

.margin-bottom-auto {
    margin-bottom: auto !important
}

.margin-top-auto {
    margin-top: auto !important
}

.vertical-align {
    vertical-align: inherit
}

.list-style-none {
    list-style: none;
    margin: 0
}

.search-result {
    background-color: #fff;
    z-index: 9999;
    border: 1px solid #eee;
    position: absolute;
    width: 96%;
    padding: 15px 0 0 0;
    border-radius: 5px
}

.all-search-results-btn {
    width: 100%;
    text-align: center;
    display: block;
    padding: 15px 0;
    color: #fff;
    border-radius: 0 0 5px 5px
}

.search-result .result-item {
    padding: 15px
}

.gridSelect {
    max-width: 230px;
    width: 230px;
}

#order-confirm .dropdown-toggle:after {
    display: none
}

.gridSelect .dropdown-toggle:after {
    display: none
}
.vs__search{
    display:none;
}
.v-select.vs--unsearchable .vs__dropdown-toggle {
    padding: 6px 10px 6px 10px;
    line-height: 2.067em
}

.gridSelect .v-select .vs__dropdown-toggle .vs__clear {
    font-weight: 500;
    display: none !important;
}

.gridSelect .v-select .vs__open-indicator:before {
    border-width: 2px 2px 0 0
}
.v-select.vs__unsearchable .vs__dropdown-toggle {
    padding: 6px 36px 6px 20px;
    line-height: 2.067em
}

.gridSelect .vs__v-select .vs__dropdown-toggle .clear {
    font-weight: 500
}

.gridSelect .vs__v-select .vs__open-indicator:before {
    border-width: 2px 2px 0 0
}
.v-select input[type=search], .v-select input[type=search]:focus{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.42857143;
    font-size: 1em;
    display: inline-block;
    border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 7px;
    max-width: 100%;
    background: none;
    box-shadow: none;
    flex-grow: 1;
    width: 0;
}
.product_lable.product_lable_new {
    background-color: #73ad5d;
    font-size: 12px
}

.product_lable.product_lable_sale {
    background-color: red;
    font-size: 12px
}

.product_lable.product_lable_top {
    background-color: #1e90ff;
    font-size: 12px
}

.product-item .product_lable {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 14px
}

.product_lable {
    z-index: 1
}

.product_lable {
    width: 40px;
    height: 40px;
    color: #fff !important;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 !important;
    z-index: 5;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 18px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.single-product .product-actions .price del {
    padding: 10px;
    font-weight: 400;
    background: 0 0;
    font-size: 1em
}

@media (min-width: 576px) {
    #big-cart .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto
    }
}

#big-cart .cart-collaterals .wc-proceed-to-checkout {
    margin-bottom: 0;
    border-bottom: 0
}

#big-cart .cart-footer {
    padding: 20px 0 0
}

#big-cart .old-price {
    color: silver
}

#loginModal label[for=rememberme].inline {
    width: 50%;
    margin-left: 0
}

#loginModal .login-restore-password {
    text-align: right;
    width: 50%
}

#loginModal .login-restore-password a {
    border-bottom: 1px dashed
}

#loginModal .login-restore-password a:hover {
    border-bottom: none
}

.site-content .home-v1-slider .slider-1 .caption {
    color: #fff
}

.site-content .home-v1-slider .slider-1 .button {
    background-color: #0063d1;
    border-color: #0063d1;
    color: #fff
}

.site-content .home-v1-slider .slider-1 .button:hover {
    border-color: #fff
}

.border-style {
    margin-bottom: 20px;
    padding: 25px !important;
    border: 2px solid #ececec;
    border-radius: 6px
}

.border-style .profile-header {
    margin-bottom: 15px
}

.border-style label {
    display: block
}

.border-style input {
    width: 100%
}

.border-style button {
    margin-top: 25px;
    padding: .6180469716em 1.41575em
}

.border-style form {
    margin-bottom: 0
}

.border-style .clear {
    margin-top: 0 !important
}

.border-style .dropdown-toggle::after {
    display: none !important
}

#profile-my-orders .btn-black {
    border-bottom: 1px dashed #000
}

#profile-my-orders .btn-black:hover {
    border-bottom: 0;
    opacity: .8
}

#profile-my-orders .order-status {
    color: #0a7cf8
}

#profile-wish-list .prod-meta {
    display: flex;
    list-style: none;
    margin: 0
}

#profile-wish-list .prod-meta li {
    padding: 0 10px
}

#profile-wish-list .border-bottom-style {
    border-bottom: 1px solid #eceeef;
    padding: 10px 0
}

.products .product .add_to_cart_button_active {
    background: #0063d1 !important;
    color: #fff !important
}

.products .product .add_to_cart_button_active:hover {
    background: #fff !important;
    color: #0063d1 !important;
    border-color: #0063d1 !important
}

.products .product .add_to_cart_button_active svg path {
    fill: #fff !important
}

.products .product .add_to_cart_button_active:hover svg path {
    fill: #0063d1 !important;
}

.single-product .addTo-cart .active svg path{
    fill: #fff !important
}
.single-product .addTo-cart .active:hover svg path{
    fill: #0063d1 !important;

}
.single-product .addTo-cart .active {
    background: #0063d1 !important;
    color: #fff !important
}

.single-product .addTo-cart .active:hover {
    background: #fff !important;
    color: #0063d1 !important;
    border-color: #0063d1 !important
}

#orderDetails .modal-dialog {
    min-width: 60%
}

#orderDetails .cart-collaterals .wc-proceed-to-checkout {
    border-bottom: 0 !important
}

.incorrect-field {
    border-color: red !important
}

.incorrect-field::-webkit-input-placeholder {
    color: red
}

.delivery-address {
    width: 100%
}

.delivery-address .col-md-12 {
    margin: 0;
    padding: 0
}

.contact-info button {
    color: #fff !important
}

.contact-info button:hover {
    background: #0059bd !important
}

.social-icon li {
    padding-right: 20px;
    font-size: 30px
}

.social-icon-header {
    margin-left: 52px;
    margin-right: 52px;
}

.social-icon-header li {
    padding-right: 10px;
    font-size: 20px
}

.filters_without_param {
    margin: 0
}

.filters_without_param li {
    display: inline-flex;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 10px
}

.filters_without_param li .close_title_filter {
    padding: 5px;
    font-size: 14px
}

#secondary .widget.widget_layered_nav ul li a.active:before {
    content: "\f0c8";
    color: #0063d1;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.filters_without_param .close_item_filter {
    font-size: 36px;
    font-weight: 300;
    line-height: 32px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    text-decoration: none;
    float: right;
    background-color: #e2e1e1;
    display: block;
    height: 32px;
    width: 30px;
    text-align: center;
    transition: all .3s;
    border-left: 1px solid #ccc
}

.filters_without_param li .close_item_filter:hover {
    color: red
}

.filters_without_param .svg-inline--fa.fa-w-16 {
    height: 18px;
    width: 18px;
    vertical-align: 2px
}

p.stars a {
    cursor: pointer
}

p.stars .active:before {
    content: "\f005";
    opacity: 1;
    color: #fed700 !important;
    cursor: pointer
}

.order-details {
    list-style: none;
    margin: 0;
    padding: 15px;
    border: 2px solid #ececec;
    border-radius: 4px
}

.footer-contact .footer-contact-info .call-us-text {
    font-size: 1.3em !important
}

.site-header .custom-logo-link svg {
    height: 50px
}

.yith-wcwl-add-to-wishlist .active::before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: 0;
    color: #0063d1;
    font-size: 1.429em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    font-weight: 600;
}

@media (min-width: 1450px) {
    .departments-menu > .dropdown-menu > li > a {
        padding: .576em .357em !important
    }

    /*.add-wishlist-product-page {*/
    /*    position: absolute;*/
    /*    left: 350px;*/
    /*    top: 180px*/
    /*}*/
}

@media (min-width: 1230px) and (max-width: 1449px) {
    .departments-menu > .dropdown-menu > li > a {
        padding: .45em .357em !important
    }

    /*.add-wishlist-product-page {*/
    /*    position: absolute !important;*/
    /*    left: 350px !important;*/
    /*    top: 180px !important*/
    /*}*/
}

@media (min-width: 768px) and (max-width: 1229px) {
    .departments-menu > .dropdown-menu > li > a {
        padding: .33em .357em;
        font-size: .838em
    }

    /*.add-wishlist-product-page {*/
    /*    position: absolute;*/
    /*    left: 250px;*/
    /*    top: 180px*/
    /*}*/
}

@media (max-width: 47.95em) {
    .product-actions-wrapper .product-sum{
        margin: 0 !important;
    }
    .product-actions-wrapper .quantity{
        margin: 0 10px !important;
    }
    .single-product .addTo-cart {
        width: 100%;
    }
    .single-product .single_add_to_cart_button {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .button-cart-product{
        /*flex-direction: column;*/
        align-items: center;
    }
    .sale-text {
        font-size: 12px
    }
    table.cart td.product-name img{
        width: 80px !important;
    }
    table.cart td.product-price, table.cart td.product-subtotal{
        padding: 0 .55rem;
    }
    /*.add-wishlist-product-page {*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 230px*/
    /*}*/

    .modal {
        z-index: 9999999
    }

    .shop-control-bar .woocommerce-products-header__title {
        padding-bottom: 50px
    }

    .shop-control-bar .handheld-sidebar-toggle {
        position: absolute;
        left: 10px
    }

    .shop-control-bar .handheld-sidebar-toggle button {
        color: #000;
        background: #fff;
        padding: 6px 40px
    }

    .shop-control-bar [data-grid-select] {
        right: 15px;
        position: absolute
    }

    .v-select.vs--unsearchable .vs__dropdown-toggle {
        padding: 5px;
        background: #fff;
        color: #000
    }

    .gridSelect .v-select .vs__dropdown-toggle .vs__clear {
        display: none
    }

    #new-arrivals-slider {
        padding-top: 100px
    }

    .footer-widgets .widget {
        margin: 0
    }

    table.cart td {
        padding: .55rem
    }

    table.cart tbody tr .delete_prod:last-child {
        padding: 0
    }

    table.cart a.remove {
        right: 15px !important
    }

    table.shop_table_responsive tr .delete_prod:before, table.shop_table_responsive tr .product-name:before {
        display: none
    }

    table.cart tbody tr td.product-subtotal {
        padding-bottom: 15px !important;
        border-bottom: 1px solid #eceeef
    }

    .cart_btn {
        text-align: center
    }

    .cart_btn .float-right {
        margin-top: 10px;
        float: none !important;
        padding: .6em 1.1em
    }
}

@media (max-width: 1024px) {
    .site-header .handheld-header .custom-logo-link svg {
        max-width: 70px !important;
        height: 35px !important
    }
}

/*#menu-departments-menu:hover{
    overflow: auto!important;
}*/

.fadeInDown #departments-menu::after{
    display:none!important
}


#menu-departments-menu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#menu-departments-menu::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#menu-departments-menu::-webkit-scrollbar-thumb
{
    background-color: silver;
}

/* HOME PAGE MENU DESCTOP */
.product-categories::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.product-categories::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.product-categories::-webkit-scrollbar-thumb
{
    background-color: silver;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.size{
    display: flex;
    /*margin-right: 20px;*/
}
#product-grid .size{
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.size span{
    border: 1px solid #0063d1;
    border-radius: 50px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;
    /*margin: 0 10px;*/
    cursor: pointer;
}
.size span + span{
    margin-left: 12px
}

.size span:hover,
.size .active{
    background:#0063d1;
    border: 1px solid #0063d1;
    color:#fff;
    font-weight: 500;
}
.partners__description-title{
    font-size: 20px;
}
.partners__description-text{
    font-size: 14px;
}
.sale-text{
    flex-direction: column;
    line-height: initial !important;
}
.color-red {
    color: red;
}
.header-mobile-menu {
    background: #f1f1f1;
}
.header-mobile-menu .fa{
    font-size: 18px;
    margin: 0;
}
.mob-block .fa-heart-o{
    font-size: 20px;
    font-weight: 600;
    color: #0063d1;
}
.mob-block .wishlist-btn a{
    padding: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 5px;
}
.mob-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .857em 1.387em;
}
.breadcrumbs-active {
    color: #a4a4a4;
}