:root {
    --body-fs: 15px;
    --body-bg-color: #fff;
    --body-font: Nunito Sans, sans-serif;
    --body-color: #2c2c2c;
    --body-line-height: 1.42857143;
    --h1: 40px;
    --h2: 40px;
    --h3: 30px;
    --h4: 24px;
    --h5: 20px;
    --h6: 18px;
    --cl1: #be9818;
    --cl2: #fff571;
    --cl3: #2c2c2c
}

/*! Bootstrap Grid v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

.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 !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#wrapper, body, html {
    min-height: 100%
}

a {
    color: inherit;
    text-decoration: none
}

button, input, select, textarea {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px
}

p {
    margin: 0 0 20px
}

img {
    max-width: 100%
}

body.showModal {
    overflow: hidden
}

body.showModal #wrapper {
    overflow: hidden
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.entry-content ol, .entry-content ul {
    margin-left: 20px
}

.entry-content blockquote {
    border-left: 3px solid var(--cl1);
    padding-left: 20px
}

.require {
    color: red
}

select {
    line-height: inherit !important
}

.zoomimg {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.full {
    display: block !important;
    width: auto
}

.input.full, button.full {
    width: 100%
}

.bl {
    position: absolute;
    left: 0;
    bottom: 0
}

.br {
    position: absolute;
    right: 0;
    bottom: 0
}

.tl {
    position: absolute;
    left: 0;
    top: 0
}

.tr {
    position: absolute;
    right: 0;
    top: 0
}

#wrapper {
    overflow: hidden
}

[class*=container] {
    position: relative;
    z-index: 1
}

[class*=container].full {
    width: auto;
    max-width: 1920px
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

button.btn, input.btn {
    line-height: normal !important
}

[class*=sec] {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.sec-t {
    padding-top: 80px
}

.sec-b {
    padding-bottom: 80px
}

.sec-tb {
    padding: 80px 0
}

.sec-t2 {
    padding-top: 160px
}

.sec-b2 {
    padding-bottom: 160px
}

.sec-tb2 {
    padding: 160px 0
}

@media only screen and (max-width: 767px) {
    .sec-t {
        padding-top: 30px
    }

    .sec-b {
        padding-bottom: 30px
    }

    .sec-tb {
        padding: 30px 0
    }
}

.uppercase {
    text-transform: uppercase
}

[class*=tRes] {
    position: relative;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

[class*=tRes]:before {
    content: "";
    padding-top: 100%;
    display: block;
    position: relative;
    z-index: 2
}

[class*=tRes] > img.lazy-hidden {
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

[class*=tRes] > img, [class*=tRes] > video {
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    [class*=tRes] > img, [class*=tRes] > video {
        height: 100%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

[class*=tRes] > video {
    z-index: 3
}

[class*=tRes] > iframe {
    display: block;
    border: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.tRes_16_9:before {
    padding-top: 56.25%
}

.tRes_4_3:before {
    padding-top: 75%
}

.tRes_2_1:before {
    padding-top: 50%
}

.tRes_1_2:before {
    padding-top: 200%
}

.tRes_30:before {
    padding-top: 30%
}

.tRes_31:before {
    padding-top: 31%
}

.tRes_32:before {
    padding-top: 32%
}

.tRes_33:before {
    padding-top: 33%
}

.tRes_34:before {
    padding-top: 34%
}

.tRes_35:before {
    padding-top: 35%
}

.tRes_36:before {
    padding-top: 36%
}

.tRes_37:before {
    padding-top: 37%
}

.tRes_38:before {
    padding-top: 38%
}

.tRes_39:before {
    padding-top: 39%
}

.tRes_40:before {
    padding-top: 40%
}

.tRes_41:before {
    padding-top: 41%
}

.tRes_42:before {
    padding-top: 42%
}

.tRes_43:before {
    padding-top: 43%
}

.tRes_44:before {
    padding-top: 44%
}

.tRes_45:before {
    padding-top: 45%
}

.tRes_46:before {
    padding-top: 46%
}

.tRes_47:before {
    padding-top: 47%
}

.tRes_48:before {
    padding-top: 48%
}

.tRes_49:before {
    padding-top: 49%
}

.tRes_50:before {
    padding-top: 50%
}

.tRes_51:before {
    padding-top: 51%
}

.tRes_52:before {
    padding-top: 52%
}

.tRes_53:before {
    padding-top: 53%
}

.tRes_54:before {
    padding-top: 54%
}

.tRes_55:before {
    padding-top: 55%
}

.tRes_56:before {
    padding-top: 56%
}

.tRes_57:before {
    padding-top: 57%
}

.tRes_58:before {
    padding-top: 58%
}

.tRes_59:before {
    padding-top: 59%
}

.tRes_60:before {
    padding-top: 60%
}

.tRes_61:before {
    padding-top: 61%
}

.tRes_62:before {
    padding-top: 62%
}

.tRes_63:before {
    padding-top: 63%
}

.tRes_64:before {
    padding-top: 64%
}

.tRes_65:before {
    padding-top: 65%
}

.tRes_66:before {
    padding-top: 66%
}

.tRes_67:before {
    padding-top: 67%
}

.tRes_68:before {
    padding-top: 68%
}

.tRes_69:before {
    padding-top: 69%
}

.tRes_70:before {
    padding-top: 70%
}

.tRes_71:before {
    padding-top: 71%
}

.tRes_72:before {
    padding-top: 72%
}

.tRes_73:before {
    padding-top: 73%
}

.tRes_74:before {
    padding-top: 74%
}

.tRes_75:before {
    padding-top: 75%
}

.tRes_76:before {
    padding-top: 76%
}

.tRes_77:before {
    padding-top: 77%
}

.tRes_78:before {
    padding-top: 78%
}

.tRes_79:before {
    padding-top: 79%
}

.tRes_80:before {
    padding-top: 80%
}

.tRes_81:before {
    padding-top: 81%
}

.tRes_82:before {
    padding-top: 82%
}

.tRes_83:before {
    padding-top: 83%
}

.tRes_84:before {
    padding-top: 84%
}

.tRes_85:before {
    padding-top: 85%
}

.tRes_86:before {
    padding-top: 86%
}

.tRes_87:before {
    padding-top: 87%
}

.tRes_88:before {
    padding-top: 88%
}

.tRes_89:before {
    padding-top: 89%
}

.tRes_90:before {
    padding-top: 90%
}

.tRes_91:before {
    padding-top: 91%
}

.tRes_92:before {
    padding-top: 92%
}

.tRes_93:before {
    padding-top: 93%
}

.tRes_94:before {
    padding-top: 94%
}

.tRes_95:before {
    padding-top: 95%
}

.tRes_96:before {
    padding-top: 96%
}

.tRes_97:before {
    padding-top: 97%
}

.tRes_98:before {
    padding-top: 98%
}

.tRes_99:before {
    padding-top: 99%
}

#header, #header #logo img, #header .container, .owl-dots > .owl-dot span, .owl-nav > *, .slick-arrow, .slick-dots button, .tss, [class*=tRes]:before, [class*=tRes] > img, [class*=tRes] > video, a {
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

figure {
    margin-bottom: 30px;
    max-width: 100%
}

figure > img {
    display: block
}

figure figcaption {
    color: #9b9b9b;
    display: block;
    font-size: 12px;
    padding: 5px 0 0;
    font-style: italic
}

.alignright {
    float: right;
    margin: 0 0 30px 30px
}

.alignleft {
    float: left;
    margin: 0 30px 30px 0
}

.aligncenter {
    margin: 0 auto 20px;
    display: block
}

input[type=checkbox] {
    width: auto !important;
    height: auto !important
}

.end.row, .reverse.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (min-width: 992px) {
    .end-lg.row, .reverse-lg.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width: 768px) {
    .end-md.row, .reverse-md.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width: 576px) {
    .end-sm.row, .reverse-sm.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

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

.row.top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row.bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width: 992px) {
    .row.center-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row.top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row.bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media only screen and (min-width: 768px) {
    .row.center-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row.top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row.bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media only screen and (min-width: 576px) {
    .row.center-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row.top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row.bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.row.list-item > [class*=col-] {
    margin-bottom: 30px
}

.row.list-item-10 > [class*=col-] {
    margin-bottom: 10px
}

.row.list-item-15 > [class*=col-] {
    margin-bottom: 15px
}

.row.list-item-20 > [class*=col-] {
    margin-bottom: 20px
}

.row.list-item-30 > [class*=col-] {
    margin-bottom: 30px
}

.row.list-item-40 > [class*=col-] {
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .row.list-item-mb > [class*=col-] {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .row {
        margin-left: -5px;
        margin-right: -5px
    }

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

.hidden {
    display: none !important
}

@media only screen and (min-width: 992px) {
    .hidden-lg {
        display: none !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-mlg {
        display: none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important
    }
}

@media only screen and (max-width: 575px) {
    .hidden-xs {
        display: none !important
    }
}

@media only screen and (min-width: 768px) {
    .hidden-pc {
        display: none !important
    }
}

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

[class*=" icon-"]:before, [class^=icon-]:before {
    display: inline-block
}

[class*=" icon-"].ix:before, [class*=" icon-"].iy:before, [class^=icon-].ix:before, [class^=icon-].iy:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

[class*=" icon-"].it:before, [class^=icon-].it:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[class*=" icon-"].ib:before, [class^=icon-].ib:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.item-group {
    display: table;
    width: 100%;
    text-align: left
}

.item-group-addon {
    white-space: nowrap;
    vertical-align: top;
    display: table-cell;
    width: 50px;
    height: 100%;
    max-width: 50%
}

.item-group-addon.center {
    vertical-align: middle
}

.item-group-addon.bottom {
    vertical-align: bottom
}

.item-group-addon.w80 {
    width: 80px
}

.item-group-addon.w100 {
    width: 100px
}

.item-group-addon.w120 {
    width: 120px
}

.item-group-addon.w150 {
    width: 150px
}

.item-group-content {
    display: table-cell;
    position: relative;
    height: 100%
}

.item-group-content.center {
    vertical-align: middle
}

.item-group-content.bottom {
    vertical-align: bottom
}

.item-group-content:first-child {
    padding-right: 15px
}

.item-group-content:last-child {
    padding-left: 15px
}

.item-group.space-10 .item-group-content:first-child {
    padding-right: 10px
}

.item-group.space-10 .item-group-content:last-child {
    padding-left: 10px
}

.item-group.space-20 .item-group-content:first-child {
    padding-right: 20px
}

.item-group.space-20 .item-group-content:last-child {
    padding-left: 20px
}

.item-group.space-30 .item-group-content:first-child {
    padding-right: 30px
}

.item-group.space-30 .item-group-content:last-child {
    padding-left: 30px
}

@media only screen and (min-width: 1200px) {
    .max-1199 {
        display: none !important
    }
}

@media screen and (max-width: 1199px) {
    .min-1200 {
        display: none !important
    }
}

.icon-star {
    color: #e5c56b
}

.ratingresult {
    display: block
}

.ratingresult .icon-star:not(.rated) {
    color: silver
}

.menu-btn {
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    line-height: 42px;
    font-size: 32px;
    cursor: pointer;
    color: #5f4b5b
}

.menu-btn i {
    display: block;
    line-height: normal
}

.menu-btn:hover {
    color: var(--cl1)
}

.menu-btn.show {
    display: block
}

.menu-btn.x span {
    position: absolute;
    height: 2px;
    background-color: #5f4b5b;
    left: 5px;
    right: 5px;
    top: calc(50% - 1px);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.menu-btn.x:after, .menu-btn.x:before {
    position: absolute;
    height: 2px;
    background-color: #5f4b5b;
    left: 5px;
    right: 5px;
    content: "";
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.menu-btn.x:before {
    top: 10px
}

.menu-btn.x:after {
    bottom: 10px
}

.menu-btn.overlay {
    position: fixed;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .06);
    z-index: 10000;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
}

.menu-btn.active.x span {
    background: none !important
}

.menu-btn.active.x:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px
}

.menu-btn.active.x:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 20px
}

@media only screen and (min-width: 992px) {
    ul.menu-top-header {
        margin: 0;
        list-style: none;
        padding: 0;
        float: none;
        text-align: center
    }

    ul.menu-top-header > li {
        position: relative;
        margin-left: 20px;
        margin-right: 0;
        display: inline-block
    }

    ul.menu-top-header > li[class*=children] > a {
        padding-right: 30px
    }

    ul.menu-top-header > li[class*=children] > a:before {
        font-family: 'icomoon' !important;
        content: "\e901";
        position: absolute;
        right: 10px;
        font-size: 8px;
        line-height: normal;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }

    ul.menu-top-header > li.itemmega {
        position: static !important
    }

    ul.menu-top-header > li.itemmega > .wrapul {
        width: 100%;
        padding: 25px 5px 0
    }

    ul.menu-top-header > li.itemmega > .wrapul > ul:after {
        display: table;
        clear: both;
        content: ""
    }

    ul.menu-top-header > li.itemmega > .wrapul > ul > li {
        float: left;
        padding: 0 10px;
        border: none;
        margin: 0 0 30px
    }

    ul.menu-top-header > li.itemmega > .wrapul > ul > li > a {
        font-weight: 700;
        font-size: 18px;
        color: #000;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #f1f1f1;
        width: auto
    }

    ul.menu-top-header > li.itemmega > .wrapul > ul > li > a:after {
        display: none !important
    }

    ul.menu-top-header > li.itemmega > .wrapul > ul > li > .wrapul {
        opacity: 1;
        margin: 0 !important;
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        background: no-repeat;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    ul.menu-top-header > li.itemmega > .wrapul > ul > li > .wrapul > ul > li > a {
        width: auto;
        display: block;
        font-weight: 400;
        font-size: 15px;
        color: #000;
        line-height: 1.5;
        padding-left: 0;
        padding-right: 0
    }

    ul.menu-top-header > li.itemmega > .wrapul > ul > li > .wrapul > ul > li:hover > a {
        color: #be9818;
        padding-left: 5px
    }

    ul.menu-top-header > li.itemmega > .wrapul > ul > li > .wrapul > ul > li.active > a, ul.menu-top-header > li.itemmega > .wrapul > ul > li > .wrapul > ul > li[class*=current] > a {
        color: #be9818
    }

    ul.menu-top-header > li.itemmega:hover > .wrapul > ul > li > .wrapul {
        visibility: visible
    }

    ul.menu-top-header > li.itemmega-2 > .wrapul > ul > li {
        width: 50%
    }

    ul.menu-top-header > li.itemmega-2 > .wrapul > ul > li:nth-child(odd) {
        clear: both
    }

    ul.menu-top-header > li.itemmega-3 > .wrapul > ul > li {
        width: 33.33%
    }

    ul.menu-top-header > li.itemmega-3 > .wrapul > ul > li:nth-child(3n+1) {
        clear: both
    }

    ul.menu-top-header > li.itemmega-4 > .wrapul > ul > li {
        width: 25%
    }

    ul.menu-top-header > li.itemmega-4 > .wrapul > ul > li:nth-child(4n+1) {
        clear: both
    }

    ul.menu-top-header > li.itemmega-5 > .wrapul > ul > li {
        width: 20%
    }

    ul.menu-top-header > li.itemmega-5 > .wrapul > ul > li:nth-child(5n+1) {
        clear: both
    }

    ul.menu-top-header > li.itemmega-6 > .wrapul > ul > li {
        width: 16.66%
    }

    ul.menu-top-header > li.itemmega-6 > .wrapul > ul > li:nth-child(6n+1) {
        clear: both
    }

    ul.menu-top-header > li > a {
        display: block;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        position: relative;
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        padding: 0 10px;
        text-transform: uppercase
    }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
    ul.menu-top-header > li > a {
        line-height: 70px
    }
}

@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
    ul.menu-top-header > li > a {
        line-height: 70px
    }
}

@media only screen and (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
    ul.menu-top-header > li > a {
        line-height: 60px
    }
}

@media only screen and (min-width: 992px) and (max-width: 767px) {
    ul.menu-top-header > li > a {
        line-height: 60px
    }
}

@media only screen and (min-width: 992px) {
    ul.menu-top-header > li .showsubmenu {
        position: absolute;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 5px;
        display: none !important
    }

    ul.menu-top-header > li > .wrapul, ul.menu-top-header > li > ul {
        left: 0;
        margin: 30px 0 0;
        width: 250px
    }

    ul.menu-top-header > li .wrapul, ul.menu-top-header > li > ul, ul.menu-top-header > li li > ul {
        position: absolute;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        opacity: 0;
        visibility: hidden;
        list-style: none;
        -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
        box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
        background-color: #fff
    }

    ul.menu-top-header > li .wrapul ul, ul.menu-top-header > li > ul ul, ul.menu-top-header > li li > ul ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    ul.menu-top-header > li .wrapul li, ul.menu-top-header > li > ul li, ul.menu-top-header > li li > ul li {
        display: block;
        position: relative
    }

    ul.menu-top-header > li .wrapul li + li, ul.menu-top-header > li > ul li + li, ul.menu-top-header > li li > ul li + li {
        border-top: 1px solid #f1f1f1
    }

    ul.menu-top-header > li .wrapul li[class*=children] > a, ul.menu-top-header > li > ul li[class*=children] > a, ul.menu-top-header > li li > ul li[class*=children] > a {
        padding-right: 25px
    }

    ul.menu-top-header > li .wrapul li[class*=children] > a:after, ul.menu-top-header > li > ul li[class*=children] > a:after, ul.menu-top-header > li li > ul li[class*=children] > a:after {
        font-family: 'icomoon' !important;
        content: "\e901";
        position: absolute;
        right: 15px;
        font-size: 12px;
        line-height: normal;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    ul.menu-top-header > li .wrapul li a, ul.menu-top-header > li > ul li a, ul.menu-top-header > li li > ul li a {
        display: block;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        width: 250px;
        color: #000;
        line-height: 30px;
        padding: 10px
    }

    ul.menu-top-header > li .wrapul li .wrapul, ul.menu-top-header > li .wrapul li > ul, ul.menu-top-header > li > ul li .wrapul, ul.menu-top-header > li > ul li > ul, ul.menu-top-header > li li > ul li .wrapul, ul.menu-top-header > li li > ul li > ul {
        left: 90%;
        top: 0;
        margin: 0 0 0 30px;
        overflow: hidden;
        width: 0
    }

    ul.menu-top-header > li .wrapul li:hover, ul.menu-top-header > li > ul li:hover, ul.menu-top-header > li li > ul li:hover {
        z-index: 100
    }

    ul.menu-top-header > li .wrapul li:hover > a, ul.menu-top-header > li > ul li:hover > a, ul.menu-top-header > li li > ul li:hover > a {
        color: #be9818;
        padding-left: 20px
    }

    ul.menu-top-header > li .wrapul li:hover > .wrapul, ul.menu-top-header > li .wrapul li:hover > ul, ul.menu-top-header > li > ul li:hover > .wrapul, ul.menu-top-header > li > ul li:hover > ul, ul.menu-top-header > li li > ul li:hover > .wrapul, ul.menu-top-header > li li > ul li:hover > ul {
        margin: 0;
        overflow: visible;
        width: 250px;
        opacity: 1;
        visibility: visible
    }

    ul.menu-top-header > li .wrapul li.active > a, ul.menu-top-header > li .wrapul li[class*=current] > a, ul.menu-top-header > li > ul li.active > a, ul.menu-top-header > li > ul li[class*=current] > a, ul.menu-top-header > li li > ul li.active > a, ul.menu-top-header > li li > ul li[class*=current] > a {
        color: #be9818
    }

    ul.menu-top-header > li:hover > a {
        color: #fff571
    }

    ul.menu-top-header > li:hover > .wrapul, ul.menu-top-header > li:hover > ul {
        visibility: visible;
        opacity: 1;
        margin-top: 0
    }

    ul.menu-top-header > li.active > a, ul.menu-top-header > li[class*=current] > a {
        color: #fff;
        background-color: #be9818
    }
}

.wrap-menu-header .menu-head {
    display: none
}

@media only screen and (max-width: 991px) {
    .wrap-menu-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        overflow: auto;
        float: none;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 99999 !important;
        max-width: 100%;
        overflow: hidden;
        background-color: #fff;
        width: 400px;
        -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
        box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
        overflow: hidden;
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        left: 0;
        right: auto;
        position: fixed !important;
        color: #000
    }

    .wrap-menu-header .menu-head {
        position: relative;
        padding: 0 15px;
        z-index: 100;
        display: table;
        width: 100%;
        height: 70px;
        border-bottom: 1px solid #f1f1f1;
        background: #fff
    }

    .wrap-menu-header .menu-head .logo {
        position: absolute !important;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 15px;
        height: 100%
    }

    .wrap-menu-header .menu-head .logo img {
        display: block;
        max-height: 40px
    }

    .wrap-menu-header .menu-head h3 {
        margin: 0;
        font-size: 20px;
        line-height: inherit;
        position: relative;
        display: table-cell;
        height: 100%;
        vertical-align: middle
    }

    .wrap-menu-header .menu-head h3.back {
        padding-left: 20px
    }

    .wrap-menu-header .menu-head h3.back i {
        font-size: 15px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0
    }

    .wrap-menu-header .menu-head .menu-btn {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 10px
    }

    .wrap-menu-header .menu-head .menu-btn.x:after, .wrap-menu-header .menu-head .menu-btn.x:before {
        background-color: #333
    }

    .wrap-menu-header .inner {
        float: none !important;
        position: absolute;
        top: 70px;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: auto;
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden
    }

    .wrap-menu-header ul.menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .wrap-menu-header ul.menu a:after, .wrap-menu-header ul.menu a:before {
        display: none !important
    }

    .wrap-menu-header ul.menu > li {
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        float: none !important;
        display: block;
        margin: 0;
        padding: 0
    }

    .wrap-menu-header ul.menu > li > a {
        display: block;
        text-decoration: none;
        position: relative;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 5px;
        text-transform: uppercase
    }

    .wrap-menu-header ul.menu > li .showsubmenu {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        width: 50px;
        display: block !important;
        height: 50px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        line-height: 50px;
        font-size: 12px;
        overflow: hidden;
        z-index: 10;
        color: inherit;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important
    }

    .wrap-menu-header ul.menu > li .showsubmenu:before {
        display: inline-block
    }

    .wrap-menu-header ul.menu > li.active > a, .wrap-menu-header ul.menu > li.parent-showsub > a, .wrap-menu-header ul.menu > li:hover > a, .wrap-menu-header ul.menu > li[class*=current] > a {
        color: #be9818
    }

    .wrap-menu-header ul.menu .wrapul, .wrap-menu-header ul.menu li > ul {
        -o-transition: all 0s ease;
        transition: all 0s ease;
        -webkit-transition: all 0s ease;
        visibility: visible;
        display: none;
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        left: auto !important;
        width: auto !important;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        border: none;
        border-top: 1px solid #f1f1f1
    }

    .wrap-menu-header ul.menu .wrapul li, .wrap-menu-header ul.menu li > ul li {
        display: block;
        position: relative
    }

    .wrap-menu-header ul.menu .wrapul li + li, .wrap-menu-header ul.menu li > ul li + li {
        border-top: 1px solid #f1f1f1
    }

    .wrap-menu-header ul.menu .wrapul li a, .wrap-menu-header ul.menu li > ul li a {
        display: block;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        font-weight: 500;
        font-size: 16px;
        color: #000;
        line-height: 26px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 30px;
        padding-right: 5px
    }

    .wrap-menu-header ul.menu .wrapul li .showsubmenu, .wrap-menu-header ul.menu li > ul li .showsubmenu {
        height: 46px;
        line-height: 46px
    }

    .wrap-menu-header ul.menu .wrapul li.active > a, .wrap-menu-header ul.menu .wrapul li.parent-showsub > a, .wrap-menu-header ul.menu .wrapul li:hover > a, .wrap-menu-header ul.menu .wrapul li[class*=current] > a, .wrap-menu-header ul.menu li > ul li.active > a, .wrap-menu-header ul.menu li > ul li.parent-showsub > a, .wrap-menu-header ul.menu li > ul li:hover > a, .wrap-menu-header ul.menu li > ul li[class*=current] > a {
        color: #be9818
    }

    .wrap-menu-header ul.menu .wrapul ul a, .wrap-menu-header ul.menu li > ul ul a {
        padding-left: 45px
    }

    .wrap-menu-header ul.menu .wrapul ul ul a, .wrap-menu-header ul.menu li > ul ul ul a {
        padding-left: 60px
    }

    .wrap-menu-header ul.menu .wrapul ul ul ul a, .wrap-menu-header ul.menu li > ul ul ul ul a {
        padding-left: 75px
    }

    .wrap-menu-header ul.menu li.parent-showsub > .showsubmenu:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .wrap-menu-header .menu-head {
        display: block !important
    }

    .wrap-menu-header ul.menu-top-header {
        list-style: none;
        margin: 0;
        padding: 0;
        float: none !important
    }

    .wrap-menu-header ul.menu-top-header a:after, .wrap-menu-header ul.menu-top-header a:before {
        display: none !important
    }

    .wrap-menu-header ul.menu-top-header > li {
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        float: none !important;
        display: block;
        margin: 0;
        padding: 0
    }

    .wrap-menu-header ul.menu-top-header > li > a {
        display: block;
        text-decoration: none;
        position: relative;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 5px;
        text-transform: uppercase
    }

    .wrap-menu-header ul.menu-top-header > li .showsubmenu {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        width: 50px;
        display: block !important;
        height: 50px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        line-height: 50px;
        font-size: 12px;
        overflow: hidden;
        z-index: 10;
        color: inherit;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important
    }

    .wrap-menu-header ul.menu-top-header > li .showsubmenu:before {
        display: inline-block
    }

    .wrap-menu-header ul.menu-top-header > li.active > a, .wrap-menu-header ul.menu-top-header > li.parent-showsub > a, .wrap-menu-header ul.menu-top-header > li:hover > a, .wrap-menu-header ul.menu-top-header > li[class*=current] > a {
        color: #be9818
    }

    .wrap-menu-header ul.menu-top-header .wrapul, .wrap-menu-header ul.menu-top-header li > ul {
        -o-transition: all 0s ease;
        transition: all 0s ease;
        -webkit-transition: all 0s ease;
        visibility: visible;
        display: none;
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        left: auto !important;
        width: auto !important;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        border: none;
        border-top: 1px solid #f1f1f1
    }

    .wrap-menu-header ul.menu-top-header .wrapul li, .wrap-menu-header ul.menu-top-header li > ul li {
        display: block;
        position: relative
    }

    .wrap-menu-header ul.menu-top-header .wrapul li + li, .wrap-menu-header ul.menu-top-header li > ul li + li {
        border-top: 1px solid #f1f1f1
    }

    .wrap-menu-header ul.menu-top-header .wrapul li a, .wrap-menu-header ul.menu-top-header li > ul li a {
        display: block;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        font-weight: 500;
        font-size: 16px;
        color: #000;
        line-height: 26px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 30px;
        padding-right: 5px
    }

    .wrap-menu-header ul.menu-top-header .wrapul li .showsubmenu, .wrap-menu-header ul.menu-top-header li > ul li .showsubmenu {
        height: 46px;
        line-height: 46px
    }

    .wrap-menu-header ul.menu-top-header .wrapul li.active > a, .wrap-menu-header ul.menu-top-header .wrapul li.parent-showsub > a, .wrap-menu-header ul.menu-top-header .wrapul li:hover > a, .wrap-menu-header ul.menu-top-header .wrapul li[class*=current] > a, .wrap-menu-header ul.menu-top-header li > ul li.active > a, .wrap-menu-header ul.menu-top-header li > ul li.parent-showsub > a, .wrap-menu-header ul.menu-top-header li > ul li:hover > a, .wrap-menu-header ul.menu-top-header li > ul li[class*=current] > a {
        color: #be9818
    }

    .wrap-menu-header ul.menu-top-header .wrapul ul a, .wrap-menu-header ul.menu-top-header li > ul ul a {
        padding-left: 45px
    }

    .wrap-menu-header ul.menu-top-header .wrapul ul ul a, .wrap-menu-header ul.menu-top-header li > ul ul ul a {
        padding-left: 60px
    }

    .wrap-menu-header ul.menu-top-header .wrapul ul ul ul a, .wrap-menu-header ul.menu-top-header li > ul ul ul ul a {
        padding-left: 75px
    }

    .wrap-menu-header ul.menu-top-header li.parent-showsub > .showsubmenu:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    body.showMenu .wrap-menu-header {
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
        visibility: visible
    }

    .menu-btn {
        display: block
    }
}

.wrap-menu-pc .menu-btn {
    position: absolute;
    top: -78px;
    right: 28px
}

.wrap-menu-pc ul.menu {
    margin: 0;
    background-color: #fff;
    list-style: none;
    padding: 0
}

.wrap-menu-pc ul.menu li {
    position: relative;
    border-bottom: 1px solid #979797
}

.wrap-menu-pc ul.menu li a {
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 0
}

.wrap-menu-pc ul.menu li:hover > a, .wrap-menu-pc ul.menu li[class*=current] > a {
    color: var(--cl1)
}

.wrap-menu-pc ul.menu li ul {
    list-style-type: disc;
    margin: 0 0 0 35px
}

.wrap-menu-pc ul.menu li ul li a {
    font-size: 14px
}

.wrap-menu-mb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    overflow: auto;
    float: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99999 !important;
    max-width: 100%;
    overflow: hidden;
    background-color: #fff;
    width: 400px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
    overflow: hidden;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    left: 0;
    right: auto
}

.wrap-menu-mb .menu-head {
    position: relative;
    padding: 0 15px;
    z-index: 100;
    display: table;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff
}

.wrap-menu-mb .menu-head .logo {
    position: absolute !important;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 15px;
    height: 100%
}

.wrap-menu-mb .menu-head .logo img {
    display: block;
    max-height: 40px
}

.wrap-menu-mb .menu-head h3 {
    margin: 0;
    font-size: 20px;
    line-height: inherit;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.wrap-menu-mb .menu-head h3.back {
    padding-left: 20px
}

.wrap-menu-mb .menu-head h3.back i {
    font-size: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0
}

.wrap-menu-mb .menu-head .menu-btn {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px
}

.wrap-menu-mb .menu-head .menu-btn.x:after, .wrap-menu-mb .menu-head .menu-btn.x:before {
    background-color: #333
}

.wrap-menu-mb .inner {
    float: none !important;
    position: absolute;
    top: 70px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden
}

.wrap-menu-mb ul.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.wrap-menu-mb ul.menu a:after, .wrap-menu-mb ul.menu a:before {
    display: none !important
}

.wrap-menu-mb ul.menu > li {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    float: none !important;
    display: block;
    margin: 0;
    padding: 0
}

.wrap-menu-mb ul.menu > li > a {
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 5px;
    text-transform: uppercase
}

.wrap-menu-mb ul.menu > li .showsubmenu {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 50px;
    display: block !important;
    height: 50px;
    text-align: center;
    border-left: 1px solid #f1f1f1;
    line-height: 50px;
    font-size: 12px;
    overflow: hidden;
    z-index: 10;
    color: inherit;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.wrap-menu-mb ul.menu > li .showsubmenu:before {
    display: inline-block
}

.wrap-menu-mb ul.menu > li.active > a, .wrap-menu-mb ul.menu > li.parent-showsub > a, .wrap-menu-mb ul.menu > li:hover > a, .wrap-menu-mb ul.menu > li[class*=current] > a {
    color: #be9818
}

.wrap-menu-mb ul.menu .wrapul, .wrap-menu-mb ul.menu li > ul {
    -o-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    visibility: visible;
    display: none;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    left: auto !important;
    width: auto !important;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    border: none;
    border-top: 1px solid #f1f1f1
}

.wrap-menu-mb ul.menu .wrapul li, .wrap-menu-mb ul.menu li > ul li {
    display: block;
    position: relative
}

.wrap-menu-mb ul.menu .wrapul li + li, .wrap-menu-mb ul.menu li > ul li + li {
    border-top: 1px solid #f1f1f1
}

.wrap-menu-mb ul.menu .wrapul li a, .wrap-menu-mb ul.menu li > ul li a {
    display: block;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 5px
}

.wrap-menu-mb ul.menu .wrapul li .showsubmenu, .wrap-menu-mb ul.menu li > ul li .showsubmenu {
    height: 46px;
    line-height: 46px
}

.wrap-menu-mb ul.menu .wrapul li.active > a, .wrap-menu-mb ul.menu .wrapul li.parent-showsub > a, .wrap-menu-mb ul.menu .wrapul li:hover > a, .wrap-menu-mb ul.menu .wrapul li[class*=current] > a, .wrap-menu-mb ul.menu li > ul li.active > a, .wrap-menu-mb ul.menu li > ul li.parent-showsub > a, .wrap-menu-mb ul.menu li > ul li:hover > a, .wrap-menu-mb ul.menu li > ul li[class*=current] > a {
    color: #be9818
}

.wrap-menu-mb ul.menu .wrapul ul a, .wrap-menu-mb ul.menu li > ul ul a {
    padding-left: 45px
}

.wrap-menu-mb ul.menu .wrapul ul ul a, .wrap-menu-mb ul.menu li > ul ul ul a {
    padding-left: 60px
}

.wrap-menu-mb ul.menu .wrapul ul ul ul a, .wrap-menu-mb ul.menu li > ul ul ul ul a {
    padding-left: 75px
}

.wrap-menu-mb ul.menu li.parent-showsub > .showsubmenu:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

body.showMenu {
    overflow: hidden
}

body.showMenu #wrapper {
    overflow: hidden
}

body.showMenu #panel {
    z-index: 999 !important
}

body.showMenu .wrap-menu-pc {
    opacity: 1;
    visibility: visible
}

body.showMenu [class*=wrap-menu-mb] {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible
}

body.showMenu .menu-btn.overlay {
    visibility: visible;
    opacity: 1;
    left: 400px
}

body.showMenu .menu-btn.x span {
    background: none !important
}

body.showMenu .menu-btn.x:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px
}

body.showMenu .menu-btn.x:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 20px
}

.ef-tx-t.ef, .group-ef-hover .ef-tx-t[class*=efch], .group-ef .ef-tx-t[class*=efch] {
    -webkit-transform: translateY(50px) scale3d(1, 1.6, .8);
    transform: translateY(50px) scale3d(1, 1.6, .8)
}

.ef-tx-b.ef, .group-ef-hover .ef-tx-b[class*=efch], .group-ef .ef-tx-b[class*=efch] {
    -webkit-transform: translateY(-50px) scale3d(1, 1.6, .8);
    transform: translateY(-50px) scale3d(1, 1.6, .8)
}

.ef-th.ef, .group-ef-hover .ef-th[class*=efch], .group-ef .ef-th[class*=efch] {
    opacity: 1 !important
}

.ef-th.ef:not(.loaded) img, .group-ef-hover .ef-th:not(.loaded)[class*=efch] img, .group-ef .ef-th:not(.loaded)[class*=efch] img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.ef-img-t.ef, .group-ef-hover .ef-img-t[class*=efch], .group-ef .ef-img-t[class*=efch] {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.ef-img-b.ef, .group-ef-hover .ef-img-b[class*=efch], .group-ef .ef-img-b[class*=efch] {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.ef-img-t-50.ef, .group-ef-hover .ef-img-t-50[class*=efch], .group-ef .ef-img-t-50[class*=efch] {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.ef-img-b-50.ef, .group-ef-hover .ef-img-b-50[class*=efch], .group-ef .ef-img-b-50[class*=efch] {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 768px) {
    .ef-tx-r.ef, .group-ef-hover .ef-tx-r[class*=efch], .group-ef .ef-tx-r[class*=efch] {
        -webkit-transform: translateX(-50px) scale3d(1, 1.6, .8);
        transform: translateX(-50px) scale3d(1, 1.6, .8)
    }

    .ef-tx-l.ef, .group-ef-hover .ef-tx-l[class*=efch], .group-ef .ef-tx-l[class*=efch] {
        -webkit-transform: translateX(50px) scale3d(1, 1.6, .8);
        transform: translateX(50px) scale3d(1, 1.6, .8)
    }

    .ef-img-l.ef, .group-ef-hover .ef-img-l[class*=efch], .group-ef .ef-img-l[class*=efch] {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }

    .ef-img-r.ef, .group-ef-hover .ef-img-r[class*=efch], .group-ef .ef-img-r[class*=efch] {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }
}

@media only screen and (max-width: 767px) {
    .ef-tx-r.ef, .group-ef-hover .ef-tx-r[class*=efch], .group-ef .ef-tx-r[class*=efch] {
        -webkit-transform: translateY(50px) scale3d(1, 1.6, .8);
        transform: translateY(50px) scale3d(1, 1.6, .8)
    }

    .ef-tx-l.ef, .group-ef-hover .ef-tx-l[class*=efch], .group-ef .ef-tx-l[class*=efch] {
        -webkit-transform: translateY(50px) scale3d(1, 1.6, .8);
        transform: translateY(50px) scale3d(1, 1.6, .8)
    }

    .ef-img-l.ef, .group-ef-hover .ef-img-l[class*=efch], .group-ef .ef-img-l[class*=efch] {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }

    .ef-img-r.ef, .group-ef-hover .ef-img-r[class*=efch], .group-ef .ef-img-r[class*=efch] {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
}

.ef {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0, .15, 0, 1);
    -o-transition: all 1s cubic-bezier(0, .15, 0, 1);
    transition: all 1s cubic-bezier(0, .15, 0, 1)
}

.group-ef-hover [class*=efch], .group-ef [class*=efch] {
    opacity: 0;
    display: block;
    -webkit-transition: all 1s cubic-bezier(0, .15, 0, 1);
    -o-transition: all 1s cubic-bezier(0, .15, 0, 1);
    transition: all 1s cubic-bezier(0, .15, 0, 1)
}

.group-ef.loaded .efch-1, .loaded.group-ef-hover .efch-1 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important
}

.group-ef.loaded .efch-2, .loaded.group-ef-hover .efch-2 {
    -webkit-transition-delay: .1s !important;
    -o-transition-delay: .1s !important;
    transition-delay: .1s !important
}

.group-ef.loaded .efch-3, .loaded.group-ef-hover .efch-3 {
    -webkit-transition-delay: .2s !important;
    -o-transition-delay: .2s !important;
    transition-delay: .2s !important
}

.group-ef.loaded .efch-4, .loaded.group-ef-hover .efch-4 {
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.group-ef.loaded .efch-5, .loaded.group-ef-hover .efch-5 {
    -webkit-transition-delay: .4s !important;
    -o-transition-delay: .4s !important;
    transition-delay: .4s !important
}

.group-ef.loaded .efch-6, .loaded.group-ef-hover .efch-6 {
    -webkit-transition-delay: .5s !important;
    -o-transition-delay: .5s !important;
    transition-delay: .5s !important
}

.group-ef.loaded .efch-7, .loaded.group-ef-hover .efch-7 {
    -webkit-transition-delay: .6s !important;
    -o-transition-delay: .6s !important;
    transition-delay: .6s !important
}

.group-ef.loaded .efch-8, .loaded.group-ef-hover .efch-8 {
    -webkit-transition-delay: .7s !important;
    -o-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.group-ef.loaded .efch-9, .loaded.group-ef-hover .efch-9 {
    -webkit-transition-delay: .8s !important;
    -o-transition-delay: .8s !important;
    transition-delay: .8s !important
}

.group-ef.loaded .efch-10, .loaded.group-ef-hover .efch-10 {
    -webkit-transition-delay: .9s !important;
    -o-transition-delay: .9s !important;
    transition-delay: .9s !important
}

.group-ef.loaded .efch-11, .loaded.group-ef-hover .efch-11 {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important
}

.group-ef.loaded .efch-12, .loaded.group-ef-hover .efch-12 {
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    transition-delay: 1.1s !important
}

.group-ef.loaded .efch-13, .loaded.group-ef-hover .efch-13 {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important
}

.group-ef.loaded .efch-14, .loaded.group-ef-hover .efch-14 {
    -webkit-transition-delay: 1.3s !important;
    -o-transition-delay: 1.3s !important;
    transition-delay: 1.3s !important
}

.group-ef.loaded .efch-15, .loaded.group-ef-hover .efch-15 {
    -webkit-transition-delay: 1.4s !important;
    -o-transition-delay: 1.4s !important;
    transition-delay: 1.4s !important
}

.group-ef.loaded .efch-16, .loaded.group-ef-hover .efch-16 {
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important
}

.group-ef.loaded .efch-17, .loaded.group-ef-hover .efch-17 {
    -webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important
}

.group-ef.loaded .efch-18, .loaded.group-ef-hover .efch-18 {
    -webkit-transition-delay: 1.7s !important;
    -o-transition-delay: 1.7s !important;
    transition-delay: 1.7s !important
}

.group-ef.loaded .efch-19, .loaded.group-ef-hover .efch-19 {
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important
}

.group-ef.loaded .efch-20, .loaded.group-ef-hover .efch-20 {
    -webkit-transition-delay: 1.9s !important;
    -o-transition-delay: 1.9s !important;
    transition-delay: 1.9s !important
}

.group-ef.loaded .efch-21, .loaded.group-ef-hover .efch-21 {
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    transition-delay: 2s !important
}

.group-ef.loaded .efch-22, .loaded.group-ef-hover .efch-22 {
    -webkit-transition-delay: 2.1s !important;
    -o-transition-delay: 2.1s !important;
    transition-delay: 2.1s !important
}

.group-ef.loaded .efch-23, .loaded.group-ef-hover .efch-23 {
    -webkit-transition-delay: 2.2s !important;
    -o-transition-delay: 2.2s !important;
    transition-delay: 2.2s !important
}

.group-ef.loaded .efch-24, .loaded.group-ef-hover .efch-24 {
    -webkit-transition-delay: 2.3s !important;
    -o-transition-delay: 2.3s !important;
    transition-delay: 2.3s !important
}

.group-ef.loaded .efch-25, .loaded.group-ef-hover .efch-25 {
    -webkit-transition-delay: 2.4s !important;
    -o-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important
}

.group-ef.loaded .efch-26, .loaded.group-ef-hover .efch-26 {
    -webkit-transition-delay: 2.5s !important;
    -o-transition-delay: 2.5s !important;
    transition-delay: 2.5s !important
}

.group-ef.loaded .efch-27, .loaded.group-ef-hover .efch-27 {
    -webkit-transition-delay: 2.6s !important;
    -o-transition-delay: 2.6s !important;
    transition-delay: 2.6s !important
}

.group-ef.loaded .efch-28, .loaded.group-ef-hover .efch-28 {
    -webkit-transition-delay: 2.7s !important;
    -o-transition-delay: 2.7s !important;
    transition-delay: 2.7s !important
}

.group-ef.loaded .efch-29, .loaded.group-ef-hover .efch-29 {
    -webkit-transition-delay: 2.8s !important;
    -o-transition-delay: 2.8s !important;
    transition-delay: 2.8s !important
}

.group-ef-js:not(.loaded) .item {
    opacity: 0
}

.group-ef-hover:hover .efch-1 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important
}

.group-ef-hover:hover .efch-2 {
    -webkit-transition-delay: .1s !important;
    -o-transition-delay: .1s !important;
    transition-delay: .1s !important
}

.group-ef-hover:hover .efch-3 {
    -webkit-transition-delay: .2s !important;
    -o-transition-delay: .2s !important;
    transition-delay: .2s !important
}

.group-ef-hover:hover .efch-4 {
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.group-ef-hover:hover .efch-5 {
    -webkit-transition-delay: .4s !important;
    -o-transition-delay: .4s !important;
    transition-delay: .4s !important
}

.group-ef-hover:hover .efch-6 {
    -webkit-transition-delay: .5s !important;
    -o-transition-delay: .5s !important;
    transition-delay: .5s !important
}

.group-ef-hover:hover .efch-7 {
    -webkit-transition-delay: .6s !important;
    -o-transition-delay: .6s !important;
    transition-delay: .6s !important
}

.group-ef-hover:hover .efch-8 {
    -webkit-transition-delay: .7s !important;
    -o-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.group-ef-hover:hover .efch-9 {
    -webkit-transition-delay: .8s !important;
    -o-transition-delay: .8s !important;
    transition-delay: .8s !important
}

.group-ef-hover:hover .efch-10 {
    -webkit-transition-delay: .9s !important;
    -o-transition-delay: .9s !important;
    transition-delay: .9s !important
}

.group-ef-hover:hover .efch-11 {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important
}

.group-ef-hover:hover .efch-12 {
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    transition-delay: 1.1s !important
}

.group-ef-hover:hover .efch-13 {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important
}

.group-ef-hover:hover .efch-14 {
    -webkit-transition-delay: 1.3s !important;
    -o-transition-delay: 1.3s !important;
    transition-delay: 1.3s !important
}

.group-ef-hover:hover .efch-15 {
    -webkit-transition-delay: 1.4s !important;
    -o-transition-delay: 1.4s !important;
    transition-delay: 1.4s !important
}

.group-ef-hover:hover .efch-16 {
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important
}

.group-ef-hover:hover .efch-17 {
    -webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important
}

.group-ef-hover:hover .efch-18 {
    -webkit-transition-delay: 1.7s !important;
    -o-transition-delay: 1.7s !important;
    transition-delay: 1.7s !important
}

.group-ef-hover:hover .efch-19 {
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important
}

.group-ef-hover:hover .efch-20 {
    -webkit-transition-delay: 1.9s !important;
    -o-transition-delay: 1.9s !important;
    transition-delay: 1.9s !important
}

.group-ef-hover:hover .efch-21 {
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    transition-delay: 2s !important
}

.group-ef-hover:hover .efch-22 {
    -webkit-transition-delay: 2.1s !important;
    -o-transition-delay: 2.1s !important;
    transition-delay: 2.1s !important
}

.group-ef-hover:hover .efch-23 {
    -webkit-transition-delay: 2.2s !important;
    -o-transition-delay: 2.2s !important;
    transition-delay: 2.2s !important
}

.group-ef-hover:hover .efch-24 {
    -webkit-transition-delay: 2.3s !important;
    -o-transition-delay: 2.3s !important;
    transition-delay: 2.3s !important
}

.group-ef-hover:hover .efch-25 {
    -webkit-transition-delay: 2.4s !important;
    -o-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important
}

.group-ef-hover:hover .efch-26 {
    -webkit-transition-delay: 2.5s !important;
    -o-transition-delay: 2.5s !important;
    transition-delay: 2.5s !important
}

.group-ef-hover:hover .efch-27 {
    -webkit-transition-delay: 2.6s !important;
    -o-transition-delay: 2.6s !important;
    transition-delay: 2.6s !important
}

.group-ef-hover:hover .efch-28 {
    -webkit-transition-delay: 2.7s !important;
    -o-transition-delay: 2.7s !important;
    transition-delay: 2.7s !important
}

.group-ef-hover:hover .efch-29 {
    -webkit-transition-delay: 2.8s !important;
    -o-transition-delay: 2.8s !important;
    transition-delay: 2.8s !important
}

.ef.loaded, .group-ef-hover:hover [class*=efch], .group-ef.loaded [class*=efch], .loaded.group-ef-hover [class*=efch] {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1)
}

.group-ef-hover:hover .ef-th img, .group-ef.loaded .ef-th img, .loaded.group-ef-hover .ef-th img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important
}

@media only screen and (max-width: 1199px) {
    .group-ef-hover [class*=efch] {
        opacity: 1 !important;
        -webkit-transform: translate(0, 0) scale3d(1, 1, 1) !important;
        transform: translate(0, 0) scale3d(1, 1, 1) !important
    }

    .group-ef-hover .ef-th img {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important
    }
}

@media only screen and (max-width: 991px) {
    .wrap-menu-header {
        display: none !important
    }

    .menu-btn {
        display: block
    }
}

#header {
    z-index: 1000;
    position: relative;
    background-color: #fff
}

#header .container {
    position: relative
}

#header #logo {
    position: absolute !important;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header #logo.l {
    left: 15px
}

#header #logo.r {
    right: 15px
}

#header #logo.c {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

#header #logo img {
    display: block
}

#header .wrap-menu-header {
    position: relative
}

#header .group-header {
    position: absolute;
    right: 15px;
    height: 100%;
    display: table;
    top: 0
}

#header .group-header > .item {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.fixe#header {
    position: absolute;
    left: 0;
    right: 0
}

.fixed#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0
}

.sticky#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.stickyUp#header {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.stickyDown#header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (min-width: 1200px) {
    #header .container {
        height: 70px
    }

    #header #logo {
        height: 70px
    }

    #header #logo img {
        max-height: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #header .container {
        height: 70px
    }

    #header #logo {
        height: 70px
    }

    #header #logo img {
        max-height: 65px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #header .container {
        height: 60px
    }

    #header #logo {
        height: 60px
    }

    #header #logo img {
        max-height: 55px
    }
}

@media only screen and (max-width: 767px) {
    #header .container {
        height: 60px
    }

    #header #logo {
        height: 60px;
    }

    #header #logo img {
        max-height: 55px;
    }
}

@media only screen and (max-width: 767px) {
    body.showMenu #header .wrap-menu-header ul.menu {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

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

.owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%
}

.owl-nav > * {
    position: absolute;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 40px;
    font-size: 22px;
    border-radius: 0;
    background-color: transparent;
    color: #858383;
    border: 0 solid #2c2c2c;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.owl-nav > :hover {
    color: #be9818
}

.owl-nav > * i {
    line-height: inherit
}

.owl-nav > .owl-prev {
    left: 0
}

.owl-nav > .owl-next {
    right: 0
}

.owl-dots {
    padding: 0;
    position: absolute;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

.owl-dots > .owl-dot {
    display: inline-block;
    border: none;
    background: 0 0
}

.owl-dots > .owl-dot span {
    display: block;
    -webkit-backface-visibility: visible;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    border-radius: 100%;
    background-color: #e6e6e6;
    border: 1px solid #fff
}

.owl-dots > .owl-dot.active span, .owl-dots > .owl-dot:hover span {
    background-color: #be9818;
    border-color: n
}

body {
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: var(--body-bg-color);
    line-height: var(--body-line-height);
    background-color: var(--body-bg-color)
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 78, 160, .3);
    box-shadow: inset 0 0 6px rgba(0, 78, 160, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #be9818;
    outline: 1px solid #be9818
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 400;
    margin-bottom: 20px
}

.h1, h1 {
    font-size: var(--h1);
    text-transform: uppercase;
    font-weight: 700
}

.h2, h2 {
    font-size: var(--h2);
    text-transform: uppercase;
    font-weight: 700
}

.h3, h3 {
    font-size: var(--h3);
    text-transform: uppercase;
    font-weight: 700
}

.h4, h4 {
    font-size: var(--h4)
}

.h5, h5 {
    font-size: var(--h5)
}

.h6, h6 {
    font-size: var(--h6)
}

.language.menu-list {
    display: block;
    position: absolute;
    right: -30px;
    top: 15px;
    width: 30px;
    z-index: 999
}

.language.menu-list:before {
    font-family: 'icomoon' !important;
    content: "\e906";
    position: absolute;
    right: -9px;
    font-size: 12px;
    line-height: normal;
    top: 18px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.language.menu-list li {
    margin: 5px 0;
    opacity: 0;
    position: absolute;
    top: 30px;
    width: 30px;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.language.menu-list li.active {
    opacity: 1;
    top: 0
}

.language.menu-list:hover li {
    opacity: 1
}

.language.menu-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.language.menu-list a, .language.menu-list img, .language.menu-list li {
    display: block
}

.language.menu-list .t1 {
    display: none
}

@media only screen and (max-width: 1199px) {
    .language.menu-list:before {
        right: -15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .language.menu-list:before {
        right: -20px
    }
}

@media only screen and (max-width: 767px) {
    .language.menu-list:before {
        right: -24px
    }
}

#header .searchform {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 15px
}

#header .top-header .wsearch {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-color: #fff;
    width: 380px;
    overflow: hidden;
    max-width: 100%
}

#header .top-header .wsearch .select {
    width: 120px;
    border: none;
    border-right: 1px solid #e6e6e6;
    padding-right: 30px;
    border-radius: 0
}

#header .top-header .wsearch .textinput {
    width: 100%;
    height: 35px;
    border: none;
    background-color: transparent
}

#header .top-header .wsearch button {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 35px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    border: none;
    font-size: 15px
}

#header ul.menu-top-header {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#header ul.menu-top-header > li {
    display: inline-block
}

#header ul.menu-top-header > li > a, #header ul.menu-top-header > li > span {
    line-height: 40px
}

@media only screen and (min-width: 992px) {
    #header ul.menu-top-header > li {
        margin: 0
    }
}

#header .link-store {
    display: block
}

#header .link-store img {
    display: block;
    width: 130px
}

#header .mainmenu {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

#header .itemmega > .wrapul {
    width: 1000px;
    position: absolute;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#header ul.menu-top-header > li.itemmega.menu-4cols > .wrapul > ul > li {
    width: 25%
}

#header ul.menu-top-header > li.itemmega.menu-3cols > .wrapul > ul > li {
    width: 33.33333%
}

.menu-item .menu-item-description {
    display: none
}

.itemmega-custom.menu-3cols {
    position: static
}

.itemmega-custom.menu-3cols > .wrapul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.itemmega-custom.menu-3cols > .wrapul > .sub-menu {
    -webkit-columns: 3;
    columns: 3
}

.stickyBody #header {
    position: fixed;
    top: -115px
}

.stickyBody.stickyUp #header {
    top: 0
}

@media only screen and (max-width: 991px) {
    .afterHeader {
        height: 60px !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    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-slider:not(.slick-vertical) .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-slider:not(.slick-vertical) .slick-list {
    margin: 0 -10px
}

.slick-slider:not(.slick-vertical) .slick-slide {
    padding: 0 10px
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

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

.slick-arrow {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius: 0;
    background-color: transparent;
    color: #858383;
    z-index: 3;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 solid #2c2c2c
}

.slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.slick-arrow:hover {
    color: #be9818
}

.prevArrow {
    left: 0
}

.nextArrow {
    right: 0
}

.slick-dots {
    list-style: none;
    padding: 0;
    position: absolute;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

.slick-dots li {
    display: inline-block
}

.slick-dots button {
    display: block;
    -webkit-backface-visibility: visible;
    text-indent: -999em;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    border-radius: 100%;
    background-color: #e6e6e6;
    border: 1px solid #fff
}

.slick-dots .slick-active button {
    background-color: #be9818;
    border-color: n
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.ttf) format('truetype'), url(../fonts/icomoon.woff) format('woff'), url(../images/icomoon.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=icon-], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-p-calendar:before {
    content: "\e986"
}

.icon-p-email:before {
    content: "\e987"
}

.icon-p-eye:before {
    content: "\e988"
}

.icon-p-pin:before {
    content: "\e989"
}

.icon-p-print:before {
    content: "\e98a"
}

.icon-led-bulb-new .path1:before {
    content: "\e980";
    color: #373737
}

.icon-led-bulb-new .path2:before {
    content: "\e981";
    margin-left: -.92578125em;
    color: #373737
}

.icon-led-bulb-new .path3:before {
    content: "\e982";
    margin-left: -.92578125em;
    color: #fff
}

.icon-ceiling-lamp-hot .path1:before {
    content: "\e96c";
    color: #373737
}

.icon-ceiling-lamp-hot .path2:before {
    content: "\e96d";
    margin-left: -1em;
    color: #373737
}

.icon-ceiling-lamp-hot .path3:before {
    content: "\e97f";
    margin-left: -1em;
    color: #fff
}

.icon-led-lamp2 .path1:before {
    content: "\e983";
    color: #373737
}

.icon-led-lamp2 .path2:before {
    content: "\e984";
    margin-left: -.75em;
    color: #373737
}

.icon-led-lamp2 .path3:before {
    content: "\e985";
    margin-left: -.75em;
    color: #fff
}

.icon-t15:before {
    content: "\e966"
}

.icon-t5:before {
    content: "\e95c"
}

.icon-t6:before {
    content: "\e95d"
}

.icon-t7:before {
    content: "\e95e"
}

.icon-t8:before {
    content: "\e95f"
}

.icon-t9:before {
    content: "\e960"
}

.icon-t10:before {
    content: "\e961"
}

.icon-t11:before {
    content: "\e962"
}

.icon-t12:before {
    content: "\e963"
}

.icon-t13:before {
    content: "\e964"
}

.icon-t14:before {
    content: "\e965"
}

.icon-t16:before {
    content: "\e967"
}

.icon-t17:before {
    content: "\e968"
}

.icon-t18:before {
    content: "\e969"
}

.icon-t19:before {
    content: "\e96a"
}

.icon-t20:before {
    content: "\e96b"
}

.icon-t21:before {
    content: "\e96e"
}

.icon-t22:before {
    content: "\e96f"
}

.icon-t23:before {
    content: "\e970"
}

.icon-t24:before {
    content: "\e971"
}

.icon-t25:before {
    content: "\e972"
}

.icon-t26:before {
    content: "\e973"
}

.icon-t27:before {
    content: "\e974"
}

.icon-t28:before {
    content: "\e975"
}

.icon-t29:before {
    content: "\e976"
}

.icon-t30:before {
    content: "\e977"
}

.icon-t31:before {
    content: "\e978"
}

.icon-t32:before {
    content: "\e979"
}

.icon-t33:before {
    content: "\e97a"
}

.icon-t34:before {
    content: "\e97b"
}

.icon-t35:before {
    content: "\e97c"
}

.icon-t36:before {
    content: "\e97d"
}

.icon-t37:before {
    content: "\e97e"
}

.icon-t1:before {
    content: "\e958"
}

.icon-t2:before {
    content: "\e959"
}

.icon-t3:before {
    content: "\e95a"
}

.icon-t4:before {
    content: "\e95b"
}

.icon-star-0:before {
    content: "\e949"
}

.icon-star:before {
    content: "\e957"
}

.icon-arrow-db:before {
    content: "\e956"
}

.icon-arrow-1:before {
    content: "\e900"
}

.icon-arrow-2:before {
    content: "\e901"
}

.icon-arrow-3:before {
    content: "\e902"
}

.icon-arrow-4:before {
    content: "\e903"
}

.icon-arrow-5:before {
    content: "\e904"
}

.icon-arrow-6:before {
    content: "\e905"
}

.icon-arrow-9:before {
    content: "\e906"
}

.icon-arrows:before {
    content: "\e907"
}

.icon-cart-2:before {
    content: "\e908"
}

.icon-cart-3:before {
    content: "\e909"
}

.icon-cart:before {
    content: "\e90a"
}

.icon-clock:before {
    content: "\e90b"
}

.icon-close:before {
    content: "\e90c"
}

.icon-company-2:before {
    content: "\e90d"
}

.icon-company:before {
    content: "\e90e"
}

.icon-date-2:before {
    content: "\e90f"
}

.icon-date:before {
    content: "\e910"
}

.icon-dropbox:before {
    content: "\e911"
}

.icon-edit-2:before {
    content: "\e912"
}

.icon-edit-3:before {
    content: "\e913"
}

.icon-edit:before {
    content: "\e914"
}

.icon-facebook:before {
    content: "\e915"
}

.icon-fax:before {
    content: "\e916"
}

.icon-flickr:before {
    content: "\e917"
}

.icon-folder-2:before {
    content: "\e918"
}

.icon-folder-3:before {
    content: "\e919"
}

.icon-folder:before {
    content: "\e91a"
}

.icon-google-plus-2:before {
    content: "\e91b"
}

.icon-google-plus:before {
    content: "\e91c"
}

.icon-google:before {
    content: "\e91d"
}

.icon-heart:before {
    content: "\e91e"
}

.icon-home:before {
    content: "\e91f"
}

.icon-home2:before {
    content: "\e920"
}

.icon-home3:before {
    content: "\e921"
}

.icon-image:before {
    content: "\e922"
}

.icon-instagram:before {
    content: "\e923"
}

.icon-language:before {
    content: "\e924"
}

.icon-like-1:before {
    content: "\e925"
}

.icon-like:before {
    content: "\e926"
}

.icon-linkedin:before {
    content: "\e927"
}

.icon-lock:before {
    content: "\e928"
}

.icon-mail-1:before {
    content: "\e929"
}

.icon-mail-2:before {
    content: "\e92a"
}

.icon-mail-3:before {
    content: "\e92b"
}

.icon-map:before {
    content: "\e92c"
}

.icon-map1:before {
    content: "\e92d"
}

.icon-maps:before {
    content: "\e92e"
}

.icon-menu:before {
    content: "\e92f"
}

.icon-minus-2:before {
    content: "\e930"
}

.icon-minus:before {
    content: "\e931"
}

.icon-mobile:before {
    content: "\e932"
}

.icon-money:before {
    content: "\e933"
}

.icon-noti:before {
    content: "\e934"
}

.icon-paypal:before {
    content: "\e935"
}

.icon-phone-1:before {
    content: "\e936"
}

.icon-phone-2:before {
    content: "\e937"
}

.icon-phone-3:before {
    content: "\e938"
}

.icon-phone-4:before {
    content: "\e939"
}

.icon-pinterest:before {
    content: "\e93a"
}

.icon-plane:before {
    content: "\e93b"
}

.icon-play:before {
    content: "\e93c"
}

.icon-plus-2:before {
    content: "\e93d"
}

.icon-plus:before {
    content: "\e93e"
}

.icon-question:before {
    content: "\e93f"
}

.icon-quote:before {
    content: "\e940"
}

.icon-search-2:before {
    content: "\e941"
}

.icon-search:before {
    content: "\e942"
}

.icon-share-2:before {
    content: "\e943"
}

.icon-share:before {
    content: "\e944"
}

.icon-skype:before {
    content: "\e945"
}

.icon-smile:before {
    content: "\e946"
}

.icon-sort:before {
    content: "\e947"
}

.icon-spin:before {
    content: "\e948"
}

.icon-tag:before {
    content: "\e94a"
}

.icon-talk:before {
    content: "\e94b"
}

.icon-tick:before {
    content: "\e94c"
}

.icon-tumblr:before {
    content: "\e94d"
}

.icon-twitter:before {
    content: "\e94e"
}

.icon-user-2:before {
    content: "\e94f"
}

.icon-user-3:before {
    content: "\e950"
}

.icon-user:before {
    content: "\e951"
}

.icon-view:before {
    content: "\e952"
}

.icon-vimeo:before {
    content: "\e953"
}

.icon-youtube-2:before {
    content: "\e954"
}

.icon-youtube:before {
    content: "\e955"
}

@charset "UTF-8";
@media only screen and (min-width: 360px) and (max-width: 767px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.ef-tx-t.ef, .group-ef-hover .ef-tx-t[class*=efch], .group-ef .ef-tx-t[class*=efch] {
    -webkit-transform: translateY(50px) scale3d(1, 1.6, .8);
    transform: translateY(50px) scale3d(1, 1.6, .8)
}

.ef-tx-b.ef, .group-ef-hover .ef-tx-b[class*=efch], .group-ef .ef-tx-b[class*=efch] {
    -webkit-transform: translateY(-50px) scale3d(1, 1.6, .8);
    transform: translateY(-50px) scale3d(1, 1.6, .8)
}

.ef-th.ef, .group-ef-hover .ef-th[class*=efch], .group-ef .ef-th[class*=efch] {
    opacity: 1 !important
}

.ef-th.ef:not(.loaded) img, .group-ef-hover .ef-th:not(.loaded)[class*=efch] img, .group-ef .ef-th:not(.loaded)[class*=efch] img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.ef-img-t.ef, .group-ef-hover .ef-img-t[class*=efch], .group-ef .ef-img-t[class*=efch] {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.ef-img-b.ef, .group-ef-hover .ef-img-b[class*=efch], .group-ef .ef-img-b[class*=efch] {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.ef-img-t-50.ef, .group-ef-hover .ef-img-t-50[class*=efch], .group-ef .ef-img-t-50[class*=efch] {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.ef-img-b-50.ef, .group-ef-hover .ef-img-b-50[class*=efch], .group-ef .ef-img-b-50[class*=efch] {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 768px) {
    .ef-tx-r.ef, .group-ef-hover .ef-tx-r[class*=efch], .group-ef .ef-tx-r[class*=efch] {
        -webkit-transform: translateX(-50px) scale3d(1, 1.6, .8);
        transform: translateX(-50px) scale3d(1, 1.6, .8)
    }

    .ef-tx-l.ef, .group-ef-hover .ef-tx-l[class*=efch], .group-ef .ef-tx-l[class*=efch] {
        -webkit-transform: translateX(50px) scale3d(1, 1.6, .8);
        transform: translateX(50px) scale3d(1, 1.6, .8)
    }

    .ef-img-l.ef, .group-ef-hover .ef-img-l[class*=efch], .group-ef .ef-img-l[class*=efch] {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }

    .ef-img-r.ef, .group-ef-hover .ef-img-r[class*=efch], .group-ef .ef-img-r[class*=efch] {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }
}

@media only screen and (max-width: 767px) {
    .ef-tx-r.ef, .group-ef-hover .ef-tx-r[class*=efch], .group-ef .ef-tx-r[class*=efch] {
        -webkit-transform: translateY(50px) scale3d(1, 1.6, .8);
        transform: translateY(50px) scale3d(1, 1.6, .8)
    }

    .ef-tx-l.ef, .group-ef-hover .ef-tx-l[class*=efch], .group-ef .ef-tx-l[class*=efch] {
        -webkit-transform: translateY(50px) scale3d(1, 1.6, .8);
        transform: translateY(50px) scale3d(1, 1.6, .8)
    }

    .ef-img-l.ef, .group-ef-hover .ef-img-l[class*=efch], .group-ef .ef-img-l[class*=efch] {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }

    .ef-img-r.ef, .group-ef-hover .ef-img-r[class*=efch], .group-ef .ef-img-r[class*=efch] {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
}

.ef {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0, .15, 0, 1);
    -o-transition: all 1s cubic-bezier(0, .15, 0, 1);
    transition: all 1s cubic-bezier(0, .15, 0, 1)
}

.group-ef-hover [class*=efch], .group-ef [class*=efch] {
    opacity: 0;
    display: block;
    -webkit-transition: all 1s cubic-bezier(0, .15, 0, 1);
    -o-transition: all 1s cubic-bezier(0, .15, 0, 1);
    transition: all 1s cubic-bezier(0, .15, 0, 1)
}

.group-ef.loaded .efch-1, .loaded.group-ef-hover .efch-1 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important
}

.group-ef.loaded .efch-2, .loaded.group-ef-hover .efch-2 {
    -webkit-transition-delay: .1s !important;
    -o-transition-delay: .1s !important;
    transition-delay: .1s !important
}

.group-ef.loaded .efch-3, .loaded.group-ef-hover .efch-3 {
    -webkit-transition-delay: .2s !important;
    -o-transition-delay: .2s !important;
    transition-delay: .2s !important
}

.group-ef.loaded .efch-4, .loaded.group-ef-hover .efch-4 {
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.group-ef.loaded .efch-5, .loaded.group-ef-hover .efch-5 {
    -webkit-transition-delay: .4s !important;
    -o-transition-delay: .4s !important;
    transition-delay: .4s !important
}

.group-ef.loaded .efch-6, .loaded.group-ef-hover .efch-6 {
    -webkit-transition-delay: .5s !important;
    -o-transition-delay: .5s !important;
    transition-delay: .5s !important
}

.group-ef.loaded .efch-7, .loaded.group-ef-hover .efch-7 {
    -webkit-transition-delay: .6s !important;
    -o-transition-delay: .6s !important;
    transition-delay: .6s !important
}

.group-ef.loaded .efch-8, .loaded.group-ef-hover .efch-8 {
    -webkit-transition-delay: .7s !important;
    -o-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.group-ef.loaded .efch-9, .loaded.group-ef-hover .efch-9 {
    -webkit-transition-delay: .8s !important;
    -o-transition-delay: .8s !important;
    transition-delay: .8s !important
}

.group-ef.loaded .efch-10, .loaded.group-ef-hover .efch-10 {
    -webkit-transition-delay: .9s !important;
    -o-transition-delay: .9s !important;
    transition-delay: .9s !important
}

.group-ef.loaded .efch-11, .loaded.group-ef-hover .efch-11 {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important
}

.group-ef.loaded .efch-12, .loaded.group-ef-hover .efch-12 {
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    transition-delay: 1.1s !important
}

.group-ef.loaded .efch-13, .loaded.group-ef-hover .efch-13 {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important
}

.group-ef.loaded .efch-14, .loaded.group-ef-hover .efch-14 {
    -webkit-transition-delay: 1.3s !important;
    -o-transition-delay: 1.3s !important;
    transition-delay: 1.3s !important
}

.group-ef.loaded .efch-15, .loaded.group-ef-hover .efch-15 {
    -webkit-transition-delay: 1.4s !important;
    -o-transition-delay: 1.4s !important;
    transition-delay: 1.4s !important
}

.group-ef.loaded .efch-16, .loaded.group-ef-hover .efch-16 {
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important
}

.group-ef.loaded .efch-17, .loaded.group-ef-hover .efch-17 {
    -webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important
}

.group-ef.loaded .efch-18, .loaded.group-ef-hover .efch-18 {
    -webkit-transition-delay: 1.7s !important;
    -o-transition-delay: 1.7s !important;
    transition-delay: 1.7s !important
}

.group-ef.loaded .efch-19, .loaded.group-ef-hover .efch-19 {
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important
}

.group-ef.loaded .efch-20, .loaded.group-ef-hover .efch-20 {
    -webkit-transition-delay: 1.9s !important;
    -o-transition-delay: 1.9s !important;
    transition-delay: 1.9s !important
}

.group-ef.loaded .efch-21, .loaded.group-ef-hover .efch-21 {
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    transition-delay: 2s !important
}

.group-ef.loaded .efch-22, .loaded.group-ef-hover .efch-22 {
    -webkit-transition-delay: 2.1s !important;
    -o-transition-delay: 2.1s !important;
    transition-delay: 2.1s !important
}

.group-ef.loaded .efch-23, .loaded.group-ef-hover .efch-23 {
    -webkit-transition-delay: 2.2s !important;
    -o-transition-delay: 2.2s !important;
    transition-delay: 2.2s !important
}

.group-ef.loaded .efch-24, .loaded.group-ef-hover .efch-24 {
    -webkit-transition-delay: 2.3s !important;
    -o-transition-delay: 2.3s !important;
    transition-delay: 2.3s !important
}

.group-ef.loaded .efch-25, .loaded.group-ef-hover .efch-25 {
    -webkit-transition-delay: 2.4s !important;
    -o-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important
}

.group-ef.loaded .efch-26, .loaded.group-ef-hover .efch-26 {
    -webkit-transition-delay: 2.5s !important;
    -o-transition-delay: 2.5s !important;
    transition-delay: 2.5s !important
}

.group-ef.loaded .efch-27, .loaded.group-ef-hover .efch-27 {
    -webkit-transition-delay: 2.6s !important;
    -o-transition-delay: 2.6s !important;
    transition-delay: 2.6s !important
}

.group-ef.loaded .efch-28, .loaded.group-ef-hover .efch-28 {
    -webkit-transition-delay: 2.7s !important;
    -o-transition-delay: 2.7s !important;
    transition-delay: 2.7s !important
}

.group-ef.loaded .efch-29, .loaded.group-ef-hover .efch-29 {
    -webkit-transition-delay: 2.8s !important;
    -o-transition-delay: 2.8s !important;
    transition-delay: 2.8s !important
}

.group-ef-js:not(.loaded) .item {
    opacity: 0
}

.group-ef-hover:hover .efch-1 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important
}

.group-ef-hover:hover .efch-2 {
    -webkit-transition-delay: .1s !important;
    -o-transition-delay: .1s !important;
    transition-delay: .1s !important
}

.group-ef-hover:hover .efch-3 {
    -webkit-transition-delay: .2s !important;
    -o-transition-delay: .2s !important;
    transition-delay: .2s !important
}

.group-ef-hover:hover .efch-4 {
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.group-ef-hover:hover .efch-5 {
    -webkit-transition-delay: .4s !important;
    -o-transition-delay: .4s !important;
    transition-delay: .4s !important
}

.group-ef-hover:hover .efch-6 {
    -webkit-transition-delay: .5s !important;
    -o-transition-delay: .5s !important;
    transition-delay: .5s !important
}

.group-ef-hover:hover .efch-7 {
    -webkit-transition-delay: .6s !important;
    -o-transition-delay: .6s !important;
    transition-delay: .6s !important
}

.group-ef-hover:hover .efch-8 {
    -webkit-transition-delay: .7s !important;
    -o-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.group-ef-hover:hover .efch-9 {
    -webkit-transition-delay: .8s !important;
    -o-transition-delay: .8s !important;
    transition-delay: .8s !important
}

.group-ef-hover:hover .efch-10 {
    -webkit-transition-delay: .9s !important;
    -o-transition-delay: .9s !important;
    transition-delay: .9s !important
}

.group-ef-hover:hover .efch-11 {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important
}

.group-ef-hover:hover .efch-12 {
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    transition-delay: 1.1s !important
}

.group-ef-hover:hover .efch-13 {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important
}

.group-ef-hover:hover .efch-14 {
    -webkit-transition-delay: 1.3s !important;
    -o-transition-delay: 1.3s !important;
    transition-delay: 1.3s !important
}

.group-ef-hover:hover .efch-15 {
    -webkit-transition-delay: 1.4s !important;
    -o-transition-delay: 1.4s !important;
    transition-delay: 1.4s !important
}

.group-ef-hover:hover .efch-16 {
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important
}

.group-ef-hover:hover .efch-17 {
    -webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important
}

.group-ef-hover:hover .efch-18 {
    -webkit-transition-delay: 1.7s !important;
    -o-transition-delay: 1.7s !important;
    transition-delay: 1.7s !important
}

.group-ef-hover:hover .efch-19 {
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important
}

.group-ef-hover:hover .efch-20 {
    -webkit-transition-delay: 1.9s !important;
    -o-transition-delay: 1.9s !important;
    transition-delay: 1.9s !important
}

.group-ef-hover:hover .efch-21 {
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    transition-delay: 2s !important
}

.group-ef-hover:hover .efch-22 {
    -webkit-transition-delay: 2.1s !important;
    -o-transition-delay: 2.1s !important;
    transition-delay: 2.1s !important
}

.group-ef-hover:hover .efch-23 {
    -webkit-transition-delay: 2.2s !important;
    -o-transition-delay: 2.2s !important;
    transition-delay: 2.2s !important
}

.group-ef-hover:hover .efch-24 {
    -webkit-transition-delay: 2.3s !important;
    -o-transition-delay: 2.3s !important;
    transition-delay: 2.3s !important
}

.group-ef-hover:hover .efch-25 {
    -webkit-transition-delay: 2.4s !important;
    -o-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important
}

.group-ef-hover:hover .efch-26 {
    -webkit-transition-delay: 2.5s !important;
    -o-transition-delay: 2.5s !important;
    transition-delay: 2.5s !important
}

.group-ef-hover:hover .efch-27 {
    -webkit-transition-delay: 2.6s !important;
    -o-transition-delay: 2.6s !important;
    transition-delay: 2.6s !important
}

.group-ef-hover:hover .efch-28 {
    -webkit-transition-delay: 2.7s !important;
    -o-transition-delay: 2.7s !important;
    transition-delay: 2.7s !important
}

.group-ef-hover:hover .efch-29 {
    -webkit-transition-delay: 2.8s !important;
    -o-transition-delay: 2.8s !important;
    transition-delay: 2.8s !important
}

.ef.loaded, .group-ef-hover:hover [class*=efch], .group-ef.loaded [class*=efch], .loaded.group-ef-hover [class*=efch] {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1)
}

.group-ef-hover:hover .ef-th img, .group-ef.loaded .ef-th img, .loaded.group-ef-hover .ef-th img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important
}

@media only screen and (max-width: 1199px) {
    .group-ef-hover [class*=efch] {
        opacity: 1 !important;
        -webkit-transform: translate(0, 0) scale3d(1, 1, 1) !important;
        transform: translate(0, 0) scale3d(1, 1, 1) !important
    }

    .group-ef-hover .ef-th img {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important
    }
}

@media only screen and (max-width: 991px) {
    .wrap-menu-header {
        display: none !important
    }

    .menu-btn {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    body.showMenu #header .wrap-menu-header ul.menu {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

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

.owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%
}

.owl-nav > * {
    position: absolute;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 40px;
    font-size: 22px;
    border-radius: 0;
    background-color: transparent;
    color: #858383;
    border: 0 solid #2c2c2c;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.owl-nav > :hover {
    color: #be9818
}

.owl-nav > * i {
    line-height: inherit
}

.owl-nav > .owl-prev {
    left: 0
}

.owl-nav > .owl-next {
    right: 0
}

.owl-dots {
    padding: 0;
    position: absolute;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

.owl-dots > .owl-dot {
    display: inline-block;
    border: none;
    background: 0 0
}

.owl-dots > .owl-dot span {
    display: block;
    -webkit-backface-visibility: visible;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    border-radius: 100%;
    background-color: #e6e6e6;
    border: 1px solid #fff
}

.owl-dots > .owl-dot.active span, .owl-dots > .owl-dot:hover span {
    background-color: #be9818;
    border-color: n
}

.content-tabs {
    min-height: 1px;
    position: relative
}

.content-tabs > div {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.content-tabs > div.active {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    max-height: inherit;
    position: relative;
    overflow: visible
}

.content-tabs > div.tab-map .tab-inner {
    padding-bottom: 0 !important
}

.tab-content {
    min-height: 1px;
    position: relative
}

.tab-content > div {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.tab-content > div.active {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    max-height: inherit;
    position: relative;
    overflow: visible
}

.tab-content > div.tab-map .tab-inner {
    padding-bottom: 0 !important
}

[class*=cttab] .tab-menu > div {
    cursor: pointer
}

[class*=cttab] .w-menu-over {
    overflow-x: auto;
    margin-bottom: 40px
}

[class*=cttab] .w-menu-over > .tab-menu {
    display: table
}

[class*=cttab] .w-menu-over > .tab-menu > div {
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    display: table-cell;
    white-space: nowrap;
    overflow: hidden
}

[class*=cttab] .w-menu-over > .tab-menu > div:not(:first-child) {
    padding-left: 20px
}

.btn, .comment-form input[type=submit], .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .button, .woocommerce.theme-paragon .related.products li.product .button, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .woocommerce.theme-paragon div.product form.cart .button, button[name=update_cart] {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #be9818;
    border-radius: 5px;
    border: 1px solid #be9818;
    line-height: 38px;
    height: 40px;
    padding: 0 20px
}

.btn i, .comment-form input[type=submit] i, .woocommerce #payment #place_order i, .woocommerce-page #payment #place_order i, .woocommerce .cart .button i, .woocommerce.theme-paragon .recently_viewed_products .products li.product .button i, .woocommerce.theme-paragon .related.products li.product .button i, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart i, .woocommerce.theme-paragon div.product form.cart .button i, button[name=update_cart] i {
    display: inline-block;
    line-height: inherit
}

.btn i:first-child, .comment-form input[type=submit] i:first-child, .woocommerce #payment #place_order i:first-child, .woocommerce-page #payment #place_order i:first-child, .woocommerce .cart .button i:first-child, .woocommerce.theme-paragon .recently_viewed_products .products li.product .button i:first-child, .woocommerce.theme-paragon .related.products li.product .button i:first-child, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart i:first-child, .woocommerce.theme-paragon div.product form.cart .button i:first-child, button[name=update_cart] i:first-child {
    margin-right: 5px
}

.btn i:last-child, .comment-form input[type=submit] i:last-child, .woocommerce #payment #place_order i:last-child, .woocommerce-page #payment #place_order i:last-child, .woocommerce .cart .button i:last-child, .woocommerce.theme-paragon .recently_viewed_products .products li.product .button i:last-child, .woocommerce.theme-paragon .related.products li.product .button i:last-child, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart i:last-child, .woocommerce.theme-paragon div.product form.cart .button i:last-child, button[name=update_cart] i:last-child {
    margin-left: 5px
}

@media only screen and (min-width: 1200px) {
    .btn:active, .btn:hover, .comment-form input:active[type=submit], .comment-form input:hover[type=submit], .woocommerce #payment #place_order:active, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:active, .woocommerce-page #payment #place_order:hover, .woocommerce .cart .button:active, .woocommerce .cart .button:hover, .woocommerce.theme-paragon .recently_viewed_products .products li.product .button:active, .woocommerce.theme-paragon .recently_viewed_products .products li.product .button:hover, .woocommerce.theme-paragon .related.products li.product .button:active, .woocommerce.theme-paragon .related.products li.product .button:hover, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:active, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:hover, .woocommerce.theme-paragon div.product form.cart .button:active, .woocommerce.theme-paragon div.product form.cart .button:hover, button:active[name=update_cart], button:hover[name=update_cart] {
        color: #fff;
        background-color: #fff571;
        border: 1px solid #fff571;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.comment-form input.round[type=submit], .round.btn, .woocommerce #payment .round#place_order, .woocommerce-page #payment .round#place_order, .woocommerce .cart .round.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .round.button, .woocommerce.theme-paragon .related.products li.product .round.button, .woocommerce.theme-paragon.single-product form.cart a.round.added_to_cart, .woocommerce.theme-paragon div.product form.cart .round.button, button.round[name=update_cart] {
    border-radius: 100px
}

.btn[class*=arrow]:before, .comment-form input[type=submit][class*=arrow]:before, .woocommerce #payment #place_order[class*=arrow]:before, .woocommerce-page #payment #place_order[class*=arrow]:before, .woocommerce .cart .button[class*=arrow]:before, .woocommerce.theme-paragon .recently_viewed_products .products li.product .button[class*=arrow]:before, .woocommerce.theme-paragon .related.products li.product .button[class*=arrow]:before, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart[class*=arrow]:before, .woocommerce.theme-paragon div.product form.cart .button[class*=arrow]:before, button[name=update_cart][class*=arrow]:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "Ã®Â¤Â";
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #be9818;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    font-family: 'icomoon' !important
}

.arrowr.btn, .comment-form input.arrowr[type=submit], .woocommerce #payment .arrowr#place_order, .woocommerce-page #payment .arrowr#place_order, .woocommerce .cart .arrowr.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .arrowr.button, .woocommerce.theme-paragon .related.products li.product .arrowr.button, .woocommerce.theme-paragon.single-product form.cart a.arrowr.added_to_cart, .woocommerce.theme-paragon div.product form.cart .arrowr.button, button.arrowr[name=update_cart] {
    padding-right: 50px
}

.arrowr.btn:before, .comment-form input.arrowr[type=submit]:before, .woocommerce #payment .arrowr#place_order:before, .woocommerce-page #payment .arrowr#place_order:before, .woocommerce .cart .arrowr.button:before, .woocommerce.theme-paragon .recently_viewed_products .products li.product .arrowr.button:before, .woocommerce.theme-paragon .related.products li.product .arrowr.button:before, .woocommerce.theme-paragon.single-product form.cart a.arrowr.added_to_cart:before, .woocommerce.theme-paragon div.product form.cart .arrowr.button:before, button.arrowr[name=update_cart]:before {
    right: 6px
}

.arrowr.lg.btn:before, .comment-form input.arrowr.lg[type=submit]:before, .woocommerce #payment .arrowr.lg#place_order:before, .woocommerce-page #payment .arrowr.lg#place_order:before, .woocommerce .cart .arrowr.lg.button:before, .woocommerce.theme-paragon .recently_viewed_products .products li.product .arrowr.lg.button:before, .woocommerce.theme-paragon .related.products li.product .arrowr.lg.button:before, .woocommerce.theme-paragon.single-product form.cart a.arrowr.lg.added_to_cart:before, .woocommerce.theme-paragon div.product form.cart .arrowr.lg.button:before, button.arrowr.lg[name=update_cart]:before {
    right: 10px
}

.arrowr.sm.btn:before, .comment-form input.arrowr.sm[type=submit]:before, .woocommerce #payment .arrowr.sm#place_order:before, .woocommerce-page #payment .arrowr.sm#place_order:before, .woocommerce-page #payment .woocommerce.theme-paragon .recently_viewed_products .products li.product .arrowr#place_order.button:before, .woocommerce-page #payment .woocommerce.theme-paragon .related.products li.product .arrowr#place_order.button:before, .woocommerce .cart .arrowr.sm.button:before, .woocommerce.theme-paragon #payment .recently_viewed_products .products li.product .arrowr#place_order.button:before, .woocommerce.theme-paragon #payment .related.products li.product .arrowr#place_order.button:before, .woocommerce.theme-paragon .recently_viewed_products .products li.product #payment .arrowr#place_order.button:before, .woocommerce.theme-paragon .recently_viewed_products .products li.product .arrowr.button:before, .woocommerce.theme-paragon .related.products li.product #payment .arrowr#place_order.button:before, .woocommerce.theme-paragon .related.products li.product .arrowr.button:before, .woocommerce.theme-paragon.single-product form.cart a.arrowr.sm.added_to_cart:before, .woocommerce.theme-paragon div.product form.cart .arrowr.sm.button:before, button.arrowr.sm[name=update_cart]:before {
    right: 2px
}

.arrowl.btn, .comment-form input.arrowl[type=submit], .woocommerce #payment .arrowl#place_order, .woocommerce-page #payment .arrowl#place_order, .woocommerce .cart .arrowl.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .arrowl.button, .woocommerce.theme-paragon .related.products li.product .arrowl.button, .woocommerce.theme-paragon.single-product form.cart a.arrowl.added_to_cart, .woocommerce.theme-paragon div.product form.cart .arrowl.button, button.arrowl[name=update_cart] {
    padding-left: 50px
}

.arrowl.btn:before, .comment-form input.arrowl[type=submit]:before, .woocommerce #payment .arrowl#place_order:before, .woocommerce-page #payment .arrowl#place_order:before, .woocommerce .cart .arrowl.button:before, .woocommerce.theme-paragon .recently_viewed_products .products li.product .arrowl.button:before, .woocommerce.theme-paragon .related.products li.product .arrowl.button:before, .woocommerce.theme-paragon.single-product form.cart a.arrowl.added_to_cart:before, .woocommerce.theme-paragon div.product form.cart .arrowl.button:before, button.arrowl[name=update_cart]:before {
    left: 6px
}

.arrowl.lg.btn:before, .comment-form input.arrowl.lg[type=submit]:before, .woocommerce #payment .arrowl.lg#place_order:before, .woocommerce-page #payment .arrowl.lg#place_order:before, .woocommerce .cart .arrowl.lg.button:before, .woocommerce.theme-paragon .recently_viewed_products .products li.product .arrowl.lg.button:before, .woocommerce.theme-paragon .related.products li.product .arrowl.lg.button:before, .woocommerce.theme-paragon.single-product form.cart a.arrowl.lg.added_to_cart:before, .woocommerce.theme-paragon div.product form.cart .arrowl.lg.button:before, button.arrowl.lg[name=update_cart]:before {
    left: 10px
}

.arrowl.sm.btn:before, .comment-form input.arrowl.sm[type=submit]:before, .woocommerce #payment .arrowl.sm#place_order:before, .woocommerce-page #payment .arrowl.sm#place_order:before, .woocommerce-page #payment .woocommerce.theme-paragon .recently_viewed_products .products li.product .arrowl#place_order.button:before, .woocommerce-page #payment .woocommerce.theme-paragon .related.products li.product .arrowl#place_order.button:before, .woocommerce .cart .arrowl.sm.button:before, .woocommerce.theme-paragon #payment .recently_viewed_products .products li.product .arrowl#place_order.button:before, .woocommerce.theme-paragon #payment .related.products li.product .arrowl#place_order.button:before, .woocommerce.theme-paragon .recently_viewed_products .products li.product #payment .arrowl#place_order.button:before, .woocommerce.theme-paragon .recently_viewed_products .products li.product .arrowl.button:before, .woocommerce.theme-paragon .related.products li.product #payment .arrowl#place_order.button:before, .woocommerce.theme-paragon .related.products li.product .arrowl.button:before, .woocommerce.theme-paragon.single-product form.cart a.arrowl.sm.added_to_cart:before, .woocommerce.theme-paragon div.product form.cart .arrowl.sm.button:before, button.arrowl.sm[name=update_cart]:before {
    left: 2px
}

.comment-form input.lg[type=submit], .lg.btn, .woocommerce #payment .lg#place_order, .woocommerce-page #payment .lg#place_order, .woocommerce .cart .lg.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .lg.button, .woocommerce.theme-paragon .related.products li.product .lg.button, .woocommerce.theme-paragon.single-product form.cart a.lg.added_to_cart, .woocommerce.theme-paragon div.product form.cart .lg.button, button.lg[name=update_cart] {
    line-height: 58px;
    height: 60px;
    font-size: 19px;
    padding: 0 40px
}

.comment-form input.sm[type=submit], .sm.btn, .woocommerce #payment .sm#place_order, .woocommerce-page #payment .sm#place_order, .woocommerce-page #payment .woocommerce.theme-paragon .recently_viewed_products .products li.product #place_order.button, .woocommerce-page #payment .woocommerce.theme-paragon .related.products li.product #place_order.button, .woocommerce .cart .sm.button, .woocommerce.theme-paragon #payment .recently_viewed_products .products li.product #place_order.button, .woocommerce.theme-paragon #payment .related.products li.product #place_order.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product #payment #place_order.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .button, .woocommerce.theme-paragon .related.products li.product #payment #place_order.button, .woocommerce.theme-paragon .related.products li.product .button, .woocommerce.theme-paragon.single-product form.cart a.sm.added_to_cart, .woocommerce.theme-paragon div.product form.cart .sm.button, button.sm[name=update_cart] {
    line-height: 28px;
    height: 30px;
    font-size: 13px;
    padding: 0 15px
}

.comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea, .input, .theme-paragon.woocommerce-checkout .woocommerce form .form-row input.input-text, .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea, .woocommerce.theme-paragon .quantity .qty, .woocommerce.theme-paragon .quantity button {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-size: 16px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    height: 35px;
    padding: 0 10px
}

.comment-form input.h20[type=email], .comment-form input.h20[type=text], .comment-form input.h20[type=url], .comment-form textarea.h20, .h20.input, .theme-paragon.woocommerce-checkout .woocommerce form .form-row input.h20.input-text, .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea.h20, .woocommerce.theme-paragon .quantity .h20.qty, .woocommerce.theme-paragon .quantity button.h20 {
    height: 20px
}

.comment-form input.h30[type=email], .comment-form input.h30[type=text], .comment-form input.h30[type=url], .comment-form textarea.h30, .h30.input, .theme-paragon.woocommerce-checkout .woocommerce form .form-row input.h30.input-text, .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea.h30, .woocommerce.theme-paragon .quantity .h30.qty, .woocommerce.theme-paragon .quantity button.h30 {
    height: 30px
}

@media only screen and (min-width: 768px) {
    .comment-form input.h40[type=email], .comment-form input.h40[type=text], .comment-form input.h40[type=url], .comment-form textarea.h40, .h40.input, .theme-paragon.woocommerce-checkout .woocommerce form .form-row input.h40.input-text, .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea.h40, .woocommerce.theme-paragon .quantity .h40.qty, .woocommerce.theme-paragon .quantity button.h40 {
        height: 40px
    }

    .comment-form input.h50[type=email], .comment-form input.h50[type=text], .comment-form input.h50[type=url], .comment-form textarea.h50, .h50.input, .theme-paragon.woocommerce-checkout .woocommerce form .form-row input.h50.input-text, .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea.h50, .woocommerce.theme-paragon .quantity .h50.qty, .woocommerce.theme-paragon .quantity button.h50 {
        height: 50px
    }
}

.comment-form input.lg[type=email], .comment-form input.lg[type=text], .comment-form input.lg[type=url], .comment-form textarea.lg, .lg.input, .theme-paragon.woocommerce-checkout .woocommerce form .form-row input.lg.input-text, .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea.lg, .woocommerce.theme-paragon .quantity .lg.qty, .woocommerce.theme-paragon .quantity button.lg {
    font-size: 21px;
    height: 55px;
    padding-left: 30px
}

.comment-form .woocommerce.theme-paragon .recently_viewed_products .products li.product input.button[type=email], .comment-form .woocommerce.theme-paragon .recently_viewed_products .products li.product input.button[type=text], .comment-form .woocommerce.theme-paragon .recently_viewed_products .products li.product input.button[type=url], .comment-form .woocommerce.theme-paragon .recently_viewed_products .products li.product textarea.button, .comment-form .woocommerce.theme-paragon .related.products li.product input.button[type=email], .comment-form .woocommerce.theme-paragon .related.products li.product input.button[type=text], .comment-form .woocommerce.theme-paragon .related.products li.product input.button[type=url], .comment-form .woocommerce.theme-paragon .related.products li.product textarea.button, .comment-form input.sm[type=email], .comment-form input.sm[type=text], .comment-form input.sm[type=url], .comment-form textarea.sm, .sm.input, .theme-paragon.woocommerce-checkout .woocommerce.theme-paragon .recently_viewed_products .products li.product form .form-row input.button.input-text, .theme-paragon.woocommerce-checkout .woocommerce.theme-paragon .recently_viewed_products .products li.product form .form-row textarea.button, .theme-paragon.woocommerce-checkout .woocommerce.theme-paragon .related.products li.product form .form-row input.button.input-text, .theme-paragon.woocommerce-checkout .woocommerce.theme-paragon .related.products li.product form .form-row textarea.button, .theme-paragon.woocommerce-checkout .woocommerce.theme-paragon form .form-row .recently_viewed_products .products li.product input.button.input-text, .theme-paragon.woocommerce-checkout .woocommerce.theme-paragon form .form-row .recently_viewed_products .products li.product textarea.button, .theme-paragon.woocommerce-checkout .woocommerce.theme-paragon form .form-row .related.products li.product input.button.input-text, .theme-paragon.woocommerce-checkout .woocommerce.theme-paragon form .form-row .related.products li.product textarea.button, .theme-paragon.woocommerce-checkout .woocommerce form .form-row input.sm.input-text, .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea.sm, .woocommerce.theme-paragon .quantity .recently_viewed_products .products li.product .qty.button, .woocommerce.theme-paragon .quantity .recently_viewed_products .products li.product button.button, .woocommerce.theme-paragon .quantity .related.products li.product .qty.button, .woocommerce.theme-paragon .quantity .related.products li.product button.button, .woocommerce.theme-paragon .quantity .sm.qty, .woocommerce.theme-paragon .quantity button.sm, .woocommerce.theme-paragon .recently_viewed_products .products li.product .comment-form input.button[type=email], .woocommerce.theme-paragon .recently_viewed_products .products li.product .comment-form input.button[type=text], .woocommerce.theme-paragon .recently_viewed_products .products li.product .comment-form input.button[type=url], .woocommerce.theme-paragon .recently_viewed_products .products li.product .comment-form textarea.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .input.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .quantity .qty.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .quantity button.button, .woocommerce.theme-paragon .related.products li.product .comment-form input.button[type=email], .woocommerce.theme-paragon .related.products li.product .comment-form input.button[type=text], .woocommerce.theme-paragon .related.products li.product .comment-form input.button[type=url], .woocommerce.theme-paragon .related.products li.product .comment-form textarea.button, .woocommerce.theme-paragon .related.products li.product .input.button, .woocommerce.theme-paragon .related.products li.product .quantity .qty.button, .woocommerce.theme-paragon .related.products li.product .quantity button.button {
    font-size: 15px;
    height: 30px;
    padding-left: 5px
}

.comment-form input:focus[type=email], .comment-form input:focus[type=text], .comment-form input:focus[type=url], .comment-form textarea:focus, .input:focus, .theme-paragon.woocommerce-checkout .woocommerce form .form-row input.input-text:focus, .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea:focus, .woocommerce.theme-paragon .quantity .qty:focus, .woocommerce.theme-paragon .quantity button:focus {
    border: 1px solid #be9818
}

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

.input-group > input {
    display: table-cell;
    width: 100%
}

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

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

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

.input-group .input-group-addon {
    white-space: nowrap;
    vertical-align: middle;
    width: 30px;
    line-height: 1;
    display: table-cell;
    padding: 0 12px;
    background-color: #eee;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    height: 100%
}

.input-group .input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.comment-form .input-group .input-group-addon:first-child input[type=submit], .input-group .input-group-addon:first-child .btn, .input-group .input-group-addon:first-child .comment-form input[type=submit], .input-group .input-group-addon:first-child .woocommerce #payment #place_order, .input-group .input-group-addon:first-child .woocommerce-page #payment #place_order, .input-group .input-group-addon:first-child .woocommerce .cart .button, .input-group .input-group-addon:first-child .woocommerce.theme-paragon .recently_viewed_products .products li.product .button, .input-group .input-group-addon:first-child .woocommerce.theme-paragon .related.products li.product .button, .input-group .input-group-addon:first-child .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .input-group .input-group-addon:first-child button[name=update_cart], .woocommerce #payment .input-group .input-group-addon:first-child #place_order, .woocommerce-page #payment .input-group .input-group-addon:first-child #place_order, .woocommerce .cart .input-group .input-group-addon:first-child .button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .input-group .input-group-addon:first-child .button, .woocommerce.theme-paragon .related.products li.product .input-group .input-group-addon:first-child .button, .woocommerce.theme-paragon.single-product form.cart .input-group .input-group-addon:first-child a.added_to_cart {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group .input-group-addon:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.comment-form .input-group .input-group-addon:last-child input[type=submit], .input-group .input-group-addon:last-child .btn, .input-group .input-group-addon:last-child .comment-form input[type=submit], .input-group .input-group-addon:last-child .woocommerce #payment #place_order, .input-group .input-group-addon:last-child .woocommerce-page #payment #place_order, .input-group .input-group-addon:last-child .woocommerce .cart .button, .input-group .input-group-addon:last-child .woocommerce.theme-paragon .recently_viewed_products .products li.product .button, .input-group .input-group-addon:last-child .woocommerce.theme-paragon .related.products li.product .button, .input-group .input-group-addon:last-child .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .input-group .input-group-addon:last-child button[name=update_cart], .woocommerce #payment .input-group .input-group-addon:last-child #place_order, .woocommerce-page #payment .input-group .input-group-addon:last-child #place_order, .woocommerce .cart .input-group .input-group-addon:last-child .button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .input-group .input-group-addon:last-child .button, .woocommerce.theme-paragon .related.products li.product .input-group .input-group-addon:last-child .button, .woocommerce.theme-paragon.single-product form.cart .input-group .input-group-addon:last-child a.added_to_cart {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .input-group-addon.none {
    border: none;
    background-color: transparent
}

.input-group .input-group-addon.none:first-child {
    padding: 0
}

.input-group .input-group-addon.none:last-child {
    padding: 0
}

.input-group .input-group-addon.top {
    vertical-align: text-top
}

select {
    font-size: 16px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    height: 35px;
    padding: 0 10px;
    line-height: 34px
}

select option {
    padding: 5px
}

select.select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    padding-right: 20px;
    background: #fff url(../images/select.svg) no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 18px
}

select.lg {
    font-size: 21px;
    height: 55px;
    padding-left: 30px
}

.woocommerce.theme-paragon .recently_viewed_products .products li.product select.button, .woocommerce.theme-paragon .related.products li.product select.button, select.sm {
    font-size: 15px;
    height: 30px;
    padding-left: 5px
}

label.checkbox {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 24px
}

label.checkbox > input {
    position: absolute !important;
    opacity: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    visibility: hidden !important
}

label.checkbox > span {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #aaa;
    border-radius: 3px;
    background-color: #fff
}

label.checkbox > span:before {
    content: "";
    width: 5px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 3px;
    margin-top: -2px;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    -ms-transform: translate(-50%, -50%) rotate(35deg);
    transform: translate(-50%, -50%) rotate(35deg)
}

label.checkbox input:checked + span {
    border-color: #be9818;
    background-color: #be9818
}

label.checkbox input:checked + span:before {
    opacity: 1
}

label.checkbox input:disabled + span {
    opacity: .2
}

label.checkbox:hover > span {
    border-color: #be9818
}

label.radio {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-weight: 400;
    margin: 0 0 5px
}

label.radio input {
    display: none !important
}

label.radio > span {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #aaa;
    border-radius: 100%;
    background-color: #fff
}

label.radio > span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #be9818;
    top: 50%;
    left: 50%;
    position: absolute;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

label.radio input:checked + span {
    border-color: #be9818
}

label.radio input:checked + span:before {
    opacity: 1
}

label.radio input:disabled + span {
    opacity: .2
}

label.radio:hover > span {
    border-color: #be9818
}

label.block.radio {
    padding: 30px 0 0;
    text-align: center;
    display: block
}

label.block.radio > span {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0
}

.table td, .table th {
    padding: 8px;
    text-align: left;
    vertical-align: top
}

.table-responsive {
    overflow: auto
}

.table-line td, .table-line th {
    border-top: 1px solid #ddd
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.form-group {
    position: relative;
    margin-bottom: 25px
}

.form-group .help-block {
    position: absolute;
    font-size: 11px;
    color: red
}

.form-group .help-block ul {
    list-style: none
}

.form-group .help-block ul li {
    display: block
}

.wg-recaptcha {
    height: 40px;
    width: 205px;
    border: 1px solid #d3d3d3;
    background: #f9f9f9;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
    overflow: hidden
}

.wg-recaptcha .g-recaptcha {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    transform: translateY(-50%) scale(.7);
    left: -50px
}

ul.page-numbers {
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 0
}

ul.page-numbers li {
    display: inline-block
}

ul.page-numbers .page-numbers {
    display: block;
    text-align: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid transparent;
    line-height: 38px
}

ul.page-numbers .page-numbers.next, ul.page-numbers .page-numbers.prev {
    font-size: 12px
}

ul.page-numbers .page-numbers.current, ul.page-numbers .page-numbers:hover:not(.disable) {
    border-color: #be9818
}

ul.page-numbers .page-numbers.disable {
    opacity: .5
}

ul.page-numbers span.page-numbers:not(.current) {
    background-color: transparent !important;
    border-color: transparent !important;
    color: inherit !important
}

.myModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.myModal .btnModal.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.myModal > .container {
    margin-top: 30px;
    margin-bottom: 30px
}

@media only screen and (min-width: 1200px) {
    .myModal > .container.middle {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        margin: 0 auto
    }
}

.myModal .contentModal {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
    padding: 15px
}

@media only screen and (min-width: 576px) {
    .myModal .contentModal {
        padding: 25px
    }
}

.myModal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 8px;
    z-index: 100;
    border-radius: 100%;
    cursor: pointer
}

.active.myModal {
    visibility: visible;
    opacity: 1;
    z-index: 9999999
}

.rowlabel {
    display: block
}

.rowlabel .item {
    overflow: hidden;
    display: block
}

.rowlabel .item .title {
    float: left;
    margin-right: 10px;
    position: relative;
    min-height: 1px
}

.rowlabel .item .text {
    overflow: hidden;
    display: block
}

.rowlabel .item > p {
    margin: 0
}

.rowlabel:not(.row) .item + .item {
    margin-top: 10px
}

.itemline.rowlabel .item + .item {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px
}

.label-line.rowlabel .item {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px
}

.label-line.rowlabel .item + .item {
    margin-top: 10px
}

.ama-wrap-alo {
    position: fixed;
    top: 45%;
    left: 50px;
    width: 60px;
    height: 60px;
    z-index: 999 !important
}

.ama-wrap-alo .text {
    position: absolute;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    padding: 0 10px;
    z-index: 10;
    background-color: #2c2c2c;
    white-space: nowrap;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, .5);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .5);
    left: 150%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.ama-wrap-alo .text:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid #be9818;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -8px
}

.ama-wrap-alo:hover .text {
    opacity: 1;
    visibility: visible;
    left: 90%
}

.ama-wrap-alo .ama-alo-phone {
    position: absolute;
    visibility: hidden;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    -webkit-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.ama-wrap-alo .ama-alo-phone.ama-alo-show {
    visibility: visible
}

.ama-wrap-alo .ama-alo-phone.ama-alo-hover, .ama-wrap-alo .ama-alo-phone:hover {
    opacity: 1
}

.ama-wrap-alo .ama-alo-ph-circle {
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: ama-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ama-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ama-wrap-alo .ama-alo-phone.ama-alo-green .ama-alo-ph-circle {
    border-color: #be9818;
    border-color: #bfebfc 9;
    opacity: .5
}

.ama-wrap-alo .ama-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: ama-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ama-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ama-wrap-alo .ama-alo-phone.ama-alo-green .ama-alo-ph-circle-fill {
    background-color: #FFC655;
    opacity: .75 !important
}

.ama-wrap-alo .ama-alo-ph-img-circle {
    width: 40px;
    height: 40px;
    top: 30px;
    left: 30px;
    position: absolute;
    background: rgba(30, 30, 30, .1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .9;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 22px
}

.ama-wrap-alo .ama-alo-ph-circle-shake {
    -webkit-animation: ama-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ama-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ama-wrap-alo .ama-alo-phone.ama-alo-green .ama-alo-ph-img-circle {
    background-color: #be9818
}

.ama-wrap-alo .ama-alo-ph-circle-close:after {
    webkit-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ama-wrap-alo .ama-alo-ph-circle-close {
    width: 17px;
    height: 17px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0, 175, 242, .7);
    right: 60px;
    top: 60px;
    color: #fff;
    opacity: 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    z-index: 99999
}

.ama-wrap-alo .ama-alo-ph-circle-close:after, .ama-wrap-alo .ama-alo-ph-circle-close:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #fff;
    left: 2px;
    top: 8px
}

.ama-wrap-alo .ama-alo-ph-circle-close:before {
    webkit-transfor: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@-webkit-keyframes ama-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes ama-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes ama-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    to {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes ama-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    to {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes ama-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes ama-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.dropdown {
    position: relative
}

.dropdown > .title {
    display: block;
    cursor: pointer
}

.dropdown > .title:hover {
    color: var(--cl1)
}

.subright.dropdown > .content {
    right: 0
}

.subright.dropdown > .content:before {
    right: 30px;
    left: auto
}

fieldset.rating {
    display: inline-block;
    border: none;
    vertical-align: middle
}

fieldset.rating > input {
    display: none
}

fieldset.rating > label {
    margin: 0;
    padding-right: 4px;
    float: right;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #999;
    font-size: 20px;
    cursor: pointer
}

fieldset.rating > input:checked ~ label {
    color: #ff0
}

fieldset.rating:not(:checked) > label:hover {
    color: #ff0
}

fieldset.rating:not(:checked) > label:hover ~ label {
    color: #ff0
}

fieldset.rating > input:checked + label:hover, fieldset.rating > input:checked ~ label:hover {
    opacity: .6
}

fieldset.rating > input:checked ~ label:hover ~ label, fieldset.rating > label:hover ~ input:checked ~ label {
    opacity: .6
}

.toggleSearch > .toggle {
    display: block;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #878787
}

.toggleSearch > .toggle:hover {
    color: #be9818
}

.toggleSearch .searchform {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    height: 50px;
    width: 250px;
    top: 90%;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-radius: 0 0 5px 5px;
    right: -20px
}

.toggleSearch .searchform:after, .toggleSearch .searchform:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    top: 0;
    position: absolute;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    right: 24px
}

.toggleSearch .searchform:before {
    border-bottom: 10px solid rgba(0, 0, 0, .1)
}

.toggleSearch .searchform:after {
    border-bottom: 10px solid #fff;
    margin-top: 1px
}

.toggleSearch .searchform input {
    padding-right: 50px;
    width: 100%;
    padding: 0 50px 0 15px;
    position: relative;
    z-index: 2;
    height: 100%;
    border: none;
    font-size: 100%;
    background-color: transparent
}

.toggleSearch .searchform input.focus ~ button {
    z-index: 3;
    color: #be9818
}

.toggleSearch .searchform button {
    color: inherit;
    font-size: 20px;
    z-index: 1;
    position: absolute;
    right: 0;
    width: 50px;
    top: 0;
    bottom: 0;
    background: 0 0;
    border: none;
    cursor: pointer
}

.active.toggleSearch .toggle i:before {
    content: "Ã®Â¤Â"
}

.active.toggleSearch .searchform {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.gm-style-iw {
    max-height: inherit !important;
    padding: 0 !important
}

.gm-style-iw .gm-style-iw-d {
    max-height: inherit !important;
    width: 300px !important;
    max-width: 100% !important;
    overflow: hidden !important
}

.gm-style-iw .infoWindow {
    display: block
}

.gm-style-iw .infoWindow .divtext {
    background-color: #fff;
    padding: 15px
}

.gm-style-iw .infoWindow .title {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px
}

.gm-style-iw .infoWindow .address {
    display: block
}

.gm-style-iw .infoWindow a.address:hover {
    color: var(--cl1)
}

.gm-style-iw button {
    z-index: 10;
    background: #fff !important;
    top: 0 !important;
    right: 0 !important;
    border-radius: 0 0 0 10px
}

.active.dropdown > .content, .dropdown:not(.toggleClass):hover > .content {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.dropdown > .content {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    background-color: #ebebeb;
    border-radius: 4px;
    padding: 5px;
    width: 260px;
    position: absolute
}

.dropdown > .content:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 10px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: translateY(-99%);
    -ms-transform: translateY(-99%);
    transform: translateY(-99%)
}

.dropdown > .content > .inner {
    background-color: #fff;
    border-radius: 4px
}

.dropdown > .content ul.menu {
    margin: 0;
    padding: 0
}

.dropdown > .content ul.menu > li {
    display: block
}

.dropdown > .content ul.menu > li a {
    display: block;
    padding: 8px 10px
}

.dropdown > .content ul.menu > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.dropdown > .content ul.menu > li.active a {
    color: #be9818
}

.dropdown > .right.content {
    right: 0
}

.dropdown > .right.content:before {
    right: 30px;
    left: auto
}

.cl1 {
    color: var(--cl1)
}

.cl2 {
    color: var(--cl2)
}

.cl3 {
    color: var(--cl3)
}

.bg1 {
    background-color: var(--cl1)
}

.bg2 {
    background-color: var(--cl2)
}

.bg3 {
    background-color: var(--cl3)
}

.bd1 {
    border-color: var(--cl1)
}

.bd2 {
    border-color: #fff571
}

.bd3 {
    border-color: #2c2c2c
}

.b {
    font-weight: 700
}

.w1 {
    font-weight: 100
}

.w3 {
    font-weight: 300
}

.w4 {
    font-weight: 400
}

.w5 {
    font-weight: 500
}

.w6 {
    font-weight: 600
}

.w7 {
    font-weight: 700
}

.w9 {
    font-weight: 900
}

.fs13 {
    font-size: 13px
}

.fs14 {
    font-size: 14px
}

.fs15 {
    font-size: 15px
}

.fs16 {
    font-size: 16px
}

.fs17 {
    font-size: 17px
}

.fs18 {
    font-size: 18px
}

.min40 {
    min-width: 40px
}

.min60 {
    min-width: 60px
}

.min80 {
    min-width: 80px
}

.min100 {
    min-width: 100px
}

.min120 {
    min-width: 120px
}

.min140 {
    min-width: 140px
}

.min160 {
    min-width: 160px
}

.min180 {
    min-width: 180px
}

.row-space-5 > * + * {
    margin: 5px 0 0
}

.row-space-10 > * + * {
    margin: 10px 0 0
}

.row-space-15 > * + * {
    margin: 15px 0 0
}

.row-space-20 > * + * {
    margin: 20px 0 0
}

.row-space-25 > * + * {
    margin: 25px 0 0
}

.row-space-30 > * + * {
    margin: 30px 0 0
}

.row-space-35 > * + * {
    margin: 35px 0 0
}

.row-space-40 > * + * {
    margin: 40px 0 0
}

.row-space-45 > * + * {
    margin: 45px 0 0
}

.mg-0 {
    margin: 0 !important
}

.pd-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

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

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

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

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

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

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

@media only screen and (min-width: 992px) {
    .mb-lg-10 {
        margin-bottom: 10px
    }

    .mb-lg-20 {
        margin-bottom: 20px
    }

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

    .mb-lg-40 {
        margin-bottom: 40px
    }

    .mb-lg-50 {
        margin-bottom: 50px
    }
}

@media only screen and (min-width: 768px) {
    .mb-md-10 {
        margin-bottom: 10px
    }

    .mb-md-20 {
        margin-bottom: 20px
    }

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

    .mb-md-40 {
        margin-bottom: 40px
    }

    .mb-md-50 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .mb-sm-10 {
        margin-bottom: 10px
    }

    .mb-sm-20 {
        margin-bottom: 20px
    }

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

    .mb-sm-40 {
        margin-bottom: 40px
    }

    .mb-sm-50 {
        margin-bottom: 50px
    }
}

.space-0 {
    margin-left: 0;
    margin-right: 0
}

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

.space-2 {
    margin-left: -1px;
    margin-right: -1px
}

.space-2 > [class*=col-] {
    padding-left: 1px;
    padding-right: 1px
}

.space-4 {
    margin-left: -2px;
    margin-right: -2px
}

.space-4 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px
}

@media only screen and (min-width: 768px) {
    .space-10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .space-10 > [class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }

    .space-14 {
        margin-left: -7px;
        margin-right: -7px
    }

    .space-14 > [class*=col-] {
        padding-left: 7px;
        padding-right: 7px
    }

    .space-16 {
        margin-left: -8px;
        margin-right: -8px
    }

    .space-16 > [class*=col-] {
        padding-left: 8px;
        padding-right: 8px
    }

    .space-20 {
        margin-left: -10px;
        margin-right: -10px
    }

    .space-20 > [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (min-width: 1200px) {
    .space-40 {
        margin-left: -20px;
        margin-right: -20px
    }

    .space-40 > [class*=col-] {
        padding-left: 20px;
        padding-right: 20px
    }

    .space-60 {
        margin-left: -30px;
        margin-right: -30px
    }

    .space-60 > [class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }

    .space-80 {
        margin-left: -40px;
        margin-right: -40px
    }

    .space-80 > [class*=col-] {
        padding-left: 40px;
        padding-right: 40px
    }

    .space-120 {
        margin-left: -60px;
        margin-right: -60px
    }

    .space-120 > [class*=col-] {
        padding-left: 60px;
        padding-right: 60px
    }

    .space-200 {
        margin-left: -100px;
        margin-right: -100px
    }

    .space-200 > [class*=col-] {
        padding-left: 100px;
        padding-right: 100px
    }
}

#back-top, .ama-wrap-alo .text, .btn[class*=arrow]:before, .comment-form input[type=submit][class*=arrow]:before, .dropdown > .content, .like-link .desc, .list-post-1 .title, .list-post-2 .title, .myModal, .nf-form-layout input.ninja-forms-field[type=button], .owl-dots > .owl-dot span, .owl-nav > *, .recruit-table tbody tr, .searchform-hidden .textinput, .toggleSearch .searchform, .toggleSearch .searchform button, .toggleSearch > .toggle, .tss, .widget_mini_total .content_cart, .woocommerce #payment #place_order[class*=arrow]:before, .woocommerce-page #payment #place_order[class*=arrow]:before, .woocommerce .cart .button[class*=arrow]:before, .woocommerce.theme-paragon .recently_viewed_products .products li.product .button[class*=arrow]:before, .woocommerce.theme-paragon .related.products li.product .button[class*=arrow]:before, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart[class*=arrow]:before, .woocommerce.theme-paragon div.product form.cart .button[class*=arrow]:before, .wtabs-1 .menu-tabs > div, .wtabs-3 .menu-tabs > div, button[name=update_cart][class*=arrow]:before, ul.page-numbers .page-numbers, ul.share a, ul.share span {
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.ulmeta {
    font-size: 13px;
    color: #a1a1a1;
    line-height: 20px;
    list-style: none;
    margin: 0 !important
}

.ulmeta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ulmeta i {
    float: left;
    margin-right: 3px
}

.ulmeta i.icon-view {
    font-size: 17px
}

.ulmeta.inline {
    vertical-align: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ulmeta.inline > li {
    position: relative;
    overflow: hidden
}

.ulmeta.inline > li:not(:last-child) {
    margin-right: 5px;
    padding-right: 8px
}

.ulmeta.inline.bd > li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    background-color: #a1a1a1
}

.max500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.max670 {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto
}

.max900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.max1140 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}

.comment-form textarea, .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea, .woocommerce.theme-paragon .quantity textarea.qty, textarea.input {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px
}

.entry-content ol, .entry-content ul {
    margin: 0 0 40px 25px
}

.entry-content ol li, .entry-content ul li {
    margin-bottom: 5px
}

.entry-content ol li::marker, .entry-content ul li::marker {
    color: #be9818
}

.entry-content ol ul, .entry-content ul ul {
    margin-bottom: 0
}

.entry-content ol ul li:first-child, .entry-content ul ul li:first-child {
    margin-top: 5px
}

.entry-content ol ul.none, .entry-content ul ul.none {
    list-style: none;
    margin: 0
}

.entry-content ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0
}

.entry-content ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: .6em
}

.entry-content ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: .6em;
    font-weight: 700
}

.entry-content ol > li > li {
    margin: 0
}

.entry-content ol > li > li:before {
    content: counters(item, ".") " "
}

.entry-content ol ol ul, .entry-content ol ul, .entry-content ul {
    list-style-type: disc
}

.entry-content img {
    height: auto
}

.entry-content a:not(.btn):not(button[name=update_cart]) {
    color: #be9818
}

.entry-content h2, .entry-content h3 {
    font-size: var(--h4);
    text-transform: none
}

.entry-content a:hover {
    color: #be9818
}

.entry-content iframe.iframeres {
    width: 100% !important;
    height: auto !important;
    min-height: 400px
}

.dropdown {
    position: relative
}

.dropdown-title {
    display: block
}

.dropdown-content {
    position: absolute;
    display: none;
    background-color: #fff;
    color: #333;
    padding: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    width: 200px
}

.dropdown-content > li {
    display: block
}

.dropdown-content > li a {
    display: block;
    padding: 8px 0
}

.dropdown-content > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.dropdown-content > li.active a {
    color: #be9818
}

.dropdown:hover .dropdown-content {
    display: block
}

.btn-2:not(:hover), .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:not(:hover), .woocommerce.theme-paragon div.product form.cart .button:not(:hover) {
    background-color: #fff;
    border-color: #2c2c2c;
    color: #2c2c2c
}

.btn-3:not(:hover) {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.meta {
    margin-bottom: 10px;
    font-size: 14px;
    color: #b2b2b2;
    vertical-align: bottom
}

.meta i {
    font-size: 20px;
    display: inline-block;
    margin-right: 2px
}

#map {
    height: 500px
}

.searchform {
    position: relative;
    width: 100%;
    overflow: hidden;
    width: 280px
}

.searchform .textinput {
    padding: 0 30px 0 15px;
    height: 100%;
    z-index: 2;
    width: 100%;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.searchform .textinput.focus ~ button {
    z-index: 3;
    color: #be9818
}

.searchform button {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 35px;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    border: none;
    font-size: 15px
}

.searchform-hidden {
    background-color: #be9818;
    padding: 0;
    width: auto;
    display: inline-block;
    border-radius: 50px
}

.searchform-hidden button {
    z-index: 1 !important;
    color: #fff !important
}

.searchform-hidden .textinput {
    width: 35px;
    height: 35px;
    position: relative;
    padding-left: 15px;
    opacity: 0;
    padding-right: 0;
    color: #fff
}

.searchform-hidden .textinput:focus {
    width: 250px;
    opacity: 1;
    padding-right: 35px
}

.searchform-hidden.focus button {
    color: #fff571 !important
}

.searchform-hidden.focus .textinput:focus ~ button {
    z-index: 3 !important
}

.search-page.page-title p {
    text-transform: none;
    font-size: 15px;
    font-weight: 400
}

.line-1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-2, .woocommerce.theme-paragon .recently_viewed_products .products li.product h2, .woocommerce.theme-paragon .related.products li.product h2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-5 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.br-8 {
    border-radius: 8px
}

.wraplang-list ul.language {
    list-style: none
}

.wraplang-list li {
    display: inline-block
}

.qtranxs-available-languages-message {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

img.ajaxlazy {
    background: url(../images/loading.gif) no-repeat center;
    background-size: 20px
}

[class*=tRes] > img.ajaxlazy {
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.loadmore {
    text-align: center
}

.loadmore .btnloadMore {
    padding: 0 20px !important;
    position: relative
}

.loadmore .btnloadMore i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    display: block;
    right: 10px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    visibility: hidden
}

.loadmore .btnloadMore i:before {
    line-height: inherit !important;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: infinite;
    animation-direction: infinite;
    -webkit-transition-timing-function: cubic-bezier(.17, .37, .43, .67);
    -o-transition-timing-function: cubic-bezier(.17, .37, .43, .67);
    transition-timing-function: cubic-bezier(.17, .37, .43, .67);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ajaxloadpost {
    position: relative
}

.ajaxloadpost:not([type="2"]):after, .ajaxloadpost:not([type="2"]):before {
    z-index: 3;
    border-radius: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: infinite;
    animation-direction: infinite;
    -webkit-transition-timing-function: cubic-bezier(.17, .37, .43, .67);
    -o-transition-timing-function: cubic-bezier(.17, .37, .43, .67);
    transition-timing-function: cubic-bezier(.17, .37, .43, .67)
}

.ajaxloadpost:not([type="2"]):before {
    border-left: 6px solid #fff571;
    border-top: 6px solid rgba(255, 255, 255, .8) !important
}

.ajaxloadpost:not([type="2"]):after {
    border-right: 6px solid #be9818;
    border-bottom: 6px solid rgba(255, 255, 255, .8) !important
}

.ajaxloadpost.loading:not([type="2"]):after, .ajaxloadpost.loading:not([type="2"]):before {
    content: ""
}

.ajaxloadpost.loading:not([type="2"]):before {
    -webkit-animation-name: loadingD2;
    animation-name: loadingD2
}

.ajaxloadpost.loading:not([type="2"]):after {
    -webkit-animation-name: loadingD;
    animation-name: loadingD
}

.ajaxloadpost.loading ~ div.loadmore .btnloadMore {
    padding-right: 35px !important
}

.ajaxloadpost.loading ~ div.loadmore .btnloadMore i {
    opacity: 1;
    visibility: visible
}

.ajaxloadpost.loading ~ div.loadmore .btnloadMore i:before {
    -webkit-animation-name: loadingD;
    animation-name: loadingD
}

@-webkit-keyframes loadingD {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadingD {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loadingD2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes loadingD2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url], .comment-form textarea {
    width: 100%
}

.comment-form label {
    display: block
}

.comment-form textarea {
    height: 100px
}

.post-navigation {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 15px 0
}

.post-navigation h2 {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.post-navigation .nav-links:after {
    content: "";
    display: table;
    clear: both
}

.post-navigation .nav-links .nav-previous {
    float: left
}

.post-navigation .nav-links .nav-next {
    float: right
}

.nf-form-layout .nf-before-form-content {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.nf-form-layout .nf-field-container[class*=ic-] {
    padding-left: 45px;
    position: relative
}

.nf-form-layout .nf-field-container[class*=ic-]:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
    color: #b3b3b3;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nf-form-layout .nf-field-container.ic-1:before {
    content: "\e90c"
}

.nf-form-layout .nf-field-container.ic-2:before {
    content: "\e90d"
}

.nf-form-layout .nf-field-container.ic-3:before {
    content: "\e90e"
}

.nf-form-layout .nf-field-container.ic-4:before {
    content: "\e90f";
    font-size: 18px
}

.nf-form-layout .nf-field-container.ic-5:before {
    content: "\e910"
}

.nf-form-layout .nf-field-container.ic-6:before {
    content: "\e915"
}

.nf-form-layout .nf-field-container.ic-7:before {
    content: "\e916"
}

.nf-form-layout .ninja-forms-field {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px
}

.nf-form-layout input[type=button].ninja-forms-field {
    height: 60px;
    width: 100%;
    border: none !important;
    background-color: #5497f4;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    max-width: 500px;
    margin: 20px auto;
    display: block
}

.nf-form-layout input[type=button].ninja-forms-field:hover {
    background-color: #1b5ec1
}

.nf-form-layout input[type=button].ninja-forms-field:disabled {
    background-color: #B3B3B3 !important
}

.nf-form-layout textarea.ninja-forms-field {
    height: 120px;
    padding-top: 15px;
    padding-bottom: 15px
}

.nf-form-layout .nf-error .ninja-forms-field {
    border: 2px solid red
}

.nf-form-layout .nf-error-msg {
    color: red
}

.nf-form-layout .g-recaptcha {
    text-align: center;
    width: 300px;
    margin: 0 auto
}

.nf-form-layout .g-recaptcha label {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.nf-form-layout .nf-field-element.checkok {
    position: relative
}

.nf-form-layout .nf-field-element.checkok:after {
    content: "\e926";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #d6d6d6
}

.nf-form-layout .nf-pass .nf-field-element {
    position: relative
}

.nf-form-layout .nf-pass .nf-field-element:after {
    content: "\e926";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #d6d6d6
}

.nf-form-layout .nf-after-form-content {
    text-align: center
}

.nf-form-layout .width-150 input {
    max-width: 150px
}

.nf-form-layout .nf-error-wrap.nf-error {
    position: absolute !important;
    font-size: 12px
}

.page-title {
    text-align: center;
    color: #be9818;
    font-weight: 900;
    text-transform: uppercase
}

.page-desc {
    max-width: 670px;
    text-align: center;
    margin: 0 auto 50px
}

.list-post-1 .item {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.list-post-1 .title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase
}

.list-post-2 .item {
    margin-bottom: 45px
}

.list-post-2 .img {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.list-post-2 .date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #b2b2b2;
    vertical-align: bottom
}

.list-post-2 .date i {
    font-size: 20px;
    display: inline-block;
    margin-right: 2px
}

.list-post-2 .title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase
}

#slideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

#slideshow .item {
    display: block;
    position: relative
}

#slideshow .item [class*=tRes] {
    max-height: 550px;
    min-height: 300px
}

#slideshow .item [class*=tRes]:before {
    background-color: rgba(0, 0, 0, .5)
}

#slideshow .divtext {
    padding: 15px;
    max-width: 600px;
    font-size: 25px;
    width: 100%;
    z-index: 5;
    color: #fff
}

#slideshow .item-image {
    position: relative;
    display: block
}

#slideshow .item-image .container {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 3
}

#slideshow .item-image.Center .divtext {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-align: center
}

#slideshow .item-image.Left .divtext {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0
}

#slideshow .item-image.Right .divtext {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    text-align: right
}

#slideshow .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.list-social {
    list-style: none
}

.list-social li {
    display: inline-block
}

.list-social a {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100%;
    line-height: 22px;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 12px
}

.list-social a:hover {
    color: #be9818;
    border-color: #be9818
}

.entry-heading {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.entry-head {
    margin-bottom: 30px
}

.entry-head .ht {
    text-align: center;
    text-transform: uppercase;
    color: #be9818;
    font-weight: 700
}

.bg-gray {
    background-color: #f7f7f7
}

.menucontent {
    margin-bottom: 50px;
    height: 60px
}

.menucontent ul {
    display: block;
    list-style: none;
    text-align: center;
    position: relative;
    top: -30px
}

.menucontent ul li {
    display: inline-block;
    margin: 0 5px
}

.menucontent ul li[class*=current] a {
    background-color: #be9818
}

.menucontent ul li[class*=current] a:after {
    opacity: 1
}

.menucontent ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    background-color: #949599;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 5px
}

.menucontent ul a:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 8px solid #be9818;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -8px;
    opacity: 0
}

.menucontent ul a:hover {
    background-color: #be9818
}

.require {
    color: #be9818
}

.tRes_138:before {
    padding-top: 138%
}

.entry-breadcrumb {
    line-height: 20px;
    padding: 10px 0;
    background-color: #e6e6e6
}

.breadcrumbs {
    margin: 0;
    overflow: hidden;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap
}

.breadcrumbs li {
    position: relative
}

.breadcrumbs li:not(:last-child) a:after {
    content: "\e900";
    display: inline-block;
    margin: 0 8px;
    font-family: 'icomoon' !important;
    font-size: 9px;
    position: relative;
    top: -1px
}

.breadcrumbs li > span {
    font-weight: 500
}

.breadcrumbs a {
    display: block
}

.breadcrumbs a:hover {
    color: #be9818
}

ul.ulmeta {
    font-size: 13px;
    color: #6e6e6e;
    line-height: 20px;
    list-style: none;
    margin: 0 !important
}

ul.ulmeta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.ulmeta i {
    float: left;
    margin-right: 3px
}

ul.ulmeta i.icon-view {
    font-size: 17px
}

ul.ulmeta.inline {
    vertical-align: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

ul.ulmeta.inline > li {
    position: relative;
    overflow: hidden
}

ul.ulmeta.inline > li:not(:last-child) {
    margin-right: 4px;
    padding-right: 7px
}

ul.ulmeta.inline.bd > li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    background-color: #6e6e6e
}

.recruit-table {
    border-radius: 8px;
    overflow: hidden
}

.recruit-table thead {
    background-color: #be9818;
    color: #fff
}

.recruit-table td, .recruit-table th {
    padding-top: 15px;
    padding-bottom: 15px
}

.recruit-table th {
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.recruit-table th:not(:last-child):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ffff;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.recruit-table thead tr {
    border-bottom: 4px solid #c8c8c8
}

.recruit-table tbody tr:hover {
    background-color: #f7f7f7
}

.recruit-table tbody td {
    padding: 30px
}

@media only screen and (max-width: 767px) {
    .recruit-table tbody td {
        padding: 15px
    }
}

.recruit-table a:hover {
    color: #be9818
}

.recruit-table .left {
    font-weight: 700
}

.page-template-contact .abs, .page-template-recruit .abs, .tuyen-dung-template-default .abs {
    position: absolute;
    bottom: 0;
    max-width: 50%
}

.page-template-contact .abs.right, .page-template-recruit .abs.right, .tuyen-dung-template-default .abs.right {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0
}

.page-template-contact .abs.left, .page-template-recruit .abs.left, .tuyen-dung-template-default .abs.left {
    left: 0
}

.page-recruit-detail .entry-content {
    margin-bottom: 60px
}

.page-recruit-detail .entry-content h1, .page-recruit-detail .entry-content h2, .page-recruit-detail .entry-content h3, .page-recruit-detail .entry-content h4, .page-recruit-detail .entry-content h5, .page-recruit-detail .entry-content h6 {
    color: #be9818
}

.page-recruit-detail .ecxerpt {
    margin-bottom: 50px;
    text-align: center
}

.page-recruit-detail .info {
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 45px 15px 25px;
    margin-bottom: 50px
}

.page-recruit-detail .info ul {
    list-style: none;
    -webkit-columns: 2;
    columns: 2;
    margin: 0 auto;
    max-width: 750px;
    position: relative;
    -webkit-column-gap: 70px;
    column-gap: 70px
}

.page-recruit-detail .info ul li {
    display: block;
    margin-bottom: 20px
}

.page-recruit-detail .info ul strong {
    display: inline-block;
    width: 190px;
    position: relative;
    padding-left: 35px
}

.page-recruit-detail .info ul strong img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0
}

@media only screen and (min-width: 768px) {
    .page-recruit-detail .info ul:before {
        content: "";
        background-color: #c8c8c8;
        width: 1px;
        top: 0;
        bottom: 20px;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }
}

.page-recruit-detail .related-post {
    border-top: 1px solid #c8c8c8
}

.page-recruit-detail .related-post h3 {
    text-transform: uppercase
}

.page-contact .container:after {
    display: block;
    height: 1px;
    background-color: #c8c8c8;
    content: "";
    position: absolute;
    bottom: -40px;
    left: 15px;
    right: 15px
}

.page-contact .widget-branch {
    margin-bottom: 50px
}

.page-contact .widget-branch .widget-title {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #be9818
}

.page-contact .widget-branch .widget-title > i {
    width: 36px;
    height: 36px;
    background-color: #be9818;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0
}

.page-contact .widget-branch .widget-title > i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.page-contact .list-info li {
    margin-bottom: 20px
}

.page-contact .row-1 {
    background-color: #be9818;
    border-radius: 8px;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px
}

.page-contact .row-1 .title {
    margin-bottom: 40px
}

@media only screen and (min-width: 576px) {
    .page-contact .row-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .page-contact .row-1 .list-info {
        max-width: 670px;
        margin: 0 auto;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        column-gap: 60px;
        -webkit-column-rule: 1px solid #fff571;
        column-rule: 1px solid #fff571
    }
}

.page-contact .row-1 .list-info li > i {
    color: #fff571
}

.page-contact .row-2 .list-info li > i {
    color: #b9b9b9
}

.wrap-input-file {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 150px;
    cursor: pointer
}

.wrap-input-file:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    background: url(../images/t12.svg) no-repeat center
}

.wrap-input-file input {
    opacity: 0;
    display: block;
    width: 100%
}

.wrap-input-file .t {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 30px;
    white-space: nowrap
}

.wpcf7-form br {
    display: none
}

.wpcf7-form p {
    margin: 0
}

.comment-form .wpcf7-form input[type=email], .comment-form .wpcf7-form input[type=text], .comment-form .wpcf7-form input[type=url], .comment-form .wpcf7-form textarea, .theme-paragon.woocommerce-checkout .woocommerce form .form-row .wpcf7-form input.input-text, .theme-paragon.woocommerce-checkout .woocommerce form .form-row .wpcf7-form textarea, .woocommerce.theme-paragon .quantity .wpcf7-form .qty, .woocommerce.theme-paragon .quantity .wpcf7-form button, .wpcf7-form .comment-form input[type=email], .wpcf7-form .comment-form input[type=text], .wpcf7-form .comment-form input[type=url], .wpcf7-form .comment-form textarea, .wpcf7-form .input, .wpcf7-form .select, .wpcf7-form .theme-paragon.woocommerce-checkout .woocommerce form .form-row input.input-text, .wpcf7-form .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea, .wpcf7-form .woocommerce.theme-paragon .quantity .qty, .wpcf7-form .woocommerce.theme-paragon .quantity button {
    width: 100%;
    background-color: transparent
}

.wpcf7-form .title {
    font-weight: 500;
    color: #2c2c2c;
    display: block;
    margin-bottom: 5px
}

.wpcf7-form .rowlabel {
    margin-top: 12px;
    margin-bottom: 20px;
    display: block
}

.wpcf7-form .rowfile > span {
    display: inline-block;
    vertical-align: middle
}

.wpcf7-form .rowfile .note {
    font-size: 13px;
    font-style: italic;
    position: relative;
    top: -3px
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 11px
}

.wpcf7 form {
    position: relative
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    width: 100%;
    display: block !important;
    position: absolute;
    bottom: -25px;
    border: none;
    padding: 0;
    margin: 0;
    color: #be9818;
}

.btncf7 {
    position: relative;
    display: inline-block
}

.btncf7 .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    margin: 0;
    position: absolute !important;
    margin: 0 !important
}

.row-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    padding-right: 90px;
    position: relative
}

.row-subscribe > span {
    width: 50%;
    padding: 0 10px
}

.row-subscribe > span input {
    width: 100%;
    border-color: #fff !important;
    color: #fff
}

.row-subscribe > span ::-webkit-input-placeholder {
    color: #e9ebed
}

.row-subscribe > span :-ms-input-placeholder {
    color: #e9ebed
}

.row-subscribe > span ::-ms-input-placeholder {
    color: #e9ebed
}

.row-subscribe > span ::placeholder {
    color: #e9ebed
}

.row-subscribe .btncf7 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    width: 80px !important;
    padding: 0
}

.comment-form .row-subscribe input[type=submit], .row-subscribe .btn, .row-subscribe .comment-form input[type=submit], .row-subscribe .woocommerce #payment #place_order, .row-subscribe .woocommerce-page #payment #place_order, .row-subscribe .woocommerce .cart .button, .row-subscribe .woocommerce.theme-paragon .recently_viewed_products .products li.product .button, .row-subscribe .woocommerce.theme-paragon .related.products li.product .button, .row-subscribe .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .row-subscribe .woocommerce.theme-paragon div.product form.cart .button, .row-subscribe button[name=update_cart], .woocommerce #payment .row-subscribe #place_order, .woocommerce-page #payment .row-subscribe #place_order, .woocommerce .cart .row-subscribe .button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .row-subscribe .button, .woocommerce.theme-paragon .related.products li.product .row-subscribe .button, .woocommerce.theme-paragon.single-product form.cart .row-subscribe a.added_to_cart, .woocommerce.theme-paragon div.product form.cart .row-subscribe .button {
    padding: 0;
    display: block
}

.comment-form .row-subscribe input:not(:hover)[type=submit], .row-subscribe .btn:not(:hover), .row-subscribe .comment-form input:not(:hover)[type=submit], .row-subscribe .woocommerce #payment #place_order:not(:hover), .row-subscribe .woocommerce-page #payment #place_order:not(:hover), .row-subscribe .woocommerce .cart .button:not(:hover), .row-subscribe .woocommerce.theme-paragon .recently_viewed_products .products li.product .button:not(:hover), .row-subscribe .woocommerce.theme-paragon .related.products li.product .button:not(:hover), .row-subscribe .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:not(:hover), .row-subscribe .woocommerce.theme-paragon div.product form.cart .button:not(:hover), .row-subscribe button:not(:hover)[name=update_cart], .woocommerce #payment .row-subscribe #place_order:not(:hover), .woocommerce-page #payment .row-subscribe #place_order:not(:hover), .woocommerce .cart .row-subscribe .button:not(:hover), .woocommerce.theme-paragon .recently_viewed_products .products li.product .row-subscribe .button:not(:hover), .woocommerce.theme-paragon .related.products li.product .row-subscribe .button:not(:hover), .woocommerce.theme-paragon.single-product form.cart .row-subscribe a.added_to_cart:not(:hover), .woocommerce.theme-paragon div.product form.cart .row-subscribe .button:not(:hover) {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.sec-form-contact {
    background-color: #f7f7f7
}

@media only screen and (min-width: 768px) {
    .sec-bank .row > div:not(:first-child) .widget {
        position: relative
    }

    .sec-bank .row > div:not(:first-child) .widget:before {
        content: "";
        top: 10px;
        bottom: 0;
        width: 1px;
        position: absolute;
        left: -30px;
        background-color: #e6e6e6
    }
}

.widget-bank .img {
    height: 60px;
    position: relative;
    margin-bottom: 20px
}

.widget-bank .img img {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    max-width: 100%;
    max-height: 100%
}

.widget-bank .title {
    margin: 0 0 5px;
    color: #be9818;
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .widget-bank {
        margin-bottom: 20px
    }

    .widget-bank .img {
        margin-bottom: 10px
    }
}

.recruitModal .container {
    max-width: 750px
}

@media only screen and (min-width: 768px) {
    .recruitModal .contentModal {
        padding: 50px
    }
}

.themeModal .container {
    max-width: 750px
}

@media only screen and (min-width: 768px) {
    .themeModal .contentModal {
        padding: 0;
        overflow: hidden
    }
}

.themeModal .btn-close {
    color: #000;
    border-color: #000
}

@media only screen and (max-width: 767px) {
    .themeModal .contentModal {
        padding: 0;
        overflow: hidden
    }
}

.page-recruit .btn-recruit {
    padding-left: 60px
}

.page-recruit .btn-recruit img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 20px
}

.wtabs-1, .wtabs-3 {
    background-color: #be9818;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px
}

.wtabs-1 .menu-tabs, .wtabs-3 .menu-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--sub-cl);
}

.wtabs-1 .menu-tabs > div, .wtabs-3 .menu-tabs > div {
    width: 50%;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

.wtabs-1 .menu-tabs > div.active, .wtabs-3 .menu-tabs > div.active {
    background-color: #c2a958;
}

.wtabs-1 .content-tabs, .wtabs-3 .content-tabs {
    padding: 20px
}

.wtabs-2 {
    margin-bottom: 30px
}

.wtabs-2 .menu-tabs {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wtabs-2 .menu-tabs > div {
    position: relative;
    padding: 10px 15px;
    color: #2a2a2a;
    cursor: pointer;
    text-transform: uppercase
}

.wtabs-2 .menu-tabs > div:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e6e6e6
}

.wtabs-2 .menu-tabs > div:hover {
    color: #be9818
}

.wtabs-2 .menu-tabs > div.active {
    color: #be9818
}

.wtabs-2 .menu-tabs > div.active:after {
    background-color: #be9818
}

@media only screen and (min-width: 1200px) {
    .wtabs-2 .menu-tabs:hover {
        overflow-x: auto
    }
}

.wtabs-2-2 {
    margin-bottom: 30px
}

.wtabs-2-2 .menu-tabs {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wtabs-2-2 .menu-tabs > div {
    position: relative;
    cursor: pointer
}

.wtabs-2-2 .menu-tabs .menu-tab.active .img {
    background-color: #be9818;
    border-color: #be9818;
    color: #fff
}

@media only screen and (min-width: 1200px) {
    .wtabs-2-2 .menu-tabs:hover {
        overflow-x: auto
    }
}

.wtabs-3 {
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff
}

.wtabs-3 .menu-tabs {
    display: block;
    border-bottom: none
}

.wtabs-3 .menu-tabs > div {
    color: var(--body-color);
    width: 100%;
    padding: 20px;
    background-color: #f7f7f7;
    border-bottom: solid 1px #fff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.wtabs-3 .menu-tabs > div:first-child {
    border-radius: 5px 5px 0 0
}

.wtabs-3 .menu-tabs > div:last-child {
    border-radius: 0 0 5px 5px
}

.wtabs-3 .menu-tabs > div.active {
    position: relative;
    background-color: #be9818;
    color: #fff
}

.wtabs-3 .menu-tabs > div.active:after {
    content: '\e906';
    font-family: 'icomoon' !important;
    position: absolute;
    top: 50%;
    right: 3px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wtabs-3 .content-tabs {
    padding: 0
}

@media only screen and (max-width: 767px) {
    .wtabs-3 .menu-tabs > div {
        width: 32%;
        display: inline-block;
        font-size: 13px;
        margin-bottom: 20px
    }

    .wtabs-3 .menu-tabs > div:first-child {
        border-radius: 0
    }

    .wtabs-3 .menu-tabs > div:last-child {
        border-radius: 0
    }

    .wtabs-3 .menu-tabs > div:active:after {
        display: none
    }
}

.wtabs-4 {
    margin-bottom: 30px
}

.wtabs-4 .menu-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: auto
}

.wtabs-4 .menu-tabs:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e6e6e6
}

.wtabs-4 .menu-tabs > div {
    position: relative;
    padding: 10px 15px;
    color: #2a2a2a;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap
}

.wtabs-4 .menu-tabs > div:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e6e6e6
}

.wtabs-4 .menu-tabs > div:hover {
    color: #be9818
}

.wtabs-4 .menu-tabs > div.active {
    color: #be9818
}

.wtabs-4 .menu-tabs > div.active:after {
    background-color: #be9818
}

#viewVideo {
    max-width: 1050px;
    margin: 0 auto 50px
}

#viewVideo .img {
    margin-bottom: 10px
}

#viewVideo .date {
    color: #bababa
}

#viewVideo .title {
    display: block;
    font-weight: 700;
    font-size: 20px
}

@media only screen and (min-width: 768px) {
    .page-chung-nhan .list-b-5 .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.sec-home1 .wimg {
    position: relative;
    text-align: center
}

.sec-home1 .wimg img {
    margin: -80px 0 -50px
}

.sec-home1 .wimg .t1 {
    text-transform: uppercase;
    color: #6e6e6e;
    letter-spacing: 10px
}

.sec-home1 .wimg .t2 {
    color: #be9818;
    font-size: 25px
}

.sec-home1 .divtext {
    position: relative;
    padding: 20px 0 0 100px
}

.sec-home1 .divtext > i {
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: #be9818
}

.sec-home1 .divtext strong {
    color: #be9818
}

.sec-home2 {
    color: #fff
}

@media only screen and (min-width: 768px) {
    .sec-home2 .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.sec-home2 .item {
    text-align: center
}

.sec-home2 .img {
    height: 52px;
    margin-bottom: 20px
}

.sec-home2 .img img {
    height: 100%
}

.sec-home2 .timer {
    margin-bottom: 10px
}

.sec-home2 .t2 {
    text-transform: uppercase;
    font-weight: 700
}

@media only screen and (min-width: 1200px) {
    .sec-home2 .t2 {
        font-size: 20px
    }
}

.sec-home3 {
    color: #fff
}

.sec-home3 .t1 {
    text-transform: uppercase;
    font-size: 18px
}

.sec-home3 .t3 {
    max-width: 450px;
    font-size: 17px
}

.sec-home3 .items [class*=col-] {
    max-width: 130px
}

.sec-home3 .items .item {
    display: block;
    text-align: center
}

.sec-home3 .items .item .img {
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 50px;
    color: #be9818;
    max-width: 90px;
    margin: 0 auto 10px
}

.sec-home3 .items .item .img i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.sec-home3 .items .item.active .img, .sec-home3 .items .item:hover .img {
    background-color: #be9818;
    border-color: #be9818;
    color: #fff
}

ul.menu-product-icon {
    list-style: none;
    text-align: center
}

ul.menu-product-icon li {
    text-transform: uppercase;
    font-weight: 500;
    padding: 20px 10px
}

ul.menu-product-icon li .icon {
    font-size: 50px;
    display: block;
    margin-bottom: 20px
}

ul.menu-product-icon li.active, ul.menu-product-icon li:hover {
    color: #be9818
}

ul.menu-product-icon li.active .icon .path1:before, ul.menu-product-icon li:hover .icon .path1:before {
    color: #be9818
}

ul.menu-product-icon li.active .icon .text:before, ul.menu-product-icon li:hover .icon .text:before {
    color: #fff
}

ul.menu-product-icon li.active .icon .text-bg:before, ul.menu-product-icon li:hover .icon .text-bg:before {
    color: #be9818
}

.slider-nav.s-sync .slick-list {
    padding: 0 !important
}

.slider-nav.s-sync .slick-list .item .product-name {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px
}

.slider-nav.s-sync .slick-list .item .tRes {
    border-radius: 8px;
    border: 1px solid transparent
}

.slider-nav.s-sync .slick-list .slick-active.slick-current {
    color: #be9818
}

.slider-nav.s-sync .slick-list .slick-active.slick-current .tRes {
    border-color: #be9818
}

.slider-sync-wrapper .border-lr {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 70px
}

.slider-sync-wrapper .item-feature {
    text-align: left
}

.slider-sync-wrapper .item-feature .img {
    border-radius: 8px;
    overflow: hidden
}

.slider-sync-wrapper .item-feature .h1 {
    font-weight: 700
}

.slider-sync-wrapper .slick-slide .item .img {
    border-radius: 8px
}

nav.pagination > .page-numbers {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid transparent;
    line-height: 38px
}

nav.pagination > .page-numbers.current {
    border-color: #be9818
}

.wrap_paging.pages .simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0
}

.wrap_paging.pages .simple-pagination ul {
    list-style: none
}

.wrap_paging.pages .simple-pagination ul li {
    display: inline-block
}

.wrap_paging.pages .simple-pagination a, .wrap_paging.pages .simple-pagination span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 100%
}

.wrap_paging.pages .simple-pagination .current:not(.prev):not(.next) {
    cursor: default;
    border-color: #be9818
}

.slick-res:not(.slick-initialized) {
    display: none
}

#slideshow .slick-res {
    display: block
}

#slideshow .slick-res > .item-slide:not(:first-child) {
    display: none
}

.wp-block-column > p[class*=has-text-align], .wp-block-contact-form-7-contact-form-selector {
    max-width: 1140px;
    margin: 0 auto 30px;
    padding: 0 15px
}

.wtabs-1 .wpcf7 form.sent .wpcf7-response-output, .wtabs-3 .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    bottom: -18px;
    font-size: 11px
}

img[layout=res] {
    height: auto
}

[class*=sc-features] .list-b-1 .item-group {
    margin-bottom: 20px
}

[class*=sc-features] .list-b-1 .img {
    width: 150px;
    border-radius: 8px
}

[class*=sc-features] .list-b-1 .title {
    font-size: 18px
}

[class*=sc-features] .list-b-2 {
    margin-bottom: 30px
}

[class*=sc-features] .list-b-2 .title {
    font-size: 20px
}

[class*=sc-features] .blog-item-social-2 {
    height: 40px;
    overflow: hidden
}

.sc-feature-du-an .item-group {
    margin-bottom: 30px
}

.sc-feature-du-an .item-group .img {
    width: 315px;
    border-radius: 8px
}

.sc-feature-du-an .item-group .title {
    font-size: 18px
}

.sc-feature-du-an .list-b-2 .title {
    font-size: 20px
}

.list-b-1 .item {
    border-radius: 8px;
    overflow: hidden;
    background-color: #f7f7f7;
    height: 100%
}

.list-b-1 .item:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.list-b-1 .date {
    color: #bababa;
    font-size: 14px
}

.list-b-1 .date a {
    display: inline-block;
    margin-left: 10px;
    color: #be9818
}

.list-b-1 .date a:hover {
    color: #fff571
}

.list-b-1 .title {
    display: block;
    font-weight: 700;
    font-size: 15px
}

.list-b-1 .title:hover {
    color: #be9818
}

.list-b-1 .divtext {
    padding: 15px
}

.list-b-2 .item {
    display: block;
    position: relative;
    color: #fff;
    border-radius: 8px;
    overflow: hidden
}

.list-b-2 .item .img:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, rgba(0, 0, 0, .01)), to(rgba(0, 0, 0, .0001)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, .01) 40%, rgba(0, 0, 0, .0001) 100%);
    background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, .01) 40%, rgba(0, 0, 0, .0001) 100%);
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, .01) 40%, rgba(0, 0, 0, .0001) 100%);
    opacity: .5
}

.list-b-2 .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 20px
}

.list-b-2 .item:hover {
    color: #be9818
}

.list-b-3 .item-group {
    margin-bottom: 20px
}

.list-b-3 .item-group:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.list-b-3 .img {
    width: 110px;
    border-radius: 8px
}

.list-b-3 .date {
    color: #bababa;
    margin-bottom: 5px
}

.list-b-3 .title:hover {
    color: #be9818
}

.list-b-4 .item {
    height: 100%;
    cursor: pointer
}

.list-b-4 .item:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.list-b-4 .item:hover .title {
    color: #be9818
}

.list-b-4 .img {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden
}

.list-b-4 .img > i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    color: red;
    z-index: 3;
    font-size: 40px
}

.list-b-4 .date {
    color: #bababa
}

.list-b-4 .title {
    display: block;
    font-weight: 700
}

.list-b-4 .title.line-3 {
    display: -webkit-box
}

.list-b-5 .img {
    margin-bottom: 15px
}

.list-b-5 .title {
    display: block;
    text-align: center;
    font-weight: 700
}

.list-du-an .item {
    border-radius: 8px;
    overflow: hidden;
    background-color: #f7f7f7;
    height: 100%;
    display: block;
    position: relative
}

.list-du-an .item:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.list-du-an .date {
    color: #bababa
}

.list-du-an .title {
    display: block;
    font-weight: 700;
    margin-bottom: 10px
}

.list-du-an .title:hover {
    color: #be9818
}

.list-du-an .divtext {
    padding: 15px
}

.list-du-an.style-2 {
    color: #fff
}

.list-du-an.style-2 .img:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, rgba(0, 0, 0, .01)), to(rgba(0, 0, 0, .0001)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, .01) 40%, rgba(0, 0, 0, .0001) 100%);
    background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, .01) 40%, rgba(0, 0, 0, .0001) 100%);
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, .01) 40%, rgba(0, 0, 0, .0001) 100%);
    opacity: .5
}

.list-du-an.style-2 .divtext {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 20px
}

.list-du-an-2 .t1 {
    color: #6e6e6e;
    text-transform: uppercase;
    margin-bottom: 10px
}

.list-du-an-2 .title {
    color: #be9818
}

.list-du-an-2 .desc {
    font-size: 17px
}

.list-du-an-2 .img {
    border-radius: 8px
}

body.single-post {
    background-color: #f7f7f7
}

body.single-post .maincontent {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .2)
}

.hr {
    height: 1px;
    margin: 0 0 20px;
    background-color: #c8c8c8
}

ul.share {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px !important
}

ul.share li:not(:last-child) {
    margin-right: 10px
}

ul.share a, ul.share span {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #c8c8c8;
    border-radius: 100%;
    position: relative;
    color: #be9818;
    cursor: pointer
}

ul.share a i, ul.share span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

ul.share a:hover, ul.share span:hover {
    border-color: #be9818
}

.sidebar-blog .widget {
    margin-bottom: 30px
}

.sidebar-blog .widget-title {
    font-size: 18px;
    border-bottom: 3px solid #be9818;
    padding-bottom: 10px;
    text-transform: uppercase
}

.badge.labels {
    display: block;
    position: absolute;
    right: 0;
    top: 4px
}

.sc-product .badge.labels {
    right: 10px
}

.divtext .badge .onsale, .woocommerce span.onsale, .woocommerce ul.products li.product .badge .onsale {
    left: auto;
    background-image: url(../images/badge.svg);
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    width: 41px;
    height: 41px;
    line-height: 41px;
    top: 0;
    right: 8px;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
    display: inline-block
}

.scloadpost.slick-initialized .slick-slide {
    position: relative;
    padding-top: 10px !important
}

.scloadpost.slick-initialized .slick-slide .divtext .badge.onsale {
    top: 5px;
    right: 18px
}

.scloadpost.slick-initialized .slick-slide .divtext .badge.onsale:nth-child(2) {
    display: none
}

.scloadpost.slick-initialized .slick-slide .tRes_96.img {
    margin-top: -5px
}

.scloadpost.sc-product.slick-res.slick-slide .divtext .badge.labels {
    top: 5x
}

.shortchode-product .divtext .badge.labels {
    top: -5px;
    right: 8px
}

.scloadpost.sc-product:not(.slick-res) .badge.labels {
    top: -5px
}

.sc-product .price del, .shortchode-product .price del, .woocommerce .price del {
    font-size: smaller;
    font-weight: 400
}

.sc-product .price ins, .shortchode-product .price ins, .woocommerce .price ins {
    text-decoration: none
}

.woocommerce-Price-amount.amount bdi {
    font-weight: 700
}

.like-link {
    font-size: 24px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px !important;
    height: 40px
}

.like-link .count {
    font-size: 12px;
    position: absolute;
    min-width: 15px;
    height: 15px;
    right: 0;
    top: 0;
    background-color: #be9818;
    border-radius: 100%;
    text-align: center;
    line-height: 15px;
    padding: 0 5px;
    color: #fff
}

.like-link i {
    display: block
}

.like-link .nolink {
    display: block
}

.like-link .link {
    display: none;
    color: #be9818
}

.like-link .desc {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    white-space: nowrap;
    color: #707070;
    width: auto;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #3d3d3d;
    line-height: 30px;
    padding: 12px 20px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px
}

.like-link .desc:before {
    position: absolute;
    left: -8px;
    top: 50%;
    content: "";
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff
}

.like-link.alert .desc {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.like-link.active .link {
    display: block
}

.like-link.active .nolink {
    display: none
}

#header .widget_shopping_cart .widget-title {
    display: none
}

.widget_mini_total {
    position: relative
}

.widget_mini_total .title_cart {
    margin: 0 0 !important;
    position: relative;
    padding: 0 7px !important;
    border: none !important;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget_mini_total .title_cart > i {
    font-size: 24px;
    display: block
}

.widget_mini_total .title_cart .count {
    font-size: 12px;
    position: absolute;
    min-width: 15px;
    height: 15px;
    right: 0;
    top: 0;
    background-color: #be9818;
    border-radius: 100%;
    text-align: center;
    line-height: 15px;
    padding: 0 5px;
    color: #fff
}

.widget_mini_total .content_cart {
    position: absolute;
    right: 0;
    line-height: normal;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px;
    width: 400px;
    font-weight: 400 !important
}

.widget_mini_total .content_cart ul.cart_list {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 -20px 10px !important;
    padding: 0 20px !important
}

.widget_mini_total .content_cart ul.cart_list li + li {
    margin-top: 20px
}

.widget_mini_total .content_cart a:hover {
    color: #be9818
}

.widget_mini_total .content_cart dd, .widget_mini_total .content_cart dt {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 400 !important
}

.widget_mini_total .content_cart .woocommerce-mini-cart__buttons {
    text-align: center
}

.widget_mini_total .content_cart .button {
    width: 48% !important;
    background: #be9818 !important;
    display: inline-block !important;
    color: #fff !important
}

.widget_mini_total .content_cart .button:first-child {
    margin: 0 2% 0 0
}

.widget_mini_total .content_cart .button:last-child {
    margin-left: 0 0 0 2%
}

.widget_mini_total .content_cart .button:hover {
    background: #fff571 !important
}

.widget_mini_total:hover .content_cart {
    opacity: 1;
    visibility: visible
}

.widget_mini_total .content_cart .button.wc-forward:not(.checkout), .woocommerce-mini-cart__buttons .buttons .button.wc-forward {
    display: none !important
}

.page-template-product .category-title {
    padding: 80px 0 50px
}

.page-template-product .site-main .widget-title {
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background-color: #be9818;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden
}

.page-template-product .site-main .widget-title .icon {
    font-size: 30px
}

.page-template-product .site-main .widget-title .icon-sep {
    margin-right: 30px;
    padding: 0 10px;
    position: relative
}

.page-template-product .site-main .widget-title .icon-sep:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #fff;
    left: 60px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-template-product .site-main .widget-content {
    padding: 40px 15px;
    position: relative
}

.page-template-product .site-main .widget-content:before {
    content: "\e906";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 25px;
    top: -5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #be9818
}

.page-template-product .sidebar {
    overflow: hidden;
    background-color: #f7f7f7
}

.page-template-product .sidebar ul {
    list-style: none
}

.page-template-product .sidebar .menu-accordion li {
    position: relative
}

.page-template-product .sidebar .menu-accordion li > a {
    padding: 5px 10px;
    display: block
}

.page-template-product .sidebar .menu-accordion li .showsubmenu {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #be9818
}

.page-template-product .sidebar .menu-accordion li .showsubmenu:before {
    content: '\e906'
}

.page-template-product .sidebar .menu-accordion li.children.parent-showsub {
    background-color: #ececec
}

.page-template-product .sidebar .menu-accordion li.children.parent-showsub > a {
    color: #fff;
    background-color: #be9818
}

.page-template-product .sidebar .menu-accordion li.children.parent-showsub .showsubmenu {
    color: #fff;
    z-index: 2
}

.page-template-product .sidebar .menu-accordion li.children.parent-showsub .showsubmenu:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.theme-paragon.woocommerce-cart table.shop_table td div.quantity, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity, .woocommerce.theme-paragon.single-product form.cart div.quantity {
    float: none;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.theme-paragon.woocommerce-cart table.shop_table td div.quantity button, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity button, .woocommerce.theme-paragon.single-product form.cart div.quantity button {
    color: #be9818;
    font-weight: 800
}

.theme-paragon.woocommerce-cart table.shop_table td div.quantity .qty, .theme-paragon.woocommerce-cart table.shop_table td div.quantity button, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity .qty, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity button, .woocommerce.theme-paragon.single-product form.cart div.quantity .qty, .woocommerce.theme-paragon.single-product form.cart div.quantity button {
    border-width: 2px;
    border-color: #c8c8c8
}

.theme-paragon.woocommerce-cart table.shop_table td div.quantity .minus, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity .minus, .woocommerce.theme-paragon.single-product form.cart div.quantity .minus {
    border-radius: 8px 0 0 8px;
    margin-right: 0;
    border-right: 0
}

.theme-paragon.woocommerce-cart table.shop_table td div.quantity .plus, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity .plus, .woocommerce.theme-paragon.single-product form.cart div.quantity .plus {
    border-radius: 0 8px 8px 0;
    margin-left: 0;
    border-left: 0
}

.theme-paragon.woocommerce-cart table.shop_table td div.quantity input.qty, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity input.qty, .woocommerce.theme-paragon.single-product form.cart div.quantity input.qty {
    border-radius: 0;
    width: 80px;
    text-align: center;
    padding: 0
}

.theme-paragon.woocommerce-cart .entry-breadcrumb, .theme-paragon.woocommerce-checkout .entry-breadcrumb, .woocommerce.theme-paragon.single-product .entry-breadcrumb {
    padding: 5px 0
}

.theme-paragon.woocommerce-cart .entry-breadcrumb .woocommerce-breadcrumb, .theme-paragon.woocommerce-checkout .entry-breadcrumb .woocommerce-breadcrumb, .woocommerce.theme-paragon.single-product .entry-breadcrumb .woocommerce-breadcrumb {
    margin: 0
}

.theme-paragon.woocommerce-cart .entry-breadcrumb .woocommerce-breadcrumb .icon-arrow-1, .theme-paragon.woocommerce-checkout .entry-breadcrumb .woocommerce-breadcrumb .icon-arrow-1, .woocommerce.theme-paragon.single-product .entry-breadcrumb .woocommerce-breadcrumb .icon-arrow-1 {
    font-size: 10px;
    margin: 0 5px;
    line-height: 18px
}

.theme-paragon.woocommerce-cart .entry-breadcrumb .woocommerce-breadcrumb .icon-arrow-1:last-child, .theme-paragon.woocommerce-checkout .entry-breadcrumb .woocommerce-breadcrumb .icon-arrow-1:last-child, .woocommerce.theme-paragon.single-product .entry-breadcrumb .woocommerce-breadcrumb .icon-arrow-1:last-child {
    display: none
}

.woocommerce.theme-paragon.single-product .border-bottom {
    text-transform: uppercase;
    font-size: var(--h6);
    padding-top: 8px
}

.woocommerce.theme-paragon.single-product .border-bottom span {
    position: relative;
    padding: 5px;
    font-size: 17px;
    font-weight: 600
}

.woocommerce.theme-paragon.single-product .border-bottom span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #be9818;
    left: 0;
    right: 0;
    bottom: 0
}

.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    top: 0;
    right: 0
}

.woocommerce div.product .product_title {
    font-weight: 900
}

.woocommerce.theme-paragon.single-product div.product .woocommerce-Tabs-panel.entry-content h3 {
    font-size: 16px
}

.woocommerce.theme-paragon.single-product div.product .woocommerce-Tabs-panel.entry-content h2, .woocommerce.theme-paragon.single-product div.product .woocommerce-Tabs-panel.entry-content h3 {
    clear: both
}

.woocommerce figure.woocommerce-product-gallery__wrapper {
    max-width: unset;
    border-radius: 8px
}

.woocommerce .pswp__container {
    position: absolute;
    z-index: auto
}

.woocommerce .social-share {
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    left: 50px;
    top: 20px
}

.woocommerce.theme-paragon.single-product ul.products li.product .onsale {
    border-radius: 0 !important;
    background-repeat: no-repeat;
    top: -5px;
    right: 8px;
    margin: 0
}

.woocommerce.theme-paragon.single-product .woocommerce-product-gallery .onsale {
    top: -10px;
    right: 48px
}

.woocommerce.theme-paragon.single-product .woo-variation-items-wrapper {
    position: relative
}

.woocommerce.theme-paragon.single-product .site-main {
    padding-top: 40px
}

.woocommerce.theme-paragon.single-product div.product {
    padding-top: 50px
}

.woocommerce.theme-paragon.single-product div.images .woocommerce-product-gallery__image, .woocommerce.theme-paragon.single-product div.images .woocommerce-product-gallery__image--placeholder {
    max-width: 534px
}

.woocommerce.theme-paragon.single-product div.images .flex-control-thumbs li {
    width: 60px;
    float: left;
    margin: 0;
    list-style: none;
    margin-right: 10px;
    background: #ccc;
    border-radius: 8px
}

.woocommerce.theme-paragon.single-product div.images .flex-control-thumbs li :nth-child(3n+1) {
    clear: none
}

.woocommerce.theme-paragon.single-product div.images .flex-control-thumbs li :nth-child(7n+1) {
    clear: left
}

.woocommerce.theme-paragon.single-product div.images .flex-control-thumbs li img {
    border: 1px solid transparent;
    border-radius: 8px
}

.woocommerce.theme-paragon.single-product div.images .flex-control-thumbs li img.flex-active {
    border-color: #be9818
}

.woocommerce.theme-paragon.single-product .h5, .woocommerce.theme-paragon.single-product h5 {
    text-transform: uppercase;
    font-weight: 800
}

.woocommerce.theme-paragon.single-product .btns {
    margin-bottom: 30px
}

.woocommerce.theme-paragon.single-product .btns .item, .woocommerce.theme-paragon.single-product .btns button {
    width: 30px;
    height: 30px;
    color: #be9818;
    border: 1px solid #be9818;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    background-color: #fff
}

.woocommerce.theme-paragon.single-product .btns .item:not(:last-child), .woocommerce.theme-paragon.single-product .btns button:not(:last-child) {
    margin-right: 10px
}

.woocommerce.theme-paragon.single-product .btns .simplefavorite-button.active {
    opacity: 1;
    background-color: #be9818;
    color: #fff
}

.woocommerce.theme-paragon.single-product .product_meta {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.woocommerce.theme-paragon.single-product .product_meta > span {
    display: block;
    margin-bottom: 10px
}

.woocommerce.theme-paragon.single-product .product_meta label {
    font-weight: 700;
    min-width: 110px;
    display: inline-block
}

.woocommerce.theme-paragon.single-product .product_meta .sku {
    font-weight: 700;
    color: #be9818
}

.woocommerce.theme-paragon.single-product div.product .box-product-detail p.price, .woocommerce.theme-paragon.single-product div.product .box-product-detail span.price {
    font-size: 35px;
    color: #be9818;
    font-weight: 800;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.woocommerce.theme-paragon.single-product div.product .box-product-detail p.price .woocommerce-Price-amount.amount, .woocommerce.theme-paragon.single-product div.product .box-product-detail span.price .woocommerce-Price-amount.amount {
    line-height: 1.1
}

.woocommerce.theme-paragon.single-product table.shop_attributes td, .woocommerce.theme-paragon.single-product table.shop_attributes th {
    background-color: transparent;
    border-bottom-style: dashed;
    border-color: #d8d8d8;
    text-align: left;
    font-size: 15px;
    color: #1d1d1d
}

.woocommerce.theme-paragon.single-product table.shop_attributes td p, .woocommerce.theme-paragon.single-product table.shop_attributes th p {
    padding: 0;
    margin: 0;
    display: inline-block
}

.woocommerce.theme-paragon.single-product table.shop_attributes tr:nth-child(2n) td, .woocommerce.theme-paragon.single-product table.shop_attributes tr:nth-child(2n) th {
    background-color: transparent
}

.woocommerce.theme-paragon.single-product form.cart {
    padding-bottom: 40px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 0
}

.woocommerce.theme-paragon.single-product form.cart .variations label {
    font-weight: 400
}

.woocommerce.theme-paragon.single-product form.cart .single_add_to_cart_button {
    margin-right: 5px;
    text-transform: uppercase
}

.woocommerce.theme-paragon.single-product form.cart .single_add_to_cart_button i {
    font-size: 20px;
    color: #be9818
}

.woocommerce.theme-paragon.single-product form.cart .single_add_to_cart_button.added:after {
    display: none
}

.comment-form .woocommerce.theme-paragon.single-product form.cart input[type=submit], .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart #place_order, .woocommerce.theme-paragon.single-product #payment form.cart #place_order, .woocommerce.theme-paragon.single-product .recently_viewed_products .products li.product form.cart .button, .woocommerce.theme-paragon.single-product .related.products li.product form.cart .button, .woocommerce.theme-paragon.single-product div.product form.cart .button, .woocommerce.theme-paragon.single-product form.cart #payment #place_order, .woocommerce.theme-paragon.single-product form.cart .btn, .woocommerce.theme-paragon.single-product form.cart .button, .woocommerce.theme-paragon.single-product form.cart .comment-form input[type=submit], .woocommerce.theme-paragon.single-product form.cart .recently_viewed_products .products li.product .button, .woocommerce.theme-paragon.single-product form.cart .related.products li.product .button, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .woocommerce.theme-paragon.single-product form.cart button[name=update_cart] {
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .woocommerce.theme-paragon.single-product form.cart .single_add_to_cart_button.button {
        width: 99%;
        display: block;
        margin-bottom: 5px
    }

    .woocommerce.theme-paragon.single-product form.cart #quick-buy, .woocommerce.theme-paragon.single-product form.cart .contact-btn {
        width: 49%
    }
}

.woocommerce.theme-paragon.single-product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin-bottom: 50px
}

.woocommerce.theme-paragon.single-product .woocommerce-tabs ul.tabs li {
    border: none;
    border-left: none;
    border-right: none;
    border-width: 3px;
    text-transform: uppercase;
    background-color: transparent;
    position: relative
}

.woocommerce.theme-paragon.single-product .woocommerce-tabs ul.tabs li:after, .woocommerce.theme-paragon.single-product .woocommerce-tabs ul.tabs li:before {
    display: none
}

.woocommerce.theme-paragon.single-product .woocommerce-tabs ul.tabs li.active {
    color: #be9818;
    border-bottom-color: #be9818
}

.woocommerce.theme-paragon.single-product .woocommerce-tabs ul.tabs li.active a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #be9818;
    left: 0;
    right: 0;
    bottom: 0
}

.woocommerce.theme-paragon .related.products {
    background-color: #e6e6e6
}

.woocommerce.theme-paragon .recently_viewed_products .products li.product, .woocommerce.theme-paragon .related.products li.product {
    margin: 0 10px 10px 0;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 10px
}

.woocommerce.theme-paragon .recently_viewed_products .products li.product h2, .woocommerce.theme-paragon .related.products li.product h2 {
    text-transform: none;
    font-weight: 900;
    font-size: 15px;
    min-height: 57px
}

.woocommerce.theme-paragon .recently_viewed_products .products li.product .price, .woocommerce.theme-paragon .related.products li.product .price {
    color: #be9818;
    font-size: var(--h5);
    font-weight: 600
}

.woocommerce.theme-paragon .recently_viewed_products .products li.product .button, .woocommerce.theme-paragon .related.products li.product .button {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px
}

.woocommerce.theme-paragon .recently_viewed_products .products li.product .simplefavorite-button, .woocommerce.theme-paragon .related.products li.product .simplefavorite-button {
    margin-right: 5px
}

.woocommerce.theme-paragon .recently_viewed_products .products li.product .badge.labels, .woocommerce.theme-paragon .related.products li.product .badge.labels {
    top: 9px
}

.woocommerce.theme-paragon.woocommerce button.button.added:after {
    vertical-align: baseline
}

.woocommerce.theme-paragon a.added_to_cart.wc-forward {
    display: none !important
}

.woocommerce.theme-paragon .widget_recent_entries .widget-title {
    display: none
}

.woocommerce.theme-paragon .widget_recent_entries .list-b-1 .img {
    width: 100px;
    border-radius: 8px
}

.woocommerce.theme-paragon .widget_recent_entries .list-b-1 li {
    margin-bottom: 30px;
    font-size: 15px
}

.woocommerce.theme-paragon .widget_recent_entries .list-b-1 li a {
    color: #2c2c2c
}

.woocommerce.theme-paragon .widget_recent_entries .list-b-1 li .date {
    font-size: 12px
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
    padding: 5px 10px !important;
    border-radius: 5px !important
}

.woo-variation-swatches .variable-items-wrapper .variable-item span {
    font-size: 12.5px
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    background-color: #E6E6E6 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 5px;
    padding: 5px 15px
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    background-color: #be9818 !important;
    color: #fff !important
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 5px
}

.theme-paragon.woocommerce-cart .entry-breadcrumb:before, .theme-paragon.woocommerce-checkout .entry-breadcrumb:before {
    content: "";
    position: absolute;
    left: -100%;
    right: -100%;
    height: 30px;
    top: 0;
    background: #e6e6e6;
    z-index: -1
}

.theme-paragon.woocommerce-cart table.shop_table, .theme-paragon.woocommerce-checkout table.shop_table {
    overflow: hidden;
    font-size: 16px;
    margin: 0;
    border-left: none;
    border-right: none
}

.theme-paragon.woocommerce-cart table.shop_table.cart, .theme-paragon.woocommerce-checkout table.shop_table.cart {
    border-radius: 8px 8px 0 0
}

.theme-paragon.woocommerce-cart table.shop_table.cart th, .theme-paragon.woocommerce-checkout table.shop_table.cart th {
    background: #be9818;
    color: #fff
}

.theme-paragon.woocommerce-cart table.shop_table th, .theme-paragon.woocommerce-checkout table.shop_table th {
    padding: 18px
}

.theme-paragon.woocommerce-cart table.shop_table td, .theme-paragon.woocommerce-checkout table.shop_table td {
    padding: 18px 12px
}

.theme-paragon.woocommerce-cart table.shop_table td div.quantity, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity {
    margin: 0
}

.theme-paragon.woocommerce-cart table.shop_table td div.quantity button, .theme-paragon.woocommerce-cart table.shop_table td div.quantity input, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity button, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity input {
    border: 1px solid #e6e6e6;
    height: 35px;
    padding: 0 10px;
    background: 0 0
}

.theme-paragon.woocommerce-cart table.shop_table td div.quantity .qty, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity .qty {
    border-width: 1px;
    border-color: #e6e6e6
}

.theme-paragon.woocommerce-cart table.cart, .theme-paragon.woocommerce-checkout table.cart {
    margin-bottom: 30px
}

.theme-paragon.woocommerce-cart table.cart img, .theme-paragon.woocommerce-checkout table.cart img {
    width: 80px
}

.theme-paragon.woocommerce-cart .woocommerce-cart-form button[name=update_cart], .theme-paragon.woocommerce-checkout .woocommerce-cart-form button[name=update_cart] {
    display: none
}

.theme-paragon.woocommerce-cart .woocommerce-cart-form td.actions, .theme-paragon.woocommerce-checkout .woocommerce-cart-form td.actions {
    padding: 0;
    border: none
}

.ma-order-total {
    padding: 0 25px
}

.ma-order-total label {
    font-weight: 700
}

.ma-order-total .woocommerce-Price-amount.amount {
    float: right;
    font-weight: 700;
    color: red
}

.woocommerce-Price-currencySymbol {
    margin-left: 5px
}

.sec-bg-gray {
    position: relative
}

.sec-bg-gray:before {
    content: "";
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: -1
}

.theme-paragon.woocommerce-checkout .woocommerce form .form-row {
    margin-bottom: 30px
}

.theme-paragon.woocommerce-checkout .woocommerce form .form-row label {
    margin-bottom: 5px
}

.theme-paragon.woocommerce-checkout .checkout-btns.cta {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

.comment-form .theme-paragon.woocommerce-checkout .checkout-btns.cta input:not(:last-child)[type=submit], .theme-paragon.woocommerce-checkout .checkout-btns.cta .btn:not(:last-child), .theme-paragon.woocommerce-checkout .checkout-btns.cta .comment-form input:not(:last-child)[type=submit], .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce #payment #place_order:not(:last-child), .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce-page #payment #place_order:not(:last-child), .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce .cart .button:not(:last-child), .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce.theme-paragon .recently_viewed_products .products li.product .button:not(:last-child), .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce.theme-paragon .related.products li.product .button:not(:last-child), .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:not(:last-child), .theme-paragon.woocommerce-checkout .checkout-btns.cta button:not(:last-child)[name=update_cart], .woocommerce #payment .theme-paragon.woocommerce-checkout .checkout-btns.cta #place_order:not(:last-child), .woocommerce-page #payment .theme-paragon.woocommerce-checkout .checkout-btns.cta #place_order:not(:last-child), .woocommerce .cart .theme-paragon.woocommerce-checkout .checkout-btns.cta .button:not(:last-child), .woocommerce.theme-paragon .recently_viewed_products .products li.product .theme-paragon.woocommerce-checkout .checkout-btns.cta .button:not(:last-child), .woocommerce.theme-paragon .related.products li.product .theme-paragon.woocommerce-checkout .checkout-btns.cta .button:not(:last-child), .woocommerce.theme-paragon.single-product form.cart .theme-paragon.woocommerce-checkout .checkout-btns.cta a.added_to_cart:not(:last-child) {
    margin-right: 5px
}

.comment-form .theme-paragon.woocommerce-checkout .checkout-btns.cta input:not(:last-child)[type=submit] .icon-cart, .theme-paragon.woocommerce-checkout .checkout-btns.cta .btn:not(:last-child) .icon-cart, .theme-paragon.woocommerce-checkout .checkout-btns.cta .comment-form input:not(:last-child)[type=submit] .icon-cart, .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce #payment #place_order:not(:last-child) .icon-cart, .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce-page #payment #place_order:not(:last-child) .icon-cart, .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce .cart .button:not(:last-child) .icon-cart, .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce.theme-paragon .recently_viewed_products .products li.product .button:not(:last-child) .icon-cart, .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce.theme-paragon .related.products li.product .button:not(:last-child) .icon-cart, .theme-paragon.woocommerce-checkout .checkout-btns.cta .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:not(:last-child) .icon-cart, .theme-paragon.woocommerce-checkout .checkout-btns.cta button:not(:last-child)[name=update_cart] .icon-cart, .woocommerce #payment .theme-paragon.woocommerce-checkout .checkout-btns.cta #place_order:not(:last-child) .icon-cart, .woocommerce-page #payment .theme-paragon.woocommerce-checkout .checkout-btns.cta #place_order:not(:last-child) .icon-cart, .woocommerce .cart .theme-paragon.woocommerce-checkout .checkout-btns.cta .button:not(:last-child) .icon-cart, .woocommerce.theme-paragon .recently_viewed_products .products li.product .theme-paragon.woocommerce-checkout .checkout-btns.cta .button:not(:last-child) .icon-cart, .woocommerce.theme-paragon .related.products li.product .theme-paragon.woocommerce-checkout .checkout-btns.cta .button:not(:last-child) .icon-cart, .woocommerce.theme-paragon.single-product form.cart .theme-paragon.woocommerce-checkout .checkout-btns.cta a.added_to_cart:not(:last-child) .icon-cart {
    color: #be9818
}

.checkout.woocommerce-checkout #order_review, .checkout.woocommerce-checkout .col2-set {
    margin: 0 auto
}

.theme-paragon .woocommerce form .form-row input.input-text, .theme-paragon .woocommerce form .form-row textarea {
    background: 0 0
}

.theme-paragon .woocommerce form .form-row input.input-text {
    height: 40px !important
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: transparent !important
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    display: none
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none !important;
    text-align: center;
    margin: 0 auto;
    display: inherit
}

#ship-to-different-address {
    position: relative
}

#ship-to-different-address label {
    font-weight: 300
}

#ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0
}

.checkout.woocommerce-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.form-row-wide {
    clear: both;
    width: 100%
}

.checkout.woocommerce-checkout .col2-set {
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 15px;
    padding-left: 15px
}

.checkout.woocommerce-checkout .col2-set > .col-1, .checkout.woocommerce-checkout .col2-set > .col-2 {
    display: block !important;
    max-width: 100%;
    width: 100%;
    float: none
}

.checkout.woocommerce-checkout #order_review_heading, .checkout.woocommerce-checkout .woocommerce-additional-fields h3, .checkout.woocommerce-checkout .woocommerce-privacy-policy-text, .checkout.woocommerce-checkout p#billing_company_field {
    display: none;
    visibility: hidden
}

.checkout.woocommerce-checkout textarea {
    resize: none
}

.checkout.woocommerce-checkout .select2-container .select2-selection--single {
    height: 40px;
    border-color: #c8c8c8
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
    border: 1px solid #c8c8c8;
    border-radius: 8px
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 40px
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #be9818 transparent transparent
}

.checkout.woocommerce-checkout #order_review {
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: -webkit-box-shadow ease .4s;
    transition: -webkit-box-shadow ease .4s;
    -o-transition: box-shadow ease .4s;
    transition: box-shadow ease .4s;
    transition: box-shadow ease .4s, -webkit-box-shadow ease .4s
}

.checkout.woocommerce-checkout h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px
}

.checkout.woocommerce-checkout label {
    font-weight: 700
}

.checkout.woocommerce-checkout label[for=ship_fee_custom] .optional {
    display: none;
    visibility: hidden
}

.checkout.woocommerce-checkout #ship_fee_custom {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkout.woocommerce-checkout #billing_first_name_field, .checkout.woocommerce-checkout #shipping_first_name_field {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.checkout.woocommerce-checkout #billing_last_name_field, .checkout.woocommerce-checkout #shipping_last_name_field {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%
}

.checkout.woocommerce-checkout #billing_address_1_field, .checkout.woocommerce-checkout #shipping_address_1_field {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.checkout.woocommerce-checkout #billing_country_field, .checkout.woocommerce-checkout #shipping_country_field {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.checkout.woocommerce-checkout #billing_email_field, .checkout.woocommerce-checkout #shipping_email_field {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%
}

.checkout.woocommerce-checkout #billing_phone_field, .checkout.woocommerce-checkout #shipping_phone_field {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.checkout.woocommerce-checkout #billing_city_field, .checkout.woocommerce-checkout #billing_phone_field, .checkout.woocommerce-checkout #billing_state_field, .checkout.woocommerce-checkout #ship_fee_custom_field, .checkout.woocommerce-checkout #shipping_city_field, .checkout.woocommerce-checkout #shipping_phone_field, .checkout.woocommerce-checkout #shipping_state_field {
    width: 50%
}

.col2-set .col-1, .col2-set .col-2 {
    margin-bottom: ms(3)
}

.col2-set + #customer_details {
    display: none
}

.col2-set .woocommerce-billing-fields:after {
    display: block;
    clear: both;
    content: ""
}

.col2-set.addresses {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col2-set.addresses .col-1 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col2-set.addresses .col-2 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

#customer_details + #wc_checkout_add_ons {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

#wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: ms(-3);
    clear: left;
    margin-top: .35em
}

.page-template-template-fullwidth-php.woocommerce-order-pay #order_review, .woocommerce-order-pay #order_review {
    width: 100%;
    float: none
}

.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3, .woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em
}

.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row, .woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em
}

.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row, .woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em
}

.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order, .woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: ms(2)
}

.woocommerce-order h1 {
    font-size: 38px;
    color: blue;
    text-align: center;
    text-transform: none
}

.woocommerce-order .woocommerce-customer-details, .woocommerce-order .woocommerce-order-details {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.woocommerce-order ul.woocommerce-thankyou-order-details.order_details {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.woocommerce-order ul.woocommerce-thankyou-order-details.order_details li {
    padding: 15px;
    text-align: left;
    float: none;
    margin: 0
}

.woocommerce-order .woocommerce-column__title, .woocommerce-order .woocommerce-order-details__title {
    font-size: 22px;
    color: blue
}

.woocommerce-order .woocommerce-column__title {
    margin-bottom: 60px
}

.woocommerce-order .woocommerce-customer-details address {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce-order .woocommerce-customer-details--phone {
    border-top: 1px solid #ddd;
    margin-top: 15px
}

.woocommerce-order .woocommerce-customer-details--email, .woocommerce-order .woocommerce-customer-details--phone {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.woocommerce-order .woocommerce-customer-details--email:before, .woocommerce-order .woocommerce-customer-details--phone:before {
    color: blue;
    font-weight: 700 !important
}

.type-filter.nav-inline li.active {
    color: blue
}

.woocommerce-page .entry-footer .edit-link {
    display: none
}

.myModal.thank-you .inner {
    text-align: center;
    max-width: 447px;
    margin: 0 auto
}

.myModal.thank-you .inner .logo {
    margin-bottom: 140px;
    display: block
}

.toggleAutoHeight .wtgh {
    overflow: hidden;
    position: relative
}

.toggleAutoHeight .wtgh:after {
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(76%, #fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 76%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 76%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 76%);
    margin: 0 !important;
    z-index: 2
}

.toggleAutoHeight .showmore {
    cursor: pointer;
    display: inline-block;
    margin-top: 20px
}

.toggleAutoHeight .showmore:hover {
    color: var(--cl1)
}

.toggleAutoHeight.active .wtgh {
    overflow: hidden;
    position: relative;
    max-height: 1000vh !important
}

.toggleAutoHeight.active .wtgh:after {
    opacity: 0
}

.toggleAutoHeight.active .showmore i:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.toggleAutoHeight .showmore {
    color: #be9818;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
    position: relative;
    display: block
}

.toggleAutoHeight .showmore i {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0
}

.woocommerce-checkout #header .item.minicart {
    display: none
}

button.simplefavorite-button {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

#product-main-img .badge.labels {
    right: 40px !important
}

@media only screen and (min-width: 1200px) {
    #product-main-img .badge.labels {
        right: 80px !important
    }
}

.list-p-1 {
    font-size: 13px
}

.list-p-1 .item {
    border-radius: 8px;
    overflow: hidden;
    background-color: #f7f7f7;
    height: 100%
}

.list-p-1 .item:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.list-p-1 .date {
    color: #bababa
}

.list-p-1 .title {
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 100%
}

.list-p-1 .title.line-2, .list-p-1 .woocommerce.theme-paragon .recently_viewed_products .products li.product h2.title, .list-p-1 .woocommerce.theme-paragon .related.products li.product h2.title, .woocommerce.theme-paragon .recently_viewed_products .products li.product .list-p-1 h2.title, .woocommerce.theme-paragon .related.products li.product .list-p-1 h2.title {
    min-height: 42px
}

.list-p-1 .title a {
    display: block
}

.list-p-1 .title:hover {
    color: #be9818
}

.list-p-1 .divtext {
    padding: 15px
}

.list-p-1 .tskt {
    width: 100%;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 10px;
    word-spacing: 0;
    border-spacing: 0;
    min-height: 72px;
    max-height: 72px;
    overflow: hidden
}

.list-p-1 .tskt th {
    width: 82px
}

.list-p-1 .price {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #be9818
}

.list-p-1 .action {
    display: block;
    text-align: center
}

.comment-form .list-p-1 .action input[type=submit], .list-p-1 .action .btn, .list-p-1 .action .comment-form input[type=submit], .list-p-1 .action .woocommerce #payment #place_order, .list-p-1 .action .woocommerce-page #payment #place_order, .list-p-1 .action .woocommerce .cart .button, .list-p-1 .action .woocommerce.theme-paragon .recently_viewed_products .products li.product .button, .list-p-1 .action .woocommerce.theme-paragon .related.products li.product .button, .list-p-1 .action .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .list-p-1 .action .woocommerce.theme-paragon div.product form.cart .button, .list-p-1 .action button[name=update_cart], .woocommerce #payment .list-p-1 .action #place_order, .woocommerce-page #payment .list-p-1 .action #place_order, .woocommerce .cart .list-p-1 .action .button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .list-p-1 .action .button, .woocommerce.theme-paragon .related.products li.product .list-p-1 .action .button, .woocommerce.theme-paragon.single-product form.cart .list-p-1 .action a.added_to_cart, .woocommerce.theme-paragon div.product form.cart .list-p-1 .action .button {
    display: inline-block;
    vertical-align: middle
}

.list-p-1 .simplefavorite-button {
    width: 30px;
    height: 30px;
    color: #2c2c2c;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    border-radius: 5px;
    text-indent: -999em
}

.list-p-1 .simplefavorite-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-indent: 0
}

.list-p-1 .simplefavorite-button.active {
    color: #fff;
    opacity: 1;
    background: #be9818
}

.page-template-wishlist .list-p-1 .simplefavorite-button {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    background: #ddd;
    border-radius: 100%;
    border: none;
    color: #333;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #fff;
    background: #000
}

.page-template-wishlist .list-p-1 .simplefavorite-button i:before {
    content: "\e90c"
}

.page-template-product .maincontent .line {
    height: 1px;
    background-color: #c8c8c8;
    margin: 30px 0 50px
}

.wrapfilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 20px;
    font-size: 13px
}

.wrapfilter > .item {
    padding: 0 10px;
    width: 142px
}

.wrapfilter > .item-4 {
    width: 390px;
    padding: 0 40px
}

.wrapfilter > .item-6 {
    width: 80px
}

.wrapfilter .title {
    font-weight: 700;
    margin-bottom: 5px
}

.wrapfilter select {
    width: 100%;
    font-size: 13px
}

.comment-form .wrapfilter input[type=submit], .woocommerce #payment .wrapfilter #place_order, .woocommerce-page #payment .wrapfilter #place_order, .woocommerce .cart .wrapfilter .button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .wrapfilter .button, .woocommerce.theme-paragon .related.products li.product .wrapfilter .button, .woocommerce.theme-paragon.single-product form.cart .wrapfilter a.added_to_cart, .woocommerce.theme-paragon div.product form.cart .wrapfilter .button, .wrapfilter .btn, .wrapfilter .comment-form input[type=submit], .wrapfilter .woocommerce #payment #place_order, .wrapfilter .woocommerce-page #payment #place_order, .wrapfilter .woocommerce .cart .button, .wrapfilter .woocommerce.theme-paragon .recently_viewed_products .products li.product .button, .wrapfilter .woocommerce.theme-paragon .related.products li.product .button, .wrapfilter .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .wrapfilter .woocommerce.theme-paragon div.product form.cart .button, .wrapfilter button[name=update_cart] {
    width: 100%;
    height: 58px;
    position: relative;
    display: block
}

.comment-form .wrapfilter input[type=submit] img, .woocommerce #payment .wrapfilter #place_order img, .woocommerce-page #payment .wrapfilter #place_order img, .woocommerce .cart .wrapfilter .button img, .woocommerce.theme-paragon .recently_viewed_products .products li.product .wrapfilter .button img, .woocommerce.theme-paragon .related.products li.product .wrapfilter .button img, .woocommerce.theme-paragon.single-product form.cart .wrapfilter a.added_to_cart img, .woocommerce.theme-paragon div.product form.cart .wrapfilter .button img, .wrapfilter .btn img, .wrapfilter .comment-form input[type=submit] img, .wrapfilter .woocommerce #payment #place_order img, .wrapfilter .woocommerce-page #payment #place_order img, .wrapfilter .woocommerce .cart .button img, .wrapfilter .woocommerce.theme-paragon .recently_viewed_products .products li.product .button img, .wrapfilter .woocommerce.theme-paragon .related.products li.product .button img, .wrapfilter .woocommerce.theme-paragon.single-product form.cart a.added_to_cart img, .wrapfilter .woocommerce.theme-paragon div.product form.cart .button img, .wrapfilter button[name=update_cart] img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.irs.irs--flat .irs-bar, .irs.irs--flat .irs-handle, .irs.irs--flat .irs-handle > i:first-child {
    background-color: #be9818
}

.irs.irs--flat .irs-from, .irs.irs--flat .irs-single, .irs.irs--flat .irs-to {
    background-color: #333
}

.irs.irs--flat .irs-from:before, .irs.irs--flat .irs-single:before, .irs.irs--flat .irs-to:before {
    border-top-color: #333
}

.irs.irs--flat .irs-bar, .irs.irs--flat .irs-line {
    height: 3px
}

.irs.irs--flat .irs-handle {
    top: 19px;
    width: 14px;
    height: 14px;
    border-radius: 100%
}

.irs.irs--flat .irs-handle i {
    display: none !important
}

.wrap_paging {
    padding-top: 40px
}

.widget-box-2 .widget-title {
    border-radius: 8px 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background-color: #be9818;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    padding-left: 65px;
    position: relative;
    overflow: hidden
}

.widget-box-2 .widget-title .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 65px
}

.widget-box-2 .widget-title .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.widget-box-2 .widget-content {
    padding: 40px 15px;
    position: relative
}

.widget-box-2 .widget-content:before {
    content: "\e906";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 25px;
    top: -5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #be9818
}

.widget-accordion .widget-content {
    background-color: #f7f7f7
}

.widget-accordion ul {
    list-style: none
}

.widget-accordion .menu-accordion li {
    position: relative
}

.widget-accordion .menu-accordion li > a {
    padding: 5px 10px;
    display: block
}

.widget-accordion .menu-accordion li .showsubmenu {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #be9818
}

.widget-accordion .menu-accordion li .showsubmenu:before {
    content: '\e906'
}

.widget-accordion .menu-accordion li ul {
    display: none
}

.widget-accordion .menu-accordion li.children.parent-showsub {
    background-color: #ececec
}

.widget-accordion .menu-accordion li.children.parent-showsub > a {
    color: #fff;
    background-color: #be9818
}

.widget-accordion .menu-accordion li.children.parent-showsub .showsubmenu {
    color: #fff;
    z-index: 2
}

.widget-accordion .menu-accordion li.children.parent-showsub .showsubmenu:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.widget-accordion .menu-accordion > li.active > a {
    background-color: #be9818;
    color: #fff
}

.widget-accordion .menu-accordion > li.active > .showsubmenu {
    color: #fff
}

.widget-accordion .menu-accordion > li.active.parent-showsub ul li.active {
    font-weight: 700;
    color: #be9818
}

.category-title {
    padding: 80px 0 50px
}

.list-about-2 .item {
    margin-bottom: 30px
}

.list-about-2 .divtext {
    max-width: 440px
}

.list-about-2 .title {
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

.list-about-2 .title span {
    display: inline-block;
    border-radius: 5px;
    background-color: #be9818;
    color: #fff;
    min-width: 260px;
    max-width: 100%;
    text-align: center;
    padding: 10px 15px;
    position: relative
}

.list-about-2 .item-1 .title span:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid #be9818;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -8px
}

.list-about-2 .item-2 .title span:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid #be9818;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -8px
}

.page-about-2 iframe {
    border: none;
    display: block;
    width: 100%;
    height: 450px
}

.sec-ab-1 .t1 {
    color: #fff;
    font-size: 20px;
    padding: 15px;
    border-radius: 8px;
    background-color: #be9818;
    position: relative
}

.sec-ab-1 .t1 img.abs {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 340px;
    height: 150px;
    z-index: 1;
    opacity: 1
}

.sec-ab-1 .t2 {
    font-size: 18px;
    font-size: 700
}

@media only screen and (min-width: 992px) {
    .sec-ab-1 .t1 {
        padding: 40px
    }
}

.sec-ab-2 .t1 {
    padding: 15px
}

.sec-ab-2 .img {
    border-radius: 5px
}

.wmaps {
    border-radius: 8px;
    overflow: hidden
}

.wmaps iframe {
    border: none;
    display: block;
    width: 100%;
    height: 450px
}

.sec-ab-3 {
    position: relative;
    color: #fff;
    background-color: #2c2c2c
}

.sec-ab-3 .container {
    position: static
}

.sec-ab-3 .col-img {
    position: static
}

.sec-ab-3 .col-text {
    z-index: 2
}

.sec-ab-3 .item {
    position: relative
}

.sec-ab-3 .item .img2 {
    width: 80px;
    height: 80px;
    display: block;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.sec-ab-3 .item .img2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    max-width: 50px;
    max-height: 50px
}

.sec-ab-3 .item + .item {
    margin-top: 50px
}

@media only screen and (min-width: 768px) {
    .sec-ab-3 .img {
        position: absolute;
        right: 50%;
        left: 0;
        top: 0;
        bottom: 0
    }

    .sec-ab-3 .item {
        padding-left: 70px
    }

    .sec-ab-3 .item .img2 {
        position: absolute;
        left: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }
}

.sec-ab-4 > img {
    display: block;
    width: 100%
}

.list-info-2 {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-info-2 li {
    display: block;
    margin-bottom: 6px
}

.widget-info-2 .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sec-ab-7 {
    position: relative;
    color: #fff;
    background-color: #2c2c2c
}

.sec-ab-7 .container {
    position: static
}

.sec-ab-7 .col-img {
    position: static
}

.sec-ab-7 .col-text {
    z-index: 2
}

.sec-ab-7 .item {
    position: relative
}

.sec-ab-7 .item .img2 {
    width: 80px;
    height: 80px;
    display: block;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.sec-ab-7 .item .img2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    max-width: 50px;
    max-height: 50px
}

.sec-ab-7 .item + .item {
    margin-top: 50px
}

@media only screen and (min-width: 768px) {
    .sec-ab-7 .img {
        position: absolute;
        right: 50%;
        left: 0;
        top: 0;
        bottom: 0
    }

    .sec-ab-7 .item {
        padding-left: 70px
    }

    .sec-ab-7 .item .img2 {
        position: absolute;
        left: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }
}

.sec-ab-8 .wlist {
    background-color: #be9818;
    color: #fff;
    border-radius: 8px;
    padding: 10px
}

.sec-ab-8 .list {
    max-width: 1000px;
    margin: 40px auto 30px
}

.sec-ab-8 .list-info li > i {
    color: #fff
}

.sec-ab-9 .container {
    max-width: 930px
}

.sec-ab-9 .item {
    background-color: #f7f7f7;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sec-ab-9 .item .img {
    display: block;
    width: 100%
}

.sec-ab-9 .item .t1 {
    color: #be9818;
    margin-right: 5px
}

.sec-ab-9 .item + .item {
    margin-top: 20px
}

.list-info {
    list-style: none
}

.list-info li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px
}

.list-info li > i {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff571;
    font-size: 20px
}

.list-info li > i.icon-t4 {
    font-size: 16px;
    top: 3px
}

.draw-svg2 svg, .draw-svg svg {
    display: block
}

.draw-svg2.loaded .power, .draw-svg.loaded .power {
    stroke-dasharray: 54;
    stroke-dashoffset: 54;
    -webkit-animation: dash 2s 0 linear forwards;
    animation: dash 2s 0 linear forwards
}

.draw-svg2.loaded .path, .draw-svg.loaded .path {
    stroke-dasharray: 2125.638916015625;
    stroke-dashoffset: 2125.638916015625;
    -webkit-animation: dash 5s .1s linear forwards;
    animation: dash 5s .1s linear forwards
}

.draw-svg2.loaded .bulb, .draw-svg.loaded .bulb {
    opacity: 0;
    -webkit-animation: fadein 2s 5s linear forwards;
    animation: fadein 2s 5s linear forwards
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

.blog-item-social-2 {
    list-style: none;
    display: block;
    text-align: center;
    list-style: none
}

.blog-item-social-2 li {
    display: inline-block
}

.blog-item-social-2 li:not(:last-child) {
    margin-right: 10px
}

.blog-item-social-2 .item {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    position: relative;
    display: block;
    color: #fff;
    border-radius: 100%
}

.blog-item-social-2 .item i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.blog-item-social-2 .item:hover {
    border-color: #fff571;
    color: #fff571
}

.blog-item-social {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-item-social li:not(:last-child) {
    margin-right: 10px
}

.blog-item-social a, .blog-item-social img {
    display: block
}
.blog-item-social a:hover img {
    transform: scale(0.9);
}

#footer {
    color: #fff;
    font-size: 13px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#fff571),
            color-stop(90%, #be9818)
    );
    background-image: -webkit-linear-gradient(top, #fff571 0%, #be9818 90%);
    background-image: -o-linear-gradient(top, #fff571 0%, #be9818 90%);
    background-image: linear-gradient(to bottom, #fff571 0%, #be9818 90%);
}

#footer .widget {
    margin-bottom: 30px
}

#footer .widget-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

#footer .widget-hotline .title {
    color: #fff571
}

#footer .widget-hotline .phone {
    font-size: 16px;
    font-weight: 700
}

#footer .widget-hotline .row > div {
    position: relative
}

#footer .widget-hotline .row > div:not(:first-child):before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    background-color: #6e6e6e;
    width: 1px
}

#footer a:hover > a {
    color: #fff571
}

#footer ul.menu {
    list-style: none
}

#footer ul.menu li + li {
    margin-top: 10px
}

#footer ul.menu li:hover > a, #footer ul.menu li[class*=current] > a {
    color: #fff571
}

#footer ul.menu a {
    display: block
}

#footer .logo {
    margin-bottom: 10px;
    display: block
}

#footer .hr {
    height: 1px;
    margin: 0 0 20px;
    background-color: #6e6e6e
}

#footer .subscribeform {
    max-width: 320px
}

#footer .subscribeform .input-group {
    width: 100%
}

#footer .subscribeform .comment-form input[type=email], #footer .subscribeform .comment-form input[type=text], #footer .subscribeform .comment-form input[type=url], #footer .subscribeform .comment-form textarea, #footer .subscribeform .input, #footer .subscribeform .theme-paragon.woocommerce-checkout .woocommerce form .form-row input.input-text, #footer .subscribeform .theme-paragon.woocommerce-checkout .woocommerce form .form-row textarea, #footer .subscribeform .woocommerce.theme-paragon .quantity .qty, #footer .subscribeform .woocommerce.theme-paragon .quantity button, .comment-form #footer .subscribeform input[type=email], .comment-form #footer .subscribeform input[type=text], .comment-form #footer .subscribeform input[type=url], .comment-form #footer .subscribeform textarea, .theme-paragon.woocommerce-checkout .woocommerce form .form-row #footer .subscribeform input.input-text, .theme-paragon.woocommerce-checkout .woocommerce form .form-row #footer .subscribeform textarea, .woocommerce.theme-paragon .quantity #footer .subscribeform .qty, .woocommerce.theme-paragon .quantity #footer .subscribeform button {
    font-size: 13px;
    height: 40px;
    font-size: 11px
}

#footer .subscribeform .btn, #footer .subscribeform .comment-form input[type=submit], #footer .subscribeform .woocommerce #payment #place_order, #footer .subscribeform .woocommerce-page #payment #place_order, #footer .subscribeform .woocommerce .cart .button, #footer .subscribeform .woocommerce.theme-paragon .recently_viewed_products .products li.product .button, #footer .subscribeform .woocommerce.theme-paragon .related.products li.product .button, #footer .subscribeform .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, #footer .subscribeform button[name=update_cart], .comment-form #footer .subscribeform input[type=submit], .woocommerce #payment #footer .subscribeform #place_order, .woocommerce-page #payment #footer .subscribeform #place_order, .woocommerce .cart #footer .subscribeform .button, .woocommerce.theme-paragon .recently_viewed_products .products li.product #footer .subscribeform .button, .woocommerce.theme-paragon .related.products li.product #footer .subscribeform .button, .woocommerce.theme-paragon.single-product form.cart #footer .subscribeform a.added_to_cart {
    height: 40px
}

#footer .wbg {
    position: relative;
    margin-bottom: 30px
}

#footer .wbg img {
    display: block;
    width: 100%
}

#footer .wbg .draw-svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

#footer .wbg .draw-svg svg {
    width: 100%;
    height: auto
}

#footer .row-subscribe > span {
    width: 100%
}

#footer .row-subscribe > span.your-name {
    display: none
}

.copyright {
    background-color: #000;
    color: #fff;
    line-height: 25px;
    font-size: 11px;
    text-align: center;
    overflow: hidden
}

#back-top {
    color: #be9818;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    border-radius: 100%;
    bottom: 27px;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 38px;
    position: fixed;
    right: 100px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    z-index: 1040
}

#back-top:hover {
    background-color: #be9818;
    color: #fff
}

#back-top.show {
    opacity: 1;
    visibility: visible
}

#histats_counter, img[src^="https://i.liadm.com/s/"], img[src^="https://um.simpli.fi/lj_match"] {
    display: none;
    visibility: hidden
}

@media only screen and (min-width: 1200px) {
    #header #logo img {
        /*max-height: 40px;*/
        max-height: 69px;
    }

    .container.wide {
        max-width: 1400px !important;
    }

    .container.wide-1160 {
        max-width: 1160px !important;
    }

    body.single-post .maincontent {
        padding: 50px
    }

    [class*=sc-features] .list-b-1 .img {
        width: 190px
    }

    .prevArrow {
        left: -50px
    }

    .nextArrow {
        right: -50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    header#header .top-header .link-store {
        display: table-cell !important
    }
}

@media only screen and (max-width: 991px) {
    .h1, h1 {
        font-size: 32px
    }

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

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

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

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

    .sec-tb {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sec-t {
        padding-top: 30px
    }

    .sec-b {
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .convert-grid-to-scroll {
        display: block !important;
        overflow-x: scroll !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding-bottom: 15px;
        overflow-y: hidden !important
    }

    .convert-grid-to-scroll > * {
        margin: 0 !important;
        display: table !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: auto !important
    }

    .convert-grid-to-scroll > * > * {
        display: table-cell !important;
        -webkit-user-select: initial !important;
        -moz-user-select: initial !important;
        -ms-user-select: initial !important;
        user-select: initial !important;
        -ms-touch-action: initial !important;
        touch-action: initial !important;
        width: auto !important;
        float: none !important;
        padding: 0 10px 0 0 !important;
        min-width: 60px
    }

    .convert-grid-to-scroll > * > :last-child {
        padding-right: 0 !important
    }

    .convert-grid-to-scroll > * > * > * {
        width: 200px !important;
        height: 100% !important;
        margin: 0 !important
    }

    .page-template-product .category-title {
        padding: 20px 0
    }
}

img.lazy-hidden {
    background: url(../images/loading.gif) no-repeat center;
    background-size: 20px
}

[class*=ajaxloadpost-tab] {
    position: relative
}

[class*=ajaxloadpost-tab].loading {
    min-height: 432px
}

[class*=ajaxloadpost-tab].loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/loading.gif) no-repeat;
    background-size: 100%
}

.home-product-news {
    overflow: hidden
}

.home-product-news .wtabs-3 {
    position: relative
}

.home-product-news .wtabs-3 .menu-product-icon {
    font-size: 13px
}

.home-product-news .wtabs-3 .menu-product-icon li {
    font-weight: 700;
    padding: 20px 0
}

@media only screen and (min-width: 768px) {
    .home-product-news .wtabs-3 {
        padding-right: 180px
    }

    .home-product-news .wtabs-3 .menu-product-icon {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 0;
        width: 160px
    }

    .home-product-news .slider-sync-wrapper {
        position: relative;
        padding-right: 230px
    }

    .home-product-news .slider-sync-wrapper .wrap-slider-nav {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 160px;
        padding: 0 30px
    }

    .home-product-news .slider-sync-wrapper .wrap-slider-nav:after, .home-product-news .slider-sync-wrapper .wrap-slider-nav:before {
        content: "";
        position: absolute;
        top: -150px;
        bottom: -150px;
        width: 1px;
        background-color: #c8c8c8
    }

    .home-product-news .slider-sync-wrapper .wrap-slider-nav:before {
        left: 0
    }

    .home-product-news .slider-sync-wrapper .wrap-slider-nav:after {
        right: 0
    }

    .home-product-news .slider-sync-wrapper .slick-slide {
        max-height: 465px
    }

    .home-product-news .slider-sync-wrapper .slider-nav {
        height: 100%
    }

    .home-product-news .slider-sync-wrapper .slider-nav .img {
        max-width: 80px;
        margin: 0 auto 5px
    }

    .home-product-news .slider-sync-wrapper .slider-nav .nextArrow {
        bottom: 0;
        left: 50%;
        top: auto;
        -webkit-transform: translate(-50%, 40px);
        -ms-transform: translate(-50%, 40px);
        transform: translate(-50%, 40px);
        top: auto;
        font-size: 16px
    }

    .home-product-news .slider-sync-wrapper .slider-nav .nextArrow .icon-arrow-1:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .home-product-news .slider-sync-wrapper .slider-nav .prevArrow {
        top: 0;
        left: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -40px);
        -ms-transform: translate(-50%, -40px);
        transform: translate(-50%, -40px);
        top: auto;
        font-size: 16px
    }

    .home-product-news .slider-sync-wrapper .slider-nav .prevArrow .icon-arrow-1.ix:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media only screen and (max-width: 767px) {
    .home-product-news .slider-sync-wrapper .item-feature .divtext {
        margin-top: 15px
    }
}

.favorites-list.list-p-1 li {
    border: none
}

.favorites-list.list-p-1 .no-favorites {
    text-align: center;
    width: 100%
}

.simplefavorite-button img {
    position: relative;
    border-radius: 100%;
    margin: 0;
    float: left
}

.scloadpost .simplefavorite-button img {
    margin-left: 2px
}

@media only screen and (max-width: 767px) {
    .theme-paragon.woocommerce-checkout table.shop_table td div.quantity input.qty {
        width: 50px !important
    }
}

.tRes_45:before {
    padding-top: 44.8%
}

.woocommerce-cart-form {
    overflow-x: auto
}

button, select {
    cursor: pointer
}

.item [class*=tRes] > img, .item a {
    -o-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transition: all 0s ease
}

.menu-item a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-item a span img {
    margin-right: 10px;
    width: 30px
}

.list-p-1 .simplefavorite-button:hover {
    color: #fff;
    opacity: 1;
    background: #be9818;
    border-color: #be9818;
}

#header .top-header .wsearch .select {
    font-weight: 600
}

.home-product-news .wtabs-3 .menu-product-icon li {
    cursor: pointer;
    font-weight: 800
}

.slider-nav.s-sync .slick-list .item {
    cursor: pointer
}

.slider-nav.s-sync .slick-list .item .product-name {
    font-weight: 800
}

.woocommerce #payment a.btn-2#place_order, .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart a#place_order.added_to_cart, .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart a#place_order.button, .woocommerce-page #payment a.btn-2#place_order, .woocommerce .cart a.btn-2.button, .woocommerce.theme-paragon #payment div.product form.cart a#place_order.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product a.btn-2.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product div.product form.cart a.button, .woocommerce.theme-paragon .related.products li.product a.btn-2.button, .woocommerce.theme-paragon .related.products li.product div.product form.cart a.button, .woocommerce.theme-paragon.single-product #payment form.cart a#place_order.added_to_cart, .woocommerce.theme-paragon.single-product form.cart #payment a#place_order.added_to_cart, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .woocommerce.theme-paragon.single-product form.cart a.button.added_to_cart, .woocommerce.theme-paragon div.product form.cart #payment a#place_order.button, .woocommerce.theme-paragon div.product form.cart .recently_viewed_products .products li.product a.button, .woocommerce.theme-paragon div.product form.cart .related.products li.product a.button, .woocommerce.theme-paragon div.product form.cart a.button, a.btn.btn-2 {
    text-transform: uppercase;
    border: solid 2px #2c2c2c;
    font-weight: 800;
    border-radius: 10px;
    font-size: 14px
}

.woocommerce #payment a.btn-2#place_order:hover, .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart a#place_order.added_to_cart:hover, .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart a#place_order.button:hover, .woocommerce-page #payment a.btn-2#place_order:hover, .woocommerce .cart a.btn-2.button:hover, .woocommerce.theme-paragon #payment div.product form.cart a#place_order.button:hover, .woocommerce.theme-paragon .recently_viewed_products .products li.product a.btn-2.button:hover, .woocommerce.theme-paragon .related.products li.product a.btn-2.button:hover, .woocommerce.theme-paragon.single-product #payment form.cart a#place_order.added_to_cart:hover, .woocommerce.theme-paragon.single-product form.cart #payment a#place_order.added_to_cart:hover, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:hover, .woocommerce.theme-paragon div.product form.cart #payment a#place_order.button:hover, .woocommerce.theme-paragon div.product form.cart a.button:hover, a.btn.btn-2:hover {
    background-color: #be9818;
    border: solid 2px #be9818
}

.woocommerce #payment a.btn-2#place_order:hover i, .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart a#place_order.added_to_cart:hover i, .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart a#place_order.button:hover i, .woocommerce-page #payment a.btn-2#place_order:hover i, .woocommerce .cart a.btn-2.button:hover i, .woocommerce.theme-paragon #payment div.product form.cart a#place_order.button:hover i, .woocommerce.theme-paragon .recently_viewed_products .products li.product a.btn-2.button:hover i, .woocommerce.theme-paragon .related.products li.product a.btn-2.button:hover i, .woocommerce.theme-paragon.single-product #payment form.cart a#place_order.added_to_cart:hover i, .woocommerce.theme-paragon.single-product form.cart #payment a#place_order.added_to_cart:hover i, .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:hover i, .woocommerce.theme-paragon div.product form.cart #payment a#place_order.button:hover i, .woocommerce.theme-paragon div.product form.cart a.button:hover i, a.btn.btn-2:hover i {
    color: #fff !important
}

.divtext .woocommerce #payment a.btn-2#place_order, .divtext .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart a#place_order.added_to_cart, .divtext .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart a#place_order.button, .divtext .woocommerce-page #payment a.btn-2#place_order, .divtext .woocommerce .cart a.btn-2.button, .divtext .woocommerce.theme-paragon #payment div.product form.cart a#place_order.button, .divtext .woocommerce.theme-paragon .recently_viewed_products .products li.product a.btn-2.button, .divtext .woocommerce.theme-paragon .related.products li.product a.btn-2.button, .divtext .woocommerce.theme-paragon.single-product #payment form.cart a#place_order.added_to_cart, .divtext .woocommerce.theme-paragon.single-product form.cart #payment a#place_order.added_to_cart, .divtext .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .divtext .woocommerce.theme-paragon div.product form.cart #payment a#place_order.button, .divtext .woocommerce.theme-paragon div.product form.cart a.button, .divtext a.btn.btn-2, .item .woocommerce #payment a.btn-2#place_order, .item .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart a#place_order.added_to_cart, .item .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart a#place_order.button, .item .woocommerce-page #payment a.btn-2#place_order, .item .woocommerce .cart a.btn-2.button, .item .woocommerce.theme-paragon #payment div.product form.cart a#place_order.button, .item .woocommerce.theme-paragon .recently_viewed_products .products li.product a.btn-2.button, .item .woocommerce.theme-paragon .related.products li.product a.btn-2.button, .item .woocommerce.theme-paragon.single-product #payment form.cart a#place_order.added_to_cart, .item .woocommerce.theme-paragon.single-product form.cart #payment a#place_order.added_to_cart, .item .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .item .woocommerce.theme-paragon div.product form.cart #payment a#place_order.button, .item .woocommerce.theme-paragon div.product form.cart a.button, .item a.btn.btn-2, .woocommerce #payment .divtext a.btn-2#place_order, .woocommerce #payment .item a.btn-2#place_order, .woocommerce-page #payment .divtext a.btn-2#place_order, .woocommerce-page #payment .item a.btn-2#place_order, .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart .divtext a#place_order.added_to_cart, .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart .item a#place_order.added_to_cart, .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart .divtext a#place_order.button, .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart .item a#place_order.button, .woocommerce .cart .divtext a.btn-2.button, .woocommerce .cart .item a.btn-2.button, .woocommerce.theme-paragon #payment div.product form.cart .divtext a#place_order.button, .woocommerce.theme-paragon #payment div.product form.cart .item a#place_order.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .divtext a.btn-2.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .item a.btn-2.button, .woocommerce.theme-paragon .related.products li.product .divtext a.btn-2.button, .woocommerce.theme-paragon .related.products li.product .item a.btn-2.button, .woocommerce.theme-paragon.single-product #payment form.cart .divtext a#place_order.added_to_cart, .woocommerce.theme-paragon.single-product #payment form.cart .item a#place_order.added_to_cart, .woocommerce.theme-paragon.single-product form.cart #payment .divtext a#place_order.added_to_cart, .woocommerce.theme-paragon.single-product form.cart #payment .item a#place_order.added_to_cart, .woocommerce.theme-paragon.single-product form.cart .divtext a.added_to_cart, .woocommerce.theme-paragon.single-product form.cart .item a.added_to_cart, .woocommerce.theme-paragon div.product form.cart #payment .divtext a#place_order.button, .woocommerce.theme-paragon div.product form.cart #payment .item a#place_order.button, .woocommerce.theme-paragon div.product form.cart .divtext a.button, .woocommerce.theme-paragon div.product form.cart .item a.button {
    height: 40px;
    line-height: 39px
}

.checkout-btns .woocommerce #payment a#place_order, .checkout-btns .woocommerce #payment a.btn-2#place_order, .checkout-btns .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart a#place_order.added_to_cart, .checkout-btns .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart a#place_order.button, .checkout-btns .woocommerce-page #payment a#place_order, .checkout-btns .woocommerce-page #payment a.btn-2#place_order, .checkout-btns .woocommerce .cart a.btn-2.button, .checkout-btns .woocommerce .cart a.button, .checkout-btns .woocommerce.theme-paragon #payment div.product form.cart a#place_order.button, .checkout-btns .woocommerce.theme-paragon .recently_viewed_products .products li.product a.btn-2.button, .checkout-btns .woocommerce.theme-paragon .recently_viewed_products .products li.product a.button, .checkout-btns .woocommerce.theme-paragon .related.products li.product a.btn-2.button, .checkout-btns .woocommerce.theme-paragon .related.products li.product a.button, .checkout-btns .woocommerce.theme-paragon.single-product #payment form.cart a#place_order.added_to_cart, .checkout-btns .woocommerce.theme-paragon.single-product form.cart #payment a#place_order.added_to_cart, .checkout-btns .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .checkout-btns .woocommerce.theme-paragon div.product form.cart #payment a#place_order.button, .checkout-btns .woocommerce.theme-paragon div.product form.cart a.button, .checkout-btns a.btn, .checkout-btns a.btn.btn-2, .woocommerce #payment .checkout-btns a#place_order, .woocommerce #payment .checkout-btns a.btn-2#place_order, .woocommerce-page #payment .checkout-btns a#place_order, .woocommerce-page #payment .checkout-btns a.btn-2#place_order, .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart .checkout-btns a#place_order.added_to_cart, .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart .checkout-btns a#place_order.button, .woocommerce .cart .checkout-btns a.btn-2.button, .woocommerce .cart .checkout-btns a.button, .woocommerce.theme-paragon #payment div.product form.cart .checkout-btns a#place_order.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .checkout-btns a.btn-2.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .checkout-btns a.button, .woocommerce.theme-paragon .related.products li.product .checkout-btns a.btn-2.button, .woocommerce.theme-paragon .related.products li.product .checkout-btns a.button, .woocommerce.theme-paragon.single-product #payment form.cart .checkout-btns a#place_order.added_to_cart, .woocommerce.theme-paragon.single-product form.cart #payment .checkout-btns a#place_order.added_to_cart, .woocommerce.theme-paragon.single-product form.cart .checkout-btns a.added_to_cart, .woocommerce.theme-paragon div.product form.cart #payment .checkout-btns a#place_order.button, .woocommerce.theme-paragon div.product form.cart .checkout-btns a.button {
    text-transform: uppercase;
    border: solid 2px #be9818;
    font-weight: 800;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    color: #2c2c2c
}

.checkout-btns .woocommerce #payment a#place_order i, .checkout-btns .woocommerce #payment a.btn-2#place_order i, .checkout-btns .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart a#place_order.added_to_cart i, .checkout-btns .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart a#place_order.button i, .checkout-btns .woocommerce-page #payment a#place_order i, .checkout-btns .woocommerce-page #payment a.btn-2#place_order i, .checkout-btns .woocommerce .cart a.btn-2.button i, .checkout-btns .woocommerce .cart a.button i, .checkout-btns .woocommerce.theme-paragon #payment div.product form.cart a#place_order.button i, .checkout-btns .woocommerce.theme-paragon .recently_viewed_products .products li.product a.btn-2.button i, .checkout-btns .woocommerce.theme-paragon .recently_viewed_products .products li.product a.button i, .checkout-btns .woocommerce.theme-paragon .related.products li.product a.btn-2.button i, .checkout-btns .woocommerce.theme-paragon .related.products li.product a.button i, .checkout-btns .woocommerce.theme-paragon.single-product #payment form.cart a#place_order.added_to_cart i, .checkout-btns .woocommerce.theme-paragon.single-product form.cart #payment a#place_order.added_to_cart i, .checkout-btns .woocommerce.theme-paragon.single-product form.cart a.added_to_cart i, .checkout-btns .woocommerce.theme-paragon div.product form.cart #payment a#place_order.button i, .checkout-btns .woocommerce.theme-paragon div.product form.cart a.button i, .checkout-btns a.btn.btn-2 i, .checkout-btns a.btn i, .woocommerce #payment .checkout-btns a#place_order i, .woocommerce #payment .checkout-btns a.btn-2#place_order i, .woocommerce-page #payment .checkout-btns a#place_order i, .woocommerce-page #payment .checkout-btns a.btn-2#place_order i, .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart .checkout-btns a#place_order.added_to_cart i, .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart .checkout-btns a#place_order.button i, .woocommerce .cart .checkout-btns a.btn-2.button i, .woocommerce .cart .checkout-btns a.button i, .woocommerce.theme-paragon #payment div.product form.cart .checkout-btns a#place_order.button i, .woocommerce.theme-paragon .recently_viewed_products .products li.product .checkout-btns a.btn-2.button i, .woocommerce.theme-paragon .recently_viewed_products .products li.product .checkout-btns a.button i, .woocommerce.theme-paragon .related.products li.product .checkout-btns a.btn-2.button i, .woocommerce.theme-paragon .related.products li.product .checkout-btns a.button i, .woocommerce.theme-paragon.single-product #payment form.cart .checkout-btns a#place_order.added_to_cart i, .woocommerce.theme-paragon.single-product form.cart #payment .checkout-btns a#place_order.added_to_cart i, .woocommerce.theme-paragon.single-product form.cart .checkout-btns a.added_to_cart i, .woocommerce.theme-paragon div.product form.cart #payment .checkout-btns a#place_order.button i, .woocommerce.theme-paragon div.product form.cart .checkout-btns a.button i {
    font-weight: 600
}

.checkout-btns .woocommerce #payment a#place_order:hover, .checkout-btns .woocommerce #payment a.btn-2#place_order:hover, .checkout-btns .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart a#place_order.added_to_cart:hover, .checkout-btns .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart a#place_order.button:hover, .checkout-btns .woocommerce-page #payment a#place_order:hover, .checkout-btns .woocommerce-page #payment a.btn-2#place_order:hover, .checkout-btns .woocommerce .cart a.btn-2.button:hover, .checkout-btns .woocommerce .cart a.button:hover, .checkout-btns .woocommerce.theme-paragon #payment div.product form.cart a#place_order.button:hover, .checkout-btns .woocommerce.theme-paragon .recently_viewed_products .products li.product a.btn-2.button:hover, .checkout-btns .woocommerce.theme-paragon .recently_viewed_products .products li.product a.button:hover, .checkout-btns .woocommerce.theme-paragon .related.products li.product a.btn-2.button:hover, .checkout-btns .woocommerce.theme-paragon .related.products li.product a.button:hover, .checkout-btns .woocommerce.theme-paragon.single-product #payment form.cart a#place_order.added_to_cart:hover, .checkout-btns .woocommerce.theme-paragon.single-product form.cart #payment a#place_order.added_to_cart:hover, .checkout-btns .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:hover, .checkout-btns .woocommerce.theme-paragon div.product form.cart #payment a#place_order.button:hover, .checkout-btns .woocommerce.theme-paragon div.product form.cart a.button:hover, .checkout-btns a.btn.btn-2:hover, .checkout-btns a.btn:hover, .woocommerce #payment .checkout-btns a#place_order:hover, .woocommerce #payment .checkout-btns a.btn-2#place_order:hover, .woocommerce-page #payment .checkout-btns a#place_order:hover, .woocommerce-page #payment .checkout-btns a.btn-2#place_order:hover, .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart .checkout-btns a#place_order.added_to_cart:hover, .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart .checkout-btns a#place_order.button:hover, .woocommerce .cart .checkout-btns a.btn-2.button:hover, .woocommerce .cart .checkout-btns a.button:hover, .woocommerce.theme-paragon #payment div.product form.cart .checkout-btns a#place_order.button:hover, .woocommerce.theme-paragon .recently_viewed_products .products li.product .checkout-btns a.btn-2.button:hover, .woocommerce.theme-paragon .recently_viewed_products .products li.product .checkout-btns a.button:hover, .woocommerce.theme-paragon .related.products li.product .checkout-btns a.btn-2.button:hover, .woocommerce.theme-paragon .related.products li.product .checkout-btns a.button:hover, .woocommerce.theme-paragon.single-product #payment form.cart .checkout-btns a#place_order.added_to_cart:hover, .woocommerce.theme-paragon.single-product form.cart #payment .checkout-btns a#place_order.added_to_cart:hover, .woocommerce.theme-paragon.single-product form.cart .checkout-btns a.added_to_cart:hover, .woocommerce.theme-paragon div.product form.cart #payment .checkout-btns a#place_order.button:hover, .woocommerce.theme-paragon div.product form.cart .checkout-btns a.button:hover {
    background: #be9818;
    color: #fff
}

.checkout-btns .woocommerce #payment a#place_order:hover i, .checkout-btns .woocommerce #payment a.btn-2#place_order:hover i, .checkout-btns .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart a#place_order.added_to_cart:hover i, .checkout-btns .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart a#place_order.button:hover i, .checkout-btns .woocommerce-page #payment a#place_order:hover i, .checkout-btns .woocommerce-page #payment a.btn-2#place_order:hover i, .checkout-btns .woocommerce .cart a.btn-2.button:hover i, .checkout-btns .woocommerce .cart a.button:hover i, .checkout-btns .woocommerce.theme-paragon #payment div.product form.cart a#place_order.button:hover i, .checkout-btns .woocommerce.theme-paragon .recently_viewed_products .products li.product a.btn-2.button:hover i, .checkout-btns .woocommerce.theme-paragon .recently_viewed_products .products li.product a.button:hover i, .checkout-btns .woocommerce.theme-paragon .related.products li.product a.btn-2.button:hover i, .checkout-btns .woocommerce.theme-paragon .related.products li.product a.button:hover i, .checkout-btns .woocommerce.theme-paragon.single-product #payment form.cart a#place_order.added_to_cart:hover i, .checkout-btns .woocommerce.theme-paragon.single-product form.cart #payment a#place_order.added_to_cart:hover i, .checkout-btns .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:hover i, .checkout-btns .woocommerce.theme-paragon div.product form.cart #payment a#place_order.button:hover i, .checkout-btns .woocommerce.theme-paragon div.product form.cart a.button:hover i, .checkout-btns a.btn.btn-2:hover i, .checkout-btns a.btn:hover i, .woocommerce #payment .checkout-btns a#place_order:hover i, .woocommerce #payment .checkout-btns a.btn-2#place_order:hover i, .woocommerce-page #payment .checkout-btns a#place_order:hover i, .woocommerce-page #payment .checkout-btns a.btn-2#place_order:hover i, .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart .checkout-btns a#place_order.added_to_cart:hover i, .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart .checkout-btns a#place_order.button:hover i, .woocommerce .cart .checkout-btns a.btn-2.button:hover i, .woocommerce .cart .checkout-btns a.button:hover i, .woocommerce.theme-paragon #payment div.product form.cart .checkout-btns a#place_order.button:hover i, .woocommerce.theme-paragon .recently_viewed_products .products li.product .checkout-btns a.btn-2.button:hover i, .woocommerce.theme-paragon .recently_viewed_products .products li.product .checkout-btns a.button:hover i, .woocommerce.theme-paragon .related.products li.product .checkout-btns a.btn-2.button:hover i, .woocommerce.theme-paragon .related.products li.product .checkout-btns a.button:hover i, .woocommerce.theme-paragon.single-product #payment form.cart .checkout-btns a#place_order.added_to_cart:hover i, .woocommerce.theme-paragon.single-product form.cart #payment .checkout-btns a#place_order.added_to_cart:hover i, .woocommerce.theme-paragon.single-product form.cart .checkout-btns a.added_to_cart:hover i, .woocommerce.theme-paragon div.product form.cart #payment .checkout-btns a#place_order.button:hover i, .woocommerce.theme-paragon div.product form.cart .checkout-btns a.button:hover i {
    color: #fff !important
}

.product-remove a.remove {
    color: #be9818 !important;
    font-size: 28px
}

.single_add_to_cart_button.button.alt {
    text-transform: uppercase;
    border: solid 2px #be9818 !important;
    font-weight: 800 !important;
    height: auto;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 14px;
    color: #2c2c2c
}

.single_add_to_cart_button.button.alt:hover {
    background-color: #be9818;
    color: #fff !important
}

.single_add_to_cart_button.button.alt i {
    font-weight: 600
}

.woocommerce #payment a.checkout.btn2#place_order, .woocommerce-page #payment a.checkout.btn2#place_order, .woocommerce .cart a.checkout.btn2.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product a.checkout.btn2.button, .woocommerce.theme-paragon .related.products li.product a.checkout.btn2.button, .woocommerce.theme-paragon.single-product form.cart a.checkout.btn2.added_to_cart, .woocommerce.theme-paragon div.product form.cart a.checkout.btn2.button, a.checkout.btn.btn2 {
    text-transform: uppercase;
    border: solid 2px #be9818;
    font-weight: 800;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    color: #2c2c2c;
    background-color: #fff;
    margin-top: 0
}

.woocommerce #payment a.checkout.btn2#place_order:hover, .woocommerce-page #payment a.checkout.btn2#place_order:hover, .woocommerce .cart a.checkout.btn2.button:hover, .woocommerce.theme-paragon .recently_viewed_products .products li.product a.checkout.btn2.button:hover, .woocommerce.theme-paragon .related.products li.product a.checkout.btn2.button:hover, .woocommerce.theme-paragon.single-product form.cart a.checkout.btn2.added_to_cart:hover, a.checkout.btn.btn2:hover {
    background-color: #be9818;
    color: #fff
}

.quantity {
    margin-top: 10px
}

.list-b-2 .item .title {
    font-size: 18px;
    font-weight: 700
}

.page-template-about-1 .list .item h2.title {
    font-size: 30px;
    font-weight: 700
}

.page-template-about-1 .list .item .desc {
    font-size: 18px;
    text-align: justify
}

.page-template-about-1 .entry-head .ht {
    font-weight: 800;
    font-size: 30px;
    color: #2c2c2c
}

.page-template-about-1 .menucontent {
    margin-bottom: -30px
}

.page-template-about-1 .sec-ab-1 {
    margin-top: 30px
}

.page-template-about-1 .paragon-history .title-paragon-history {
    margin-bottom: 50px
}

.page-template-about-1 .standard-paragon {
    font-size: 18px;
}

.page-template-about-1 .sec-ab-1 .t1 {
    text-align: justify
}

.page-template-about-1 .sec-ab-2 .t1 {
    font-size: 18px;
    text-align: justify
}

.page-template-about-1 .sec-home4 {
    padding-bottom: 80px;
    padding-top: 0
}

.list-p-1 .title {
    font-weight: 900;
    font-size: 15px
}

.list-p-1 .price {
    font-weight: 900
}

.list-p-1 .sku {
    font-weight: 900
}

.widget-box-2 .widget-title {
    font-weight: 700
}

.page-template-product .sidebar .menu-accordion li.active > a, .sidebar .menu-accordion li:hover > a {
    color: #fff;
    background-color: #be9818
}

.page-template-product .sidebar .menu-accordion li.active .showsubmenu, .sidebar .menu-accordion li:hover .showsubmenu {
    color: #fff;
    z-index: 2
}

.widget-box-2 .widget-content:before {
    display: none
}

#header .group-header {
    right: 30px
}

.list-du-an-2 .img:hover img, .list-du-an .img:hover img, .sc-features2 .img:hover img, .sc-features .img:hover img, .sec-cerf .img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.widget .item-group .item-group-content .title {
    font-size: 15px;
    font-weight: 800
}

div.quantity input.qty {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button {
    cursor: pointer
}

div.quantity button {
    background: #fff
}

div.quantity button.plus {
    margin-left: -20px !important;
    border-left: solid 2px #c8c8c8 !important;
    background-color: #fff
}

.theme-paragon.woocommerce-checkout table.shop_table td div.quantity input.qty {
    width: 90px
}

.theme-paragon.woocommerce-checkout table.shop_table td div.quantity button.plus {
    border-left: solid 1px #e6e6e6 !important;
    background: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0 15px;
    font-size: 20px;
    color: #2c2c2c
}

.theme-paragon.woocommerce-checkout table.shop_table td div.quantity .minus {
    border-radius: 5px 0 0 5px;
    padding: 0 15px;
    font-size: 20px;
    color: #2c2c2c
}

.widget.widget_recent_entries .list-b-1 .item-group .item-group-content a {
    font-size: 15px;
    font-weight: 700
}

.comment-form .list-du-an input.btn-2[type=submit], .list-du-an .btn.btn-2, .list-du-an .comment-form input.btn-2[type=submit], .list-du-an .woocommerce #payment .btn-2#place_order, .list-du-an .woocommerce-page #payment .btn-2#place_order, .list-du-an .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart a#place_order.added_to_cart, .list-du-an .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart #place_order.button, .list-du-an .woocommerce .cart .btn-2.button, .list-du-an .woocommerce.theme-paragon #payment div.product form.cart #place_order.button, .list-du-an .woocommerce.theme-paragon .recently_viewed_products .products li.product .btn-2.button, .list-du-an .woocommerce.theme-paragon .related.products li.product .btn-2.button, .list-du-an .woocommerce.theme-paragon.single-product #payment form.cart a#place_order.added_to_cart, .list-du-an .woocommerce.theme-paragon.single-product form.cart #payment a#place_order.added_to_cart, .list-du-an .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .list-du-an .woocommerce.theme-paragon div.product form.cart #payment #place_order.button, .list-du-an .woocommerce.theme-paragon div.product form.cart .button, .list-du-an button.btn-2[name=update_cart], .woocommerce #payment .list-du-an .btn-2#place_order, .woocommerce-page #payment .list-du-an .btn-2#place_order, .woocommerce-page #payment .woocommerce.theme-paragon.single-product form.cart .list-du-an a#place_order.added_to_cart, .woocommerce-page #payment .woocommerce.theme-paragon div.product form.cart .list-du-an #place_order.button, .woocommerce .cart .list-du-an .btn-2.button, .woocommerce.theme-paragon #payment div.product form.cart .list-du-an #place_order.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .list-du-an .btn-2.button, .woocommerce.theme-paragon .related.products li.product .list-du-an .btn-2.button, .woocommerce.theme-paragon.single-product #payment form.cart .list-du-an a#place_order.added_to_cart, .woocommerce.theme-paragon.single-product form.cart #payment .list-du-an a#place_order.added_to_cart, .woocommerce.theme-paragon.single-product form.cart .list-du-an a.added_to_cart, .woocommerce.theme-paragon div.product form.cart #payment .list-du-an #place_order.button, .woocommerce.theme-paragon div.product form.cart .list-du-an .button {
    height: 40px;
    line-height: 39px;
    border: solid 2px #524141;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 800
}

.woocommerce .cart .button:hover {
    background-color: #be9818 !important
}

.woocommerce .cart .button:hover i {
    color: #fff !important
}

.product .box-wrapper {
    background-color: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 50px
}

.product .slick-arrow {
    font-size: 32px;
    color: #be9818
}

.slick-arrow {
    font-size: 32px;
    color: #be9818 !important
}

.wrap-menu-mb .wrapul .menu-head #logo img {
    margin-top: 8px;
    max-width: 190px
}


.wrap-menu-mb .wsearch {
    margin: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-color: #fff
}

.wrap-menu-mb .wsearch .select {
    width: 120px;
    border: none;
    border-right: 1px solid #e6e6e6;
    padding-right: 30px;
    border-radius: 0
}

.wrap-menu-mb .wsearch .textinput {
    width: 100%;
    height: 35px;
    border: none;
    background-color: transparent
}

.wrap-menu-mb .wsearch button {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 35px;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    border: none;
    font-size: 15px
}

.wrap-menu-mb .wsearch.item-group {
    width: 95%
}

.wrap-menu-mb .inner {
    position: relative;
    top: 0
}

.product .related.products h3 {
    font-weight: 800
}

.related-post h2.ht {
    font-weight: 800;
    font-size: 30px;
    color: #2c2c2c
}

#viewVideo iframe {
    border-radius: 10px
}

.page-recruit-detail .info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-recruit-detail .info ul li strong {
    width: 45%
}

.page-recruit-detail .info ul li span {
    width: 55%;
    padding-left: 5px
}

.page-recruit-detail .related-post .ht {
    font-size: 20px;
    margin-bottom: 50px
}

.wrap-menu-mb ul.menu > li .showsubmenu:before {
    color: #000;
    font-weight: 900
}

@media (min-width: 1200px) {
    .content__scroll.entry-content .slick-res {
        padding-right: 100px
    }

    .content__scroll.entry-content .slick-res .slick-dots {
        position: absolute;
        right: 0;
        top: 50%
    }

    .content__scroll.entry-content .slick-res .slick-dots li {
        display: block
    }

    body.single-post .maincontent {
        margin: 0 100px
    }
}

.content__scroll .slick-dots .slick-active button {
    background: 0 0;
    border: solid 2px #be9818
}

.content__scroll .slick-dots button {
    background: 0 0;
    border: 2px solid #e6e6e6
}

.padding-0 {
    padding: 0
}

.paragon-value {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 50px 0;
    position: relative
}

.paragon-value .title-value {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px
}

.paragon-value .paragon-value-center {
    height: 300px;
    width: 300px;
    padding: 20px;
    border-radius: 100%;
    overflow: hidden;
    /*background: rgba(0, 78, 160, .5);*/
    background: rgba(190, 152, 24, 0.5);
    margin: auto;
    margin-bottom: 20px;
}

.paragon-value .paragon-value-center .content-paragon-value-center {
    background: #fff;
    border-radius: 100%;
    text-align: center;
    height: 100%;
    background: #fff;
    border-radius: 100%;
    position: relative
}

.paragon-value .paragon-value-center .content-paragon-value-center img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.paragon-value .item-value-paragon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%
}

.paragon-value .item-value-paragon .icon-item {
    width: 20%;
    font-size: 54px;
    color: #be9818
}
.paragon-value .item-value-paragon:hover .icon-item>i:before {
    transform: rotateY(180deg);
}

.paragon-value .item-value-paragon .content {
    width: 80%;
    padding-left: 20px;
    border-left: solid 1px #ccc
}

.paragon-value .title-item {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.paragon-value .title-item span {
    font-size: 30px;
    margin-right: 10px
}

.paragon-history .title-paragon-history {
    text-align: center
}

.paragon-history .title-paragon-history h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #be9818;
    text-transform: uppercase
}

.paragon-history .tree-history {
    position: relative;
    padding-left: 50px;
    padding-bottom: 30px
}

.paragon-history .tree-history .line-tree {
    position: absolute;
    left: -25px;
    top: 0;
    width: 1px;
    height: 95%;
    border-left: dashed 1px #be9818
}

.paragon-history .tree-history .item-history {
    position: relative;
    margin-bottom: 20px
}

.paragon-history .tree-history .item-history.now {
    text-align: center;
    margin-bottom: 80px
}

.paragon-history .tree-history .item-history h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #be9818;
    text-transform: uppercase
}

.paragon-history .tree-history .item-history .title-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.paragon-history .tree-history .item-history .title-history span {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #be9818;
    text-transform: uppercase;
    margin-right: 10px;
    float: left
}

.paragon-history .tree-history .item-history img {
    border-radius: 20px;
    overflow: hidden
}

.production-capacity {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 20px;
    color: #fff;
    border-radius: 0;
    overflow: hidden
}

.production-capacity .title {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    font-weight: 700
}

.production-capacity .content ul {
    list-style: none;
    padding-left: 30px
}

.production-capacity .content ul li {
    margin: 20px 0;
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: solid 1px #ccc
}

.production-capacity .content ul li:last-child {
    border: none
}

.production-capacity .content ul li i {
    margin-right: 15px;
    font-size: 36px
}

.standard-paragon {
    background-color: #f7f7f7;
    padding: 20px
}

.standard-paragon .icon {
    font-size: 90px;
    color: #be9818
}

.standard-paragon .content ul {
    padding-left: 20px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .paragon-history .tree-history .list-tree ul {
        display: none
    }

    .item-history:after {
        content: "";
        position: absolute;
        left: -35px;
        top: 50%;
        width: 10px;
        height: 10px;
        background: #be9818;
        border-radius: 100%
    }

    .sec-ab-3 .list {
        text-align: center
    }

    .sec-ab-3 .list .item .img2 {
        margin: 0 auto;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .paragon-history .tree-history {
        padding: 0;
        padding-bottom: 100px
    }

    .paragon-history .tree-history .line-tree {
        position: absolute;
        left: 50%;
        top: 11%;
        width: 1px;
        height: 80%;
        border-left: dashed 1px #be9818
    }

    .paragon-history .tree-history .list-tree {
        margin-left: 100px
    }

    .paragon-history .tree-history .list-tree ul {
        position: relative;
        padding-left: 25px;
        list-style: none
    }

    .paragon-history .tree-history .list-tree ul:before {
        content: "";
        position: absolute;
        left: 0;
        top: -30px;
        border-left: dashed 1px #be9818;
        width: 1px;
        height: 110%
    }

    .paragon-history .tree-history .list-tree ul:after {
        content: "\e906";
        font-family: "icomoon" !important;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: -45px;
        left: -7px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .paragon-history .tree-history .list-tree ul li {
        margin: 10px 0;
        position: relative
    }

    .paragon-history .tree-history .list-tree ul li:before {
        content: "";
        position: absolute;
        top: 5px;
        left: -30px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #be9818
    }

    .paragon-history .tree-history .list-tree ul li.active a, .paragon-history .tree-history .list-tree ul li:hover a {
        color: #be9818;
        font-weight: 700
    }

    .paragon-history .tree-history .list-tree ul li.active:after, .paragon-history .tree-history .list-tree ul li:hover:after {
        content: "";
        position: absolute;
        top: 2px;
        left: -33px;
        width: 14px;
        height: 14px;
        border: solid 1px #be9818;
        border-radius: 100%;
        background: 0 0
    }

    .paragon-history .tree-history .item-history {
        margin-bottom: -100px
    }

    .paragon-history .tree-history .item-history.now {
        text-align: center;
        margin-bottom: 80px;
        padding: 0 20px
    }

    .paragon-history .tree-history .item-history.left:before {
        content: "";
        position: absolute;
        left: 105%;
        top: 50%;
        width: 60px;
        height: 1px;
        border-top: dashed 1px #be9818
    }

    .paragon-history .tree-history .item-history.left:after {
        content: "";
        position: absolute;
        left: 126%;
        top: 48.5%;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #be9818
    }

    .paragon-history .tree-history .item-history.right:before {
        content: "";
        position: absolute;
        right: 105%;
        top: 50%;
        width: 60px;
        height: 1px;
        border-top: dashed 1px #be9818
    }

    .paragon-history .tree-history .item-history.right:after {
        content: "";
        position: absolute;
        right: 126%;
        top: 48.5%;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #be9818
    }

    .production-capacity {
        padding: 100px 50px;
        border-radius: 0 0 50px
    }

    .production-capacity .title {
        font-size: 30px
    }

    .standard-paragon {
        padding: 30px 50px
    }

    .bct {
        margin-top: 25px
    }
}

@media (min-width: 992px) {
    .paragon-value .item-3, .paragon-value .margin-left-60 {
        margin-left: -60px;
        float: left
    }

    .paragon-value .item-4, .paragon-value .margin-right-60 {
        margin-right: -60px;
        float: right
    }

    .paragon-value .item-2, .paragon-value .item-4, .paragon-value .item-6 {
        float: right
    }

    .paragon-value .paragon-value-center {
        height: 555px;
        width: 555px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        padding: 100px;
        border-radius: 100%;
        overflow: hidden;
        background: rgba(190, 152, 24, 0.5);
        margin-top: 50px
    }

    .paragon-value .item-value-paragon {
        width: 75%;
        margin-bottom: 50px
    }

    .paragon-history .tree-history {
        padding: 0 100px
    }

    .paragon-history .tree-history .line-tree {
        position: absolute;
        left: 50%;
        top: 8%;
        width: 1px;
        height: 88.6%;
        border-left: dashed 1px #be9818
    }

    .paragon-history .tree-history .list-tree ul {
        position: relative;
        padding-left: 25px;
        list-style: none
    }

    .paragon-history .tree-history .list-tree ul:before {
        content: "";
        position: absolute;
        left: 0;
        top: -30px;
        border-left: dashed 1px #be9818;
        width: 1px;
        height: 110%
    }

    .paragon-history .tree-history .list-tree ul:after {
        content: "\e906";
        font-family: "icomoon" !important;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: -45px;
        left: -7px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .paragon-history .tree-history .list-tree ul li {
        margin: 30px 0;
        position: relative
    }

    .paragon-history .tree-history .list-tree ul li:before {
        content: "";
        position: absolute;
        top: 5px;
        left: -30px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #be9818
    }

    .paragon-history .tree-history .list-tree ul li.active a, .paragon-history .tree-history .list-tree ul li:hover a {
        color: #be9818
    }

    .paragon-history .tree-history .list-tree ul li.active:after, .paragon-history .tree-history .list-tree ul li:hover:after {
        content: "";
        position: absolute;
        top: 2px;
        left: -33px;
        width: 14px;
        height: 14px;
        border: solid 1px #be9818;
        border-radius: 100%;
        background: 0 0
    }

    .paragon-history .tree-history .item-history {
        margin-bottom: -100px
    }

    .paragon-history .tree-history .item-history.now {
        text-align: center;
        margin-bottom: 80px
    }

    .paragon-history .tree-history .item-history.left:before {
        content: "";
        position: absolute;
        left: 105%;
        top: 50.5%;
        width: 75px;
        height: 1px;
        border-top: dashed 1px #be9818
    }

    .paragon-history .tree-history .item-history.left:after {
        content: "";
        position: absolute;
        left: 124%;
        top: 49%;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #be9818
    }

    .paragon-history .tree-history .item-history.right:before {
        content: "";
        position: absolute;
        right: 105%;
        top: 50.5%;
        width: 75px;
        height: 1px;
        border-top: dashed 1px #be9818
    }

    .paragon-history .tree-history .item-history.right:after {
        content: "";
        position: absolute;
        right: 124%;
        top: 49%;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #be9818
    }
}

@media (min-width: 1200px) {
    .production-capacity {
        padding: 150px 115px;
        border-radius: 0 0 50px
    }

    .standard-paragon {
        padding: 60px 125px
    }

    .slider-sync-wrapper .item-feature {
        text-align: left;
        padding-left: 30px
    }
}

.download .list-item .item {
    position: relative;
    overflow: hidden
}

.download .list-item .item img {
    border-radius: 10px
}

.download .list {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px
}

.download .list ul {
    list-style: none
}

.download .list ul li {
    position: relative;
    padding: 20px;
    background-color: #f7f7f7;
    border-bottom: solid 1px #fff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.download .list ul li.active, .download .list ul li:hover {
    background-color: #be9818;
    color: #fff
}

.download .list ul li.active:after, .download .list ul li:hover:after {
    content: "\e906";
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 23px;
    right: 3px;
    color: #fff
}

.download .wrap_paging {
    float: right
}

.sec-form-dowload h2.ht {
    color: #2c2c2c;
    font-size: 24px
}

@media (max-width: 1199px) {
    header#header .mainmenu {
        display: none
    }

    header#header .top-header #logo.c {
        position: absolute;
        left: 10px;
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    header#header .top-header #logo.c img {
        max-width: 125px
    }

    header#header .top-header .link-store {
        display: none
    }

    header#header .wsearch {
        display: none
    }

    .stickyBody.stickyUp #header {
        top: 0;
        box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, .28);
        -webkit-box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, .28);
        -moz-box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, .28)
    }

    .fixe#header {
        box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, .28);
        -webkit-box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, .28);
        -moz-box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, .28)
    }

    .ama-wrap-alo {
        top: auto;
        bottom: 60px;
        left: auto;
        right: 10px
    }

    .fixe#header {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%
    }

    .language.menu-list {
        padding: 20px;
        right: -22px;
        top: 12px
    }

    .language.menu-list li {
        margin-right: 15px
    }

    .wrap-menu-mb {
        overflow-y: auto !important
    }

    .top-header > div {
        padding: 0
    }

    header#header .group-header {
        right: 10px
    }

    .menu-btn {
        margin-left: 35px
    }

    .wrapfilter {
        display: -webkit-box;
        font-size: 13px;
        overflow-x: auto;
        margin-bottom: 20px
    }

    .arow-right-filter {
        display: block;
        margin-top: -20px;
        margin-bottom: 20px;
        text-align: right;
        position: relative;
        -webkit-animation: mymove 2s infinite;
        animation: mymove 2s infinite;
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    @-webkit-keyframes mymove {
        0% {
            left: 0
        }
        to {
            left: 15px
        }
    }@keyframes mymove {
         0% {
             left: 0
         }
         to {
             left: 15px
         }
     }
}

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 26px
    }

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

    .sec-home2 .item {
        border-bottom: dashed 1px #fff;
        padding-bottom: 15px;
        margin-bottom: 25px
    }

    .sec-home1 .wimg img {
        margin: 0 auto;
        width: 150px
    }

    .home-product-news .slider-for {
        position: relative;
        z-index: 10;
        background: #fff
    }

    .sec-home1 .wimg .t2 {
        font-size: 28px !important
    }

    .col-img .img, .sec-ab-7 .item .img2 {
        margin-bottom: 20px
    }

    .menucontent {
        padding: 15px;
        height: auto;
        margin-top: -5px;
        margin-bottom: 0
    }

    .menucontent ul li {
        margin-bottom: 15px
    }

    .menucontent ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        font-size: 12px
    }

    .table-recruitment {
        overflow: auto
    }

    .sec-t2 {
        padding-top: 50px
    }

    .item-group .item-group-content .title {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .item-group .item-group-content p.line2 {
        display: none
    }

    .home-product-news .wtabs-3 .menu-product-icon {
        display: block !important;
        overflow-x: scroll !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding-bottom: 15px
    }

    .home-product-news .wtabs-3 .menu-product-icon li {
        width: 130px;
        display: table;
        display: table-cell !important;
        -webkit-user-select: initial !important;
        -moz-user-select: initial !important;
        -ms-user-select: initial !important;
        user-select: initial !important;
        -ms-touch-action: initial !important;
        touch-action: initial !important;
        float: none !important
    }

    [class*=sc-features] .list-b-1 .title {
        font-size: 16px
    }

    .checkout.woocommerce-checkout .col2-set {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

    .checkout.woocommerce-checkout #order_review {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px
    }

    .woocommerce-cart-form {
        border: solid 1px #ccc
    }

    .theme-paragon.woocommerce-cart table.shop_table td, .theme-paragon.woocommerce-checkout table.shop_table td {
        padding: 18px 12px;
        height: 70px
    }

    .theme-paragon.woocommerce-cart table.shop_table td div.quantity, .theme-paragon.woocommerce-checkout table.shop_table td div.quantity {
        margin: 0;
        width: 140px;
        float: right
    }

    .theme-paragon.woocommerce-cart table.shop_table.cart, .theme-paragon.woocommerce-checkout table.shop_table.cart {
        border-radius: 0;
        border: none
    }

    .woocommerce.theme-paragon.single-product .site-main {
        padding-top: 10px
    }

    .home-product-news .slick-arrow {
        z-index: 99
    }

    .home-product-news .slider-nav.s-sync .slick-list {
        padding: 0 !important;
        display: none
    }

    .home-product-news .wrap-slider-nav .slider-nav {
        position: absolute;
        width: 100%;
        top: 40%
    }

    .widget.widget-box-2.widget-accordion .widget-title {
        position: relative
    }

    .widget.widget-box-2.widget-accordion .widget-title:before {
        content: "\e906";
        font-family: "icomoon" !important;
        position: absolute;
        right: 25px;
        top: 10px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #fff
    }

    .widget.widget-box-2.widget-accordion .widget-content {
        background-color: #f7f7f7;
        overflow: hidden
    }

    .maincontent .widget {
        margin-top: 20px
    }

    .download .row > [class*=col-] {
        padding-left: 8px;
        padding-right: 8px
    }

    .page-title.category-title {
        margin-top: 30px
    }
}

@media (max-width: 640px) {
    .sec-home1 .divtext > i {
        font-size: 25px
    }

    .sec-home1 .divtext {
        padding: 20px 10px 0 40px !important
    }

    .sec-home1 .divtext h5 {
        font-size: 20px
    }

    .sec-home3 .grid-scroll-m {
        display: block !important;
        overflow-x: scroll !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding-bottom: 15px
    }

    .sec-home3 .grid-scroll-m .row.items {
        margin-right: -15px;
        display: block !important;
        overflow-x: scroll !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding-bottom: 15px
    }

    .sec-home3 .grid-scroll-m .row.items [class*=col-] {
        width: 130px;
        display: table;
        display: table-cell !important;
        -webkit-user-select: initial !important;
        -moz-user-select: initial !important;
        -ms-user-select: initial !important;
        user-select: initial !important;
        -ms-touch-action: initial !important;
        touch-action: initial !important;
        float: none !important
    }

    .widget_mini_total .content_cart {
        right: -135px;
        width: 300px
    }

    #header .group-header > .item {
        padding-left: 5px
    }

    [class*=sc-features] .list-b-1 .img {
        width: 155px;
        border-radius: 8px
    }

    .shortchode-product.list-p-1 .item {
        border: solid 1px #eee
    }

    .shortchode-simple.list-b-1.list-item.row .item {
        border-radius: 8px;
        overflow: hidden;
        background-color: #f7f7f7;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .shortchode-simple.list-b-1.list-item.row .item > a {
        width: 45%
    }

    .shortchode-simple.list-b-1.list-item.row .item .divtext {
        padding: 15px;
        width: 55%
    }

    .shortchode-du-an.list-du-an.list-item .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .shortchode-du-an.list-du-an.list-item .divtext p.address {
        font-size: 14px
    }

    .sc-feature-du-an .item-group .img {
        width: 160px;
        border-radius: 8px
    }

    .category-title {
        padding: 0
    }

    .page-recruit .btn-recruit {
        line-height: 45px;
        height: 45px;
        font-size: 14px
    }

    .checkout.woocommerce-checkout #billing_first_name_field, .checkout.woocommerce-checkout #shipping_first_name_field {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .checkout.woocommerce-checkout #billing_last_name_field, .checkout.woocommerce-checkout #shipping_last_name_field {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    .checkout.woocommerce-checkout #billing_email_field, .checkout.woocommerce-checkout #shipping_email_field {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }

    .checkout.woocommerce-checkout #billing_phone_field, .checkout.woocommerce-checkout #ship_fee_custom_field, .checkout.woocommerce-checkout #shipping_phone_field {
        width: 100%
    }

    .sec-ab-1 .t2 {
        padding: 15px;
        margin-bottom: -35px
    }

    .sec-ab-1 .t1 {
        font-size: 16px
    }

    .production-capacity .title {
        text-align: center
    }

    .production-capacity .content ul li {
        font-size: 16px
    }

    .production-capacity .content ul li i {
        font-size: 30px
    }

    .production-capacity .content ul {
        padding-left: 0
    }

    .page-recruit-detail .info ul {
        -webkit-columns: 1;
        columns: 1
    }

    .wtabs-1 .menu-tabs > div, .wtabs-3 .menu-tabs > div {
        font-size: 12px
    }

    .comment-form input.wpcf7-form-control.wpcf7-submit[type=submit], .row-subscribe > span input, .woocommerce #payment .wpcf7-form-control.wpcf7-submit#place_order, .woocommerce-page #payment .wpcf7-form-control.wpcf7-submit#place_order, .woocommerce .cart .wpcf7-form-control.wpcf7-submit.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .wpcf7-form-control.wpcf7-submit.button, .woocommerce.theme-paragon .related.products li.product .wpcf7-form-control.wpcf7-submit.button, .woocommerce.theme-paragon.single-product form.cart a.wpcf7-form-control.wpcf7-submit.added_to_cart, .woocommerce.theme-paragon div.product form.cart .wpcf7-form-control.wpcf7-submit.button, .wpcf7-form-control.wpcf7-submit.btn, button.wpcf7-form-control.wpcf7-submit[name=update_cart] {
        font-size: 11px;
        height: 36px
    }

    [class*=sc-features] .list-b-2 .title {
        font-size: 16px
    }

    #footer .widget-hotline .row > div:not(:first-child):before {
        display: none
    }

    .entry-heading {
        height: 130px
    }

    .widget.widget-box-2.widget-accordion .widget-content {
        background-color: #f7f7f7;
        overflow: hidden;
        display: none
    }
}

@media (max-width: 320px) {
    .home-product-news .wrap-slider-nav .item {
        margin-top: 50px
    }

    .home-product-news .wrap-slider-nav .item.tRes_99:before {
        padding-top: 104%
    }
}

.list-b-2 .item {
    display: block;
    position: relative;
    color: #fff;
    border-radius: 8px;
    overflow: hidden
}

.list-b-2 .item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0))
}

.ama-wrap-alo {
    position: fixed;
    top: auto;
    bottom: 100px;
    right: 20px;
    left: unset;
    width: 60px;
    height: 60px;
    z-index: 999 !important
}

.sec-ab-3 .item .img2 {
    color: #be9818;
    font-size: 42px;
    text-align: center;
    line-height: 90px
}

.design [data-tab-content] {
    display: none
}

.design .active[data-tab-content] {
    display: block
}

.design .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.design .tab {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    padding: 10px;
    width: 50%;
    text-align: center;
    border-bottom: solid 2px #ccc
}

.design .tab.active {
    color: #be9818;
    border-bottom: solid 2px #be9818
}

.design .tab:hover {
    color: #be9818;
    border-bottom: solid 2px #be9818
}

.design .tab-content {
    padding: 20px
}

.dowload-file {
    background-color: #f7f7f7;
    padding: 50px 0
}

.dowload-file .btn-dowload {
    width: 205px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    background-color: #be9818;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: -75px;
    margin-bottom: 70px;
    display: block
}

.dowload-file .item-dowload-file {
    width: 146px;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px
}

@media (max-width: 1500px) and (min-width: 992px) {
    header {
        padding: 0 20px
    }
}

#slideshow .nextArrow {
    right: 5%
}

#slideshow .prevArrow {
    left: 5%
}

#slideshow .slick-arrow i {
    font-size: 38px;
    color: #fff
}

#slideshow .slick-dots button {
    width: 10px;
    height: 10px;
    margin: 0 3px
}

.sec-home1 .wimg .t2 {
    color: #be9818;
    font-size: 40px
}

.sec-home1 .divtext {
    padding: 20px 0 0 80px;
    text-align: justify
}

.sec-home1 .divtext h1 {
    font-size: 50px
}

.sec-home1 .divtext h5 {
    font-size: 25px
}

.sec-home1 .divtext p {
    font-size: 18px
}

.sec-home2 .timer {
    margin-bottom: 10px
}

@media only screen and (min-width: 1200px) {
    .sec-home2 .timer {
        font-size: 44px
    }
}

.comment-form .sec-home3 input.btn-3[type=submit], .sec-home3 .btn.btn-3, .sec-home3 .comment-form input.btn-3[type=submit], .sec-home3 .woocommerce #payment .btn-3#place_order, .sec-home3 .woocommerce-page #payment .btn-3#place_order, .sec-home3 .woocommerce .cart .btn-3.button, .sec-home3 .woocommerce.theme-paragon .recently_viewed_products .products li.product .btn-3.button, .sec-home3 .woocommerce.theme-paragon .related.products li.product .btn-3.button, .sec-home3 .woocommerce.theme-paragon.single-product form.cart a.btn-3.added_to_cart, .sec-home3 .woocommerce.theme-paragon div.product form.cart .btn-3.button, .sec-home3 button.btn-3[name=update_cart], .woocommerce #payment .sec-home3 .btn-3#place_order, .woocommerce-page #payment .sec-home3 .btn-3#place_order, .woocommerce .cart .sec-home3 .btn-3.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .sec-home3 .btn-3.button, .woocommerce.theme-paragon .related.products li.product .sec-home3 .btn-3.button, .woocommerce.theme-paragon.single-product form.cart .sec-home3 a.btn-3.added_to_cart, .woocommerce.theme-paragon div.product form.cart .sec-home3 .btn-3.button {
    text-transform: uppercase
}

.comment-form .sec-home3 input.btn-3:hover[type=submit], .sec-home3 .btn.btn-3:hover, .sec-home3 .comment-form input.btn-3:hover[type=submit], .sec-home3 .woocommerce #payment .btn-3#place_order:hover, .sec-home3 .woocommerce-page #payment .btn-3#place_order:hover, .sec-home3 .woocommerce .cart .btn-3.button:hover, .sec-home3 .woocommerce.theme-paragon .recently_viewed_products .products li.product .btn-3.button:hover, .sec-home3 .woocommerce.theme-paragon .related.products li.product .btn-3.button:hover, .sec-home3 .woocommerce.theme-paragon.single-product form.cart a.btn-3.added_to_cart:hover, .sec-home3 button.btn-3:hover[name=update_cart], .woocommerce #payment .sec-home3 .btn-3#place_order:hover, .woocommerce-page #payment .sec-home3 .btn-3#place_order:hover, .woocommerce .cart .sec-home3 .btn-3.button:hover, .woocommerce.theme-paragon .recently_viewed_products .products li.product .sec-home3 .btn-3.button:hover, .woocommerce.theme-paragon .related.products li.product .sec-home3 .btn-3.button:hover, .woocommerce.theme-paragon.single-product form.cart .sec-home3 a.btn-3.added_to_cart:hover {
    background-color: #be9818
}

.sec-home4 {
    padding-bottom: 50px
}

@media only screen and (min-width: 1200px) {
    .sec-home4 .list-b-5.title {
        font-size: 17px
    }
}

.sec-home4 .woocommerce #payment a#place_order, .sec-home4 .woocommerce-page #payment a#place_order, .sec-home4 .woocommerce .cart a.button, .sec-home4 .woocommerce.theme-paragon .recently_viewed_products .products li.product a.button, .sec-home4 .woocommerce.theme-paragon .related.products li.product a.button, .sec-home4 .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .sec-home4 .woocommerce.theme-paragon div.product form.cart a.button, .sec-home4 a.btn, .woocommerce #payment .sec-home4 a#place_order, .woocommerce-page #payment .sec-home4 a#place_order, .woocommerce .cart .sec-home4 a.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .sec-home4 a.button, .woocommerce.theme-paragon .related.products li.product .sec-home4 a.button, .woocommerce.theme-paragon.single-product form.cart .sec-home4 a.added_to_cart, .woocommerce.theme-paragon div.product form.cart .sec-home4 a.button {
    text-transform: uppercase
}

.sec-home4 .woocommerce #payment a#place_order:hover, .sec-home4 .woocommerce-page #payment a#place_order:hover, .sec-home4 .woocommerce .cart a.button:hover, .sec-home4 .woocommerce.theme-paragon .recently_viewed_products .products li.product a.button:hover, .sec-home4 .woocommerce.theme-paragon .related.products li.product a.button:hover, .sec-home4 .woocommerce.theme-paragon.single-product form.cart a.added_to_cart:hover, .sec-home4 .woocommerce.theme-paragon div.product form.cart a.button:hover, .sec-home4 a.btn:hover, .woocommerce #payment .sec-home4 a#place_order:hover, .woocommerce-page #payment .sec-home4 a#place_order:hover, .woocommerce .cart .sec-home4 a.button:hover, .woocommerce.theme-paragon .recently_viewed_products .products li.product .sec-home4 a.button:hover, .woocommerce.theme-paragon .related.products li.product .sec-home4 a.button:hover, .woocommerce.theme-paragon.single-product form.cart .sec-home4 a.added_to_cart:hover, .woocommerce.theme-paragon div.product form.cart .sec-home4 a.button:hover {
    background-color: #be9818
}

.entry-head {
    margin-bottom: 40px
}

.entry-head .ht {
    font-weight: 900
}

.wtabs-2 .menu-tabs > div {
    font-weight: 600
}

.home-product-news .wtabs-3 {
    overflow: initial
}

@media only screen and (min-width: 992px) {
    .sc-features2 .tRes_69 {
        height: 356px
    }
}

@media only screen and (min-width: 1024px) {
    .sc-features2 .tRes_69 {
        height: 320px
    }
}

@media only screen and (min-width: 1199px) {
    .sc-features2 .tRes_69 {
        height: 450px
    }
}

@media only screen and (min-width: 1200px) {
    .sc-features2 .tRes_69:before {
        padding-top: 77%
    }

    .arow-right-filter {
        display: none
    }
}

@media only screen and (min-width: 1366px) {
    .sc-features2 .tRes_69:before {
        padding-top: 70.5%
    }
}

@media only screen and (min-width: 1440px) {
    .sc-features2 .tRes_69:before {
        padding-top: 69%
    }
}

.home-product-news .tskt {
    font-size: 17px
}

.home-product-news .tskt tr {
    padding: 0
}

.home-product-news .tskt tr td, .home-product-news .tskt tr th {
    padding: 0;
    text-align: left
}

.home-product-news .tskt tr td span, .home-product-news .tskt tr th span {
    font-weight: 600;
    margin: 0 5px
}

.home-product-news .slider-sync-wrapper .item-feature .h1 {
    font-weight: 900;
    margin-bottom: 10px
}

.item.item-feature h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.wrapul .sub-menu {
    text-align: left;
    position: relative;
    z-index: 999
}

.wrapul .sub-menu .menu-item:hover > a {
    background-color: #be9818;
    color: #fff;
    font-weight: 400
}

@media screen and (min-width: 992px) {
    ul.menu-top-header > li .wrapul li a, ul.menu-top-header > li > ul li a, ul.menu-top-header > li li > ul li a {
        display: block;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        width: 100%;
        color: #000;
        line-height: 35px;
        padding: 10px;
        overflow: hidden;
        font-weight: 400;
        white-space: nowrap
    }

    ul.menu-top-header > li > .wrapul, ul.menu-top-header > li > ul {
        left: 0;
        margin: 30px 0 0;
        width: auto
    }

    ul.menu-top-header > li .wrapul li:hover > a, ul.menu-top-header > li > ul li:hover > a, ul.menu-top-header > li li > ul li:hover > a {
        color: #be9818;
        padding-left: 10px
    }

    ul.menu-top-header > li:hover > a {
        color: #fff;
        background-color: #be9818
    }

    ul.menu-top-header > li > a {
        padding: 0 25px
    }

    .itemmega-custom.menu-3cols > .wrapul > .sub-menu {
        -webkit-columns: inherit;
        columns: inherit
    }

    .itemmega-custom > .wrapul {
        width: 1000px !important
    }

    .itemmega-custom > .wrapul > .sub-menu > li {
        display: block;
        position: relative;
        float: left;
        width: 33.33%
    }

    .itemmega-custom > .wrapul > .sub-menu > li a {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }

    .itemmega-custom > .wrapul > .sub-menu > li > .wrapul > .sub-menu > li a {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.comment-form .row-subscribe input[type=submit], .row-subscribe .btn, .row-subscribe .comment-form input[type=submit], .row-subscribe .woocommerce #payment #place_order, .row-subscribe .woocommerce-page #payment #place_order, .row-subscribe .woocommerce .cart .button, .row-subscribe .woocommerce.theme-paragon .recently_viewed_products .products li.product .button, .row-subscribe .woocommerce.theme-paragon .related.products li.product .button, .row-subscribe .woocommerce.theme-paragon.single-product form.cart a.added_to_cart, .row-subscribe .woocommerce.theme-paragon div.product form.cart .button, .row-subscribe button[name=update_cart], .woocommerce #payment .row-subscribe #place_order, .woocommerce-page #payment .row-subscribe #place_order, .woocommerce .cart .row-subscribe .button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .row-subscribe .button, .woocommerce.theme-paragon .related.products li.product .row-subscribe .button, .woocommerce.theme-paragon.single-product form.cart .row-subscribe a.added_to_cart, .woocommerce.theme-paragon div.product form.cart .row-subscribe .button {
    height: 35px
}

.sec-ab-8.sticky-stopper, .sec-ab-9.sticky-stopper {
    z-index: 99;
    background: #fff
}

#footer {
    z-index: 99
}

.sidebarss.sticky {
    margin-top: 50px
}

.page-title {
    padding-bottom: 30px
}

#header .group-header > .item {
    padding-left: 20px
}

#header .group-header > .item:before {
    content: "";
    position: absolute;
    top: 22px;
    right: -10px;
    width: 1px;
    height: 40%;
    background: #ccc
}

.group-header div:nth-last-child(2):before {
    display: none
}

.page-recruit-detail .info ul {
    max-width: 100%
}

.search .wide > p {
    text-align: center
}

select.select {
    background-size: 12px !important
}

body::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

body::-webkit-scrollbar {
    width: 9px;
    background-color: #f5f5f5
}

body::-webkit-scrollbar-thumb {
    background-color: #be9818;
    border-radius: 5px;
    border: none;
    outline: none
}

.sec-about-6.sticky-stopper {
    overflow: hidden
}

.single-product .single_add_to_cart_button.button {
    line-height: 30px !important
}

@media only screen and (max-width: 768px) {
    div.quantity button.plus {
        margin-left: -2px !important
    }
}

@media (max-width: 767px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        left: 15px;
        top: 10px
    }

    .bl, .br {
        width: 145px
    }
}

.woocommerce.theme-paragon.single-product form.cart .button {
    margin-bottom: 5px
}

@media (max-width: 768px) {
    .page-contact.sec-t2 {
        padding-top: 50px
    }
}

@media (max-width: 1024px) {
    .related-post, .table-recruitment {
        overflow-x: auto
    }

    .related-post .recruit-table, .table-recruitment .recruit-table {
        min-width: 1000px;
        overflow-x: auto
    }

    .related-post::-webkit-scrollbar-track, .table-recruitment::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        border-radius: 10px;
        background-color: #f5f5f5
    }

    .related-post::-webkit-scrollbar, .table-recruitment::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
        height: 10px
    }

    .related-post::-webkit-scrollbar-thumb, .table-recruitment::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #be9818
    }

    .single-product .single_add_to_cart_button.button {
        width: 100%
    }

    .comment-form .single-product input.checkout.btn2[type=submit], .comment-form .single-product input.checkout.btn3[type=submit], .single-product .checkout.btn.btn2, .single-product .checkout.btn.btn3, .single-product .comment-form input.checkout.btn2[type=submit], .single-product .comment-form input.checkout.btn3[type=submit], .single-product .woocommerce #payment .checkout.btn2#place_order, .single-product .woocommerce #payment .checkout.btn3#place_order, .single-product .woocommerce-page #payment .checkout.btn2#place_order, .single-product .woocommerce-page #payment .checkout.btn3#place_order, .single-product .woocommerce .cart .checkout.btn2.button, .single-product .woocommerce .cart .checkout.btn3.button, .single-product .woocommerce.theme-paragon .recently_viewed_products .products li.product .checkout.btn2.button, .single-product .woocommerce.theme-paragon .recently_viewed_products .products li.product .checkout.btn3.button, .single-product .woocommerce.theme-paragon .related.products li.product .checkout.btn2.button, .single-product .woocommerce.theme-paragon .related.products li.product .checkout.btn3.button, .single-product button.checkout.btn2[name=update_cart], .single-product button.checkout.btn3[name=update_cart], .woocommerce #payment .single-product .checkout.btn2#place_order, .woocommerce #payment .single-product .checkout.btn3#place_order, .woocommerce-page #payment .single-product .checkout.btn2#place_order, .woocommerce-page #payment .single-product .checkout.btn3#place_order, .woocommerce .cart .single-product .checkout.btn2.button, .woocommerce .cart .single-product .checkout.btn3.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .single-product .checkout.btn2.button, .woocommerce.theme-paragon .recently_viewed_products .products li.product .single-product .checkout.btn3.button, .woocommerce.theme-paragon .related.products li.product .single-product .checkout.btn2.button, .woocommerce.theme-paragon .related.products li.product .single-product .checkout.btn3.button, .woocommerce.theme-paragon.single-product form.cart a.checkout.btn2.added_to_cart, .woocommerce.theme-paragon.single-product form.cart a.checkout.btn3.added_to_cart {
        width: 49%
    }

    .recently_viewed_products.product_list_widget .nextArrow.slick-arrow, .recently_viewed_products.product_list_widget .prevArrow.slick-arrow {
        display: none !important
    }

    .related.products .nextArrow.slick-arrow, .related.products .prevArrow.slick-arrow {
        display: none !important
    }
}

@media (min-width: 768px) {
    .page-contact.sec-t2 {
        padding-top: 50px
    }
}

@media (min-width: 992px) {
    .scloadpost.sc-product.list-p-1 .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

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

    .page-contact.sec-t2 {
        padding-top: 100px
    }
}

@media only screen and (min-width: 768px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .home-product-news .slider-sync-wrapper .slider-nav .prevArrow {
        top: 10px
    }

    .home-product-news .slider-sync-wrapper .slider-nav {
        padding-top: 25px
    }

    .home-product-news .slider-sync-wrapper .slider-nav {
        padding-top: 25px
    }

    .sec-home2 .timer {
        font-size: 18px
    }

    .sec-home2 .t2 {
        font-size: 14px
    }

    .themeModal .container {
        max-width: 600px
    }

    .page-contact.sec-t2 {
        padding-top: 60px
    }

    .sec-home1 .wimg img {
        margin: -30px 0 -50px
    }

    .home-product-news .wtabs-3 {
        padding-right: 130px
    }

    .home-product-news .slider-sync-wrapper {
        padding-right: 200px
    }

    .content-tabs .item.item-feature .divtext h5 {
        display: none
    }

    .content-tabs .item.item-feature .divtext .title.h1 {
        font-size: 20px;
        margin-top: 15px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .home-product-news .slider-sync-wrapper .slick-slide {
        max-height: 500px
    }

    .home-product-news .slider-sync-wrapper .slider-nav .nextArrow {
        bottom: 30px
    }

    .desc.line-2, .woocommerce.theme-paragon .recently_viewed_products .products li.product h2.desc, .woocommerce.theme-paragon .related.products li.product h2.desc {
        margin-bottom: 0
    }

    .paragon-history .tree-history .line-tree {
        height: 87%
    }

    .content-tabs .item.item-feature .divtext h5 {
        display: none
    }

    .content-tabs .item.item-feature .divtext .title.h1 {
        font-size: 20px
    }

    .home-product-news .wtabs-3 .menu-product-icon {
        width: 110px
    }

    .paragon-value .item-value-paragon {
        min-height: 200px
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .wtabs-3 {
        margin-bottom: 80px
    }

    .home-product-news .slider-sync-wrapper .slider-nav .nextArrow {
        bottom: -85px
    }

    .home-product-news .wtabs-3 {
        padding-right: 180px
    }

    .content-tabs .item.item-feature .divtext h5 {
        font-size: 14px;
        margin-top: 15px
    }

    .content-tabs .item.item-feature .divtext .title.h1 {
        font-size: 20px;
        margin-top: 15px
    }

    .desc.line-2, .woocommerce.theme-paragon .recently_viewed_products .products li.product h2.desc, .woocommerce.theme-paragon .related.products li.product h2.desc {
        margin-bottom: 0
    }

    .sec-home2 .timer {
        font-size: 18px
    }

    .sec-home2 .t2 {
        font-size: 14px
    }

    .themeModal .container {
        max-width: 600px
    }

    .sc-features2 .tRes_69:before {
        padding-top: 79%
    }

    .page-contact.sec-t2 {
        padding-top: 60px
    }

    .paragon-history .tree-history .line-tree {
        height: 89.6%
    }

    .paragon-history .tree-history .item-history.right:before {
        width: 65px
    }

    .paragon-history .tree-history .item-history.left:before {
        width: 60px
    }

    .paragon-history .tree-history .item-history.left:after {
        left: 126%;
        top: 48.5%
    }

    .paragon-history .tree-history .item-history.right:after {
        right: 126%;
        top: 48.5%
    }

    .sc-features2 .item-group-content .line2 {
        display: none
    }

    .sc-features .tRes_66 {
        height: 325px
    }

    [class*=sc-features] .list-b-2 {
        margin-bottom: 37px
    }
}

@media only screen and (min-width: 768px) {
    .scloadpost.sc-du-an.list-du-an .divtext .title {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 45px;
        font-size: 18px;
    }

    .scloadpost.sc-du-an.list-du-an .divtext .address {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 65px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 1200px) {
    .sc-features .tRes_66 {
        height: 442px
    }

    [class*=sc-features] .list-b-2 {
        margin-bottom: 34px
    }
}

@media only screen and (min-width: 1440px) {
    .sc-features2 .tRes_69 {
        height: 440px
    }

    .sc-features .tRes_66 {
        height: 605px;
    }

    [class*=sc-features] .list-b-2 {
        margin-bottom: 37px
    }
}

.list-b-1 .item-group-content .date a {
    display: none
}

.sc-features2 .item-group-content .title.line2 {
    display: block
}

.list-b-2 .item [class*=tRes] > img {
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) {
    .list-b-1 .item-group-addon .img.tRes_70:before {
        padding-top: 65%
    }

    [class*=sc-features] .list-b-1 .item-group {
        margin-bottom: 5px
    }
}

@media only screen and (min-width: 1199px) {
    .list-b-1 .item-group-addon .img.tRes_70:before {
        padding-top: 70%
    }

    [class*=sc-features] .list-b-1 .item-group {
        margin-bottom: 25px
    }
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection > output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection > output[hidden] {
    display: none
}

:root {
    --woocommerce: #7f54b3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7f54b3;
    --wc-primary-text: #fff;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
    content: " ";
    display: table
}

.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
    clear: both
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%
}

.woocommerce #content div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    content: " ";
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products, .woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products:after, .woocommerce ul.products:before, .woocommerce-page ul.products:after, .woocommerce-page ul.products:before {
    content: " ";
    display: table
}

.woocommerce ul.products:after, .woocommerce-page ul.products:after {
    clear: both
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
    clear: both
}

.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right
}

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before {
    content: " ";
    display: table
}

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
    clear: both
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal, .woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer
}

.woocommerce form .show-password-input:after, .woocommerce-page form .show-password-input:after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e010";
    text-decoration: none
}

.woocommerce form .show-password-input.display-password:after, .woocommerce-page form .show-password-input.display-password:after {
    color: #585858
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right
}

.woocommerce .woocommerce-billing-fields:after, .woocommerce .woocommerce-billing-fields:before, .woocommerce .woocommerce-shipping-fields:after, .woocommerce .woocommerce-shipping-fields:before, .woocommerce-page .woocommerce-billing-fields:after, .woocommerce-page .woocommerce-billing-fields:before, .woocommerce-page .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-shipping-fields:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-billing-fields:after, .woocommerce .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-billing-fields:after, .woocommerce-page .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: transparent;
    color: inherit;
    font-weight: 700
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width: 673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width: 1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

@media screen and (min-width: 38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width: 59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
}

#content .twentysixteen div.product div.images, #content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width: 44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%
    }
}

@media screen and (min-width: 56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

@charset "UTF-8";
:root {
    --woocommerce: #7f54b3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7f54b3;
    --wc-primary-text: #fff;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/WooCommerce.woff2) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.woff2) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #7f54b3;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a, p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0
}

.woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6a6a6a
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart:after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart:after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #b3af54;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
    content: " ";
    display: table
}

.woocommerce .products ul:after, .woocommerce ul.products:after {
    clear: both
}

.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #cfc8d8;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e9e6ed;
    color: #816e99
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review:after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist > li:before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce
}

.woocommerce .star-rating:before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating:after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond:after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover ~ a:before {
    content: "\e021"
}

.woocommerce p.stars:hover a:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active ~ a:before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td, .woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child, .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
    content: "Ã¢â€ â€œ";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after {
    clear: both
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #e9e6ed;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: #1e85be transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details:after, .woocommerce ul.order_details:before {
    content: " ";
    display: table
}

.woocommerce ul.order_details:after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .additional-fields, .woocommerce .woocommerce-customer-details .addresses {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details .additional-fields:last-child, .woocommerce .woocommerce-customer-details .addresses:last-child {
    margin-bottom: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list {
    margin: 0;
    padding: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    display: inline
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt:after {
    content: ": "
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt:before {
    content: "";
    display: block
}

.woocommerce .addresses .wc-block-components-additional-fields-list dd {
    margin: 0;
    padding: 0;
    font-style: normal;
    display: inline
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
    display: grid;
    grid-template-columns:1fr max-content
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-style: normal;
    font-weight: 700;
    padding: 1rem;
    box-sizing: border-box;
    margin: 0 !important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:after {
    display: none
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type {
    border-bottom: 0
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem;
    box-sizing: border-box;
    text-align: right;
    margin: 0 !important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type {
    border-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    box-sizing: border-box
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #7f54b3;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #7f54b3
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #35224c;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li:after, .woocommerce .widget_rating_filter ul li:before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li:after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added:after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #dcd7e3;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #7f54b3;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #7249a4;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #7f54b3;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #e9e6ed
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #b3af54;
    font-size: 1.25em
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #b3af54
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
    color: red
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #b3af54
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
    content: " ";
    display: table
}

.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
    clear: both
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: right
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message:before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info:before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error:before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce:after, .woocommerce-account .woocommerce:before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce:after {
    clear: both
}

.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title:after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cfc8d8;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout:after, #add_payment_method .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-checkout .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after, .woocommerce-cart .cart-collaterals .shipping-calculator-button:after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #b3af54
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #e9e6ed
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #e9e6ed;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img + img, .woocommerce-cart #payment ul.payment_methods li img + img, .woocommerce-checkout #payment ul.payment_methods li img + img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
    clear: both
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e3;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c2b9ce;
    border-top-color: #b5aac3
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/discover.svg)
}

#add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dcd7e3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

@charset "UTF-8";
@media print {
    @page {
        margin: 1cm
    }

    .entry-header, .site-footer {
        margin: 0
    }

    .posts {
        padding: 0
    }

    .entry-content, .entry-content p, .section-inner, .section-inner.max-percentage, .section-inner.medium, .section-inner.small, .section-inner.thin {
        max-width: 100%;
        width: 100%
    }

    body {
        background: #fff !important;
        color: #000;
        font: 13pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3
    }

    h2, .h2, h1 {
        font-size: 10pt
    }

    h2.entry-title, h3, h4, .has-normal-font-size, .has-regular-font-size, .has-large-font-size, .comments-header {
        font-size: 14pt;
        margin-top: 1cm
    }

    a {
        page-break-inside: avoid
    }

    blockquote {
        page-break-inside: avoid
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    img {
        page-break-inside: avoid;
        page-break-after: avoid
    }

    table, pre {
        page-break-inside: avoid
    }

    ul, ol, dl {
        page-break-before: avoid
    }

    a:link, a:visited, a {
        background: 0 0;
        font-weight: 700;
        text-decoration: underline
    }

    a {
        page-break-inside: avoid
    }

    a[href^=http]:after {
        content: " < " attr(href) "> "
    }

    a:after > img {
        content: ""
    }

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

    a:not(:local-link):after {
        content: " < " attr(href) "> "
    }

    body.single-post {
        background-color: #fff
    }

    body.single-post .maincontent {
        margin: 0 15px;
        padding: 15px;
        box-shadow: none
    }

    .container.wide {
        max-width: 100%
    }

    body.single-post .maincontent .row .col-md-8 {
        width: 100%
    }

    #header, .afterHeader, .entry-heading, #contentPrint .share, .entry-breadcrumb, .lwptoc, .sidebar-blog, .related-post, #footer, .ama-wrap-alo, #back-top, #site-header, .comment-form, .comments-wrapper, .comment .comment-metadata, .footer-social-wrapper, .footer-widgets-outer-wrapper, .header-navigation-wrapper, .pagination-wrapper, .post-meta-wrapper.post-meta-single-bottom, .post-separator, .site-logo img {
        display: none
    }

    .entry-content .wp-block-button .wp-block-button__link, .entry-content .wp-block-button .wp-block-file__button, .entry-content .button {
        background: 0 0;
        color: #000
    }
}

.simplefavorite-button.active {
    opacity: .7
}

.simplefavorite-button.has-count {
    position: relative
}

.simplefavorite-button.preset {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1), 1px 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1), 1px 1px 1px 0px rgba(0, 0, 0, .1);
    padding: .5em 1em .5em 2em;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.simplefavorite-button.preset:active, .simplefavorite-button.preset:focus {
    outline: none
}

.simplefavorite-button.preset i {
    position: absolute;
    font-size: 1.3em;
    left: .3em
}

.simplefavorite-button.preset:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.simplefavorite-button.preset.active {
    background-color: #333;
    color: #fff;
    border-color: #333;
    opacity: 1
}

.simplefavorites-loading {
    margin-left: 8px
}

.sf-icon-spinner-wrapper {
    display: inline-block;
    position: relative;
    min-width: 1em;
    min-height: 1em
}

.sf-icon-spinner {
    -webkit-animation: sf_rotate linear 2s infinite;
    animation: sf_rotate linear 2s infinite;
    position: absolute;
    top: .15em;
    left: 0
}

@-webkit-keyframes sf_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes sf_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

.favorites-list {
    list-style: none
}

.favorites-list li {
    zoom: 1;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: .75em 0;
    margin: 0
}

.favorites-list li:before, .favorites-list li:after {
    content: " ";
    display: table
}

.favorites-list li:after {
    clear: both
}

.favorites-list li img {
    float: left;
    margin-right: 1em
}

.simplefavorites-modal-backdrop {
    position: fixed;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .85);
    top: 0;
    left: 50%;
    z-index: 998;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.simplefavorites-modal-backdrop.active {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.simplefavorites-modal-content {
    z-index: 999;
    position: fixed;
    top: -200%;
    left: 50%;
    width: 50%;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(51, 51, 51, .5);
    box-shadow: 2px 2px 20px 0px rgba(51, 51, 51, .5)
}

.simplefavorites-modal-content.small {
    width: 400px
}

.simplefavorites-modal-content.active {
    top: 50px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.simplefavorites-modal-content.loading .modal-content-body {
    display: none
}

.simplefavorites-modal-content.loading .modal-content-loading {
    display: block
}

.simplefavorites-modal-content-body {
    padding: 1em;
    max-height: 300px;
    overflow: auto;
    zoom: 1
}

.simplefavorites-modal-content-body:before, .simplefavorites-modal-content-body:after {
    content: " ";
    display: table
}

.simplefavorites-modal-content-body:after {
    clear: both
}

.simplefavorites-modal-content-body.no-padding {
    padding: 0
}

.simplefavorites-modal-content-body.has-footer {
    padding-bottom: 0
}

.simplefavorites-modal-content-interior {
    padding: 1em;
    padding-bottom: 0
}

.simplefavorites-modal-content-footer {
    zoom: 1;
    padding: .7em;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background-color: rgba(51, 51, 51, .1)
}

.simplefavorites-modal-content-footer:before, .simplefavorites-modal-content-footer:after {
    content: " ";
    display: table
}

.simplefavorites-modal-content-footer:after {
    clear: both
}

.simplefavorites-button-consent-deny {
    float: left;
    opacity: .7
}

.simplefavorites-button-consent-accept {
    float: right
}

@media (max-width: 767px) {
    .simplefavorites-modal-content {
        width: 90%
    }

    .simplefavorites-modal-content.active {
        top: 20px
    }

    .simplefavorites-modal-content-body {
        height: 300px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden
    }
}

@media print {
    .simplefavorites-modal-backdrop, .simplefavorites-modal-content {
        display: none
    }
}

@font-face {
    font-family: 'favorites';
    src: url(../fonts/favorites.eot)
}

@font-face {
    font-family: 'favorites';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBwcAAAC8AAAAYGNtYXClTaJoAAABHAAAAIxnYXNwAAAAEAAAAagAAAAIZ2x5Ztq6v+MAAAGwAAAEVGhlYWQN7PEkAAAGBAAAADZoaGVhB8IDzgAABjwAAAAkaG10eCoAAgwAAAZgAAAANGxvY2EE9AZcAAAGlAAAABxtYXhwABEAdQAABrAAAAAgbmFtZWwpt2EAAAbQAAABnnBvc3QAAwAAAAAIcAAAACAAAwPNAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADqEAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAcAAAABgAEAADAAgAAQAg5gHofeia6Nzo5ul76dnqEP/9//8AAAAAACDmAOh96Jro3Ojm6Xvp2eoQ//3//wAB/+MaBBeJF20XLBcjFo8WMhX8AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAIP/2A+ADigARABsAAAEfATMPAR8BLwEPAT8BLwEzNxMDIQUDJQUDLQECADMN1oknDTOJJyaKNw0nidYQQHP+kwEmcAEqASZwASr+kwK9oy1jGi2jYxoaY6MtHWYtAWr+o9r+o9fXAV3XAwAAAAABACD/9gPgA4oACQAAAQ0BEyUFEyUhEwJzAW3+1nD+2v7WcP7aAW1zAi0D1/6j19MBXNcBXQAAAAEAVgAdA6oDKwAbAAAlJy4DNTQ+AjMyFhc+ATMyHgIVFA4CBwIAPlKHXzQkP1UyN2YjImY4MVY/JDRfhlMdOEt/dHE9MVY/JDIoKDIkP1YxPXF2f0sAAAADAFYAAQOqA1UAFQAhADsAAAE+ATU0JiMiBg8BJy4BIyIGFRQWHwEBMjY1NCYjIgYVFBYFHgEVFAYHAQ4BIyImJwEuATURNDYzITIWFwLgDxE+LBYnDyAeDyYXKz8PD7b+wBslJRsbJSUCwwwMDAz+1AweEhIeDP6ADAwxIwEsEh4MAR8PJhcrPw8PICAPDz8rFyYPtgIYJRsbJSUbGyXEDB4SEh4M/tQMDAwMAYAMHhIBLCIyDAwAAgAqACsD1gOBABwAIAAAAQczFRQGBwMOASMhIiY1ETQ2NwEXHgEdAQchMhYBETMRA9YCAgMDggkqG/6AIjQODAEYLgkJKgEOIjT8VKwCAQRSCRAH/tQXHTMjAaoSHgwBGi4JFg0OxDL+CAIA/gAAAAEA1gArAyoDKwAKAAABMhYVESUFETQ2MwLWIjL+1v7WMSMDKzQi/VaAgAKqIjQAAAIAIP/wBAADsAA6AHIAAAEuAScuAScuAScuAQcOAQcOAQcOAQcOARceARceARceARceATc+ATc+ATc+ATc+ATc6ATMyNjU8ATUxBw4BBw4BBw4BJy4BJy4BJy4BJy4BNz4BNz4BNz4BNz4BFx4BFx4BFx4BFx4BBzEcARUUFhcOAQcEAAEVFRQ5JCNULi1hMTFfLC1PISE0ERIQAQEUExM2ISJOKytaLi5ZKSlLHh8xEAkOAwECARslZhEzHx9JKChVKipTJyZFHR0sDw8OAQESEBEuHR5DJSVPJydNJCNAGhspDg0NASEYBQ8LAcAyYy0uUiIjNRISEQEBFRMUNyMiUS0sXi8vXCsrTSAgMhAREAEBFBISNCEgTCkZNBslGwEDAaooRx4eLhAPDwEBEhERMR4eRyYnUSkpUCUlQhwbKw4PDQEBERAQLRwcQSQjSyYBAwEZJAMaMxgAAAEAAP/ZBAADpwAKAAABJQsBDQEDJQUDJQQA/p6env6eAQA8ATwBPDwBAAIzMwFB/r8z+v6gpqYBYPoAAAEAAAAgBAADQAAFAAAJAScHCQEDYP4g4KABgAKAA0D+IOCg/oACgAABAAAAAQAAvj/AY18PPPUACwQAAAAAANVm1k8AAAAA1WbWTwAA/9kEAAOwAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAANBAAAAAAAAAAAAAAAAgAAAAQAACAEAAAgBAAAVgQAAFYEAAAqBAAA1gQAACAEAAAABAAAAAAAAAAACgAUAB4AVgByAJ4A+gEyAUoB+AIWAioAAQAAAA0AcwADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAkAAAABAAAAAAACAAcAcgABAAAAAAADAAkAPAABAAAAAAAEAAkAhwABAAAAAAAFAAsAGwABAAAAAAAGAAkAVwABAAAAAAAKABoAogADAAEECQABABIACQADAAEECQACAA4AeQADAAEECQADABIARQADAAEECQAEABIAkAADAAEECQAFABYAJgADAAEECQAGABIAYAADAAEECQAKADQAvGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc2Zhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class^=sf-icon-], [class*=" sf-icon-"] {
    font-family: 'favorites' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sf-icon-spinner:before {
    content: "\e97b"
}

.sf-icon-favorite:before {
    content: "\e9d9"
}

.sf-icon-checkmark:before {
    content: "\ea10"
}

.sf-icon-bookmark:before {
    content: "\e8e6"
}

.sf-icon-love:before {
    content: "\e87d"
}

.sf-icon-wishlist:before {
    content: "\e89a"
}

.sf-icon-like:before {
    content: "\e8dc"
}

.sf-icon-star-empty:before {
    content: "\e600"
}

.sf-icon-star-full:before {
    content: "\e601"
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap
}

#billing_first_name_field, #shipping_first_name_field {
    order: 1
}

#billing_last_name_field, #shipping_last_name_field {
    order: 2
}

#billing_company_field, #shipping_company_field {
    order: 3
}

#billing_country_field, #shipping_country_field {
    order: 4
}

#billing_state_field, #shipping_state_field {
    order: 5
}

#billing_city_field, #shipping_city_field {
    order: 6
}

#billing_address_1_field, #shipping_address_1_field {
    order: 7
}

#billing_address_2_field, #shipping_address_2_field {
    order: 8
}

#billing_postcode_field, #shipping_postcode_field {
    order: 9
}

#billing_phone_field, #shipping_phone_field {
    order: 10
}

#billing_email_field, #shipping_email_field {
    order: 11
}

#cookie-notice {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif
}

#cookie-notice, #cookie-notice * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cookie-notice.cn-animated {
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#cookie-notice.cn-animated.cn-effect-none {
    -webkit-animation-duration: 0.001s !important;
    animation-duration: 0.001s !important
}

#cookie-notice .cookie-notice-container {
    display: block
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
    display: none
}

#cookie-notice .cookie-revoke-container {
    display: block
}

#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
    display: none
}

.cn-position-top {
    top: 0
}

.cn-position-bottom {
    bottom: 0
}

.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2
}

.cookie-revoke-container {
    padding: 15px 30px;
    width: 100%;
    z-index: 1
}

.cn-close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    opacity: .5;
    padding: 10px;
    outline: none;
    cursor: pointer
}

.cn-close-icon:hover {
    opacity: 1
}

.cn-close-icon:before, .cn-close-icon:after {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: rgba(128, 128, 128, 1)
}

.cn-close-icon:before {
    transform: rotate(45deg)
}

.cn-close-icon:after {
    transform: rotate(-45deg)
}

#cookie-notice .cn-revoke-cookie {
    margin: 0
}

#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    display: inline-block
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit
}

.cn-text-container {
    margin: 0 0 6px 0
}

.cn-text-container, .cn-buttons-container {
    display: inline-block
}

#cookie-notice.cookie-notice-visible.cn-effect-none, #cookie-notice.cookie-revoke-visible.cn-effect-none {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

#cookie-notice.cn-effect-none {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-fade {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

#cookie-notice.cn-effect-fade {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

#cookie-notice.cookie-notice-visible.cn-effect-slide, #cookie-notice.cookie-revoke-visible.cn-effect-slide {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

#cookie-notice.cn-effect-slide {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide, #cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

#cookie-notice.cn-position-top.cn-effect-slide {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@media all and (max-width: 900px) {
    .cookie-notice-container #cn-notice-text {
        display: block
    }

    .cookie-notice-container #cn-notice-buttons {
        display: block
    }

    #cookie-notice .cn-button {
        margin: 0 5px 5px 5px
    }
}

@media all and (max-width: 480px) {
    .cookie-notice-container, .cookie-revoke-container {
        padding: 15px 25px
    }
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

body.wc-block-product-gallery-modal-open {
    overflow: hidden
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "Ã®â‚¬â€”";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    animation: spin 2s linear infinite;
    content: "Ã®â‚¬Â±";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: WooCommerce;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    left: auto;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em
}

@media only screen and (min-width: 768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width: 1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
    max-width: var(--wp--style--global--wide-size)
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
    -ms-grid-row-align: center;
    align-self: center;
    flex-basis: 100%;
    padding-right: 16px;
    white-space: normal
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
    padding-right: 0
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
    font-weight: 600;
    margin: 0 0 8px
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
    margin: 0 0 0 24px;
    padding: 0
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {
    clear: both;
    content: "";
    display: block
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0;
    color: #2f2f2f !important;
    float: right;
    margin: 0;
    opacity: .6;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1
}

.wc-block-components-notice-banner > svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px
}

.wc-block-components-notice-banner > .wc-block-components-button {
    background: transparent none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px 0 0 auto !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

.wc-block-components-notice-banner > .wc-block-components-button > svg {
    margin: 0 !important
}

.wc-block-components-notice-banner > .wc-block-components-button:active, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:hover {
    opacity: 1
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

.wc-block-components-notice-banner.is-error > svg {
    background-color: #cc1818;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning > svg {
    background-color: #f0b849;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866
}

.wc-block-components-notice-banner.is-success > svg {
    background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

.wc-block-components-notice-banner.is-info > svg {
    background-color: #007cba
}

.woocommerce.wc-block-store-notices.alignwide {
    max-width: var(--wp--style--global--wide-size)
}