﻿.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

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

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -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;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    margin: 0 auto
}

.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
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}
mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

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

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

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :before, :after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}

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

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: ''
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

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

.container {
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

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

.row {
    margin-right: -15px;
    margin-left: -15px
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

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

@media (min-width: 992px) {
    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

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

@media (min-width: 1200px) {
    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

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

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top
    }

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

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

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

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

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

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd
    }

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

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

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

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
    }

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

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1
    }

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px
    }

        input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
            line-height: 30px
        }

        input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
            line-height: 46px
        }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px
    }

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

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

.input-sm, .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm, select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, textarea.form-group-sm .form-control, select[multiple].input-sm, select[multiple].form-group-sm .form-control {
    height: auto
}

.input-lg, .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg, select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, textarea.form-group-lg .form-control, select[multiple].input-lg, select[multiple].form-group-lg .form-control {
    height: auto
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

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

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

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0
        }

        .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

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

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

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

.fade {
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none;
    visibility: hidden
}

    .collapse.in {
        display: block;
        visibility: visible
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 0;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff
}

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

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

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

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

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

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left
    }

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

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

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

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

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

.btn-group > .btn-group {
    float: left
}

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

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

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

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

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

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

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

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

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

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

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

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

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .active {
    display: block;
    visibility: visible
}

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1)
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            visibility: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

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

    .navbar-brand > img {
        display: block
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

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

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0
        }

        .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

    .media-right, .media > .pull-right {
        padding-left: 10px
    }

    .media-left, .media > .pull-left {
        padding-right: 10px
    }

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover, a.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

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

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20)
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5)
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

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

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
        background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
        background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 0
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

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

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

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.fade {
    transition: opacity .15s linear
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}
.slick_margin .slick-list {
    margin-left: -10px
}

.slick_margin .slick-slide {
    margin-left: 10px
}
div, a {
    outline: none !important
}

.thumb .lazyload {
    background: #ebebeb
}

.thumb-wrapper .thumb:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
    z-index: 5;
    opacity: 0
}

.thumb-wrapper .thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    min-height: 150px
}

    .thumb-wrapper .thumb img.loaded {
        min-height: unset;
        height: unset
    }

.f-right {
    float: right !important
}

.f-left {
    float: left !important
}

.block {
    display: block !important;
    padding: 15px 0px 15px
}
iframe {
    max-width: 100%
}

div#main, .tab-content, .rte {
    overflow: hidden
}

form.search_box {
    position: relative;
    margin-bottom: 20px
}

    form.search_box input {
        padding: 7px 110px 7px 10px !important
    }

    form.search_box button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 7px 20px !important;
        background: #ff7600;
        color: #fff;
        border: 1px solid #ff7600
    }

.row {
    margin-right: -10px;
    margin-left: -10px
}

@media (max-width: 480px) {
    .row {
        margin-right: -7px;
        margin-left: -7px
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 480px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 7px;
        padding-right: 7px
    }
}

.container-fluid {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 480px) {
    .container-fluid {
        padding-left: 7px;
        padding-right: 7px
    }
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (max-width: 480px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        padding-left: 7px;
        padding-right: 7px
    }
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .clear_left {
        padding-left: 0
    }
}
.col-item:hover .item-title {
    color: #b82800
}

    .col-item:hover .item-title a {
        color: #b82800
    }

small {
    font-size: 85%;
    font-weight: normal;
    text-transform: lowercase;
    color: #999999
}

@media (min-width: 992px) {
    .area {
        position: relative;
        margin-bottom: 70px
    }

        .area header#hedix {
            position: absolute;
            width: 100%;
            bottom: -50px;
            background: rgba(247,246,245,0.6);
            z-index: 99
        }
}

@media (max-width: 991px) {
    .magik-slideshow {
        margin-bottom: 20px
    }
}

.magik-slideshow .slick-slide:hover, .magik-slideshow .slick-slide:focus {
    outline: none;
    box-shadow: none;
    border: none
}

.magik-slideshow .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 40px;
    text-align: center;
    z-index: 2
}

@media (max-width: 767px) {
    .magik-slideshow .slick-arrow {
        display: none !important
    }
}

.magik-slideshow .slick-arrow.slick-prev {
    left: 0px
}

    .magik-slideshow .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(https://thephinhnhapkhau.com.vn/uploads/images/icons/left_s.webp);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 8px center;
        height: 40px;
        width: 40px;
        display: block;
        background-color: #ff7600;
        border-radius: 20px
    }

    .magik-slideshow .slick-arrow.slick-prev:hover:before {
        background-color: #b82800
    }

.magik-slideshow .slick-arrow.slick-next {
    right: 0px
}

    .magik-slideshow .slick-arrow.slick-next:before {
        content: "";
        background-image: url(https://thephinhnhapkhau.com.vn/uploads/images/icons/right_s.webp);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 11px center;
        height: 40px;
        width: 40px;
        display: block;
        background-color: #ff7600;
        border-radius: 20px
    }

    .magik-slideshow .slick-arrow.slick-next:hover:before {
        background-color: #b82800
    }

.magik-slideshow .slick-dots {
    text-align: center;
    margin: 0;
    padding: 0
}

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

        .magik-slideshow .slick-dots li button {
            border-radius: 0;
            height: 10px;
            width: 10px;
            border: 1px solid #e5e5e5;
            background-color: #fff;
            padding: 0;
            font-size: 0
        }

        .magik-slideshow .slick-dots li + li {
            margin-left: 5px
        }

        .magik-slideshow .slick-dots li.slick-active button {
            border-color: #ff7600;
            background-color: #ff7600;
            border-radius: 0;
            width: 10px
        }

.magik-slideshow .slick-slide {
    margin: 0
}

.magik-slideshow .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    border-radius: 15px;
    height: 24px;
    align-items: center;
    display: flex !important;
    justify-content: center
}

@media (min-width: 992px) {
    .magik-slideshow .slick-dots {
        bottom: 100px
    }
}

@media (max-width: 991px) {
    .magik-slideshow .slick-dots {
        bottom: 10px
    }
}

.magik-slideshow .slick-dots li button {
    border-radius: 0;
    height: 10px;
    width: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff
}

.magik-slideshow .slick-dots li.slick-active button {
    border-color: #ff7600;
    background-color: #ff7600;
    border-radius: 0;
    width: 10px
}

.main-col {
    margin: auto;
    overflow: hidden
}

.logo {
    width: 100%;
    text-align: center
}

    .logo img {
        max-height: 100px;
        padding: 7px 0
    }

.search-box {
    margin: auto
}

p.line_cus {
    margin: 10px 0
}

p.content_boxer {
    margin: 0
}

p.a-center.error {
    border: 1px solid #ff7200;
    border-radius: 5px;
    background: #ffecc1;
    padding: 10px 0;
    margin: 10px 0
}

.latest-blog p.a-center {
    text-align: center;
    font-size: 14px
}

a.wd100 {
    display: block;
    text-align: center
}

    a.wd100 img {
        width: 100%
    }

li.level0-.level0.open.active > span, li.level1-.level1.open.active > span {
    border-bottom: 1px solid #ededed
}

#search {
    margin: 0;
    width: 100%;
    font-size: 14px;
    height: 35px;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 37px 0 10px;
    background: initial;
    outline: none;
    min-width: 265px;
    border-radius: initial
}

    #search::-webkit-input-placeholder {
        color: #000
    }

    #search:-ms-input-placeholder {
        color: #000
    }

    #search::placeholder {
        color: #000
    }

form#search_mini_form, .fix-cart, .l_o, .box_log {
    position: relative;
    display: inline-block
}

.fix-cart {
    vertical-align: -10px;
    margin-left: 15px
}

.l_o {
    text-align: left
}

    .l_o img {
        vertical-align: 0px;
        max-height: 30px;
        margin-right: 5px
    }

.l_o_mb {
    position: absolute;
    top: 0;
    right: 7px;
    padding: 13px 0
}

    .l_o_mb img {
        vertical-align: 0px;
        max-height: 30px;
        margin-right: 5px
    }

    .l_o_mb .box_log {
        padding: 15px 0;
        text-align: right;
        min-width: 70px;
        vertical-align: -13px;
        line-height: 25px
    }

        .l_o_mb .box_log.mb_cl {
            display: none
        }

@media (min-width: 992px) {
    .search-box {
        padding-top: 30px
    }

    .boxer {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .mobi_bt {
        margin-top: 15px
    }

    .fix-cart {
        vertical-align: bottom;
        width: 55px
    }
}

.box_set {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8
}

@media (min-width: 1200px) {
    .box_set {
        margin-bottom: 20px;
        padding: 16.5px 3px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box_set {
        margin-bottom: 9px;
        padding: 11px 3px
    }
}

@media (max-width: 991px) {
    .box_set {
        margin-bottom: 10px;
        padding: 10px 3px
    }
}

.box_set .icon {
    display: inline-block;
    background: #b82800;
    padding: 5px;
    border-radius: 50%;
    width: 55px;
    line-height: 45px;
    text-align: center
}

    .box_set .icon img {
        max-width: 35px
    }

.box_set p.tt_boxser {
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.box_set p.content_boxer {
    margin: 0
}

.box_set .set_content {
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: top
}

.search-btn-bg {
    max-width: 23px;
    padding: 0 !important;
    border: none !important;
    position: absolute;
    bottom:10px;
    right:10px;
    background: initial !important
}

a.btn-view-more img {
    max-width: 10px;
    vertical-align: 0px
}

.block.block-banner {
    margin: 10px 0 10px
}

.top-cart-content .mini-products-list .product-image {
    float: left
}

.top-cart-content .mini-products-list .detail-item {
    margin-left: 92px
}

    .top-cart-content .mini-products-list .detail-item .product-details-bottom .price {
        color: #ff7600;
        font-size: 12px;
        display: list-item
    }

    .top-cart-content .mini-products-list .detail-item .product-details-bottom .label {
        font-weight: bold;
        vertical-align: middle
    }

    .top-cart-content .mini-products-list .detail-item .product-details-bottom strong {
        font-weight: normal
    }

.top-cart-content .product-name {
    margin: 0;
    width: 150px;
    line-height: 1
}

.top-cart-content .price {
    color: #ff7600;
    text-transform: uppercase
}

.top-cart-content .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold
}

.top-cart-content .mini-cart .dropdown-toggle {
    font-size: 12px;
    text-transform: none;
    position: relative
}

.top-cart-content .mini-cart .basket a:hover {
    text-decoration: none
}

.top-cart-content .mini-cart .basket .title {
    color: #2e3a47;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: normal;
    display: block
}

.top-cart-content .mini-cart .basket .cart-box {
    display: inline-block
}

.top-cart-content .mini-cart .actions .btn-checkout {
    background: #252525;
    color: #fff;
    font-size: 11px;
    padding: 8px 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    float: right;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase
}

    .top-cart-content .mini-cart .actions .btn-checkout:hover {
        background: #ff7600;
        border: 1px solid #ff7600;
        color: #fff
    }

.top-cart-content .mini-cart .actions .view-cart {
    background: #ff7600;
    color: #fff;
    font-size: 11px;
    padding: 8px 16px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase
}

    .top-cart-content .mini-cart .actions .view-cart:hover {
        background: #333
    }

.top-cart-content .mini-cart .actions .button {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-bottom: 3px;
    padding: 8px 10px 6px;
    text-transform: none;
    border: none;
    font-size: 12px
}

.top-cart-content .mini-cart .button.btn-checkout {
    background: none;
    color: #fff;
    font-size: 11px;
    padding: 8px 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase
}

.top-cart-content .mini-cart > .button {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none
}

.top-cart-content .product-details .price {
    color: #ff7600;
    width: auto;
    float: none;
    font-weight: normal;
    padding-left: 0px;
    font-size: 12px
}

.top-cart-content .empty {
    text-align: left;
    color: #333
}

.top-cart-content .top-subtotal {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 15px;
    text-align: left;
    text-transform: none;
    border-bottom: 1px #ddd solid;
    border-top: 1px #ddd solid
}

.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #f5f5f5;
    text-transform: none;
    font-weight: normal;
    border-bottom: 1px #ddd solid
}

.top-cart-content li {
    list-style: none
}

    .top-cart-content li.item {
        border-bottom: 1px solid #eee;
        overflow: hidden;
        padding: 0px 0px 10px 0px
    }

        .top-cart-content li.item:last-child {
            margin: 0px;
            border-bottom: 0px #eee solid
        }

.top-cart-content .product-details {
    color: #333333;
    position: relative;
    text-align: left;
    padding: 0px
}

    .top-cart-content .product-details .btn-edit {
        position: absolute;
        right: 22px;
        top: 6px
    }

.top-cart-content .actions {
    padding: 15px 20px;
    margin: 0;
    overflow: hidden;
    background: #f5f5f5;
    padding-top: 15px
}

nav > .container {
    background: #ff7600
}

nav.sticky .container {
    position: fixed;
    z-index: 1037;
    width: 100%;
    top: 0px !important
}

nav.mb0 {
    margin-bottom: 0
}

body > nav {
    top: 0 !important
}

.box_log a {
    color: #000;
    display: block
}

    .box_log a:hover {
        color: #ff7600
    }

.sticky {
    position: fixed;
    z-index: 1037;
    width: 100%;
    top: 0px !important
}

.na {
    background: #fff
}

.nav-inner {
    margin: auto;
    position: relative;
    text-align: center
}

#nav ul.level0 > li:hover > a, #nav ul.level1 > li:hover > a {
    color: #ff7200
}

#nav > li > a:first-child {
    margin-left: 0px
}

#nav > li > a:last-child a {
    color: #333
}

#nav > li:hover > a, .vertnav-top li > a:hover {
    border-bottom: none
}

#nav {
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0);
    padding: 0;
    margin: 0px auto;
    text-align: left;
    background: #05428c;
}

    #nav li a {
        display: block;
        color: #fff;
        font-weight: bold;
        transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
        text-decoration: none
    }

        #nav li a.level-top .icon {
            padding: 3px;
            margin: 0;
            float: none;
            display: inline-block;
            vertical-align: middle;
            background-color: transparent !important
        }

    #nav li:hover a.level-top .icon {
        padding: 3px
    }

    #nav > li {
        list-style: none;
        border-bottom: none;
        display: inline-block
    }

        #nav > li.active > a, #nav > li:hover > a {
            color: #ff7600
        }

            #nav > li.active > a > span i.down_icon, #nav > li:hover > a > span i.down_icon {
                transition: border-color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
                border-color: #ff7600 transparent transparent transparent
            }

        #nav > li:last-child {
            padding-right: 0
        }

            #nav > li:last-child a span {
                padding-right: 0
            }

        #nav > li > a {
            display: block;
            padding: 15px 0px;text-transform:uppercase
        }

            #nav > li > a > span {
                display: inline-block;
                padding: 0px 5px;
            }

                #nav > li > a > span i.down_icon {
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 5px 5px 0 5px;
                    border-color: #fff transparent transparent transparent;
                    position: absolute;
                    top:7px;right:-5px;
                    transition: border-color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
                }

    #nav .level0-wrapper {
        position: absolute;
        left: -10000px;
        background-color: #fff
    }

    #nav .level0-wrapper2 {
        padding: 0
    }

        #nav .level0-wrapper2:after {
            display: table;
            line-height: 0;
            content: "";
            clear: both
        }

        #nav .level0-wrapper2:before {
            display: table;
            line-height: 0;
            content: ""
        }

    #nav a.level-top.feature {
        margin: 0
    }

    #nav #homelink-icon {
        margin-left: 12px
    }

        #nav #homelink-icon a.level-top {
            padding-left: 5px;
            padding-right: 5px;
            background: none !important;
            box-shadow: none !important;
            border: none !important
        }

    #nav .nav-custom-link {
        position: static
    }

        #nav .nav-custom-link > a {
            cursor: default
        }

        #nav .nav-custom-link .header-nav-dropdown-wrapper {
            padding: 20px 10px 20px 0px;
            overflow: hidden
        }

            #nav .nav-custom-link .header-nav-dropdown-wrapper p {
                margin: 10px 0;
                color: #666;
                line-height: 1.3em;
                font-size: 13px;
                font-weight: normal
            }

            #nav .nav-custom-link .header-nav-dropdown-wrapper .heading {
                margin: 10px 0
            }

    #nav a.level-top .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-bottom: 2px;
        margin-left: 2px;
        vertical-align: middle;
        content: "";
        border-style: solid solid none;
        border-width: 4px 4px 0;
        border-color: #333 transparent transparent
    }

    #nav .number {
        display: inline;
        margin-left: 3px
    }

    #nav ul li .number {
        color: #aaa
    }

.vertnav .number {
    margin-left: 3px;
    color: #aaa
}

.nav .itemslider {
    margin-top: 0;
    margin-bottom: 0
}

    .nav .itemslider .item {
        padding-bottom: 0
    }

li.level0 > a > span {
    position: relative
}

    li.level0 > a > span .cat-label {
        position: absolute;
        top: -12px;
        right: 0;
        padding: 0 6px;
        font-size: 12px;
        line-height: 22px
    }

        li.level0 > a > span .cat-label .pin-bottom:before {
            position: absolute;
            right: 6px;
            top: 22px;
            width: 0;
            height: 0;
            content: "";
            border-style: solid;
            border-width: 4px;
            border-color: transparent;
            transition: border-color 450ms ease-in-out;
            -moz-transition: border-color 450ms ease-in-out;
            -webkit-transition: border-color 450ms ease-in-out;
            -o-transition: border-color 450ms ease-in-out
        }

ul.cate_1 {
    list-style: none;
    padding: 10px 0;
    background: #fff;
    margin: 5px 0 0
}

    ul.cate_1 li a {
        display: block;
        padding: 10px;
        font-size: 14px;
        color: #000
    }

        ul.cate_1 li a:hover {
            color: #ff7600
        }

.coffe_top {
    text-align: right
}

ul.level0 {
    padding: 0
}

ul.level1 {
    padding: 0 0px
}

#nav .level0-wrapper, #nav.classic ul {
    background-color: #ffffff;
    color: #333333
}
    #nav ul li a:hover {
        color: #333
    }

#nav .level0-wrapper, #nav.classic .parent > ul {
    background: #fff;
    border-top: none;
    border-bottom: 5px #ff7600 solid;
    box-shadow: 0 0 20px -5px;
    width: 100%;
    padding: 15px 15px 0px 15px;
    text-align: left
}

#nav > li:hover > a {
    position: relative;
    z-index: 1
}

#nav ul.level0 {
    width: 75%;
    float: left
}

    #nav ul.level0 > li {
        display: inline-block;
        float: left;
        margin-right: 0px;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-top: 0;
        vertical-align: top;
        width: 33%
    }

@media (min-width: 1199px) {
    #nav ul.level0 > li:nth-child(4n+5) {
        clear: left
    }
}

#nav ul.level0 > li.last {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 15px;
    width: 232px;
    margin-right: 0px
}

#nav ul.level0 > li > a {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: normal;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px
}

#nav .banner_mega {
    width: 25%;
    float: left;
    display: inline-block;
    margin-bottom: 15px
}

#nav ul li {
    margin-bottom: 1px;
    list-style: none;
    padding: 3px 0
}

    #nav ul li a {
        float: none;
        color: #05428c
    }

#nav ul.level1 {
    position: static
}

    #nav ul.level1 > li {
        width: 100%
    }

        #nav ul.level1 > li a {
            float: none;
            transition: background-position 150ms ease-out;
            -moz-transition: background-position 150ms ease-out;
            -webkit-transition: background-position 150ms ease-out;
            -o-transition: background-position 150ms ease-out;
            display: block;
            font-weight: normal
        }

            #nav ul.level1 > li a:hover {
                float: none;
                transition: background-position 150ms ease-out;
                -moz-transition: background-position 150ms ease-out;
                -webkit-transition: background-position 150ms ease-out;
                -o-transition: background-position 150ms ease-out
            }

#nav ul.level2 {
    margin: 7px 0;
    padding: 0;
    position: static
}

    #nav ul.level2 a {
        font-size: 0.9166em;
        line-height: 1.2727em
    }

#nav ul.level3 {
    padding: 0px
}

    #nav ul.level3 > li {
        display: inline-block;
        float: none;
        margin-right: 0px;
        padding-bottom: 15px;
        padding-top: 0;
        vertical-align: top;
        width: 190px
    }

        #nav ul.level3 > li > a {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 13px;
            line-height: normal;
            color: #333;
            font-weight: bold;
            letter-spacing: 1px;
            font-family: 'Open Sans', sans-serif;
            text-transform: uppercase
        }

#nav li.level2:hover ul.level2 a {
    opacity: 1;
    transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -webkit-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out
}

#nav .level0-wrapper, #nav.classic ul.level0 {
    top: 48px
}

#nav ul ul ul li {
    background: none;
    padding-left: 0
}

a.tl, .bn_cate a {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
    text-align: center
}

    a.tl p.ttt, .bn_cate a p.ttt {
        position: absolute;
        background: #fff;
        color: #000;
        width: auto;
        text-align: center;
        font-weight: 600;
        padding: 10px 70px 10px 15px;
        z-index: 9;
        top: 15px;
        right: -30px;
        margin: 0;
        transition: .3s right ease
    }

@media (min-width: 768px) {
    a.tl p.ttt, .bn_cate a p.ttt {
        font-size:16px
    }
}

@media (max-width: 767px) {
    a.tl p.ttt, .bn_cate a p.ttt {
        font-size: 14px
    }
}

a.tl p.ttt span, .bn_cate a p.ttt span {
    display: block;
    font-weight: normal;
    text-align: right;
    margin-top: 5px;
    position: relative;
    color: #737373
}

@media (min-width: 768px) {
    a.tl p.ttt span, .bn_cate a p.ttt span {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    a.tl p.ttt span, .bn_cate a p.ttt span {
        font-size: 12px
    }
}

a.tl p.ttt span:before, .bn_cate a p.ttt span:before {
    content: '';
    height: 2px;
    width: 200px;
    background: #000;
    position: absolute;
    top: -15px;
    left: 100%
}

a.tl:hover p.ttt, .bn_cate a:hover p.ttt {
    transition: .3s right ease;
    color: #ff7600
}

@media (min-width: 768px) {
    a.tl:hover p.ttt, .bn_cate a:hover p.ttt {
        right: 0px
    }
}

@media (max-width: 767px) {
    a.tl:hover p.ttt, .bn_cate a:hover p.ttt {
        right: -30px
    }
}

a.tl:hover p.ttt span:before, .bn_cate a:hover p.ttt span:before {
    background: #ff7600
}

a.tl img, .bn_cate a img {
    -webkit-transition: transform 0.4s ease 0s;
    -moz-transition: transform 0.4s ease 0s;
    -o-transition: transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s
}

a.tl:hover img, .bn_cate a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-img.blog-l {
    overflow: hidden
}

    .blog-img.blog-l > a img {
        -webkit-transition: transform 0.4s ease 0s;
        -moz-transition: transform 0.4s ease 0s;
        -o-transition: transform 0.4s ease 0s;
        transition: transform 0.4s ease 0s
    }

    .blog-img.blog-l > a:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }

a.btn-button-st {
    background: #252525;
    color: #fff;
    font-size: 11px;
    padding: 6px 12px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 8px 0 15px
}

.fur-des {
    border-top: 1px #ddd solid;
    padding: 15px 0;
    margin: 15px 20px 0 0
}

.back-link {
    float: left
}

#nav .level0-wrapper .nav-add {
    border-top: 1px solid #e5e5e5;
    padding: 22px 0px 15px 0px;
    overflow: hidden
}

    #nav .level0-wrapper .nav-add .push_item {
        float: left;
        margin-right: 22px;
        width: 268px
    }

        #nav .level0-wrapper .nav-add .push_item .push_img a {
            display: block;
            height: 120px;
            width: 275px
        }

        #nav .level0-wrapper .nav-add .push_item .push_text {
            color: #999;
            font-size: 12px;
            padding: 8px 0
        }

    #nav .level0-wrapper .nav-add .push_item_last {
        float: left;
        margin-right: 0px;
        width: 270px
    }

#nav .nav-custom-link .header-nav-dropdown-wrapper h4.heading {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px
}

#nav li.drop-menu ul {
    position: absolute;
    top: 48px;
    left: 0;
    background: #fff;
    padding: 6px 0;
    border-top: none;
    border-bottom: 5px #ff7600 solid;
    box-shadow: 0 0 20px -5px;
    width: 220px;
    text-align: left;
    z-index: 1000;
    display: none
}

    #nav li.drop-menu ul li {
        position: relative
    }

        #nav li.drop-menu ul li ul {
            border-top: none
        }

        #nav li.drop-menu ul li a {
            color: #333;
            line-height: 30px;
            font-size: 12px;
            padding: 0 12px;
            display: block;
            transition: all 200ms ease-in-out;
            -webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out
        }

        #nav li.drop-menu ul li:hover > a {
            color: #b82800;
            padding-left: 12px
        }

        #nav li.drop-menu ul li span.plus {
            display: block;
            position: absolute;
            right: 7px;
            top: 50%;
            margin-top: -1px;
            height: 1px;
            width: 7px;
            background: #535353
        }

    #nav li.drop-menu ul.right-sub:after {
        content: "";
        top: 6px;
        position: absolute;
        left: -11px;
        border: 6px solid transparent;
        border-bottom-width: 5px;
        border-bottom-color: transparent;
        border-right-width: 5px;
        border-right-color: #fff
    }

    #nav li.drop-menu ul.left-sub:after {
        content: "";
        top: 6px;
        position: absolute;
        left: auto;
        right: -10px;
        border: 6px solid transparent;
        border-bottom-width: 5px;
        border-bottom-color: transparent;
        border-right-width: 5px;
        border-right-color: transparent;
        border-left-width: 5px;
        border-left-color: #fff
    }

#nav > li.drop-menu {
    position: relative
}

img.j1 {
    max-width: 9px;
    position: absolute;
    right: 4px;
    top: 14px
}

#mobile-menu {
    display: none;
    text-align: left;
    float: left;
    position: absolute;
    top:-40px;
    right: 7px
}

    #mobile-menu .line_mn {
        display: inline-block;
        width: 30px;
        float: left;
        padding-top: 7px;
        line-height: 8px
    }

        #mobile-menu .line_mn .icon-bar {
            background: #ff7600;
            height: 2px;
            width: 100%;
            display: inline-block
        }

    #mobile-menu ul {
        margin: auto;
        padding: 0px;
        list-style: none
    }

.nav-container {
    height: 40px
}

ul.slideshow {
    display: inline-block
}

.side-nav-categories ul li {
    padding: 2px 0px
}

    .side-nav-categories ul li a {
        display: inline-block;
        position: relative
    }

img.down_icon {
    width: 12px;
    margin-left: 4px
}

.side-nav-categories, .side-nav-categories .block {
    display: inline-block;
    width: 100%;
    border: 1px solid #ff7600;
    margin-bottom: 15px
}

ul#magicat li, ul#magicat2 li ul.listStyle li {
    display: block;
    float: left;
    list-style-type: none;
    margin: 0 0 1px 0;
    padding-left: 0px;
    position: relative;
    width: 100% !important;
    box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF
}

    ul#magicat li:last-child {
        box-shadow: none
    }

    ul#magicat li.level0 span.magicat-cat, ul#magicat2 li.level0 span.magicat-cat, ul.listStyle li span {
        text-align: left;
        display: inline-block;
        width: 100%
    }

    ul#magicat li .open-close, ul#magicat2 li .open-close, .block-layered-nav dt .toggleBtn {
        display: inline-block;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px
    }

.block-layered-nav dt .toggleBtn {
    cursor: pointer
}

    ul#magicat li.active > .open-close, .block-layered-nav dt .toggleBtn.highlight {
        background-position: 12px -28px
    }

ul#magicat2 li.active > .open-close {
    background-position: 2px -28px
}

ul#magicat ul, ul#magicat2 ul {
    padding-left: 10px
}

ul#magicat li .open-close, ul#magicat2 li .open-close, .block-layered-nav dt .toggleBtn {
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px
}

ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
    background: url(//bizweb.dktcdn.net/100/368/970/themes/740033/assets/leftnav.png?1676649609260) no-repeat scroll 12px 3px
}

ul#magicat2 li .open-close {
    background: url(//bizweb.dktcdn.net/100/368/970/themes/740033/assets/leftnav.png?1676649609260) no-repeat scroll 2px 3px
}

.side-nav-categories .block-title {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 11px 15px;
    font-weight: normal;
    background-color: #ff7600;
    letter-spacing: 1px
}

    .side-nav-categories .block-title .h2, .side-nav-categories .block-title h2 {
        margin: 0;
        font-size: 14px;
        display: inline
    }

.header-service {
    background: none repeat scroll 0 0 #f5f5f5;
    padding: 12px 0;
    color: #666;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 12px
}

    .header-service .fix-icon {
        position: absolute;
        left: 0;
        padding: 0;
        margin: 0;
        top: calc(50% - 1px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .header-service .content {
        padding-left: 25px;
        position: relative
    }

.offer-banner-section {
    overflow: hidden;
    width: 100%
}

.col {
    float: left;
    padding: 40px 0px
}

.promo-banner-section .col {
    padding: 30px 0px;
    width: 1120px;
    margin: auto;
    float: none
}

    .promo-banner-section .col img {
        width: 100%
    }

.forcefullwidth_wrapper_tp_banner, .fullwidthbanner-container {
    max-width: 100%;
    margin: auto
}

.new-box, .sale-box {
    height: 40px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 55px;
    z-index: 10
}

.new-box {
    left: -1px
}

.sale-box {
    right: -1px
}

.new-top-left {
    left: 0px;
    top: 0;
    background: #fff;
    letter-spacing: 1px
}

.new-top-right {
    background: none repeat scroll 0 0 #FFFFFF;
    right: 0px;
    top: 0
}

.sale-top-right {
    top: 0;
    right: 0px
}

.sale-top-left {
    left: 10px;
    top: 0
}

.new-box, .sale-box {
    position: fixed;
    text-align: center;
    top: -1px;
    width: 55px;
    z-index: 10
}

.new-box {
    left: 0
}

.sale-box {
    right: 0;
    top: 0px
}

.sale-label {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 9;
    letter-spacing: -1px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-top: 0px;
    margin-right: 0px;
    overflow: hidden
}

    .sale-label:before {
        content: '';
        background: #eb0303;
        width: 120px;
        height: 80px;
        display: block;
        transform: rotate(45deg);
        position: absolute;
        top: -35px;
        z-index: 0
    }

    .sale-label span {
        position: absolute;
        top: 0;
        width: 43px;
        right: 0;
        height: 40px;
        line-height: 40px;
        font-weight: 600;
        transform: rotate(45deg)
    }

.product-view #product-img-box .new-box, .product-view #product-img-box .sale-box {
    position: absolute;
    text-align: center;
    top: -1px;
    width: 55px;
    z-index: 10
}

.product-view #product-img-box .new-box {
    left: 160px
}

.product-view #product-img-box .sale-box {
    right: -5px;
    top: 0px
}

.product-view #product-img-box .new-label.new-top-left {
    font-size: 14px;
    color: #000;
    background: #ffd739;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    font-weight: normal
}

.product-view #product-img-box .new-label.new-top-right {
    font-size: 14px;
    color: #000;
    background: #ffd739;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    font-weight: normal
}

.product-view #product-img-box .sale-label.sale-top-left {
    font-size: 14px;
    color: #fff;
    background: #D23333;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    font-weight: normal
}

.product-view #product-img-box .sale-label.sale-top-right {
    font-size: 14px;
    color: #fff;
    background: #D23333;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    font-weight: normal
}

.producttabs {
    margin-top: 40px
}

.main-col .pdt-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 40px
}

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

.price-box {
    margin: 6px 0
}

.regular-price {
    display: inline
}

    .regular-price .price {
        font-weight: 600;
        font-size: 15px
    }

.block .regular-price, .block .regular-price .price {
    color: #000
}

.price-box .price-from .price {
    font-weight: 600;
    font-size: 12px;
    color: #333
}

.price-box .price-to .price {
    font-weight: 600;
    font-size: 12px;
    color: #333
}

.price-box .minimal-price .price {
    font-weight: 600;
    font-size: 12px;
    color: #333
}

.old-price {
    display: inline
}

    .old-price .price {
        color: #777 !important;
        font-size: 12px;
        font-weight: normal;
        text-decoration: line-through;
        margin-right: 6px
    }

.special-price {
    margin: 0;
    padding: 3px 0;
    display: inline;
    margin-right: 5px
}

    .special-price .price {
        font-size: 15px;
        font-weight: 600
    }

.minimal-price {
    margin: 0
}

.minimal-price-link {
    display: inline
}

.product-detail-bnt a.button.detail-bnt:hover {
    background: #ff7600 !important;
    margin: 0 11px 0 8px;
    padding: 10px 10px 10px 8px;
    color: #FFFFFF !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

a.button.detail-bnt span {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 2px;
    font-weight: bold
}

.carousel-inner {
    margin-top: 20px
}

.sock_slide .slick-slide:hover, .sock_slide .slick-slide:focus {
    outline: none;
    box-shadow: none;
    border: none
}

.sock_slide .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 40px;
    text-align: center;
    z-index: 2
}

@media (max-width: 767px) {
    .sock_slide .slick-arrow {
        display: none !important
    }
}

.sock_slide .slick-arrow.slick-prev {
    left: 0px
}

    .sock_slide .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/368/970/themes/740033/assets/left_s.png?1676649609260);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 8px center;
        height: 40px;
        width: 40px;
        display: block;
        background-color: #ff7600;
        border-radius: 20px
    }

    .sock_slide .slick-arrow.slick-prev:hover:before {
        background-color: #b82800
    }

.sock_slide .slick-arrow.slick-next {
    right: 0px
}

    .sock_slide .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/368/970/themes/740033/assets/right_s.png?1676649609260);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 11px center;
        height: 40px;
        width: 40px;
        display: block;
        background-color: #ff7600;
        border-radius: 20px
    }

    .sock_slide .slick-arrow.slick-next:hover:before {
        background-color: #b82800
    }

.sock_slide .slick-dots {
    text-align: center;
    margin: 0;
    padding: 0
}

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

        .sock_slide .slick-dots li button {
            border-radius: 0;
            height: 10px;
            width: 10px;
            border: 1px solid #e5e5e5;
            background-color: #fff;
            padding: 0;
            font-size: 0
        }

        .sock_slide .slick-dots li + li {
            margin-left: 5px
        }

        .sock_slide .slick-dots li.slick-active button {
            border-color: #ff7600;
            background-color: #ff7600;
            border-radius: 0;
            width: 10px
        }

.sock_slide .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.sock_slide .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.sock_slide:hover .slick-arrow.slick-prev {
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sock_slide:hover .slick-arrow.slick-next {
    right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.best-seller-pro {
    margin-bottom: 15px;
    position: relative;
    margin-top: 25px
}

    .best-seller-pro.menu .new_title h2 a:hover {
        color: #b82800
    }

    .best-seller-pro.menu .item_hm.odd, .best-seller-pro.menu .item_hm.even {
        padding-left: 0;
        padding-right: 0
    }

@media (min-width: 601px) {
    .best-seller-pro.menu .item_hm.even {
        padding-left: 7px
    }

    .best-seller-pro.menu .item_hm.odd {
        padding-right: 7px
    }
}

.best-seller-pro.menu .owl-carousel .owl-wrapper-outer {
    padding: 10px 0
}

.best-seller-pro.menu .owl-controls {
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .best-seller-pro.menu .owl-controls {
        top: calc(50% - 25px)
    }

        .best-seller-pro.menu .owl-controls .owl-prev {
            left: -15px
        }

        .best-seller-pro.menu .owl-controls .owl-next {
            right: -15px
        }
}

@media (max-width: 767px) {
    .best-seller-pro.menu .owl-controls {
        top: calc(50% + 12px)
    }

        .best-seller-pro.menu .owl-controls .owl-prev {
            left: -5px
        }

        .best-seller-pro.menu .owl-controls .owl-next {
            right: -5px
        }
}

.best-seller-pro.menu .owl-controls div {
    margin: 0
}

.best-seller-pro.menu .owl-controls .owl-next, .best-seller-pro.menu .owl-controls .owl-prev {
    position: absolute
}

    .best-seller-pro.menu .owl-controls .owl-next:hover, .best-seller-pro.menu .owl-controls .owl-prev:hover {
        filter: hue-rotate(290deg)
    }

    .best-seller-pro.menu .owl-controls .owl-next a, .best-seller-pro.menu .owl-controls .owl-prev a {
        background: #ff7600;
        height: 36px;
        width: 50px;
        border: 1px solid #ff7600;
        border-radius: 8px
    }

        .best-seller-pro.menu .owl-controls .owl-next a:before, .best-seller-pro.menu .owl-controls .owl-prev a:before {
            filter: invert(100%);
            background-size: 25px;
            height: 35px
        }

    .best-seller-pro.menu .owl-controls .owl-prev:after {
        content: "";
        border-top: 18px solid #ff7600;
        border-bottom: 18px solid #ff7600;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        position: absolute;
        left: -12px;
        top: 0
    }

    .best-seller-pro.menu .owl-controls .owl-next:after {
        content: "";
        border-top: 18px solid #ff7600;
        border-bottom: 18px solid #ff7600;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        position: absolute;
        right: -12px;
        top: 0
    }

.best-seller-pro.menu .item-inner-menu .product-wrapper {
    display: inline-block
}

@media (min-width: 992px) {
    .best-seller-pro.menu .item-inner-menu .product-wrapper {
        width: 40%
    }
}

@media (max-width: 991px) {
    .best-seller-pro.menu .item-inner-menu .product-wrapper {
        width: 100%
    }
}

.best-seller-pro.menu .item-inner-menu .product-wrapper a.thumb {
    justify-content: center;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

    .best-seller-pro.menu .item-inner-menu .product-wrapper a.thumb img {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

.best-seller-pro.menu .item-info-menu {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 10px
}

@media (min-width: 992px) {
    .best-seller-pro.menu .item-info-menu {
        width: 59%
    }
}

@media (max-width: 991px) {
    .best-seller-pro.menu .item-info-menu {
        width: 100%
    }
}

.best-seller-pro.menu .col-item .item-title {
    margin: 0;
    font-size: 22px;
    padding: 0 5px
}

.best-seller-pro.menu .item-inner-menu {
    background: white;
    padding: 15px
}

.best-seller-pro.menu .item-content .regular-price .price, .best-seller-pro.menu .item-content .special-price .price {
    font-size: 18px
}

.best-seller-pro.menu .item-content .old-price .price {
    color: #dadada !important;
    font-size: 14px
}

.best-seller-pro.menu .item-content .desrc_mn {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.countdown p.text-countdown {
    font-weight: 600;
    color: #eb0303
}

.countdown .date-time {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    width: 45px;
    height: 50px;
    font-size: 18px;
    line-height: 1;
    padding: 8px 0 3px 0;
    background: #ff7600;
    color: lemonchiffon;
    font-weight: bold;
    border-radius: 5px
}

    .countdown .date-time small {
        text-transform: capitalize;
        color: white;
        border-top: 1px solid white;
        margin-top: 2px;
        padding-top: 2px;
        display: inline-block
    }

.featured-pro {
    margin-bottom: 15px;
    position: relative;
    margin-top: 25px;
    overflow: hidden
}

.controls {
    position: inherit;
    width: 100%
}

    .controls .prev {
        position: absolute;
        right: 35px;
        font-size: 14px;
        font-weight: normal;
        height: 28px;
        width: 30px;
        line-height: 30px;
        color: #666;
        top: -35px;
        background: #f3f3f3;
        border: none
    }

        .controls .prev a {
            color: #666;
            height: 28px;
            width: 30px;
            padding: 0 5px 0 7px;
            display: block
        }

            .controls .prev a:hover {
                color: #fff
            }

    .controls .next {
        position: absolute;
        right: 0px;
        font-size: 14px;
        font-weight: normal;
        height: 28px;
        width: 30px;
        line-height: 30px;
        padding: 0 5px;
        color: #666;
        top: -35px;
        background: #f3f3f3;
        border: none
    }

        .controls .next a {
            color: #666;
            height: 28px;
            width: 30px;
            padding: 0 7px 0 2px;
            display: block
        }

            .controls .next a:hover {
                color: #fff
            }

        .controls .prev:hover, .controls .next:hover {
            background: #ff7600
        }

.glyphicon-chevron-right:before {
    content: '';
    background-image: url(//bizweb.dktcdn.net/100/368/970/themes/740033/assets/right-arrow.png?1676649609260);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    text-transform: none;
    height: 65px;
    width: 50px;
    display: block;
    filter: invert(100%)
}

.glyphicon-chevron-left:before {
    content: '';
    background-image: url(//bizweb.dktcdn.net/100/368/970/themes/740033/assets/left-arrow.png?1676649609260);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    text-transform: none;
    height: 65px;
    width: 50px;
    display: block;
    filter: invert(100%)
}

img.mg_r_2 {
    margin-right: 5px;
    min-width: 16px
}

.col-item {
    position: relative
}

    .col-item .photo img {
        margin: 0 auto;
        width: 100%
    }

    .col-item .info {
        margin-top: 1px;
        text-align: center
    }

        .col-item .info .info-inner .item-title {
            margin-bottom: 5px;
            padding-top: 16px;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden
        }

            .col-item .info .info-inner .item-title a {
                text-decoration: none;
                font-size: 14px;
                color: #ff7600
            }

                .col-item .info .info-inner .item-title a:hover {
                    color: #007fb8
                }

    .col-item .separator p {
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 10px;
        text-align: center
    }

        .col-item .separator p i {
            margin-right: 5px
        }

    .col-item .btn-add {
        width: 50%;
        float: left;
        border-right: 1px solid #E1E1E1
    }

    .col-item .btn-details {
        width: 50%;
        float: left;
        padding-left: 10px
    }

    .col-item .actions-links {
        height: 50px;
        background: #222;
        position: absolute;
        top: 55%;
        width: 100%;
        opacity: 0;
        z-index: 1000;
        overflow: hidden
    }

        .col-item .actions-links a span {
            display: none
        }

    .col-item:hover .info {
        background-color: #fff
    }

    .col-item:hover .actions-links {
        height: 35px;
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 58.4%;
        width: 100%;
        opacity: 8;
        z-index: 10000
    }

    .col-item .item-inner {
        background: #fff;
        padding-bottom: 10px
    }

.clear-left {
    clear: left
}

.controls {
    margin-top: 0px
}

[data-slide="prev"] {
    margin-right: 10px
}

.actions button.button.btn-cart {
    background: #b82800;
    border: 1px solid #b82800;
    padding: 9px 10px 9px 10px;
    color: #fff;
    line-height: 14px
}

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

.slider-items .actions {
    position: absolute;
    bottom: 60%;
    right: 0;
    width: 100%;
    transform: translateY(50%);
    z-index: 9
}

    .slider-items .actions button.button.btn-cart {
        padding: 0 !important;
        width: 0;
        opacity: 0;
        font-size: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block
    }

        .slider-items .actions button.button.btn-cart img {
            max-width: 20px;
            margin: 0 auto
        }

        .slider-items .actions button.button.btn-cart.btn-more {
            -webkit-transition: all 0.5s;
            transition: all 0.5s
        }

.slider-items .col-item:hover .actions button.button.btn-cart {
    width: 45%;
    opacity: 1;
    font-size: 14px;
    font-weight: 600
}

.slider-items .col-item a.thumb {
    justify-content: center;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

@media (min-width: 1200px) {
    .slider-items .col-item a.thumb, .category-products .col-item a.thumb {
        height: 273px
    }

    #best-seller-slider, #bag-seller-slider, #featured-slider {
        margin-top: 5px
    }

        #best-seller-slider .slider-items .col-item a.thumb, #bag-seller-slider .slider-items .col-item a.thumb, #featured-slider .slider-items .col-item a.thumb {
            height: 200px
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-items .col-item a.thumb, .category-products .col-item a.thumb {
        height: 215px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-items .col-item a.thumb, .category-products .col-item a.thumb {
        height: 220px
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .slider-items .col-item a.thumb, .category-products .col-item a.thumb {
        height: 220px
    }
}

@media (max-width: 479px) {
    .slider-items .col-item a.thumb, .category-products .col-item a.thumb {
        height: 120px
    }
}

.slider-items .col-item a.thumb img, .category-products .col-item a.thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto
}

.category-image img {
    width: 100%
}

.col-item:hover .actions button.button.btn-cart {
    background: #fff;
    border: 1px solid #ff7600;
    color: #ff7600;
    height: 40px
}

.col-item .actions button.button.btn-cart:hover {
    background: #ff7600;
    color: #fff
}

.actions1 button.button.btn-cart span {
    font-size: 11px;
    padding: 0 8px;
    font-weight: bold;
    margin-left: 0;
    text-transform: uppercase
}

.promo-banner-section {
    margin: 20px auto 25px;
    text-align: center
}

.col-item {
    text-align: center;
    margin-bottom: 10px;
    width: 100%
}

    .col-item a.thumb {
        position: relative;
        display: block
    }

        .col-item a.thumb:hover {
            border-color: #999
        }

    .col-item .product-wrapper {
        position: relative;
        margin-top: 5px;
        overflow: hidden
    }

        .col-item .product-wrapper a.thumb.flip .face {
            display: block;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            position: relative;
            z-index: 1
        }

            .col-item .product-wrapper a.thumb.flip .face img {
                width: 100%
            }

            .col-item .product-wrapper a.thumb.flip .face.back {
                display: block;
                transform: rotateY(180deg);
                position: absolute;
                top: 3px;
                left: 0px;
                right: 0px;
                z-index: 10;
                height: 100%;
                background: white
            }

                .col-item .product-wrapper a.thumb.flip .face.back img {
                    width: 100%
                }

    .col-item .item-title {
        margin: 0 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

        .col-item .item-title a {
        }

        .col-item .item-title:hover {
        }

            .col-item .item-title:hover a {
            }

.products-list .product-name {
    text-align: left;
    margin: 0px 0 5px
}

    .products-list .product-name a {
        font-size: 15px;
        color: #000;
        font-weight: normal;
        text-align: left
    }

.products-list .item {
    padding: 20px;
    overflow: hidden;
    margin: 15px 0 20px !important;
    border: 1px solid #EFEFEF
}

    .products-list .item.first {
        padding: 20px;
        overflow: hidden;
        margin-bottom: 30px;
        border: 1px solid #EFEFEF
    }

    .products-list .item a:hover {
        color: #000;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear
    }

.separator {
    color: #999
}

ol.products-list {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%
}

li .list {
    border-bottom: none
}

ul.products-grid {
    padding: 0;
    margin: 0
}

a.button.detail-bnt span {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 2px;
    font-weight: bold
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px
}

.product-view .new-label {
    font-size: 11px;
    color: #fff;
    background: #ffc60a;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 10000;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    width: 45px;
    height: 25px;
    line-height: 25px;
    margin-top: 1px;
    margin-left: 15px
}

.product-view .sale-label {
    font-size: 11px;
    color: #fff;
    background: #eb0303;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 10000;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    border-radius: 60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    margin-left: 20px
}

.product-view {
    margin: auto;
    position: relative;
    z-index: 0;
    margin-top: 20px
}

.product-next-prev {
    margin: 0px 0 0 0;
    position: absolute;
    right: 0px;
    margin-top: -63px
}

.product-essential {
    background-color: #FFFFFF
}

.product-collateral .box-collateral {
    margin: 0 0 15px
}

.product-essential .product-image.no-gallery {
    margin-left: auto
}

.product-essential .product-image img {
    height: auto;
    width: 100%;
    position: static !important
}

.product-essential .button-viewall {
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-indent: -999em;
    z-index: 9999
}

.zoomWrapper {
    width: 100% !important;
    height: auto !important
}

.product-essential .more-images {
    width: 92px;
    float: left;
    overflow: hidden;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px
}

    .product-essential .more-images .normal-list {
        margin-top: -6px
    }

    .product-essential .more-images ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .product-essential .more-images img {
        padding: 6px 0;
        width: 100%
    }

.product-essential .elastislide-vertical {
    margin-top: -6px
}

.product-view .product-shop .add-to-box button.button.btn-cart span {
    background: none;
    margin-left: 5px
}

.product-view .product-options-bottom button.button.btn-cart span {
    background: none;
    margin-left: 5px
}

.product-view .product-shop {
    margin-top: 0
}

.product-additional {
    width: 100%;
    display: inline-block
}

    .product-additional .block-product-additional {
        margin: 0px !important;
        background: #fff;
        border: 1px #eaeaea solid
    }

        .product-additional .block-product-additional p {
            margin: 15px 0
        }

    .product-additional .block .block-title {
        border-bottom: 1px solid #eaeaea;
        color: #000000;
        font-size: 12px;
        margin: 0;
        padding: 13px;
        text-transform: uppercase;
        text-align: center;
        margin: 0px;
        background: #f7f7f7
    }

    .product-additional .block-product-additional .block-content {
        padding: 18px 12px 10px;
        text-align: center;
        line-height: 20px
    }

.block .block-content {
    border-top: medium none;
    font-size: 12px;
    overflow: hidden;
    padding: 15px 0px
}

.block-progress {
    background-color: #f7f7f7
}

    .block-progress .block-content {
        padding: 0px 15px 15px;
        text-align: left;
        margin-top: -10px
    }

    .block-progress dt.complete {
        margin: 0 0 5px 0
    }

.product-sok {
    overflow: hidden
}

section.small-product-slider {
    margin-top: 20px
}

    section.small-product-slider div#b-blog {
        background: #fff;
        overflow: hidden
    }

        section.small-product-slider div#b-blog .item_bl_index {
            margin: 0
        }

        section.small-product-slider div#b-blog .slick-arrow.slick-next {
            right: -35px;
            opacity: 0;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
            -webkit-transform: translateX(30px);
            transform: translateX(30px)
        }

        section.small-product-slider div#b-blog .slick-arrow.slick-prev {
            left: -35px;
            opacity: 0;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
            -webkit-transform: translateX(-30px);
            transform: translateX(-30px)
        }

        section.small-product-slider div#b-blog:hover .slick-arrow.slick-prev {
            left: 0;
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        section.small-product-slider div#b-blog:hover .slick-arrow.slick-next {
            right: 0;
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

    section.small-product-slider div#upsell-products-slider {
        background-image: url(//bizweb.dktcdn.net/100/368/970/themes/740033/assets/test_peo.jpg?1676649609260);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        padding-bottom: 15px
    }

        section.small-product-slider div#upsell-products-slider:before {
            content: "";
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: #ff7600;
            opacity: 0.5;
            z-index: 0
        }

    section.small-product-slider.test_people .content_tip > p {
        margin: 27px 0px 12px;
        min-height: 84px
    }

@media (min-width: 992px) and (max-width: 1199px) {
    section.small-product-slider.test_people .content_tip > p {
        margin: 10px 0px 10px
    }
}

@media (min-width: 768px) {
    section.small-product-slider.test_people .content_tip > p {
        padding: 0 50px
    }
}

section.small-product-slider.test_people .content_tip p {
    color: #fff;
    text-align: center;
    font-size: 15px
}

section.small-product-slider.test_people .hgroup {
    text-align: center
}

    section.small-product-slider.test_people .hgroup img {
        display: inline-block;
        max-width: 80px;
        border-radius: 40px;
        border: 1px solid #fff
    }

    section.small-product-slider.test_people .hgroup p.name {
        font-weight: 600;
        color: #fff;
        margin: 0
    }

section.small-product-slider.test_people .slick-slide {
    margin: 5px
}

    section.small-product-slider.test_people .slick-slide:hover, section.small-product-slider.test_people .slick-slide:focus {
        outline: none;
        box-shadow: none;
        border: none
    }

section.small-product-slider.test_people .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 40px;
    text-align: center;
    z-index: 2
}

@media (max-width: 767px) {
    section.small-product-slider.test_people .slick-arrow {
        display: none !important
    }
}

section.small-product-slider.test_people .slick-arrow.slick-prev {
    left: 0px
}

    section.small-product-slider.test_people .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/368/970/themes/740033/assets/left_s.png?1676649609260);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 8px center;
        height: 40px;
        width: 40px;
        display: block;
        background-color: #ff7600;
        border-radius: 20px
    }

    section.small-product-slider.test_people .slick-arrow.slick-prev:hover:before {
        background-color: #b82800
    }

section.small-product-slider.test_people .slick-arrow.slick-next {
    right: 0px
}

    section.small-product-slider.test_people .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/368/970/themes/740033/assets/right_s.png?1676649609260);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 11px center;
        height: 40px;
        width: 40px;
        display: block;
        background-color: #ff7600;
        border-radius: 20px
    }

    section.small-product-slider.test_people .slick-arrow.slick-next:hover:before {
        background-color: #b82800
    }

section.small-product-slider.test_people .slick-dots {
    text-align: center;
    margin: 0;
    padding: 0
}

    section.small-product-slider.test_people .slick-dots li {
        display: inline-block
    }

        section.small-product-slider.test_people .slick-dots li button {
            border-radius: 0;
            height: 10px;
            width: 10px;
            border: 1px solid #e5e5e5;
            background-color: #fff;
            padding: 0;
            font-size: 0
        }

        section.small-product-slider.test_people .slick-dots li + li {
            margin-left: 5px
        }

        section.small-product-slider.test_people .slick-dots li.slick-active button {
            border-color: #ff7600;
            background-color: #ff7600;
            border-radius: 0;
            width: 10px
        }

.email-addto-box {
    display: inline-block;
    margin-top: 10px
}

.products-grid .actions button.button.btn-cart:disabled {
    background: #716e6e;
    border-color: #716e6e;
    color: #fff
}

.add-to-cart .qty {
    height: 42px;
    border: 1px #e1e1e1 solid;
    border-radius: 0;
    text-align: center;
    margin-right: 0px;
    width: 80px;
    color: #aaa;
    display: inline-block
}

.qty-input-text {
    float: left;
    margin-left: 10px
}

.product-collateral {
    padding: 0px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: inline-block
}

.form-add-tags input.input-text, select, textarea {
    border: 1px solid #ddd;
    margin-top: 0;
    padding: 6px;
    width: 35%
}

.form-add-tags button.button {
    display: inline;
    background: #fff;
    padding: 6px 15px 6px 12px;
    font-family: 'Open Sans', sans-serif;
    border: 1px #ddd solid;
    background: #fff;
    padding: 7px 12px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}

    .form-add-tags button.button:hover {
        display: inline;
        background: #3b3b3b;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        border: 1px #3b3b3b solid;
        color: #fff
    }

#customer-reviews {
    margin-top: 15px
}

    #customer-reviews .detail {
        font-size: 12px;
        line-height: 18px
    }

    #customer-reviews h3 {
        font-size: 12px;
        font-weight: 900;
        margin-bottom: 15px
    }

    #customer-reviews h4 {
        display: inline;
        font-size: 12px
    }

    #customer-reviews h5 {
        display: inline;
        font-size: 12px
    }

    #customer-reviews .page-title {
        border: none
    }

        #customer-reviews .page-title h2 {
            color: #000;
            font-size: 20px;
            font-weight: normal;
            margin-top: 0;
            padding: 2px 0px;
            position: relative;
            display: block;
            font-family: 'Open Sans', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px
        }

.box-reviews dl {
    margin-bottom: 0
}

.box-reviews dt {
    font-size: 18px;
    padding: 20px 0 10px
}

.box-reviews1 {
    margin-top: 8px;
    margin-bottom: 20px
}

.box-reviews2 {
    margin-top: 8px;
    margin-bottom: 35px;
    overflow: hidden
}

.review-title {
    margin-top: 0;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400
}

    .review-title span {
        font-size: 12px;
        font-weight: 400;
        margin-top: 5px
    }

.box-reviews > .rating-box {
    position: absolute;
    top: 30px;
    right: 30px
}

.box-reviews dd {
    margin-left: 0;
    padding-bottom: 20px
}

.box-reviews .author {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px
}

.box-reviews .date {
    color: #bdbdbd;
    font-size: 12px;
    font-style: italic
}

.box-reviews .ratings-table {
    float: left;
    margin: 5px 15px 15px 0;
    width: 12%
}

.box-reviews .review {
    border-left: 1px solid #DFDFDF;
    float: left;
    padding-left: 2.5em;
    width: 84%
}

    .box-reviews .review .review-txt {
        border-bottom: 1px solid #DFDFDF;
        padding-bottom: 12px;
        margin-bottom: 10px
    }

.box-reviews ul li h6 {
    font-size: 15px;
    margin-bottom: 3px;
    padding: 0
}

.box-reviews2 ul li {
    margin-bottom: 0px;
    clear: both
}

.box-reviews .actions {
    padding-top: 1.5em;
    text-align: right;
    float: right
}

#customer-reviews .form-list li label {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

#customer-reviews .buttons-set {
    margin-top: 10px
}

a.button.view-all {
    display: inline-block;
    border: 0;
    background: #fff;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    vertical-align: top;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

.button.view-all:hover {
    background: #ff7600;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: 1px solid #ff7600;
    color: #fff;
    text-decoration: none
}

.box-reviews .form-add h3 {
    margin-bottom: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400
}

.box-reviews .form-add h4 {
    font-size: 15px
}

.box-reviews textarea {
    width: 95%;
    margin-top: 4px;
    height: 8em;
    background: #f7f7f7
}

.box-reviews .form-list input.input-text {
    width: 80%;
    padding: 10px;
    margin-bottom: 4px;
    line-height: 20px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 0px rgba(0,0,0,0.1) inset
}

    .box-reviews .form-list input.input-text:focus {
        width: 80%;
        padding: 10px;
        margin-bottom: 4px;
        line-height: 20px;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 0 0px rgba(0,0,0,0.1) inset
    }

.box-reviews .form-list select {
    padding: 12px 15px 12px 165px;
    margin: 0;
    width: 100%;
    line-height: 20px;
    height: 48px
}

.review1 {
    display: inline-block;
    width: 45%;
    float: left
}

.review2 {
    display: inline-block;
    width: 55%
}

.data-table thead tr, .data-table tfoot tr {
    background-color: #f7f7f7
}

.data-table tbody th, .data-table tbody td {
    border-right: 0px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 10px 6px;
    vertical-align: middle
}

#customer-reviews ul {
    margin: auto;
    padding: 0px
}

#customer-reviews li {
    margin-bottom: 0px;
    list-style: none
}

#customer-reviews .form-list li label {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

.required {
    color: #ff0000
}

.box-reviews .form-list input.input-text {
    width: 80%;
    padding: 10px;
    margin-bottom: 4px;
    line-height: 20px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 0px rgba(0,0,0,0.1) inset
}

.box-reviews textarea {
    border: 1px #f1f1f1 solid;
    padding: 10px;
    outline: none;
    color: #aaa
}

.nobr {
    white-space: nowrap
}

.button:hover {
    border: 1px solid #3b3b3b;
    background: #3b3b3b;
    color: #FFF
}

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

.product-view .flexslider-thumb {
    max-width: 420px;
    margin: 10px auto 0;
    padding: 0 45px;
    position: relative
}

.product-view-compact .flexslider-thumb {
    margin: 17px auto 0
}

.product-view .flexslider-thumb .flex-viewport {
    z-index: 10
}

.product-view .flexslider-thumb .flex-direction-nav {
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 9
}

.product-view .flexslider-thumb .flex-prev {
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0px;
    width: 20px;
    text-align: center
}

.product-view .flexslider-thumb .owl-buttons {
    height: 0 !important
}

.product-view .owl-theme .owl-controls .owl-buttons div {
    background: none
}

.product-view .flexslider-thumb .flex-next {
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0px;
    width: 20px;
    text-align: center
}

    .product-view .flexslider-thumb .flex-prev:before, .product-view .flexslider-thumb .flex-next:before {
        font-size: 25px
    }

.product-view .flex-control-nav {
    display: none
}

.product-view .flexslider-thumb li img {
    cursor: pointer;
    -moz-user-select: none
}

.product-view .previews-list {
    padding: 0;
    list-style-type: none;
    text-align: center
}

    .product-view .previews-list li {
        padding: 0 5px
    }

.product-view-compact .rating {
    padding: 18px 0 21px
}

.product-view-compact .btn-toolbar {
    margin: 0;
    padding: 7px 0 22px
}

.product-view-compact .price {
    display: block;
    padding: 6px 0 20px
}

.product-view .flexslider-thumb-vertical-outer {
    margin: 0 10px 15px 0;
    width: 76px;
    float: left;
    position: relative;
    z-index: 1
}

.product-view .flexslider-thumb-vertical .flex-viewport {
    height: 300px !important
}

.product-view .flexslider-thumb-vertical .slides {
    margin: -4px 0 0;
    padding: 0;
    list-style-type: none
}

    .product-view .flexslider-thumb-vertical .slides li {
        margin: 0;
        padding: 0;
        overflow: hidden
    }

        .product-view .flexslider-thumb-vertical .slides li img {
            width: 100%;
            padding: 4px 0;
            cursor: pointer;
            -moz-user-select: none
        }

.flex-direction-nav, .slider-controls {
    -webkit-transform: translate3d(0, 0, 0)
}

.featured-products .flex-direction-nav a {
    width: 54px;
    height: 43px;
    top: 0;
    margin-top: -43px;
    margin-right: -1px
}

#featured-products-list-slider {
    border: 1px #ddd solid;
    border-top: none;
    width: 840px;
    height: 485px
}

.upsell-products .item .product-image, .crosssell-products .item .product-image {
    width: 190px;
    margin-left: auto;
    margin-right: auto
}

#crosssell-products-list .products-grid.products-grid li {
    width: 218px;
    margin-right: 10px
}

    #crosssell-products-list .products-grid.products-grid li.last {
        width: 218px;
        margin-right: 0px
    }

#crosssell-products-list .prod_image_detail .price-box {
    padding: 0
}

    #crosssell-products-list .prod_image_detail .price-box .price {
        font-size: 12px
    }

.box-up-sell .flex-direction-nav a, .box-cross-sell .flex-direction-nav a {
    width: 54px;
    height: 44px;
    top: 0;
    margin-top: -76px;
    margin-right: -1px
}

.product-view .box-tags .form-add input.input-text {
    width: 350px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 0 1px 5px #eee inset;
    margin-right: 10px;
    padding: 8px
}

.up-sell-box {
    border: 1px #ddd solid;
    border-top: none
}

    .up-sell-box p.desc {
        margin: 0;
        padding: 10px 10px 0 10px
    }

#brand-slider .flex-direction-nav a {
    width: 55px;
    height: 42px;
    top: 0;
    margin-right: -1px
}

.featured-products .flex-direction-nav a {
    width: 54px;
    height: 43px;
    top: 0;
    margin-top: -43px;
    margin-right: -1px
}

#featured-products-list-slider {
    border: 1px #ddd solid;
    border-top: none;
    width: 840px;
    height: 485px
}

.box-up-sell .flex-direction-nav .flex-prev, .box-cross-sell .flex-direction-nav .flex-prev, #brand-slider .flex-direction-nav .flex-prev, .featured-products .flex-direction-nav .flex-prev {
    right: 53px
}

.main .box-up-sell h2.subtitle .line, .main .box-cross-sell h2.subtitle .line, .brand-slider-wrap h2.subtitle .line, .featured-products h2.subtitle .line {
    right: 130px
}

.featured-products {
    position: relative
}

.product-view .box-tags .form-add label {
    line-height: 42px;
    font-size: 16px
}

.product-view .box-tags .form-add .button {
    height: 35px
}

#addTagForm {
    margin-bottom: 5px;
    margin-top: 10px
}

.product-view .box-up-sell {
    margin-top: 10px;
    float: left
}

    .product-view .box-up-sell .subtitle {
        margin-right: 0
    }

.mini-products-list .price-box * {
    display: inline
}

.mini-products-list .price-box .price {
    margin-right: 10px
}

.product-shop .product-next-prev .product-next {
    background: #f5f5f5;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 28px;
    color: #222;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    position: absolute;
    right: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    z-index: 10000
}

    .product-shop .product-next-prev .product-next:hover, .product-shop .product-next-prev .product-prev:hover {
        color: #fff;
        background: #ff7600;
        text-decoration: none
    }

.product-shop .product-next-prev .product-prev {
    background: #f5f5f5;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 28px;
    color: #333;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 35px;
    z-index: 10000
}

.breadcrumbs {
    padding: 10px 0px 10px 0px;
    margin: auto;
    font-size: 11px;
    width: 100%
}

    .breadcrumbs span {
        display: inline-block;
        margin: 0 5px 0 0px;
        font-size: 13px
    }

    .breadcrumbs ul {
        margin: 0px;
        padding: 0px
    }

        .breadcrumbs ul li {
            list-style-type: none;
            display: inline
        }

    .breadcrumbs strong {
        font-weight: 700;
        color: #333 !important
    }

.category-description .slider-items-products .owl-buttons .owl-prev {
    left: 12px;
    position: absolute;
    top: 45%;
    background: none
}

.slider-items-products .owl-buttons .owl-prev a {
    background-position: 0 100%;
    left: 0;
    top: 50%
}

.category-description .slider-items-products .owl-buttons .owl-next {
    right: 46px;
    position: absolute;
    top: 45%;
    background: none
}

.category-description .slider-items-products .owl-buttons a {
    z-index: 50;
    position: absolute;
    left: 10px;
    top: 0px;
    padding: 5px 3px 10px 0px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 0px;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 0px;
    background: #fff;
    opacity: 0.5;
    border: 2px #ddd solid
}

    .category-description .slider-items-products .owl-buttons a:hover {
        background: #222;
        opacity: 1;
        border: 2px #ddd solid;
        color: #fff
    }

.category-description .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 24px;
    padding: 0px 18px;
    line-height: 40px
}

.category-description .slider-items-products .owl-buttons .owl-next a:before {
    font-size: 24px;
    padding: 0px 18px;
    line-height: 40px
}

.category-description a.prev, .category-description a.next {
    margin: 125px 6px 0px 5px
}

.category-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px
}

.category-image {
    display: block;
    margin: 0 auto;
    position: relative
}

.category-products {
    padding-bottom: 5px
}

.recommend {
    margin: 20px auto;
    position: relative
}

    .recommend .controls .next {
        right: 0
    }

    .recommend .controls .prev {
        right: 36px
    }

.sock_slide.slick-slider {
    margin-top: 5px
}

.new_title {
    position: relative;
    margin-bottom: 0px
}

    .new_title:after {
        content: '';
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #ff7600
    }

    .new_title h2 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 35px;
        margin: 0;
        padding: 5px 12px 5px 20px;
        position: relative;
        display: inline-block;
        letter-spacing: normal;
        background: #05428c;
        text-align: center
    }

        .new_title h2 a {
            color: #fff
        }

            .new_title h2 a:hover {
                color: #b82800
            }

    .new_title.text-center:after {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 23px;
        left: 0;
        background: #05428c;
        z-index: 0
    }

    .new_title.text-center h2 {
        padding: 6px 12px;
        z-index: 9
    }

        .new_title.text-center h2:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 23px 0 23px 16px;
            border-color: transparent transparent transparent #05428c;
            position: absolute;
            right: -16px;
            top: 0px
        }

        .new_title.text-center h2:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 23px 16px 23px 0;
            border-color: transparent #05428c transparent transparent;
            position: absolute;
            left: -16px;
            top: 0px
        }

    .new_title.lt {
        background: #fff
    }

        .new_title.lt h2:after {
            content: '';
            position: absolute;
            top: 0;
            width: 0;
            right: -35px;
            height: 0;
            border-style: solid;
            border-width: 45px 0 0 36px;
            border-color: transparent transparent transparent #ff7600
        }

.latest-blog img {
    display: block;
    position: relative;
    width: 100%
}

.latest-blog {
    text-align: left;
    padding: 0px;
    margin: auto;
    padding-bottom: 5px;
    margin-top: 10px;
    overflow: hidden
}

    .latest-blog .blog-title {
        margin: 15px 0
    }

    .latest-blog .blog_inner {
        border: 1px solid #f5f5f5;
        border-radius: 3px;
        background: #fff;
        padding: 10px
    }

        .latest-blog .blog_inner a {
            color: #000;
            font-size: 14px;
            font-weight: bold;
            margin: 0px
        }

        .latest-blog .blog_inner:hover {
            box-shadow: 0px 0px 4px 0px #b82800;
            border-radius: 5px
        }

            .latest-blog .blog_inner:hover a, .latest-blog .blog_inner:hover h3 {
                color: #b82800
            }

        .latest-blog .blog_inner .blog-img.blog-l:hover:after {
            height: 0;
            top: 50%;
            bottom: 50%;
            background: rgba(220,170,128,0.3)
        }

        .latest-blog .blog_inner .blog-img.blog-l:after {
            position: absolute;
            cursor: pointer;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out
        }

        .latest-blog .blog_inner .blog-img.blog-l:hover:before {
            right: 50%;
            left: 50%;
            width: 0;
            background: rgba(220,170,128,0.3)
        }

        .latest-blog .blog_inner .blog-img.blog-l:before {
            position: absolute;
            cursor: pointer;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out
        }

@media (min-width: 768px) {
    .latest-blog .blog_inner .blog-img.blog-l a {
        justify-content: center;
        display: flex;
        -o-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -os-justify-content: center;
        -o-display: flex;
        -moz-display: flex;
        -webkit-display: flex;
        -os-display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        height: 180px
    }

        .latest-blog .blog_inner .blog-img.blog-l a img {
            max-width: 100%;
            max-height: 100%;
            width: auto
        }
}

.latest-blog h3 {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    margin: 5px 0 5px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.latest-blog .view_more {
    text-align: center;
    clear: both;
    margin: 0 -5px
}

.latest-blog p {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 60px;
    word-break: break-word
}

.post-date {
    color: #5e5f5f;
    font-weight: normal;
    font-size: 13px;
    margin-left: 0px
}

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

.blog_post img {
    margin-bottom: 20px;
    width: 100%
}

.blog-img a.info:hover {
    background: #222
}

.blog-img {
    position: relative
}

.item_bl_index {
    position: relative
}

    .item_bl_index .as {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.5);
        padding: 7px 15px
    }

        .item_bl_index .as h3 {
            margin: 0;
            font-size: 15px;
            margin: 0 0 6px;
            font-weight: 600;
            color: #fff
        }

@media (max-width: 425px) {
    .item_bl_index .as h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
}

.item_bl_index .as .justify {
    color: #e8e8e8;
    margin: 0
}

@media (max-width: 425px) {
    .item_bl_index .as .justify {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

.item_bl_index:hover .as h3 {
    color: #ff7600
}

.x .item_bl_index {
    margin-bottom: 10px
}

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

.slider-items-products {
    position: relative
}

    .slider-items-products .item {
        text-align: center
    }

#category-desc-slider img {
    width: 100%
}

.button, .btn, .button-inverse, .button-vote, .sidebar .button, .sidebar .btn, .dropdown .dropdown-menu .button, .buttons-set .back-link a, .scrolltop, .button-tabs li a {
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}

    .btn:hover, .btn:focus, .button-inverse, .button-vote:hover, .sidebar .button:hover, .sidebar .button:focus, .sidebar .btn:hover, .sidebar .btn:focus, .form-list .bootstrap-select.btn-group .btn:hover .caret, .form-list .bootstrap-select.btn-group .btn:focus .caret, .buttons-set .back-link a:hover, .buttons-set .back-link a:focus, .scrolltop, .button-tabs li a:hover, .button-tabs li a:focus {
        border: 1px #ff7600 solid;
        background: #ff7600;
        color: #FFF
    }

@media (max-width: 767px) {
    .new_title.center {
        border-bottom: none
    }

    .new_title {
        margin: 0;
        height: auto
    }

        .new_title h2 {
            font-size: 18px;
            max-width: 85%
        }

            .new_title h2 a {
                display: block;
                max-width: 100%;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap
            }

    footer {
        margin-bottom: 50px
    }
}

.decr {
    max-height: 170px;
    overflow-y: auto
}

    .decr::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 6px
    }

    .decr::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5
    }

    .decr::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94))
    }

.btn-remove1 {
    background-image: url(btn_remove.png);
    margin: 0px 0 0 18px;
    display: block;
    width: 15px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
    right: -3px;
    top: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: right;
    margin-top: 6px
}

.block .block-title {
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 10px 10px 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 2px #e5e5e5 solid;
    letter-spacing: -1px
}

.block-account .block-title {
    padding: 10px 0px 5px 15px
}

.block .block-title strong {
    font-weight: bold
}

.block .block-title a {
    text-decoration: none !important
}

.block .block-content .item {
    padding: 5px 0
}

.block .btn-remove, .block .btn-edit {
    float: right;
    margin-top: 6px
}

.sidebar .block .access .btn-remove {
    float: right;
    margin-top: -38px
}

.block .actions {
    text-align: left;
    padding: 8px 0
}

    .block .actions a {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
        font-weight: bold
    }

.block .empty {
    color: #666666
}

.box-category {
    padding: 8px 0 0px
}

    .box-category ul {
        list-style: none;
        margin: 0;
        padding: 0px 15px !important
    }

    .box-category > ul > li {
        display: block;
        position: relative;
        box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF;
        margin: 0
    }

        .box-category > ul > li.last {
            display: block;
            position: relative;
            box-shadow: 0 0px 0 #dbebf9, 0 0px 0 #FFFFFF
        }

        .box-category > ul > li:first-child {
            border-top: 0
        }

    .box-category .subDropdown {
        top: 8px;
        right: 0px;
        position: absolute;
        cursor: pointer;
        width: 16px;
        height: 16px;
        padding: 2px
    }

        .box-category .subDropdown:hover {
            opacity: 0.8
        }

        .box-category .subDropdown.plus {
            background-image: url("plus.png")
        }

        .box-category .subDropdown.minus {
            background-image: url("minus.png")
        }

    .box-category ul li a {
        padding: 8px 0px;
        display: block;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif
    }

    .box-category ul li.double a {
        display: inline-block;
        margin: 0
    }

    .box-category ul li {
        position: relative
    }

    .box-category > ul > li > a {
        color: #222;
        text-transform: none;
        display: block;
        font-size: 13px
    }

    .box-category > ul > li ul {
        display: none;
        padding-left: 0px !important;
        padding-bottom: 10px;
        padding-right: 0px !important
    }

    .box-category > ul > li > ul li {
        padding: 0px
    }

    .box-category > ul > li a.active {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif
    }

    .box-category > ul > li > a.active {
        color: #333333;
        font-weight: 900;
        margin-bottom: 0
    }

    .box-category > ul > li a.active + ul {
        display: block
    }

    .box-category a:hover {
        text-decoration: none;
        color: #b82800
    }

    .box-category > ul > li ul li a {
        font-family: Arial, Helvetica, sans-serif
    }

    .box-category > ul > li ul > li > a {
        border-bottom: 0 solid #EAEAEA;
        font-size: 12px !important;
        margin: 0 !important;
        padding: 3px 16px !important;
        text-decoration: none;
        padding-left: 20px;
        color: #666666;
        transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
    }

    .box-category > ul > li ul > li ul > li a {
        text-decoration: none;
        font-size: 13px !important;
        margin: 4px 8px !important;
        border-bottom: 0px solid #EAEAEA
    }

.sidebar-left {
    margin-left: 0 !important
}

.bv3 .sidebar-right, .bv3 .sidebar-left {
    padding-left: 15px
}

.sidebar ol, .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar .block-venedor-ads .block-content li {
    padding: 0
}

.sidebar .block dt {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 10px 0
}

.sidebar .block dd {
    border-bottom: 0 solid #CCCCCC;
    margin: 0;
    padding: 0 5px
}

.sidebar address {
    margin: 0;
    padding: 0;
    color: #333;
    text-align: left;
    border-bottom: none
}

.page-title h1, .page-title h2 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0px
}

.col-main {
    font-size: 14px
}

.one-page-checkout {
    position: relative;
    margin-bottom: 12px;
    list-style: none;
    padding: inherit;
    padding: 0;
    margin-top: 18px
}

    .one-page-checkout li.section {
        border-bottom: 0;
        margin-bottom: 8px
    }

    .one-page-checkout .step-title {
        text-align: right;
        padding: 7px 0
    }

    .one-page-checkout .active .step-title {
        cursor: default;
        font-size: 14px;
        padding-top: 0px;
        text-align: left;
        line-height: 32px;
        font-family: 'Open Sans', sans-serif;
        border-top: none
    }

    .one-page-checkout .step-title .number {
        float: left;
        line-height: 15px;
        font-size: 15px;
        color: #333;
        padding: 10px 13px;
        background-color: #fff;
        border: 1px solid #ddd;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold
    }

    .one-page-checkout .step-title h3 {
        border-bottom: 0px solid #E4E4E4;
        margin: 0 0 0 55px;
        text-align: left;
        line-height: 35px;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        color: #333;
        font-weight: bold !important
    }

    .one-page-checkout .active .step-title .number {
        background: none repeat scroll 0 0 #ff7600;
        border: 1px solid #ff7600;
        color: #fff;
        padding: 10px 12px;
        font-weight: bold
    }

    .one-page-checkout .active .step-title h3 {
        color: #ff7600 !important;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold !important
    }

    .one-page-checkout .step {
        padding: 10px 10px 10px 55px;
        background-color: #FFFFFF
    }

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0
}

.group-select li {
    margin: 0 0 5px;
    overflow: hidden;
    list-style: none
}

.group-select label {
    font-size: 12px;
    font-weight: normal;
    color: #333
}

.group-select li select {
    width: 256px;
    padding: 3px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 10px
}

select#billing-address-select {
    width: 570px;
    padding: 10px;
    margin-top: 5px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    outline: none;
    color: #aaa
}

legend {
    display: none
}

.group-select li .input-box {
    float: left;
    width: 310px
}

.group-select .require {
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px
}

input.radio {
    margin-right: 3px
}

.radio, .checkbox {
    display: inline-block
}

.dashboard .welcome-msg {
    text-align: left;
    padding: 0px 0 5px;
    color: #333;
    font-size: 14px
}

.data-table {
    border: 1px solid #E5E5E5;
    border-spacing: 0;
    text-align: left;
    width: 100%;
    font-size: 12px
}

#my-orders-table {
    border: none
}

.my-account {
    width: 100%
}

.title-buttons a, .title-buttons .separator {
    margin-top: 0;
    display: inline-block;
    text-decoration: underline;
    color: #333
}

.data-table thead tr, .data-table tfoot tr {
    background-color: #f7f7f7
}

.data-table th {
    line-height: 20px;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
}

.data-table thead th, .data-table thead td, .data-table tfoot th, .data-table tfoot td, .cart .totals table th, .cart .totals table td {
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif
}

.data-table .price {
    font-size: 13px;
    font-weight: normal
}

.group-select li input.input-text, .group-select li textarea {
    width: 585px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 10px;
    outline: none
}

.group-select li .input-box input.input-text, .group-select li .input-box textarea {
    width: 275px;
    margin-top: 5px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 10px
}

    .group-select li .input-box input.input-text:focus, .group-select li .input-box textarea:focus {
        background: #fff;
        border: 1px solid #ddd
    }

.group-select li input.input-text:focus, .group-select li textarea:focus {
    background: #fff;
    border: 1px solid #ddd;
    outline: none
}

.box-account {
    margin-top: 15px;
    font-size: 12px
}

    .box-account .page-title h2 {
        font-size: 16px
    }

.col2-set {
    overflow: hidden;
    padding: 8px 0 0
}

    .col2-set .col-1 {
        float: left;
        width: 48%;
        text-align: left;
        border: 0px #336600 solid;
        padding-top: 0px;
        padding-bottom: 0px
    }

    .col2-set h5 {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 900;
        margin-bottom: 5px;
        color: #333
    }

    .col2-set .col-2 {
        float: right;
        width: 48%;
        text-align: left
    }

    .col2-set h4 {
        font-size: 12px;
        font-weight: 400;
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        margin-bottom: 5px
    }

.box-account .col2-set a {
    text-decoration: underline
}

.box-account address {
    line-height: 21px;
    color: #000;
    border-bottom: none
}

.block .slider-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.block-layered-nav .block-subtitle {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif
}

.block-layered-nav dt {
    font-size: 16px
}

.block-layered-nav .currently ol {
    margin: 0;
    padding: 10px 15px
}

.block-layered-nav .currently span.value {
    font-weight: bold
}

.block-layered-nav li {
    padding: 5px 0
}

.block-layered-nav .label {
    margin-right: 5px
}

.block-layered-nav .button-arrow {
    width: 25px;
    height: 25px;
    padding: 0;
    margin-top: -2px;
    position: absolute;
    right: 15px
}

#narrow-by-list2 dd {
    display: block !important
}

.sidebar {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif
}

    .sidebar .block-layered-nav .price {
        font-size: 13px;
        font-weight: normal
    }

.block-layered-nav .block-subtitle, .block-layered-nav dt {
    color: #565656;
    font-weight: 900
}

.block-layered-nav .currently ol {
    border: 1px solid #ececec;
    background-color: #f4f4f4;
    border-radius: 3px
}

a.remove-item-cart img {
    filter: hue-rotate(136deg)
}

div#popup-cart {
    z-index: 10000
}

.block-tags .actions a.view-all {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333;
    font-weight: 900
}

    .block-tags .actions a.view-all:hover {
        color: #ff7600
    }

.block .block-content .price {
    font-size: 12px;
    font-weight: bold;
    color: #ff7600
}

.block-account {
    background-color: #f7f7f7
}

    .block-account .block-content {
        padding: 0 15px !important
    }

        .block-account .block-content ul {
            margin-top: 5px;
            margin-bottom: 5px
        }

        .block-account .block-content li {
            padding: 10px 0px;
            border-top: 1px #fff solid;
            border-bottom: 1px #ddd solid
        }

            .block-account .block-content li:first-child {
                border-top: none
            }

.sidebar .block-content li.last {
    border-bottom: none
}

.block-account .block-content li a {
    cursor: pointer;
    padding: 0 12px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}

    .block-account .block-content li a:hover {
        cursor: pointer;
        padding: 0 12px;
        color: #000
    }

.sidebar .block-content li.current {
    font-weight: 900;
    color: #333
}

.block-currency select {
    width: 100%;
    margin-right: 8px
}

.block-layered-nav {
    background-color: #FFFFFF
}

    .block-layered-nav .block-content {
        padding: 0
    }

    .block-layered-nav dt {
        font-weight: bold;
        overflow: hidden;
        padding: 8px 0 5px;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .block-layered-nav dd {
        margin: 0;
        padding: 0
    }

        .block-layered-nav dd ol {
            position: relative
        }

    .block-layered-nav .btn-remove {
        float: right
    }

.block-list .price {
    color: inherit;
    font-size: 12px
}

.block-cart {
    padding: 0px;
    overflow: hidden
}

    .block-cart .amount {
        margin-bottom: 5px
    }

    .block-cart .actions .paypal-logo {
        float: left;
        width: 100%;
        margin: 3px 0 0;
        text-align: right
    }

        .block-cart .actions .paypal-logo .paypal-or {
            clear: both;
            display: block;
            padding: 0 55px 5px 0
        }

    .block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {
        word-wrap: break-word
    }

    .block-cart .mini-products-list .product-details .nobr {
        white-space: normal !important
    }

    .block-cart .summary {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1
    }

    .block-cart .subtotal {
        margin: 0;
        padding: 0;
        text-align: left;
        margin-bottom: 8px
    }

    .block-cart .block-content .summary .subtotal .label {
        background: none repeat scroll 0 0 transparent;
        border-radius: 0 0 0 0;
        box-shadow: none;
        font-weight: normal;
        padding: 2px 0;
        text-shadow: none;
        color: #000;
        font-size: 100%
    }

    .block-cart .subtotal .price {
        color: #ff7600;
        font-size: 12px;
        font-weight: bold
    }

.ajax-checkout {
    border: 0 none;
    margin: 0;
    padding: 5px 0 5px;
    text-align: left;
    margin-bottom: 0px
}

    .ajax-checkout a {
        border: 0px #dc436b solid;
        background: #323C46;
        text-shadow: 0 1px 0 #333;
        border-radius: 2px;
        color: #FFFFFF;
        font-size: 11px;
        padding: 8px 12px;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase
    }

        .ajax-checkout a:hover {
            border: 0px #111 solid;
            background: #222;
            padding: 6px 10px;
            text-shadow: 0 1px 0 #000;
            border-radius: 2px;
            color: #FFFFFF;
            font-size: 11px;
            cursor: pointer
        }

.sidebar .block-cart .block-subtitle {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin: 8px 0 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 13px
}

.col-left .block-cart .block-content ul li .product-details {
    float: right;
    width: 165px
}

.col-left .block-cart ul li.item {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 10px;
    padding-bottom: 12px
}

    .col-left .block-cart ul li.item.last {
        border-bottom: none;
        margin-bottom: 5px;
        padding-bottom: 0px
    }

.col-left .block-cart .block-content ul li a.product-image {
    display: inline
}

    .col-left .block-cart .block-content ul li a.product-image img {
        border: 1px solid #ECECEC
    }

.col-left .block-cart .block-content ul li .product-name {
    margin: 0 0 2px;
    font-size: 12px
}

.col-right .block-cart .block-content ul li .product-details {
    float: right;
    width: 172px
}

.col-right .block-cart ul li.item {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 5px;
    padding-bottom: 8px
}

    .col-right .block-cart ul li.item.last {
        border-bottom: none;
        margin-bottom: 5px;
        padding-bottom: 0px
    }

.col-right .block-cart .block-content ul li a.product-image {
    display: inline
}

    .col-right .block-cart .block-content ul li a.product-image img {
        border: 1px #ddd solid
    }

.col-right .block-cart .block-content ul li .product-name {
    margin: 0 0 2px;
    font-size: 12px
}

.price, .breadcrumbs li strong, .product-details span.price, #recently-viewed-items .price-box .special-price .price, #recently-viewed-items .price-box .regular-price .price, .availability.out-of-stock span {
    color: #eb0303
}

.related-slider {
    float: left;
    margin: auto;
    width: 100%;
    margin-bottom: 15px
}

    .related-slider h2 {
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        margin: 0px 0 20px;
        text-align: left;
        text-shadow: 0 1px 0 #fff
    }

.block-related .block-content {
    padding: 0px 0 10px 0;
    border: 1px solid #ECECEC;
    border-top: none;
    overflow: hidden
}

.block-related ul {
    margin: 0;
    padding: 0
}

.block-related li {
    padding: 5px 0
}

.block-related input.checkbox {
    position: absolute;
    left: 85px;
    top: 12px;
    z-index: 10
}

.block-related .product {
    margin-left: 20px
}

    .block-related .product .product-image {
        float: left;
        margin-right: -65px
    }

    .block-related .product .product-details {
        margin-left: 65px
    }

.block-related .mini-products-list .product-details {
    margin-left: 125px;
    text-align: left
}

    .block-related .mini-products-list .product-details .product-name {
        text-align: left
    }

.block-related .mini-products-list .product-image {
    width: 100px;
    margin: 0;
    padding: 0 10px
}

.block-related .block-subtitle {
    padding: 10px 10px 0 10px;
    font-size: 13px;
    font-weight: bold;
    margin: 0
}

.block-related .price-box .old-price .price {
    display: inline;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif
}

.block-related a.link-cart {
    text-transform: uppercase;
    font-size: 12px;
    color: #23AEAC;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif
}

    .block-related a.link-cart:hover {
        text-transform: uppercase;
        font-size: 12px;
        color: #CA0000;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif
    }

.block-compare {
    background-color: #fff;
    padding: 0px
}

    .block-compare li {
        padding: 5px 0
    }

    .block-compare .block-content ol, .block-compare .block-content ul {
        margin: 0
    }

ol#compare-items li a.product-name {
    font-size: 12px;
    padding: 0 5px;
    margin: 0;
    font-weight: normal;
    color: #333;
    line-height: 20px;
    text-transform: none;
    display: inline-block;
    width: 200px
}

    ol#compare-items li a.product-name span {
        margin-right: 3px;
        font-size: 20px;
        font-weight: 400;
        color: #777;
        line-height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 6px
    }

    ol#compare-items li a.product-name:hover {
        font-size: 12px;
        color: #000
    }

ol#compare-items li {
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 10px;
    background: none
}

    ol#compare-items li.last {
        border-bottom: none;
        margin-bottom: 0
    }

.block-viewed .block-content {
    background-color: #fff;
    padding: 0px
}

.block-viewed li {
    padding: 3px 0px !important;
    list-style: none
}

    .block-viewed li.last {
        padding: 0px;
        border-bottom: 0px #eaeaea solid;
        list-style: none
    }

.block-viewed .block-content li a {
    padding: 0 15px;
    color: #666
}

    .block-viewed .block-content li a:hover {
        font-size: 13px;
        color: #000
    }

.block-viewed li span {
    color: #777777;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 8px;
    margin-right: 3px
}

.sidebar ol, .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0
}

#recently-viewed-items .product-name {
    text-align: left;
    margin: 0;
    text-transform: none;
    width: 225px;
    display: inline-block
}

    #recently-viewed-items .product-name a {
        color: #333;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0 0px
    }

        #recently-viewed-items .product-name a:hover {
            color: #000;
            font-size: 12px;
            font-weight: normal;
            text-decoration: none
        }

.block-compared .block-content {
    background-color: #fff;
    padding: 5px 12px 12px
}

.block-compared li {
    padding: 3px 0px !important;
    list-style: none
}

    .block-compared li.last {
        padding: 0px;
        border-bottom: 0px #eaeaea solid;
        list-style: none
    }

.block-compared .block-content li a {
    padding: 0 15px;
    color: #666
}

    .block-compared .block-content li a:hover {
        font-size: 13px;
        color: #000
    }

.block-compared li span {
    color: #777777;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 8px;
    margin-right: 3px
}

#recently-compared-items .product-name {
    text-align: left;
    margin: 0;
    text-transform: none;
    width: 225px;
    display: inline-block
}

    #recently-compared-items .product-name a {
        color: #333;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0 0px
    }

        #recently-compared-items .product-name a:hover {
            color: #000;
            font-size: 12px;
            font-weight: normal;
            text-decoration: none
        }

.block-poll {
    background-color: #fff;
    padding: 0px
}

    .block-poll label {
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333
    }

    .block-poll .block-subtitle {
        color: #222;
        font-weight: 900;
        font-size: 12px
    }

    .block-poll input.radio {
        float: left;
        margin: 5px -18px 0 0
    }

    .block-poll .label {
        display: block;
        margin-left: 18px;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0.1em 0.3em 0.1em
    }

    .block-poll li {
        padding: 3px 0px !important;
        background: none !important
    }

    .block-poll .actions {
        margin: 5px 0 0 0px;
        padding: 0
    }

    .block-poll .answer {
        font-weight: bold
    }

    .block-poll .votes {
        float: right;
        margin-left: 10px
    }

.block-tags {
    background-color: #fff;
    padding: 0px
}

    .block-tags .block-content {
        overflow: hidden
    }

    .block-tags ul, .block-tags li {
        display: inline;
        padding: 0 !important;
        background: none !important;
        border: none
    }

    .block-tags .actions {
        border: 0 none;
        float: right !important;
        margin-top: 10px;
        padding: 0px;
        text-align: left
    }

.block-subscribe {
    background-color: #fff;
    padding: 0px
}

    .block-subscribe .input-text {
        width: 90%;
        background: #f7f7f7;
        border: 1px solid #f7f7f7;
        color: #AAAAAA;
        padding: 10px 7px;
        font-size: 13px
    }

        .block-subscribe .input-text:focus {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 1px solid #DDDDDD;
            color: #333333;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            outline: medium none;
            padding: 10px 7px;
            vertical-align: middle
        }

.form-subscribe-header {
    font-size: 12px;
    margin-bottom: 5px;
    color: #222
}

.block-company {
    background-color: #f7f7f7
}

    .block-company .block-content {
        padding: 0 15px !important
    }

    .block-company ol {
        margin: 5px 0
    }

    .block-company li {
        padding: 10px 0px !important;
        list-style: none;
        border-bottom: 1px #ddd solid;
        border-top: 1px #fff solid
    }

        .block-company li:first-child {
            border-top: none
        }

        .block-company li a {
            padding: 0 5px;
            text-decoration: none;
            transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
        }

            .block-company li a:hover {
                padding: 0 5px;
                color: #000
            }

        .block-company li.last {
            padding: 10px 0px !important;
            border-bottom: 0px #eaeaea solid;
            list-style: none
        }

        .block-company li span {
            float: left;
            margin-right: 5px;
            font-size: 16px;
            color: #aaa;
            line-height: 16px;
            font-family: Arial, Helvetica, sans-serif
        }

        .block-company li strong {
            color: #333;
            font-weight: 900;
            padding: 0 5px
        }

.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0
}

.block-reorder .product-name {
    margin-left: 20px
}

.block-banner .block-content {
    text-align: center
}

.block-banner a img {
    transition: all 0.4s ease-out 0.2s
}

    .block-banner a img:hover {
        opacity: 0.5;
        -webkit-transition: all 0.4s ease-out 0.2s;
        -moz-transition: all 0.4s ease-out 0.2s;
        -o-transition: all 0.4s ease-out 0.2s;
        transition: all 0.4s ease-out 0.2s;
        background-color: #eee
    }

.pager {
    margin: 0;
    text-align: center;
    padding: 0;
    clear: left
}

    .pager .amount {
        float: left
    }

    .pager .limiter label {
        float: left;
        font-size: 12px;
        padding: 6px 0;
        margin-right: 10px;
        display: inline
    }

    .pager .pages {
        margin: 0 0
    }

.pages .pagination {
    margin: auto;
    vertical-align: middle
}

.pager .pages li {
    display: inline-block
}

    .pager .pages li a {
        box-shadow: none;
        border: 1px solid #F3F3F3;
        padding: 2px 10px;
        border-radius: 0px;
        color: #333
    }

        .pager .pages li a:hover {
            border: 1px solid #ff7600;
            color: #fff;
            background: #ff7600
        }

.pages .pagination > .active > a, .pages .pagination > .active > span, .pages .pagination > .active > a:hover, .pages .pagination > .active > span:hover, .pages .pagination > .active > a:focus, .pages .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff7600;
    border-color: #ff7600
}

.sorter {
    padding: 0;
    margin: 0
}

    .sorter .actions {
        float: left
    }

    .sorter .view-mode {
        float: left;
        margin-top: 6px;
        margin-right: 20px;
        margin-left: 0px
    }

    .sorter .sort-by {
        float: left;
        margin-top: 6px
    }

.toolbar {
    clear: both;
    margin-top: 0px;
    padding: 10px 0 0 0px;
    display: inline-block;
    width: 100%
}

    .toolbar .sorter {
        float: left
    }

.toolbar-bottom {
    margin-top: 0
}

.toolbar .pager .pages ol {
    float: none
}

.right-arrow {
    float: right
}

#limiter {
    float: right;
    font-size: 12px;
    margin-top: 0px
}

    #limiter ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline
    }

    #limiter a:link, #limiter a:visited {
        text-decoration: none;
        background-color: #fff;
        border: 0px solid #ddd;
        border-radius: 0px;
        display: inline-block;
        padding: 0px
    }

    #limiter li {
        background: none repeat scroll 0 0 #fff;
        cursor: pointer;
        margin: 0 auto;
        outline: medium none;
        padding: 5px 0px 5px 10px;
        position: relative;
        width: 50px;
        float: left;
        color: #333;
        text-align: left;
        border: 1px solid #F3F3F3
    }

    #limiter .right-arrow {
        float: right;
        margin-left: 6px
    }

    #limiter li li {
        width: 50px;
        border-top: 0px #F0F0F0 solid
    }

        #limiter li li a:hover {
            color: #007fb8
        }

    #limiter li:hover {
        color: #fff
    }

    #limiter ul ul {
        position: absolute;
        visibility: hidden;
        left: -1px;
        top: 27px;
        background: none repeat scroll 0 0 #fff;
        z-index: 10000;
        color: #000;
        border-top: none;
        border: 0px #F0F0F0 solid
    }

        #limiter ul ul ul {
            position: absolute;
            left: 100%;
            top: -2px;
            border: solid 1px transparent
        }

    #limiter li:hover > ul {
        visibility: visible
    }

.pager .amount, .sorter .amount {
    padding-left: 10px;
    margin-top: 4px;
    display: inline-block
}

.pager .button {
    padding: 4px 5px;
    background-color: #fff
}

    .pager .button:hover {
        padding: 4px 5px;
        background-color: #fff
    }

.pager .limiter label, .toolbar label {
    display: inline;
    float: left;
    margin-right: 10px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: normal
}

.pager .pages label {
    display: none
}

.margin-top-20 {
    margin-top: 20px
}

.pager .amount {
    margin-right: 20px
}

.cart {
    padding: 10px 0;
    margin-top: 5px
}

    .cart .page-title {
        margin: 0 0 5px;
        padding: 0 0 4px
    }

        .cart .page-title h2 {
            font-size: 22px
        }

#shopping-cart-table {
    border: none;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    text-align: left;
    margin-top: 12px
}

.cart-table .btn-continue {
    float: left
}

button.button span {
    font-weight: 400;
    text-transform: uppercase
}

.data-table td {
    line-height: 20px;
    padding: 10px;
    vertical-align: top
}

#shopping-cart-table tfoot tr td.last {
    border-top: none
}

#shopping-cart-table button.button {
    display: inline-block;
    border: 0;
    background: #fff;
    padding: 8px 12px;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    color: #333;
    font-weight: normal;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    vertical-align: top;
    cursor: pointer;
    overflow: visible;
    width: auto;
    outline: none;
    -webkit-border-fit: lines;
    text-transform: uppercase;
    border: 1px solid #ddd
}

    #shopping-cart-table button.button:hover {
        background: #ff7600;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        color: #fff;
        border: 1px #ff7600 solid
    }

.cart-table .btn-update, .cart-table .btn-empty {
    float: right;
    margin-left: 8px
}

#shopping-cart-table .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

#shopping-cart-table input.qty {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ddd;
    font-size: 15px;
    font-weight: normal;
    margin: 0 !important;
    outline: medium none;
    padding: 8px 5px 8px 12px;
    width: 55px
}

#shopping-cart-table .edit-bnt {
    float: left
}

.edit-bnt span {
    display: none
}

#shopping-cart-table a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none
}

h1.title_head {
    font-size: 25px
}

#shopping-cart-table a.remove-item span {
    display: none
}

.totals h3 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.cart-collaterals .col2-set .col-2 {
    width: 320px
}

.totals .inner {
    padding: 4px 0px 15px 0px;
    background-color: #fff;
    margin-top: 0px
}

.cart-collaterals h3 {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px
}

#shipping-zip-form p {
    margin: 2px 0 4px
}

.form-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .form-list li {
        margin: 0 0 10px;
        position: relative
    }

    .form-list label {
        position: relative;
        z-index: 0;
        font-weight: normal;
        color: #333;
        display: inline
    }

#shipping-zip-form .form-list label {
    display: block
}

.form-list label.required em {
    font-style: normal
}

.required em {
    color: #ff0000
}

.form-list .input-box {
    display: block;
    margin-bottom: 0
}

.form-list select {
    margin: 5px 0 2px;
    width: 100%;
    outline: none
}

.shipping {
    margin-top: 20px
}

.discount {
    margin-top: 20px
}

.shipping .form-list select {
    width: 100%;
    background-color: #F0F0F0;
    border: 1px #f0f0f0 solid;
    padding: 10px
}

.form-list input.input-text {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    outline: none;
    color: #aaa
}

.shipping .form-list input.input-text {
    width: 100%
}

input.input-text, select, textarea {
    outline: none;
    border: 1px solid #ebebeb;
    padding: 7px 10px;
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input#coupon_code {
    margin: 8px 0;
    width: 100%
}

#shopping-cart-totals-table {
    float: right;
    width: 100%;
    padding-bottom: 8px
}

.cart .totals table th, .cart .totals table td {
    padding: 5px;
    border: none !important;
    background: none !important;
    border: medium none !important;
    box-shadow: none !important;
    color: #333 !important
}

.checkout {
    color: #666666;
    padding-top: 5px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0
}

button.button.btn-proceed-checkout {
    background: #ff7600;
    padding: 20px 45px;
    color: #fff;
    width: 100%
}

    button.button.btn-proceed-checkout:hover {
        background: #333;
        color: #fff;
        border: 1px #000 solid
    }

    button.button.btn-proceed-checkout span {
        font-size: 18px;
        font-weight: normal
    }

.checkout a {
    text-decoration: underline;
    color: #33c5fb;
    margin-top: 10px;
    display: block
}

#shopping-cart-totals-table .price {
    font-size: 14px;
    color: #ff7600
}

#shopping-cart-totals-table strong span.price {
    font-weight: 900
}

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

.crosssel h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 7px;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

.variant-title {
    color: #686868
}

#wishlist-table {
    border: none;
    text-align: left
}

    #wishlist-table .product-name {
        margin: 0;
        text-align: left;
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif
    }

    #wishlist-table input.qty {
        background: none repeat scroll 0 0 #FFFFFF;
        padding: 5px;
        text-align: center;
        border: 2px #efefef solid;
        width: 50px
    }

    #wishlist-table .description {
        margin: 10px 0
    }

    #wishlist-table img {
        width: auto
    }

    #wishlist-table button.button.btn-cart {
        padding: 0px;
        color: #222;
        background-color: #fff;
        border: none;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        margin: 0 0 10px !important
    }

        #wishlist-table button.button.btn-cart:hover {
            color: #ff7600
        }

        #wishlist-table button.button.btn-cart span {
            display: none
        }

    #wishlist-table a.remove-item {
        padding: 6px 11px;
        color: #333;
        background-color: #fff;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border: none;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        text-decoration: none
    }

small {
    font-size: 85%;
    font-weight: normal;
    text-transform: lowercase
}

a:hover small {
    color: #fff
}

.my-wishlist .buttons-set2 {
    margin-top: 10px
}

    .my-wishlist .buttons-set2 .btn-update {
        float: right;
        margin-right: 2px
    }

.my-wishlist button.button span {
    font-size: 11px
}

.my-wishlist .buttons-set2 .btn-share {
    float: right;
    margin-left: 8px
}

.my-wishlist .buttons-set2 .btn-add {
    float: right;
    margin-left: 8px
}

.my-wishlist .back-link {
    float: left
}

.state_bar {
    padding: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 35px 0
}

.checkout-progress {
    padding-top: 0px;
    margin: 0px 0 0px;
    overflow: hidden;
    padding: 0;
    list-style: none
}

    .checkout-progress li {
        list-style-type: none;
        width: 19%;
        text-align: center;
        color: #999;
        margin-right: 0px;
        padding: 5px 7px;
        text-transform: uppercase;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 1px;
        display: inline-block;
        margin-right: -3px
    }

        .checkout-progress li.active {
            background-color: #fff;
            border-bottom: 1px solid #ff7600;
            color: #ff7600
        }

.multiple_addresses {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    padding: 0 0 15px 0
}

.page-title_multi h2 {
    font-size: 25px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: uppercase
}

.multiple_addresses .title-buttons {
    text-align: right
}

.addresses {
    margin-bottom: 15px;
    float: left;
    width: 100%
}

#multiship-addresses-table {
    margin-top: 5px;
    border: none
}

    #multiship-addresses-table h4 {
        font-size: 12px;
        margin: 0;
        line-height: 18px
    }

.multiple-checkout select {
    width: 100%;
    min-width: 200px
}

#multiship-addresses-table .btn-remove {
    background-color: #fff;
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 12px 15px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #fff;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    line-height: 12px
}

    #multiship-addresses-table .btn-remove:hover {
        background-image: none;
        padding: 12px 15px;
        color: #fff;
        background-color: #ff7600;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px #ff7600 solid
    }

    #multiship-addresses-table .btn-remove span {
        display: none
    }

#multiship-addresses-table input.input-text {
    background-color: #FFF;
    padding: 10px 5px 10px 15px;
    border: 1px solid #ddd
}

.state_bar li {
    width: 19%
}

.multiple_addresses .addresses {
    margin: 15px 0
}

.multiple_addresses .buttons-set {
    width: 90%;
    margin: auto
}

.multiple_addresses .multiple-checkout {
    padding-bottom: 15px
}

.multiple_addresses .buttons-set {
    margin: 10px 0
}

.back-link {
    float: left
}

.multiple-checkout .buttons-set .button {
    float: right
}

.account-login {
    margin-bottom: 15px;
    padding: 0px;
    margin-top: 15px
}

    .account-login .col2-set .col-1 {
        float: left;
        padding-bottom: 0;
        padding: 0px;
        text-align: left;
        width: 48%;
        min-height: 415px;
        background: #fff;
        border: 1px solid #eaeaea;
        padding: 45px
    }

    .account-login .col2-set .col-2 {
        float: right;
        padding-bottom: 0;
        text-align: left;
        width: 48%;
        min-height: 415px;
        background: #fff;
        padding: 45px;
        border: 1px solid #eaeaea
    }

    .account-login .col2-set .col-full {
        background: #fff;
        padding: 45px;
        border: 1px solid #eaeaea
    }

span.span_pending {
    color: red
}

span.span_fulfilled, span.span_paid {
    color: #00a700
}

.account-login .form-list input.input-text {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    outline: none;
    color: #aaa
}

.group-select ul {
    padding-left: 0px
}

.content-wrapper {
    margin: auto;
    text-align: center;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 80px
}

.page-not-found h2 {
    color: #da2c2a;
    font-size: 160px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif
}

.page-not-found h3 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 4em;
    text-transform: none;
    font-family: 'Open Sans', sans-serif
}

    .page-not-found h3 img {
        margin-right: 8px;
        vertical-align: text-bottom
    }

.page-not-found p {
    color: #666;
    font-size: 1.33em;
    line-height: 1.5em;
    margin-bottom: 0.75em
}

.page-not-found .btn-home {
    background-color: #ff7600;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 14px 35px;
    text-decoration: none;
    height: auto;
    font-weight: normal;
    text-transform: uppercase;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}

    .page-not-found .btn-home:hover {
        background-color: #000
    }

    .page-not-found .btn-home span {
        margin: 0;
        padding: 0px;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        line-height: 16px;
        text-decoration: none
    }

span.img_checker {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(https://thephinhnhapkhau.com.vn/uploads/images/icons/checked.webp);
    background-repeat: no-repeat;
    background-position: center
}

#toTop {
    color: #fff;
    text-align: center;
    bottom: 65px;
    top: initial !important;
    display: none;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 45px;
    border-radius: 50%;
    background: url(https://thephinhnhapkhau.com.vn/uploads/images/icons/to-top-arrow2.webp) no-repeat center;
    background-color: #05428c;
    text-transform: uppercase;
    z-index: 100
}

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

.brand-logo {
    margin: auto;
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 15px 0px;
    position: relative;
    z-index: 1
}
.vbline address, .vbline .phone-footer, .vbline .email-footer {
    position: relative
}

.vbline img {
    position: absolute;
    top: 5px
}

.vbline address img {
    top: 0px
}

.vbline span, .vbline a {
    padding-left: 25px;
    display: inline-block
}
.contact-info {
    text-align: center
}

ul.contact-info span {
    font-size: 13px !important;
    font-weight: 900 !important;
    color: #666;
    float: left
}

ul.contact-info li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    display: inline-block
}

    ul.contact-info li.last {
        float: left;
        margin-bottom: 0px;
        border-bottom: 0px #2D3D4C solid
    }

#container_newsletter {
    width: 100%;
    padding: 7px 0 7px 0;
    background: #f7f7f7;
    margin: 36px 0 22px 0
}

#text_container_news {
    width: 205px;
    height: 34px;
    float: left;
    margin-left: 30px;
    text-transform: uppercase;
    font-size: 10px;
    color: #647177;
    padding-top: 7px
}

    #text_container_news span {
        color: #959a9c;
        font-size: 9px
    }

#container_form_news {
    position: relative;
    z-index: 0
}

#container_form_news2 input[type="text"] {
    background: #FFFFFF;
    width: 165px;
    height: 12px;
    display: inline;
    color: #a7a7a7;
    line-height: 20px;
    background-color: #FFFFFF;
    border: 2px solid #ddd;
    padding-left: 10px;
    font-size: 13px
}

#container_form_news2 input[type="submit"] {
    cursor: pointer;
    border: 0;
    background: #FFFFFF;
    width: 20px;
    height: 12px;
    display: block;
    position: relative;
    color: #a7a7a7;
    font-size: 10px;
    line-height: 20px;
    top: -18px;
    right: -160px
}

.footer-box {
    width: 1240px;
    margin: auto
}

footer ul span {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 15px;
    padding-right: 3px
}

address {
    display: block;
    margin: auto;
    font-style: normal;
    line-height: 21px;
    color: #999;
    padding-top: 10px;
    margin-top: 10px;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px #eaeaea solid;
    margin-bottom: 15px
}

.footer-column-1 {
    text-align: center
}

    .footer-column-1 .footer-logo img {
        max-height: 80px
    }

    .footer-column-1 .social {
        overflow: hidden;
        padding: 10px 0;
        position: relative
    }

        .footer-column-1 .social a {
            display: inline-block;
            margin: 0 5px
        }

            .footer-column-1 .social a.instagram img {
                border-radius: 20px
            }

        .footer-column-1 .social:before, .footer-column-1 .social:after {
            position: absolute;
            content: '';
            height: 1px;
            background-color: rgba(148,148,148,0.5);
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%)
        }

@media (min-width: 415px) {
    .footer-column-1 .social:before, .footer-column-1 .social:after {
        width: 50%
    }
}

@media (max-width: 414px) {
    .footer-column-1 .social:before, .footer-column-1 .social:after {
        width: 80%
    }
}

.social-section {
    padding: 0px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    background: #191919
}

    .social-section .inner {
        margin: auto;
        overflow: hidden;
        margin-bottom: 20px;
        padding-top: 20px
    }

.social .fb a {
    background: #3C5B9B;
    font-size: 18px;
    border-radius: 3px;
    line-height: 35px;
    display: inline-block !important;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0
}

    .social .fb a:hover {
        background: #3C5B9B !important
    }

.social .tw a {
    background: #359BED;
    font-size: 18px;
    border-radius: 3px;
    line-height: 35px;
    display: inline-block !important;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0
}

    .social .tw a:hover {
        background: #359BED !important
    }

.social .googleplus a {
    background: #E33729;
    font-size: 18px;
    border-radius: 3px;
    line-height: 35px;
    display: inline-block !important;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0
}

    .social .googleplus a:hover {
        background: #E33729 !important
    }

.social .youtube a {
    background: #F03434;
    font-size: 18px;
    border-radius: 3px;
    line-height: 35px;
    display: inline-block !important;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0
}

    .social .youtube a:hover {
        background: #F03434 !important
    }

.social h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px
}

.social ul {
    margin: 0;
    list-style: none
}

    .social ul li {
        margin-right: 7px
    }

.social a {
    transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out
}

.payment-accept {
    color: #333333;
    font-size: 12px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 0px
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .newsletter-wrap .social {
        margin-top: 25px;
        float: left !important
    }

    .my-wishlist .buttons-set2 .btn-add {
        margin: 5px 0px
    }

    .item-content .price-box {
        min-height: 45px
    }

    .box-reviews .review {
        border-left: 0px solid #DFDFDF;
        padding-left: 0em;
        width: 100%
    }

    .toplinks div.links div a {
        padding: 3px 5px
    }

    .toplinks div.links div a {
        margin-left: 0px
    }

    .toplinks > div > div.myaccount > a:before {
        font-size: 13px;
        padding-right: 0px
    }

    .toplinks {
        margin-left: 0px
    }

    .caret {
        margin-left: -3px
    }

    .nav-inner {
        height: auto;
        width: 100%;
        margin: auto;
        line-height: normal
    }

    #mobile-menu {
        display: block !important;
        margin: auto;
        height: 65px
    }

    ul.navmenu {
        padding: 0px;
        margin: auto
    }

    .mini-cart .basket a {
        margin: 0px;
        font-size: 14px;
        letter-spacing: normal;
        background: none;
        font-weight: normal;
        min-width: 40px !important
    }

    .top-cart-contain {
        margin-top: 20px;
        position: absolute
    }

    .top-cart-content {
        top: 43px;
        right: 6px
    }

    .caption.light1 {
        display: none
    }

    .caption.top-center {
        display: none
    }

    .the-slideshow .tab-pager {
        left: 40%
    }

    .header-service {
        display: none
    }

    .offer-banner-section img {
        width: 100%;
        margin-bottom: 15px
    }

    .latest-blog .blog-l {
        width: 100%
    }

    .service-section .services {
        padding: 20px 0px;
        width: 100%;
        border-bottom: 1px #e5e5e5 solid;
        border-left: 1px #fff solid;
        border-right: none
    }

    .col {
        padding: 0px 0px 30px 0px;
        width: 100%
    }

        .col img {
            width: 100% !important
        }

    .products-grid .item {
        margin: 20px 0px 8px 0
    }

    .bag-product-slider .col-xs-4 {
        padding: 0 3px
    }

    .ratings .rating-links {
        display: none
    }

    .actions button.button.btn-cart {
        margin: 5px 5px 0 5px;
        padding: 9px 5px 9px 5px;
        line-height: 10px
    }

        .actions button.button.btn-cart span {
            font-size: 10px
        }

    .col-item a.thumb span.quick-view {
        display: none
    }

    .magik-producttabs ul.pdt-list li.item a.thumb span.quick-view {
        display: none
    }

    footer .footer-inner {
        padding-top: 10px
    }

    footer .coppyright {
        text-align: center
    }

    .company-links {
        text-align: center
    }

    .social ul li {
        margin-right: 4px
    }

    .payment-accept {
        float: none !important
    }

    .page-title h2 {
        font-size: 20px;
        margin: 10px 0px
    }

    .category-description .slider-items-products .owl-buttons a {
        left: 5px;
        padding: 2px 3px 10px 0px;
        height: 40px;
        width: 40px
    }

    .category-description .slider-items-products .owl-buttons .owl-prev a:before {
        font-size: 20px;
        padding: 0px 13px;
        line-height: 34px
    }

    .category-description .slider-items-products .owl-buttons .owl-next a:before {
        font-size: 20px;
        padding: 0px 13px;
        line-height: 34px
    }

    .toolbar .pager {
        float: left;
        margin: 6px 0px;
        width: 100%
    }

    .pager .pages li a {
        padding: 2px 7px
    }

    .pager .limiter label, .toolbar label {
        display: none
    }

    .products-list .actions button.button.btn-cart {
        padding: 13px 10px
    }

    .col-left .block-cart .block-content ul li .product-details {
        width: 75%
    }

    .side-nav-categories {
        margin-bottom: 10px
    }

    .block .block-title {
        margin-bottom: 5px
    }

    .block .block-content {
        padding: 5px 0px 5px 0px
    }

    .block {
        margin: 0px 0px 25px 0px
    }

    .products-grid .actions button.button.btn-cart span {
        font-size: 10px
    }

    .nav-tabs > li {
        width: 100%;
        text-align: center;
        margin-bottom: 1px;
        border-bottom: 1px solid #ddd
    }

    .more-views .owl-carousel .owl-item {
        width: 90px !important
    }

    .more-views .slider-items-products a.flex-prev {
        margin: 52px 0px 4px -208px
    }

    .more-views .slider-items-products a.flex-next {
        margin: 52px 0px 4px 32px
    }

    .product-shop .product-next-prev .product-prev {
        margin-top: 5px
    }

    .product-shop .product-next-prev .product-prev {
        width: 30px;
        height: 28px;
        right: 49px;
        margin: auto;
        padding: inherit
    }

    .product-shop .product-next-prev .product-next {
        width: 30px;
        height: 28px;
        right: 15px;
        margin: auto;
        padding: inherit
    }

    .product-view .product-shop .add-to-box .btn-cart {
        margin-left: 0px;
        margin-top: 10px
    }

    .product-view .product-name h1 {
        font-size: 20px
    }

    select#billing-address-select {
        width: 100%
    }

    .sidebar .block dl {
        padding: 0px 10px
    }

    .group-select li .input-box input.input-text, .group-select li .input-box textarea {
        width: 100%
    }

    .group-select li .input-box {
        width: 100%
    }

    .group-select li input.input-text, .group-select li textarea {
        width: 100%
    }

    .group-select li select {
        width: 100%
    }

    #shopping-cart-table {
        margin-top: 0px
    }

    label {
        font-weight: normal
    }

    button.button span {
        font-weight: normal
    }

    button.button.btn-proceed-checkout {
        padding: 20px 20px
    }

        button.button.btn-proceed-checkout span {
            font-size: 16px
        }

    .crosssel h2 {
        font-size: 13px;
        font-weight: normal
    }

    .cart-collaterals h3 {
        font-size: 14px
    }

    .col2-set .col-1 {
        width: 100%
    }

        .col2-set .col-1 h2 {
            font-size: 20px
        }

    .col2-set .col-2 {
        width: 100%
    }

        .col2-set .col-2 h2 {
            font-size: 20px
        }

    .back-link {
        float: none;
        display: block;
        padding: 7px 0px
    }

    .state_bar li {
        width: 100%
    }

    .account-login .col2-set .col-1 {
        width: 100%;
        padding: 10px;
        min-height: inherit;
        margin-bottom: 15px
    }

    .account-login .col2-set .col-2 {
        width: 100%;
        padding: 10px
    }

    .popup1 {
        display: none !important
    }

    #overlay {
        display: none !important
    }

    .product-next-prev {
        display: none
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    #mobile-menu {
        display: inherit;
        margin: auto
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #mobile-menu ul.navmenu .menutop {
        margin-top: 15px
    }

    .aside.aside-policy {
        margin: 20px 0
    }

    .category-products ul#crosssell-products-list li.item {
        width: 44%
    }

    .box-reviews .review {
        border-left: 0px solid #DFDFDF;
        padding-left: 0em;
        width: 100%
    }

    .toplinks div.links div a {
        padding: 3px 10px
    }

    .toplinks div.links div a {
        margin-left: 0px
    }

    .toplinks > div > div.myaccount > a:before {
        font-size: 13px;
        padding-right: 0px
    }

    .nav-inner {
        height: auto;
        width: 100%;
        margin: auto
    }

    #mobile-menu {
        display: inherit;
        margin: auto;
        height: 85px
    }

    ul.navmenu {
        padding: 0px;
        margin: auto
    }

    .mini-cart .basket a {
        margin: 0px;
        font-size: 14px;
        letter-spacing: normal;
        background: none;
        font-weight: normal;
        min-width: 40px !important
    }

    .top-cart-contain {
        margin-top: 20px;
        position: absolute
    }

    .top-cart-content {
        top: 43px;
        right: 6px
    }

    .the-slideshow .slideshow .slide img {
        width: 100%
    }

    .caption.light1 {
        display: none
    }

    .slideshow-wrapper .backward {
        top: 30% !important;
        width: 17px !important;
        height: 45px !important
    }

    .slideshow-wrapper .forward {
        right: 10px !important;
        top: 30% !important;
        background: url(slideshow-arrows.png) -84px 0 no-repeat !important;
        width: 17px !important;
        height: 45px !important
    }

    .caption.top-center {
        display: none
    }

    ul.slideshow {
        height: 157px !important
    }

    .the-slideshow .tab-pager {
        left: 46%
    }

    .service-section .services {
        padding: 20px 0px;
        width: 100%;
        border-bottom: 1px #e5e5e5 solid;
        border-left: 1px #fff solid;
        border-right: none
    }

    .magik-producttabs .magik-pdt-content ul.pdt-list li {
        width: 28%;
        margin-left: 10px;
        margin-right: 2%
    }

    .payment-accept {
        float: none !important
    }

    .footer-bottom .inner .bottom_links a {
        margin-left: 9px;
        float: left !important;
        font-size: 11px
    }

    .page-title h2 {
        font-size: 24px
    }

    .category-description .slider-items-products .owl-buttons a {
        left: 5px;
        padding: 2px 3px 10px 0px;
        height: 40px;
        width: 40px
    }

    .category-description .slider-items-products .owl-buttons .owl-prev a:before {
        font-size: 20px;
        padding: 0px 13px;
        line-height: 34px
    }

    .category-description .slider-items-products .owl-buttons .owl-next a:before {
        font-size: 20px;
        padding: 0px 13px;
        line-height: 34px
    }

    .toolbar .pager {
        float: left;
        margin: 6px 0px;
        width: 100%
    }

    .pager .pages li a {
        padding: 2px 8px
    }

    .col-left .block-cart .block-content ul li .product-details {
        width: 80%
    }

    .products-list .product-shop {
        width: 65%;
        margin: 0px 0
    }

    .products-list .product-image {
        width: 30%
    }

        .products-list .product-image img {
            width: 100%
        }

    .products-list .actions button.button.btn-cart {
        padding: 11px 10px
    }

    .col-left .block-cart .block-content ul li .product-details {
        width: 84%
    }

    .products-grid .actions button.button.btn-cart span {
        font-size: 10px
    }

    .more-views .owl-carousel .owl-item {
        width: 106px !important
    }

    .more-views .slider-items-products a.flex-prev {
        margin: 65px 0px 4px -368px
    }

    .more-views .slider-items-products a.flex-next {
        margin: 65px 0px 4px 30px
    }

    .nav-tabs > li {
        width: 100%;
        text-align: center;
        margin-bottom: 1px;
        border-bottom: 1px solid #ddd
    }

    .product-view .product-name h1 {
        font-size: 24px
    }

    select#billing-address-select {
        width: 100%
    }

    .sidebar .block dl {
        padding: 0px 10px
    }

    select#billing-address-select {
        width: 100%
    }

    .sidebar .block dl {
        padding: 0px 10px
    }

    .group-select li .input-box input.input-text, .group-select li .input-box textarea {
        width: 100%
    }

    .group-select li .input-box {
        width: 100%
    }

    .group-select li input.input-text, .group-select li textarea {
        width: 100%
    }

    .group-select li select {
        width: 100%
    }

    #shopping-cart-table {
        margin-top: 0px
    }

    label {
        font-weight: normal
    }

    button.button span {
        font-weight: normal
    }

    .col2-set .col-1 {
        width: 100%
    }

        .col2-set .col-1 h2 {
            font-size: 20px
        }

    .col2-set .col-2 {
        width: 100%
    }

        .col2-set .col-2 h2 {
            font-size: 20px
        }

    .back-link {
        float: none;
        display: block;
        padding: 7px 0px
    }

    .state_bar li {
        width: 50%
    }

    .account-login .col2-set .col-1 {
        width: 100%;
        padding: 10px;
        min-height: inherit;
        margin-bottom: 15px
    }

    .account-login .col2-set .col-2 {
        width: 100%;
        padding: 10px
    }

    .popup1 {
        display: none !important
    }

    #overlay {
        display: none !important
    }

    .newsletter-wrap .social {
        margin-top: 25px;
        float: left !important
    }

    .header-service {
        display: none
    }

    .offer-banner-section img {
        width: 100%;
        margin-bottom: 15px
    }

    .latest-blog .blog-l {
        width: 100%
    }

    .service-section .services {
        padding: 20px 0px;
        width: 100%;
        border-bottom: 1px #e5e5e5 solid;
        border-left: 1px #fff solid;
        border-right: none
    }

    .col {
        padding: 20px 15px
    }

        .col img {
            width: 100% !important
        }

    .newsletter-wrap {
        padding: 15px 0;
        margin-bottom: 15px
    }

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

    .product-next-prev {
        right: 16px;
        margin-top: 0px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #mobile-menu {
        display: inherit;
        margin: auto;
        height: 85px;
        left: 10px
    }

    .l_o_mb {
        right: 10px
    }

    .category-products ul#crosssell-products-list li.item {
        width: 29%
    }

    .box-reviews .review {
        width: 75%
    }

    #nav ul.level0 > li {
        width: 129px;
        margin: 0px 7px
    }

        #nav ul.level0 > li.last {
            width: 136px
        }

    #nav ul.level1 > li a {
        font-size: 12px
    }

    #nav ul.level1 > li {
        width: 135px
    }

    #nav .level0-wrapper .nav-add .push_item {
        width: 22.8%;
        height: auto;
        margin-right: 15px
    }

        #nav .level0-wrapper .nav-add .push_item img {
            width: 100%;
            height: auto
        }

        #nav .level0-wrapper .nav-add .push_item .push_img a {
            height: 95px;
            width: 100%
        }

    #nav .level0-wrapper .nav-add .push_item_last {
        width: 22.8%
    }

        #nav .level0-wrapper .nav-add .push_item_last img {
            width: 100%
        }

    #nav .level0-wrapper, #nav.classic .parent > ul {
        width: 740px !important;
        margin: auto;
        padding: 10px 4px 10px 0px
    }

    #nav ul.level0 > li > a {
        padding: 10px 0px 10px 0px
    }

    .nav-block-center {
        margin-top: 5px
    }

    #nav ul.level3 > li {
        width: 175px
    }

    .cat-img {
        margin-top: 5px
    }

    .slideshow-wrapper .browse-button, .slideshow-wrapper .tab-pager {
        z-index: 5
    }

    .custom-menu .grid12-5 img {
        width: 100%
    }

    #nav .level0-wrapper .nav-add {
        padding-left: 10px
    }

    #nav ul.level0 > li .cat-img img {
        width: 135px
    }

    .nav-inner {
        width: 740px
    }

    .mini-cart .basket a {
        min-width: 100% !important
    }

    .caption.light1 {
        right: 4% !important;
        margin-right: 15% !important;
        top: 0% !important;
        width: 65% !important;
        padding-top: 10px !important
    }

        .caption.light1 .heading {
            font-size: 40px !important;
            margin-top: 0px !important
        }

    .caption .normal-text1 {
        display: none !important
    }

    .caption.light1 .badge {
        margin-top: -83px !important
    }

    .the-slideshow .slideshow .slide img {
        width: 100% !important
    }

    ul.slideshow {
        height: 255px !important
    }

    .slideshow-wrapper .backward {
        top: 37% !important;
        width: 22px !important
    }

    .slideshow-wrapper .forward {
        top: 37% !important;
        background: url(slideshow-arrows.png) -79px 0 no-repeat !important;
        width: 22px !important
    }

    .caption.top-center {
        padding-top: 0% !important;
        width: 400px !important
    }

    .caption .normal-text {
        font-size: 20px !important;
        margin-bottom: 0px !important
    }

    .caption .heading {
        font-size: 34px !important;
        margin: 0px !important
    }

    .caption p {
        padding: 10px 0px !important
    }

    .caption .intro-btn a {
        padding: 10px 20px !important
    }

    .caption .intro-btn {
        margin-top: 0px !important;
        padding: 5px 0px !important
    }

    .caption.top-left {
        padding-left: 0%
    }

    .service-section .services {
        width: 357px;
        border-bottom: 1px #e5e5e5 solid;
        border-left: 1px #e5e5e5 solid
    }

    .service-section .last {
        border-right: 1px #e5e5e5 solid !important
    }

    .col {
        padding: 20px 0px 20px 0px;
        width: 100%
    }

        .col img {
            width: 100% !important
        }

    .magik-producttabs .magik-pdt-content ul.pdt-list li {
        width: 29%;
        margin-left: 10px;
        margin-right: 2%
    }

    .newsletter-wrap input[type="text"] {
        width: 360px
    }

    .page-title h2 {
        font-size: 24px
    }

    .toolbar .pager {
        float: left;
        margin: 6px 0px;
        width: 100%
    }

    .pager .pages li a {
        padding: 2px 8px
    }

    .sidebar ol, .sidebar ul li ul {
        padding: 0px !important
    }

    .box-category > ul > li ul > li > a {
        padding: 6px 10px !important
    }

    .side-nav-categories ul#magicat ul li a span {
        padding-left: 5px;
        display: block;
        float: left;
        width: calc(100% - 10px)
    }

    .box-category > ul > li ul > li ul > li a span {
        padding-left: 5px;
        display: block;
        float: left;
        width: calc(100% - 10px)
    }

    .products-list .actions button.button.btn-cart {
        padding: 11px 10px
    }

    .col-left .block-cart ul li.item {
        display: inline-block
    }

    .col-left .block-cart .block-content ul li .product-details {
        width: 56%
    }

    .side-nav-categories {
        margin-bottom: 10px
    }

    ol#compare-items li a.product-name {
        width: 70%
    }

    .button, .btn, .button-inverse, .button-vote, .sidebar .button, .sidebar .btn, .dropdown .dropdown-menu .button, .buttons-set .back-link a, .scrolltop, .button-tabs li a {
        margin-bottom: 5px
    }

    #recently-viewed-items .product-name {
        width: 90%
    }

    .block-banner img {
        width: 100%
    }

    .block .block-title {
        margin-bottom: 5px
    }

    .block .block-content {
        padding: 5px 0px 5px 0px
    }

    .block {
        margin: 0px 0px 25px 0px
    }

    .products-list .product-shop {
        width: 51%;
        margin-left: 15px
    }

    .products-list .product-image {
        width: 45%
    }

    .products-list .item a img {
        width: 100%
    }

    .more-views .slider-items-products a.flex-prev {
        margin: 41px 0px 4px -154px
    }

    .product-view .product-shop ul li {
        width: auto;
        text-align: left
    }

    .product-view .add-to-links span {
        width: 100%;
        text-align: left;
        margin: 5px 0px
    }

    .product-view .email-friend a {
        padding: 0px;
        text-align: left
    }

    .product-view .email-friend {
        text-align: left
    }

    .product-img-box img {
        width: 100%
    }

    .product-view .product-name h1 {
        font-size: 23px
    }

    .product-view .product-name h1 {
        font-size: 23px;
        font-weight: 600
    }

    select#billing-address-select {
        width: 100%
    }

    .sidebar .block dl {
        padding: 0px 10px
    }

    #shopping-cart-table {
        margin-top: 0px
    }

    label {
        font-weight: normal
    }

    button.button span {
        font-weight: normal
    }

    button.button.btn-proceed-checkout span {
        font-size: 15px
    }

    button.button.btn-proceed-checkout {
        padding: 20px 4px
    }

    .cart-collaterals h3 {
        font-size: 14px
    }

    .newsletter-sign-box {
        left: 10%;
        min-width: 400px;
        width: 70%;
        top: 25%
    }

    .top-cart-contain {
        margin: 20px 0px 0px 0px
    }

    .header-service {
        display: none
    }

    .offer-banner-section img {
        width: 100%;
        margin-bottom: 15px
    }

    .latest-blog .blog-l {
        width: 100%
    }

    .service-section .services {
        padding: 20px 0px;
        width: 100%;
        border-bottom: 1px #e5e5e5 solid;
        border-left: 1px #fff solid;
        border-right: none
    }

    .col {
        padding: 20px 15px
    }

        .col img {
            width: 100% !important
        }

    .newsletter-wrap {
        padding: 15px 0;
        margin-bottom: 15px
    }

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

    .RHS-banner {
        display: none
    }

    .newsletter-wrap .social {
        margin-top: 25px;
        float: left !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    button.button.btn-proceed-checkout {
        padding: 20px 20px
    }

    .category-products ul#crosssell-products-list li.item {
        width: 22%
    }

    .header-service .col-md-3 {
        padding: 0px 10px
    }

    #nav .level0-wrapper, #nav.classic .parent > ul {
        padding-top: 15px
    }

    #nav ul.level0 > li {
        width: 168px;
        margin: 0px 0px 0px 10px
    }

        #nav ul.level0 > li.last {
            width: 136px
        }

    #nav ul.level1 > li a {
        display: inline-flex;
        float: none
    }

    #nav .level0-wrapper .nav-add .push_item {
        width: 23.3%;
        height: auto;
        margin-right: 15px
    }

        #nav .level0-wrapper .nav-add .push_item img {
            width: 100%;
            height: auto
        }

    #nav ul.level0 > li .cat-img img {
        width: 100%
    }

    #nav .level0-wrapper .nav-add .push_item .push_img a {
        height: 95px;
        width: 100%
    }

    #nav .level0-wrapper .nav-add .push_item_last {
        width: 23.3%
    }

        #nav .level0-wrapper .nav-add .push_item_last img {
            width: 100%
        }

    #nav .level0-wrapper, #nav.classic .parent > ul {
        width: 100% !important;
        margin: auto;
        padding: 10px 4px 10px 0px
    }

    .nav-block-center {
        margin-top: 5px
    }

    #nav ul.level3 > li {
        width: 169px
    }

        #nav ul.level3 > li > a {
            font-size: 12px;
            letter-spacing: normal
        }

    #nav ul.level1 > li {
        font-size: 12px
    }

    #nav .grid13-8 ul.level0 > li {
        width: 150px
    }

    .slideshow-wrapper .browse-button, .slideshow-wrapper .tab-pager {
        z-index: 5
    }

    .cat-img img {
        width: 170px
    }

    .custom-menu .grid12-5 img {
        width: 100%
    }

    #nav .level0-wrapper .nav-add {
        padding-left: 10px
    }

    .mini-cart .basket a {
        min-width: 100% !important
    }

    .top-cart-content {
        right: 0px
    }

    .the-slideshow .slideshow .slide img {
        width: 100%
    }

    ul.slideshow {
        height: 330px !important
    }

    .slideshow-wrapper .forward:hover {
        background-position: -76px -66px
    }

    .caption.light1 {
        right: 4% !important;
        margin-right: 15% !important;
        top: 8% !important;
        width: 500px !important;
        padding-top: 10px !important
    }

        .caption.light1 .heading {
            font-size: 40px;
            margin-top: 0px
        }

    .caption .normal-text1 {
        display: none
    }

    .caption.light1 .badge {
        margin-top: -190px !important
    }

    .caption.top-center {
        padding-top: 4% !important;
        width: 400px !important
    }

    .caption .normal-text {
        font-size: 20px !important;
        margin-bottom: 0px !important
    }

    .caption .heading {
        font-size: 34px !important;
        margin: 0px !important
    }

    .caption p {
        padding: 10px 0px !important
    }

    .caption .intro-btn a {
        padding: 10px 20px !important
    }

    .caption .intro-btn {
        margin-top: 0px !important;
        padding: 5px 0px !important
    }

    .caption.top-left {
        padding-left: 0% !important;
        margin-left: 24% !important
    }

    .service-section .services {
        width: auto
    }

    .caption.light1 .heading {
        font-size: 62px !important
    }

    .col {
        padding: 20px 0px 20px 0px;
        width: 100%
    }

        .col img {
            width: 100% !important
        }

    .magik-producttabs .magik-pdt-content ul.pdt-list li {
        width: 22%;
        margin-left: 10px;
        margin-right: 10px
    }

    .magik-pdt-content a.link-compare {
        padding: 6px 8px
    }

    .page-title h2 {
        font-size: 24px
    }

    .category-description .slider-items-products .owl-buttons a {
        left: 5px;
        padding: 2px 3px 10px 0px;
        height: 40px;
        width: 40px
    }

    .category-description .slider-items-products .owl-buttons .owl-prev a:before {
        font-size: 20px;
        padding: 0px 13px;
        line-height: 34px
    }

    .category-description .slider-items-products .owl-buttons .owl-next a:before {
        font-size: 20px;
        padding: 0px 13px;
        line-height: 34px
    }

    .toolbar .pager {
        float: left;
        margin: 6px 0px;
        width: 100%
    }

    .pager .pages li a {
        padding: 2px 8px
    }

    .box-category > ul > li ul > li > a {
        padding: 6px 10px !important
    }

    .col-left .block-cart ul li.item {
        display: inline-block
    }

    .col-left .block-cart .block-content ul li .product-details {
        width: 65%
    }

    .side-nav-categories {
        margin-bottom: 10px
    }

    ol#compare-items li a.product-name {
        width: 75%
    }

    #recently-viewed-items .product-name {
        width: 90%
    }

    .block-banner img {
        width: 100%
    }

    .block .block-title {
        margin-bottom: 5px
    }

    .block .block-content {
        padding: 5px 0px 5px 0px
    }

    .block {
        margin: 0px 0px 25px 0px
    }

    .products-list .product-shop {
        width: 66%;
        margin-left: 15px
    }

    .products-list .product-image {
        width: 30%
    }

    .products-list .item a img {
        width: 100%
    }

    .col2-set .col-1 h2 {
        font-size: 20px
    }

    .col2-set .col-2 h2 {
        font-size: 20px
    }

    .block-progress .block-content {
        padding: 0px 10px
    }

    .fullwidthbanner-container {
        width: 98.2% !important
    }

    .offer-banner-section img {
        width: 100%;
        margin-bottom: 15px
    }

    .latest-blog .blog-l {
        width: 100%
    }

    .service-section .services {
        padding: 20px 0px;
        width: 100%;
        border-bottom: 1px #e5e5e5 solid;
        border-left: 1px #fff solid;
        border-right: none
    }

    .col {
        padding: 20px 15px
    }

        .col img {
            width: 100% !important
        }

    .newsletter-wrap {
        padding: 15px 0;
        margin-bottom: 15px
    }

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

    .RHS-banner {
        display: none
    }

    .newsletter-wrap .social {
        margin-top: 10px;
        float: left !important
    }

    .social ul li {
        margin-right: 6px
    }

    .payment-accept img {
        width: 42px
    }

    .header-service {
        font-size: 10px
    }

        .header-service .icon-truck {
            width: 20px;
            font-size: 15px
        }

        .header-service .icon-money {
            width: 20px;
            font-size: 16px
        }

        .header-service .icon-support {
            width: 20px;
            font-size: 16px
        }

        .header-service .icon-dis {
            width: 20px;
            font-size: 15px
        }

    body {
        font-size: 14px
    }
}

.tp-simpleresponsive img {
    max-width: none
}

.tp-caption {
    z-index: 1
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.tp-hide-revslider, .tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}

.aside.aside-policy {
    border-bottom: 1px solid #ebebeb
}

.aside-policy-item {
    border: 1px solid #ebebeb;
    border-bottom: none;
    padding: 25px
}

    .aside-policy-item:hover {
        color: #fff;
        background: #ff7600;
        border-color: #ff7600
    }

    .aside-policy-item img {
        float: left;
        margin-right: 10px
    }

        .aside-policy-item img ~ img {
            display: none
        }

    .aside-policy-item:hover img {
        display: none
    }

        .aside-policy-item:hover img ~ img {
            display: block
        }

    .aside-policy-item p {
        line-height: 17px
    }

    .aside-policy-item a {
        color: #ff7600
    }

    .aside-policy-item:hover a {
        color: #fff
    }

.aside-title h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 10px;
    background: #ff7600;
    color: #fff;
    display: inline-block;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px
}

a.product-img {
    float: left;
    width: 80px;
    margin-right: 20px
}

    a.product-img img {
        width: 100%;
        height: auto
    }

.aside.aside-mini-products-list h3.item-title {
    font-size: 14px;
    margin-top: 0;
    font-weight: 600
}

.aside.aside-mini-products-list .info-inner {
    padding-left: 100px
}

.aside.aside-mini-products-list .product-item.clearfix {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

    .aside.aside-mini-products-list .product-item.clearfix:last-child {
        border-bottom: none
    }

.aside.aside-mini-products-list {
    font-family: Roboto, sans-serif
}

    .aside.aside-mini-products-list button.button {
        margin-left: 0
    }

.page-title h1, .page-title h2 {
    font-weight: 700
}

.blog_entry-title a {
    font-size: 16px;
    font-weight: 700;
    display: block;
    overflow: hidden;
    line-height: 1.2;
    text-overflow: ellipsis;
    margin-top: 20px
}

.blog_entry .entry-content {
    padding: 0;
    color: #5e5f5f;
    line-height: 1.6
}

.main.container.blogs {
    padding-top: 10px;
    background: #fff
}

    .main.container.blogs .sidebar {
        margin-top: 0
    }

@media (max-width: 767px) {
    footer .dq-toggle, .footer-column-last, footer address {
        min-height: 0px;
        width: 100%;
        text-align: center
    }

        footer .dq-toggle.active > ul {
            display: block
        }
}

#popup-cart {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    z-index: 10000;
    top: 10%;
    display: none;
    z-index: -1
}

    #popup-cart.opencart {
        display: block;
        z-index: 999
    }

body.opacitycart:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    opacity: .5;
    z-index: 988
}

#popup-cart-desktop {
    width: 950px;
    background: #fff;
    float: none;
    margin: 0 auto;
    position: relative;
    top: 7%;
    bottom: 10%;
    border-radius: 4px
}

    #popup-cart-desktop .wrap_popup {
        padding: 0px 20px 20px;
        width: 100%;
        float: left
    }

    #popup-cart-desktop .title-popup-cart {
        margin-bottom: 13px;
        font-size: 18px;
        padding-right: 50px !important;
        font-weight: 300;
        padding: 15px 50px 0 15px
    }

        #popup-cart-desktop .title-popup-cart img {
            width: 15px;
            display: inline-block;
            vertical-align: -1px;
            margin-right: 10px
        }

        #popup-cart-desktop .title-popup-cart .your_product {
            font-size: 18px;
            line-height: 24px;
            font-weight: 300;
            display: inherit
        }

        #popup-cart-desktop .title-popup-cart .cart-popup-name {
            font-size: 18px;
            color: #fff;
            font-weight: 300
        }

            #popup-cart-desktop .title-popup-cart .cart-popup-name a {
                color: #4abb1d
            }

            #popup-cart-desktop .title-popup-cart .cart-popup-name:hover > a {
                text-decoration: none
            }

    #popup-cart-desktop .title-quantity-popup {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
        cursor: pointer;
        color: #333333;
        width: 100%;
        float: left
    }

        #popup-cart-desktop .title-quantity-popup .fa {
            font-size: 18px;
            color: #ff7600;
            margin-right: 5px
        }

        #popup-cart-desktop .title-quantity-popup:hover {
            color: #ff7600
        }

        #popup-cart-desktop .title-quantity-popup img {
            width: 18px;
            display: inline-block;
            float: left
        }

        #popup-cart-desktop .title-quantity-popup .cart_status {
            line-height: 26px;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            margin-left: 20px
        }

        #popup-cart-desktop .title-quantity-popup .total-p {
            display: inline-block;
            float: right;
            text-align: left;
            line-height: 28px;
            font-size: 14px
        }

            #popup-cart-desktop .title-quantity-popup .total-p .total-price {
                font-size: 18px;
                font-weight: bold;
                color: #ff7600
            }

    #popup-cart-desktop .content-popup-cart .thead-popup {
        background: #f7f7f7;
        float: left;
        width: 100%;
        clear: both
    }

        #popup-cart-desktop .content-popup-cart .thead-popup > div {
            font-family: 'Arial', sans-serif;
            float: left;
            padding: 10px 10px;
            text-transform: uppercase;
            font-size: 13px;
            color: #333333;
            border-right: solid 1px #fff
        }

            #popup-cart-desktop .content-popup-cart .thead-popup > div:last-child {
                border-right: solid 1px #fff
            }

            #popup-cart-desktop .content-popup-cart .thead-popup > div:first-child {
                padding: 10px 20px
            }

    #popup-cart-desktop .content-popup-cart .tbody-popup {
        width: 100%;
        float: left;
        clear: both;
        max-height: 290px;
        overflow-y: auto;
        overflow-x: hidden;
        border-top: none;
        border-left: solid 1px #ebebeb;
        border-right: solid 1px #ebebeb;
        border-bottom: solid 1px #ebebeb;
        position: relative
    }

        #popup-cart-desktop .content-popup-cart .tbody-popup:after {
            content: "";
            width: 1px;
            height: 100%;
            background: #fff;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1
        }

        #popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar {
            background: #ffffff;
            width: 1px
        }

        #popup-cart-desktop .content-popup-cart .tbody-popup ::-webkit-scrollbar-button {
            background: #fff
        }

        #popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track {
            background: #ffffff;
            width: 1px
        }

        #popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track-piece {
            background: #ebebeb;
            width: 1px
        }

        #popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-thumb {
            background: #ccc;
            width: 1px
        }

        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
            width: 100%;
            float: left;
            clear: both;
            position: relative;
            border-bottom: solid 1px #ebebeb
        }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup:last-child {
                border-bottom: 0px
            }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div {
                float: left;
                padding: 15px 0px
            }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div.border {
                    border: none !important
                }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:nth-child(2) {
                    border-left: 0px
                }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:nth-child(4) {
                    position: relative
                }

                    #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:nth-child(4):after {
                        content: "";
                        width: 20px;
                        height: 1px;
                        background: #ebebeb;
                        position: absolute;
                        right: -115%;
                        bottom: -1px;
                        z-index: 0
                    }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:last-child {
                    border-left: 0px;
                    position: absolute;
                    right: 0
                }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .a4 {
                position: relative
            }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .a4:after {
                    content: "";
                    border-width: 1px;
                    height: 100%;
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    padding: 0px 0.5px
                }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-remove {
                margin: 0;
                position: relative;
                margin-top: 50%;
                font-size: 20px
            }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
                padding: 0 10px;
                float: left
            }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image .product-image img {
                    max-width: 100%;
                    height: auto
                }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
                display: block;
                float: left;
                width: calc(100% - 25px);
                margin-left: 10px
            }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info p {
                    margin: 0px
                }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
                    font-size: 14px;
                    line-height: 19px;
                    margin-bottom: 5px;
                    font-weight: 700;
                    position: relative;
                    color: #333;
                    padding-right: 10px
                }

                    #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a:hover {
                        color: #ff7600;
                        text-decoration: none
                    }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
                    font-size: 13px;
                    margin-bottom: 5px;
                    color: #333333
                }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a {
                    font-size: 13px;
                    color: #888
                }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart {
                    font-size: 14px;
                    line-height: 19px;
                    display: block;
                    color: #898989
                }

                    #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart .fa {
                        color: #898989
                    }

                    #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart:hover {
                        text-decoration: none
                    }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .addpass {
                    margin-top: 5px !important;
                    display: none
                }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price span {
                display: block
            }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .price {
                font-weight: 700;
                color: #b10000;
                font-size: 14px;
                line-height: 25px
            }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-price {
                color: #636363;
                font-size: 14px;
                text-decoration: line-through;
                font-weight: 500
            }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-divide {
                font-size: 14px;
                color: #636363
            }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .qty_thuongdq {
                position: relative
            }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num1 {
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                margin-right: -5px
            }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num2 {
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
                margin-left: -5px
            }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
                border: 1px solid #ddd;
                outline: none;
                background: #fff;
                height: 25px;
                width: 25px;
                text-align: center;
                vertical-align: top;
                padding: 0;
                color: #333;
                line-height: 25px;
                font-size: 17px;
                font-weight: 100
            }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count.btn-minus {
                    line-height: 20px;
                    font-size: 17px
                }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
                border: 1px solid #ddd;
                height: 25px;
                text-align: center;
                width: 35px;
                vertical-align: top;
                margin-right: -1px;
                display: inline-block;
                min-height: 25px;
                padding: 0;
                background: #fff
            }

            #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
                display: block;
                font-weight: 400;
                color: #636363;
                font-size: 14px;
                line-height: 25px
            }

                #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price span {
                    font-size: 14px;
                    margin-left: 15px;
                    color: #b10000;
                    font-weight: 700
                }

    #popup-cart-desktop .content-popup-cart .tfoot-popup {
        width: 100%;
        float: left;
        clear: both
    }

        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship {
            font-size: 13px;
            width: 320px
        }

            #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship img {
                float: left;
                margin-right: 10px
            }

            #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
                line-height: 20px;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 0;
                margin: 15px 15px 0;
                padding-left: 10px
            }

                #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p:before {
                    font-size: 16px;
                    position: absolute;
                    left: 20px
                }

        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .tongtien {
            margin: 0;
            padding: 0
        }

        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .vanchuyen {
            font-weight: 300;
            color: #ff7600
        }

        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total span {
            font-weight: 700;
            color: #b10000
        }

        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p {
            font-size: 14px;
            padding: 15px 0;
            padding-bottom: 0;
            margin-bottom: 0;
            color: #333;
            text-align: right
        }

            #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p .total-price {
                color: #b10000;
                font-weight: bold
            }

        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 a {
            cursor: pointer
        }

        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout {
            background: #ff7600;
            font-size: 15px;
            font-weight: 400;
            float: right;
            line-height: 40px;
            display: block;
            padding: 0px 45px;
            border: solid 1px #ff7600;
            color: #fff;
            border-radius: 0px;
            height: 40px;
            margin-bottom: 0px;
            margin-top: 0px;
            margin-right: 5px
        }

            #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout .fa {
                margin-left: 5px
            }

            #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout:hover {
                background: #b82800;
                color: #fff;
                border-color: #b82800;
                text-decoration: none
            }

        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.buy_ {
            background: #ff7600;
            color: #fff;
            border-color: #ff7600;
            margin-right: 0px
        }

            #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.buy_:hover {
                background: #333;
                border-color: #333
            }

    #popup-cart-desktop .footer-popup {
        overflow: hidden;
        clear: both
    }

        #popup-cart-desktop .footer-popup .inline-block {
            display: inline-block
        }

            #popup-cart-desktop .footer-popup .inline-block .btn-proceed-cl {
                background: #3b3b3b;
                font-size: 15px;
                font-weight: 400;
                float: right;
                line-height: 40px;
                display: block;
                padding: 0px 45px;
                border: solid 1px #3b3b3b;
                color: #fff;
                border-radius: 0px;
                height: 40px;
                margin-bottom: 0px;
                margin-top: 0px;
                margin-right: 5px
            }

                #popup-cart-desktop .footer-popup .inline-block .btn-proceed-cl:hover {
                    background: #1b1b1b;
                    border: solid 1px #1b1b1b
                }

a.close-pop {
    cursor: pointer
}

    a.close-pop.quickview-close {
        position: absolute;
        width: 25px;
        top: 5px;
        right: 5px
    }

#popupCartModal {
    padding-right: 0px !important;
    z-index: 10000
}

@media (max-width: 767px) {
    #popupCartModal {
        top: 50px !important
    }
}

#popupCartModal .modal-dialog {
    transform: translate(0);
    border-radius: 0;
    width: 500px
}

@media (max-width: 767px) {
    #popupCartModal .modal-dialog {
        width: auto
    }
}

#popupCartModal .modal-content {
    width: 500px;
    box-shadow: none;
    overflow: hidden;
    padding: 20px
}

@media (max-width: 991px) {
    #popupCartModal .modal-content {
        width: auto
    }
}

#popupCartModal .modal-content .col-sm-6 {
    padding: 30px
}

#popupCartModal .modal-content .modal-left {
    text-align: left;
    padding: 0px
}

#popupCartModal .modal-content .modal-right {
    text-align: left;
    padding: 0px 20px 20px 20px
}

@media (max-width: 767px) {
    #popupCartModal .modal-content .modal-right {
        padding: 0 15px 15px !important;
        width: 100%;
        float: left
    }
}

#popupCartModal .media .thumb-1x1 {
    width: 100px;
    text-align: center;
    border: solid 1px #ebebeb
}

@media (max-width: 767px) {
    #popupCartModal .media .thumb-1x1 {
        margin: 0 auto;
        width: 100px
    }
}

#popupCartModal .product-new-price {
    color: #b10000;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
    display: block
}

#popupCartModal button.close {
    position: absolute !important;
    right: 10px;
    top: 2px;
    opacity: 1
}

    #popupCartModal button.close span {
        color: #333;
        font-size: 30px
    }

#popupCartModal .modal-body {
    position: relative;
    padding: 0 15px 15px;
    border-bottom: solid 1px #ebebeb
}

    #popupCartModal .modal-body .media {
        overflow: hidden
    }

@media (max-width: 767px) {
    #popupCartModal .modal-body {
        padding: 10px
    }
}

#popupCartModal .modal-body .thumb_img {
    width: 100px;
    display: block;
    float: left
}

@media (max-width: 767px) {
    #popupCartModal .modal-body .thumb_img {
        width: 100px
    }
}

#popupCartModal .modal-body .product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

#popupCartModal .modal-body .body_content {
    display: block;
    float: left
}

@media (min-width: 768px) {
    #popupCartModal .modal-body .body_content {
        width: calc(100% - 100px);
        -webkit-width: calc(100% - 100px);
        -moz-width: calc(100% - 100px);
        -o-width: calc(100% - 100px);
        -os-width: calc(100% - 100px);
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    #popupCartModal .modal-body .body_content {
        width: calc(100% - 100px);
        padding-left: 15px
    }
}

#popupCartModal .right_title {
    font-size: 15px;
    color: #707070;
    display: inline-block;
    float: left
}

#popupCartModal .total_price {
    font-weight: 400;
    display: block;
    padding: 15px 0;
    font-size: 14px
}

@media (max-width: 767px) {
    #popupCartModal .total_price {
        padding: 5px 0 15px
    }
}

#popupCartModal .total_price span {
    font-weight: 600
}

    #popupCartModal .total_price span:last-child {
        display: inline-block;
        font-weight: 400;
        color: #b10000;
        font-size: 18px;
        line-height: 24px;
        margin-left: 10px
    }

#popupCartModal .checkout_button {
    height: 45px;
    line-height: 43px;
    width: 100%;
    background: #ff7600;
    border-radius: 0px;
    padding: 0px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: solid 1px #ff7600;
    float: right
}

@media (max-width: 767px) {
    #popupCartModal .checkout_button {
        width: 100%
    }
}

#popupCartModal .checkout_button .fa {
    padding-left: 10px
}

#popupCartModal .checkout_button:hover {
    background: #fff;
    color: #ff7600
}

#popupCartModal h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px;
    margin: 0;
    display: block;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    #popupCartModal h3 {
        padding: 10px;
        margin: 0
    }
}

#popupCartModal h3.right_title {
    font-size: 16px;
    line-height: 19px;
    font-style: normal
}

    #popupCartModal h3.right_title a, #popupCartModal h3.right_title b {
        font-size: 16px;
        line-height: 19px;
        font-style: normal;
        font-weight: 400
    }

        #popupCartModal h3.right_title a i, #popupCartModal h3.right_title b i {
            font-style: normal
        }

#popupCartModal .btn-red {
    line-height: 48px;
    height: 50px;
    padding: 0;
    border-radius: 0;
    font-size: 21px;
    font-weight: 400;
    box-shadow: none
}

a.btn.button.buy_.btn-proceed-cl.close-pop {
    background: #3b3b3b;
    font-weight: 400;
    line-height: 40px;
    display: block;
    padding: 0px 45px;
    border: solid 1px #3b3b3b;
    color: #fff;
    border-radius: 0px;
    height: 40px;
    margin-bottom: 6px;
    margin-top: 0px;
    clear: both
}

.modal {
    top: 0 !important;
    padding-top: 30px
}

.fancybox-skin {
    background: #fff !important
}

.modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0.5rem;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}

.modal-header {
    background-color: #ff7600;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-header .close {
    margin-top: -2px
}

.modal-header .modal-title {
    padding-left: 6rem;
    position: relative;
    min-height: 44px;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    line-height: 44px;
    color: #fff;
    display: flex;
    align-items: center
}

    .modal-header .modal-title span {
        width: 44px;
        height: 44px;
        border-radius: 100%;
        font-size: 23px;
        text-align: center;
        line-height: 44px;
        color: #ff7600;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        background-color: #fff
    }

@media (max-width: 480px) {
    .modal-header .modal-title {
        line-height: 24px !important
    }
}

.media:first-child {
    margin-top: 0
}

.media-body .product-title {
    font-size: 16px;
    font-weight: 400
}

.media-body .product-new-price {
    font-size: 18px;
    font-weight: bold;
    color: #eb0303
}

.btn-outline-red {
    background: #ff7600;
    color: #fff !important;
    font-size: 17px;
    line-height: normal;
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid #ff7600;
    text-align: center;
    margin-top: 1.5rem
}

.btn-red {
    background: #ff7600;
    color: #fff !important;
    font-size: 17px;
    line-height: normal;
    padding: 10px 15px;
    border-radius: 0;
    border: none;
    text-align: center;
    margin-top: 1.5rem
}

.media .media-left {
    padding-right: 1em
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media .thumb-1x1 {
    width: 7.7rem
}

.pd-right {
    padding-left: 0px
}

.title_head .title_center {
    display: block;
    text-align: center;
    font-size: 36px;
    margin: 0px;
    padding: 0px;
    line-height: 32px
}

.text2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

li.level0.level-top.parent.bor > a, li.level1.bor > a {
    border-bottom: 1px solid #ddd
}

@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px
    }
}

@media (max-width: 991px) {
    .sign_main {
        background: #f7f8f9;
        margin-top: 40px
    }

    .cart-mobile {
        padding: 10px 15px
    }

    .header-cart {
        padding: 10px 15px 0px;
        border-bottom: solid 1px #ebebeb;
        margin-top: -10px
    }

    .header-cart-content {
        margin-top: 10px
    }

        .header-cart-content .content-product-list {
            min-height: 110px;
            border-top: solid 1px #ebebeb
        }

    .header-cart .title-cart {
        line-height: 10px
    }

    .header-cart-price {
        padding: 18px 15px
    }

    .title-cart h3 {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase
    }

    .title-cart p {
        font-size: 12px;
        color: #9c9c9c
    }

    .title-cart a {
        float: right;
        margin-top: -28px;
        color: #ff7600;
        font-size: 16px;
        line-height: 27px;
        font-family: Arial, sans-serif
    }

    .btn-proceed-checkout-mobile, .contin {
        line-height: 40px;
        font-weight: bold;
        color: #fff;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        margin-bottom: 10px;
        background: #ff7600;
        width: 100%;
        border: solid 1px #ff7600;
        text-transform: uppercase
    }

    .total_mobile {
        font-weight: 600;
        font-size: 16px;
        color: #252525;
        margin-bottom: 15px;
        display: block
    }

        .total_mobile .totals_price_mobile {
            font-size: 18px;
            color: #eb0303
        }

    .content-product-list .item-product {
        padding: 15px 15px;
        min-height: 110px;
        border-bottom: solid 1px #ebebeb;
        overflow: hidden
    }

    .item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
        float: left
    }

    .item-product-cart-mobile {
        max-width: 115px;
        margin-right: 10px
    }

        .item-product-cart-mobile img {
            max-width: 115px;
            margin-right: 10px
        }

    .select-item-qty-mobile {
        float: right;
        text-align: center
    }

    .title-product-cart-mobile a {
        word-break: break-word;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #363636
    }

    .select-item-qty-mobile input.qty {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ebebeb;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px
    }

    .title-product-cart-mobile p {
        line-height: 2;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #898989
    }

    .title-product-cart-mobile span {
        color: #eb0303;
        font-size: 14px;
        font-weight: bold
    }

    .select-item-qty-mobile a {
        line-height: 3;
        color: #363636;
        font-family: 'Open Sans', sans-serif
    }
}

@media (max-width: 767px) {
    .cart-mobile {
        padding: 10px 0px !important
    }
}

@media screen and (max-width: 991px) {
    div#b-blog {
        margin-bottom: 40px
    }

    .select-item-qty-mobile .txt_center input {
        height: 25px;
        width: 25px;
        text-align: center;
        margin: 0px;
        padding: 0;
        position: absolute;
        left: 21px;
        min-height: 0;
        font-size: 14px;
        border-radius: initial
    }

    .item-product .title-product-cart-mobile {
        max-width: calc(100% - 175px)
    }

    .title-product-cart-mobile h3 {
        line-height: 24px;
        margin: 0
    }

    .main-cart-page {
        min-height: auto !important
    }

    .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        margin: 0;
        line-height: 1;
        height: 25px;
        width: 25px;
        border-style: hidden;
        background: none !important;
        color: #000;
        border: solid thin #ebebeb;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-right: 0px;
        text-align: center;
        padding: 0px
    }

    .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        height: 25px;
        width: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        color: #fff;
        background: none !important;
        color: #000;
        border: solid thin #ddd;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-left: 0px;
        text-align: center;
        padding: 0px
    }

    .select-item-qty-mobile > div {
        position: relative;
        width: 68px;
        height: 25px
    }
}

@media screen and (max-width: 375px) {
    .item-product .title-product-cart-mobile {
        max-width: 150px !important
    }
}

.a-center {
    text-align: center
}

.top-cart-content .empty {
    text-align: left;
    color: #333
}

.top-subtotal {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 15px;
    padding-bottom: 0;
    text-align: center;
    text-transform: none;
    border-top: 1px solid #ddd
}

    .top-subtotal .price {
        color: #da5116
    }

.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    background: #f5f5f5;
    text-transform: none;
    font-weight: normal;
    border-bottom: 1px #ddd solid
}

    .top-cart-content .block-subtitle i {
        color: #ff7600;
        font-size: 18px
    }

#cart-sidebar {
    margin: 0px;
    position: relative;
    min-height: 38px
}

    #cart-sidebar .list-item-cart {
        padding: 0px 15px 0 15px;
        max-height: 220px;
        overflow: auto
    }

        #cart-sidebar .list-item-cart::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5
        }

        #cart-sidebar .list-item-cart::-webkit-scrollbar {
            width: 6px;
            background-color: #F5F5F5
        }

        #cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
            background-color: #ff7600
        }

.top-cart-content .product-details {
    color: #333333;
    position: relative;
    text-align: left;
    padding: 0px
}

.mini-products-list .no-item {
    padding: 10px
}

    .mini-products-list .no-item p {
        margin-bottom: 0
    }

.mini-products-list .detail-item .product-details-bottom .quantity-select {
    display: inline-block;
    float: left
}

    .mini-products-list .detail-item .product-details-bottom .quantity-select button {
        border: none;
        outline: none;
        height: 17px;
        width: 20px;
        font-size: 10px;
        line-height: 17px;
        text-align: center;
        padding: 0;
        border: 1px solid #ebebeb
    }

        .mini-products-list .detail-item .product-details-bottom .quantity-select button:hover:enabled, .mini-products-list .detail-item .product-details-bottom .quantity-select button:active:enabled {
            background: #ff7600;
            color: #fff
        }

.mini-products-list .detail-item .product-details-bottom .label {
    font-weight: bold;
    vertical-align: middle
}

.mini-products-list .detail-item .product-details-bottom strong {
    font-weight: normal
}

.top-cart-content .actions .btn-cart-page.pink:hover {
    background: none;
    color: #ff7200
}

.top-cart-content .product-details .btn-edit {
    position: absolute;
    right: 22px;
    top: 6px
}

.top-cart-content .actions {
    padding: 15px 20px;
    margin: 0;
    overflow: hidden;
    padding-top: 15px
}

    .top-cart-content .actions .btn-checkout {
        background: #ff7600;
        color: #fff;
        font-size: 14px;
        padding: 8px 16px;
        text-align: left;
        cursor: pointer;
        text-decoration: none;
        width: 100%;
        transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 5px
    }

        .top-cart-content .actions .btn-checkout:hover, .top-cart-content .actions .btn-checkout:focus {
            color: #ff7600
        }

    .top-cart-content .actions .view-cart {
        background: #ff7600;
        color: #fff;
        font-size: 11px;
        padding: 8px 16px;
        text-align: left;
        cursor: pointer;
        text-decoration: none;
        float: left;
        transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
        border: 1px solid #fff;
        font-weight: bold;
        text-transform: uppercase
    }

        .top-cart-content .actions .view-cart:hover {
            background: #333
        }

    .top-cart-content .actions .button {
        display: inline-block;
        width: 100px;
        text-align: center;
        margin-bottom: 3px;
        padding: 8px 10px 6px;
        text-transform: none;
        border: none;
        font-size: 12px
    }

        .top-cart-content .actions .button.button.btn-continue {
            background: #ecebec;
            border: 1px #ddd solid;
            color: #333;
            font-size: 14px;
            padding: 8px 16px;
            text-align: left;
            cursor: pointer;
            text-decoration: none;
            width: 100%;
            transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            outline: none;
            border-radius: 5px
        }

            .top-cart-content .actions .button.button.btn-continue span span {
                margin-top: 1px;
                display: inline-block;
                vertical-align: top
            }

.top-cart-content .button.btn-checkout {
    background: none;
    color: #fff;
    font-size: 11px;
    padding: 8px 16px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase
}

.top-cart-content .button {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none
}

.top-cart-content .product-image {
    float: left;
    height: auto !important;
    margin-right: 10px
}

    .top-cart-content .product-image img {
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important
    }

.top-cart-content .product-name a {
    height: auto !important;
    color: #333333;
    padding-right: 25px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 18px
}

.top-cart-content .actions .btn-cart-page.pink {
    border: none;
    box-shadow: none;
    color: #00a525;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600
}

.top-cart-content .product-details-bottom {
    color: #333333
}

.fancybox-skin {
    background: #fff !important
}

.modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0.5rem;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}

.modal-header {
    background-color: #ff7600;
    color: #fff
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-header .close {
    margin-top: -2px
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20)
}

.modal-header .modal-title {
    padding-left: 6rem;
    position: relative;
    min-height: 44px;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    margin: 0
}

    .modal-header .modal-title span {
        width: 44px;
        height: 44px;
        border-radius: 100%;
        font-size: 23px;
        text-align: center;
        line-height: 44px;
        color: #ff7600;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        background-color: #fff
    }

.media:first-child {
    margin-top: 0
}

.media .media-left {
    padding-right: 1rem
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media .thumb-1x1 {
    width: 7.7rem
}

.product-title {
    color: #111;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0.5rem
}

.product-new-price {
    color: #c63829;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0.5rem;
    font-weight: 500
}

#popup-cart-desktop ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5
}

#popup-cart-desktop ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5
}

#popup-cart-desktop ::-webkit-scrollbar-thumb {
    background-color: #ff7600
}

#popup-cart-desktop input.input-text, #cart-sidebar input.input-text {
    padding: 0;
    outline: none
}

.custom-category {
    margin-bottom: 30px
}

.mini-products-list .product-image {
    float: left;
    margin-right: 10px;
    min-height: 80px
}

.mini-products-list .detail-item {
    margin-left: 92px
}

.top-cart-content .product-name a {
    font-size: 14px;
    line-height: normal;
    line-height: 20px !important;
    font-weight: 400;
    color: #333
}

    .top-cart-content .product-name a:hover {
        color: #ff7200;
        text-decoration: none
    }

.top-cart-contain .price {
    color: #eb0303;
    text-transform: uppercase
}

.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700
}

.top-cart-contain .product-details .price {
    color: #eb0303;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px
}

.mini-cart:hover .top-cart-content {
    display: block
}

.mini-cart {
    text-align: center;
    max-width: 35px;
    position: relative
}

    .mini-cart .basket a:hover {
        text-decoration: none
    }

    .mini-cart .basket .cart-box {
        display: inline-block;
        position: absolute;
        background: #2a2a2a;
        top: -10px;
        left: 0px;
        font-size: 15px;
        min-width: 25px;
        height: 25px;
        line-height: 24px;
        border-radius: 12px;
        border: 1px solid white
    }

        .mini-cart .basket .cart-box #cart-total {
            color: #fff;
            text-transform: none
        }

.top-cart-contain {
    color: #333;
    padding-left: 20px;
    padding-top: 5px;
    right: 0;
    z-index: 1000;
    display: inline-block
}

.top-cart-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 3px 0px #ff7600;
    z-index: 10000
}

    .top-cart-content .empty {
        text-align: left;
        color: #333
    }

    .top-cart-content li.item .image_drop {
        float: left;
        display: block;
        width: 85px;
        position: relative;
        margin-right: 15px
    }

    .top-cart-content .block-subtitle {
        color: #333;
        overflow: hidden;
        padding: 15px;
        text-align: left;
        font-size: 13px;
        background: #f5f5f5;
        text-transform: none;
        font-weight: 400;
        border-bottom: 1px #ddd solid
    }

    .top-cart-content .pd.right_ct {
        padding: 15px 0
    }

        .top-cart-content .pd.right_ct a.btn {
            border-radius: 0;
            border-color: #ff7600;
            color: #ff7600;
            font-size: 16px;
            background: #fff
        }

            .top-cart-content .pd.right_ct a.btn.btn-primary {
                float: right
            }

            .top-cart-content .pd.right_ct a.btn:hover {
                background: #ff7600;
                color: #fff
            }

.top-subtotal {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0;
    padding-top: 30px;
    text-align: left;
    text-transform: none
}

    .top-subtotal .price {
        font-weight: 700;
        color: #eb0303;
        float: right
    }

ul#cart-sidebar {
    padding: 20px 30px;
    margin: 0;
    max-height: 582px;
    min-width: 320px
}

    ul#cart-sidebar li.list-item {
        max-height: 400px;
        overflow-y: auto
    }

    ul#cart-sidebar li.action {
        display: none
    }

    ul#cart-sidebar.hasclass li.action {
        display: block
    }

    ul#cart-sidebar li.list-item .price2 {
        font-weight: 700;
        color: #eb0303;
        font-size: 14px;
        display: list-item;
        margin-bottom: 5px
    }

.li-fix-1 {
    background: #FFF;
    border-top: 1px solid #ebebeb;
    display: block
}

.li-fix-2 {
    display: block;
    width: 295px
}

.top-cart-content li.item {
    overflow: hidden;
    padding: 15px 0
}

    .top-cart-content li.item:first-child {
        border-top: none;
        padding-top: 10px
    }

    .top-cart-content li.item:last-child {
        margin: 0;
        border-bottom: none
    }

.top-cart-content .product-details {
    color: #333;
    position: relative;
    text-align: left;
    padding: 0
}

.mini-products-list .detail-item .product-details-bottom .price {
    color: #eb0303;
    font-size: 14px;
    display: list-item
}

.mini-products-list .detail-item .product-details-bottom .title-desc {
    font-size: 14px
}

.mini-products-list .detail-item .product-details-bottom .label {
    font-weight: 700;
    vertical-align: middle
}

.mini-products-list .detail-item .product-details-bottom strong {
    font-weight: 400
}

.top-cart-content .product-details .btn-edit {
    position: absolute;
    right: 22px;
    top: 6px
}

.top-cart-content .actions {
    padding: 10px 0;
    margin: 0;
    overflow: hidden
}

.mini-cart .actions .btn-checkout {
    background: #eb0303;
    border: 1px solid #eb0303;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    float: right;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;
    min-width: 145px;
    text-align: center
}

.mini-cart .actions .view-cart {
    background: #212121;
    color: #fff;
    height: 42px;
    font-size: 14px;
    padding: 8px 20px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;
    border: 1px solid #eb0303;
    background: #fff;
    min-width: 145px;
    text-align: center;
    color: #eb0303
}

    .mini-cart .actions .view-cart a, .mini-cart .actions .btn-checkout a {
        color: #fff
    }

    .mini-cart .actions .view-cart:hover {
        color: #fff;
        border: 1px solid #eb0303;
        background: #eb0303
    }

.mini-cart .actions .button {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-bottom: 3px;
    padding: 8px 10px 6px;
    text-transform: none;
    border: none;
    font-size: 12px
}

.mini-cart .button.btn-checkout {
    background: none;
    color: #fff;
    font-size: 11px;
    padding: 8px 16px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;
    border: 1px solid #fff
}

.mini-cart > .button {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none
}

.fa-remove {
    position: absolute;
    right: 0
}

.mini-cart .quantity-select {
    position: relative;
    display: inline-block;
    margin-top: 10px
}

    .mini-cart .quantity-select input {
        width: 80px;
        height: 33px;
        margin: 0;
        padding-left: 10px !important;
        text-align: left;
        position: relative;
        min-height: 33px;
        border-color: #ebebeb;
        background: #fff;
        padding-right: 16px;
        border: 1px solid #ebebeb
    }

.mini-cart button.reduced.items-count.btn-minus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin: 0;
    line-height: 1;
    height: 16px;
    background-color: #ffffff
}

.mini-cart button.increase.items-count.btn-plus {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 17px;
    line-height: 1;
    background: #fff;
    border-color: #e1e1e1
}

a.btn.btn-primary.margin-right-10 {
    border: 1px solid #ebebeb;
    border-radius: 0;
    line-height: 25px;
    color: #000
}

    a.btn.btn-primary.margin-right-10:hover {
        border-color: #ff7600
    }

a.btn.btn-checkout.btn-gray {
    margin-left: 10px;
    background: #ff7600 !important;
    border: 1px solid #ff7600;
    color: #fff;
    line-height: 25px;
    border-radius: 0
}

    a.btn.btn-checkout.btn-gray:hover {
        background: #fff !important
    }

.top-subtotal {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    text-align: left;
    text-transform: none
}

div#myModal {
    padding: 0;
    z-index: 10030
}

    div#myModal .modal-dialog {
        top: 20%
    }

.ajax-load {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    opacity: 0;
    visibility: hidden
}

    .ajax-load.active {
        opacity: 1;
        visibility: visible;
        z-index: 9999
    }

.close-window {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%
}

    .close-window .fa {
        display: block;
        font-size: em(20px);
        line-height: 25px;
        color: #ff7600
    }

.product-popup .product-image {
    float: left;
    margin: 0 20px 0 0
}

.product-popup .product-info {
    overflow: hidden;
    position: relative
}

    .product-popup .product-info p {
        margin-bottom: 0px;
        line-height: 24px
    }

.product-popup .popup-title {
    padding-left: 15px;
    border-radius: 0
}

    .product-popup .popup-title i {
        margin-right: 5px
    }

.product-popup .product-name {
    color: #ff7600
}

.product-popup .product-info p.total-money {
    margin-bottom: 15px
}

.product-popup h3 {
    color: #52b249;
    margin-bottom: 25px
}

    .product-popup h3 .fa {
        margin-right: 4px
    }

    .product-popup h3 .product-popup .pop-right h3 {
        color: #333
    }

.pop-right {
    background: #f9f9f9
}

@media (max-width: 543px) {
    .product-popup .product-image {
        width: 120px;
        height: 120px
    }

        .product-popup .product-image img {
            max-width: 120px !important
        }

    .addcart-popup .col-xl-6 {
        padding: 0 !important
    }

    .product-popup h3 {
        font-size: em(18px);
        margin-bottom: 0
    }
}

button.btn.btn-primary.btn-quickview {
    width: 213px;
    background: #fff;
    color: #333;
    line-height: 40p;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0;
    border-radius: 0
}

    button.btn.btn-primary.btn-quickview:hover {
        background: #ff7600;
        color: #fff
    }

.selector-wrapper {
    display: block;
    float: none;
    clear: left
}

    .selector-wrapper:first-child {
        padding-top: 20px
    }

.product-description.rte {
    color: #333333;
    line-height: 1.9;
    font-weight: 400;
    font-size: 13px
}

@media (max-width: 991px) {
    .mb_c {
        position: relative
    }

    .mobi_bt.vf {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        margin-top: 9px
    }

    .z-indexlogo.bv {
        width: calc(100% - 60px)
    }

    form#search_mini_form {
        display: block
    }

    .box_log.mb_cl.tl {
        display: block;
        position: absolute;
        top: 100%;
        background: #fff;
        right: 0;
        width: 115px;
        padding: 6px 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 3px 0px #ff7600
    }

    .header-container .container {
        position: relative
    }

    .toplinks .links {
        text-align: center
    }

    .top-cart-contain {
        margin: 0
    }

    .mousetrap {
        display: none !important
    }

    .logo {
        width: auto;
        text-align: center;
        height: 75px;
        display: inline-block;
        margin: 0 auto
    }

        .logo img {
            max-height: 100%
        }

    .toplinks {
        line-height: normal;
        margin-left: 15px;
        padding: 7px 0px
    }

    .col-lg-3.col-md-3.fix-phone {
        position: absolute;
        left: 0;
        top: calc(50% + 0px);
        transform: translateY(-50%);
        z-index: 999
    }

    .col-lg-3.col-md-3.fix-cart {
        position: absolute;
        right: 0;
        top: calc(50% + 3px);
        transform: translateY(-50%);
        z-index: 11;
        overflow: hidden
    }

    .z-indexlogo {
        z-index: 10;
        text-align: center;
        margin-top:0
    }

    .top-cart-contain {
        position: static !important
    }

    .phone {
        margin: 0
    }

    .top-cart-content.arrow_box {
        display: none !important
    }
}

@media (max-width: 480px) {
    p.availability-fix {
        margin: 0
    }

        p.availability-fix label {
            font-weight: 700;
            margin-right: 5px
        }

    #mobile-menu ul.navmenu .menutop {
        padding: 5px 0 0
    }

    .product-view .product-name {
        border-bottom: none;
        margin-bottom: 15px
    }

    span.h1.product-h1 {
        font-size: 24px;
        font-weight: 700
    }

    .product-view .product-shop .special-price, .product-view .product-shop .price {
        display: block
    }

    .selector-wrapper {
        width: 50%;
        float: left;
        clear: none;
        padding-top: 20px
    }

        .selector-wrapper select {
            width: calc(100% - 15px)
        }

    .custom button.items-count {
        display: none
    }

    .add-to-cart .qty {
        max-width: 100%;
        border-radius: 0;
        border: 1px solid #e1e1e1;
        display: inline-block
    }

    .ct2 {
        width: 100%
    }

    .product-view .product-shop .add-to-box .btn-cart {
        width: 100%
    }

    .aside.aside-policy {
        margin: 20px 0
    }

    .product-tabs {
        border-top: none;
        border-bottom: none
    }

    .nav-tabs > li {
        text-align: left
    }

    .nav-tabs.product-tabs > li > a {
        margin-right: 0px;
        line-height: 1.42857143;
        border-radius: 0px;
        border: none;
        padding: 12px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .toplinks {
        margin-left: 0
    }

    #search {
        min-width: initial
    }

    .customer-name input {
        width: 100%
    }

    .google-map {
        width: 100%;
        margin-top: 15px
    }

    .nav-tabs > li {
        text-align: left
    }
}

.delete-pro {
    display: none !important
}

.popup-total {
    float: none !important
}

@media (max-width: 375px) {
    .fancybox-wrap.fancybox-opened {
        width: 320px !important
    }

    .fancybox-inner {
        width: 300px !important
    }
}

@media (max-width: 320px) {
    .fancybox-wrap.fancybox-opened {
        width: 295px !important
    }

    .fancybox-inner {
        width: 285px !important
    }

    .fancybox-wrap.fancybox-opened {
        left: 14px !important
    }

    .fancybox-opened .fancybox-skin {
        width: 293px !important;
        padding: 10px !important
    }
}

.category-products.pull-left {
    width: 100%;
    float: none !important
}

.featured-thumb {
    margin-right: 0
}

@media (min-width: 992px) {
    .search .col-md-3.col-sm-6.no-pad:nth-child(4n+5), .item_hm:nth-child(4n+5) {
        clear: left
    }

    .item_ad:nth-child(2n+3) {
        clear: left
    }
}

@media (max-width: 991px) {
    .item_hm:nth-child(2n+3) {
        clear: left
    }

    .search .col-md-3.col-sm-6.no-pad:nth-child(2n+3) {
        clear: left
    }
}

select#sortBy {
    width: 100%;
    height: 30px;
    margin-bottom: 0;
    padding: 0px 10px
}

.justify {
    text-align: justify !important
}

.customer-name input {
    width: 100%
}

.entry-content img, .justify img {
    max-width: 100%;
    height: auto !important
}

.blog-wrapper .col-md-6:nth-child(2n+3) {
    clear: left
}

a.pull-right.button.btn-quaylai {
    margin-top: -30px
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-grid-item-lm:nth-child(3n+4) {
        clear: left
    }

    .item.col-md-3.col-sm-4.col-xs-6:nth-child(3n+4) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item.col-md-3.col-sm-4.col-xs-6:nth-child(4n+5) {
        clear: left
    }

    .product-grid-item-lm:nth-child(4n+5) {
        clear: left
    }
}

@media (min-width: 1200px) {
    .product-grid-item-lm:nth-child(4n+5) {
        clear: left
    }

    .item.col-md-3.col-sm-4.col-xs-6:nth-child(4n+5) {
        clear: left
    }
}

@media (max-width: 767px) {
    .product-grid-item-lm:nth-child(2n+3) {
        clear: left
    }

    .item.col-md-3.col-sm-4.col-xs-6:nth-child(2n+3) {
        clear: left
    }
}

@media (max-width: 767px) {
    a.pull-right.button.btn-quaylai {
        margin-top: 20px;
        float: none !important;
        clear: left;
        display: inline-block
    }

    span.note.order_date:after {
        display: block;
        content: ""
    }

    #mobile-menu ul.level1, #mobile-menu ul.level0 {
        padding-left: 10px
    }
}

button.button.btn-cart:disabled:hover {
    background: #fff !important;
    border: 1px solid #ddd !important;
    color: #333 !important
}

.clearfix {
    *zoom: 1
}

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

.clearboth {
    clear: both
}

.note.form-error ul {
    padding-left: 0;
    list-style: none
}

.fa-times-circle:before {
    font-size: 24px
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000
}

.item-title {
    word-break: break-word
}

#sidebar {
    position: static
}

.thumb-wrapper {
    cursor: pointer
}

a.product-url {
    color: #ff7600
}

a.btn-gray.btn.right-to.quick-view .fa {
    margin-right: 5px;
    line-height: 1
}

#shopping-cart-table .product-image img {
    height: auto !important
}

#shopping-cart-table tbody td.a-right {
    text-align: left !important
}

.cart-table .btn-update {
    height: 38px
}

.breadcrumb > li + li:before {
    display: none !important
}

.phone-box .oi {
    opacity: 0;
    width: 0;
    font-size: 0;
    position: absolute;
    height: 0;
    left: 40px;
    top: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

@media (min-width: 768px) {
    .phone-box {
        background: linear-gradient(90deg, #ff7600 0%, #ffac64 50%, #ff7600 100%);
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 30px;
        display: inline-block;
        color: #fff;
        font-size: 18px
    }

        .phone-box img {
            max-width: 25px;
            animation: play0 1.5s ease infinite
        }

        .phone-box:hover .oi {
            opacity: 1;
            width: 120px;
            font-size: 15px;
            line-height: 35px;
            height: 35px;
            background: linear-gradient(90deg, #ff8217 0%, #ffac64 50%, #ff7600 100%);
            border-radius: 25px;
            left: 40px;
            top: 7px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s
        }

    .zalo-box, .fb-box {
        background: linear-gradient(90deg, #ff7600 0%, #ffac64 50%, #ff7600 100%);
        width: 48px;
        height: 48px;
        line-height: 47px;
        text-align: center;
        border-radius: 30px;
        display: inline-block;
        color: #fff;
        font-size: 18px
    }

        .zalo-box img, .fb-box img {
            max-width: 33px;
            filter: hue-rotate(65deg)
        }

    .phone {
        margin-bottom: 10px
    }

    .fix-phone {
        position: fixed;
        bottom: 110px;
        top: inherit !important;
        z-index: 999;
        right: 10px
    }

        .fix-phone .bbh {
            display: inline-block;
            position: relative
        }
}

@media (max-width: 767px) {
    .phone {
        width: calc(100%/3);
        display: inline-block;
        float: left;
        text-align: center
    }

        .phone img {
            max-height: 35px
        }

    .fix-phone {
        overflow: hidden;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        padding: 8px 0;
        z-index: 998;
        top: inherit !important
    }

        .fix-phone .phone img {
            filter: hue-rotate(-175deg)
        }
}

.box-category ul li ul li span {
    padding-left: 5px;
    display: block;
    line-height: 24px
}

ul#magicat li.level0 > ul, ul#magicat2 li.level0 > ul {
    padding-right: 0px !important
}

@media (min-width: 992px) and (max-width: 1199px) {
    .side-nav-categories .block-title h2 {
        font-size: 12px
    }

    .fancybox-desktop {
        width: 700px !important
    }

        .fancybox-desktop .fancybox-inner {
            width: 660px !important
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-category ul li a {
        padding-right: 15px
    }

    #mobile-menu ul.navmenu .menutop {
        margin-top: 15px
    }
}

ul.breadcrumb img {
    max-width: 10px
}

.products-list .actions button.button.btn-cart {
    margin-left: 0px
}

.item_bl_index_list .blog_inner {
    margin-bottom: 7px
}

.item_bl_index_list .blog-l, .item_bl_index_list .blog-c {
    display: inline-block
}

.item_bl_index_list .blog-l {
    max-width: 95px;
    vertical-align: top;
    padding: 5px 0
}

.item_bl_index_list .blog-c {
    max-width: calc(100% - 110px);
    margin-left: 7px
}

    .item_bl_index_list .blog-c h3, .item_bl_index_list .blog-c p {
        margin: 3.5px 0
    }

        .item_bl_index_list .blog-c h3.line-2, .item_bl_index_list .blog-c p.line-2 {
            -webkit-line-clamp: 2;
            min-height: 42px
        }

@media (max-width: 991px) {
    .footer-column {
        min-height: unset
    }
}

@media (min-width: 992px) {
    .item_bl_index:nth-child(3n+4) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item_bl_index:nth-child(2n+3) {
        clear: left
    }
}

@media (max-width: 1199px) {
    #nav li:hover > .menu_tablet {
        display: block
    }

    .menu_tablet {
        position: absolute !important;
        background: #ff7600;
        color: #fff;
        width: 190px;
        display: none
    }

        .menu_tablet li {
            padding: 5px 0px;
            position: relative;
            width: 100% !important
        }

            .menu_tablet li a {
                color: #fff;
                line-height: 24px;
                padding: 0px 15px
            }

                .menu_tablet li a:before {
                    color: #fff !important
                }

                .menu_tablet li a span {
                    color: #fff
                }

            .menu_tablet li:hover > ul.level2 {
                display: block
            }

            .menu_tablet li ul {
                background: #ff7600
            }

                .menu_tablet li ul.level2 {
                    position: absolute !important;
                    right: -190px;
                    top: 0;
                    width: 190px;
                    margin: 0px !important;
                    display: none
                }

                    .menu_tablet li ul.level2 li {
                        position: relative
                    }

                    .menu_tablet li ul.level2 a {
                        color: #fff !important;
                        line-height: 24px;
                        padding: 0px 15px;
                        opacity: 1 !important;
                        display: block !important;
                        line-height: 24px !important;
                        font-size: 12px !important
                    }

                        .menu_tablet li ul.level2 a:before {
                            color: #fff !important
                        }

                        .menu_tablet li ul.level2 a span {
                            color: #fff;
                            opacity: 1
                        }
}

.actions button.button.btn-cart {
    padding: 9px 5px 9px 5px !important
}

.product-brand {
    border-radius: 5px;
    border: 1px solid #ff7600;
    padding: 10px;
    margin-top: 20px
}

    .product-brand .title {
        font-weight: 600;
        font-size: 16px
    }

    .product-brand .brand-list .brand {
        width: calc(100%/3 - 3px);
        display: inline-block;
        padding: 5px
    }

        .product-brand .brand-list .brand a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            text-align: center;
            border: solid 1px #f5f5f5
        }

            .product-brand .brand-list .brand a img {
                max-height: 80px;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                -webkit-transition: all, 0.3s;
                transition: all, 0.3s
            }

            .product-brand .brand-list .brand a:hover {
                border: solid 1px #ffcdb0
            }

                .product-brand .brand-list .brand a:hover img {
                    -webkit-filter: grayscale(0%);
                    filter: grayscale(0%)
                }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.main-col.boxer {
    margin: 25px 0
}

.title_info {
    text-transform: uppercase;
    font-size: 26px;
    border-bottom: 1px solid #e0e0e0;
    color: #48290c;
    margin-bottom: 10px
}

    .title_info span {
        display: inline-block;
        position: relative
    }

        .title_info span:before {
            position: absolute;
            left: 0;
            bottom: -3px;
            display: inline-block;
            content: "";
            width: 6px;
            height: 6px;
            background: #ff7600;
            border-radius: 50%
        }

        .title_info span:after {
            border-bottom: 1px solid #ff7600;
            display: inline-block;
            content: "";
            width: 100%;
            position: absolute;
            left: 0;
            bottom: -1px
        }

.discr {
    font-size: 15px;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

.view_more {
    padding: 0 5px 5px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .view_more {
        margin-top: 15px
    }
}

.view_more a {
    background: #ffffff;
    display: block;
    color: #ff7600;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 25px;
    border: 1px solid #ff7600
}

    .view_more a:hover {
        background: #ff7600;
        color: #fff
    }

.product-details a.remove-item-cart {
    position: absolute;
    right: 0
}

span.require {
    margin-top: 10px;
    display: inline-block
}

h1.mg_t_cl {
    margin-top: 10px;
    font-size: 22px
}

.mg_bottom {
    margin-bottom: 10px
}

thead.thead-default {
    background: #ff7600;
    color: #fff
}

.table > thead > tr > th {
    vertical-align: bottom;
    border: #3b3b3b 1px solid
}

td, th {
    border: #3b3b3b solid 1px
}

html body nav#nav-mobile {
    position: fixed;
    left: 0;
    background: #fff;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    width: 80%;
    max-width: 280px;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease
}

    html body nav#nav-mobile .lg {
        border-bottom: 3px solid #ff7600;
        padding: 40px 15px 15px
    }

    html body nav#nav-mobile .clx {
        padding: 10px 15px;
        color: #ffffff;
        border-bottom: 1px solid;
        background: #dedede;
        display: inline-block;
        position: absolute;
        right: 0
    }

    html body nav#nav-mobile.openx {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: -webkit-transform 0.4s ease;
        -ms-transition: -ms-transform 0.4s ease;
        transition: transform 0.4s ease
    }

    html body nav#nav-mobile ul {
        list-style: none;
        padding: 0
    }

        html body nav#nav-mobile ul li {
            position: relative
        }

            html body nav#nav-mobile ul li a {
                position: relative;
                padding: 10px 0px 10px 10px;
                display: block;
                color: #616161
            }

            html body nav#nav-mobile ul li .level1- .magicat-cat {
                padding-left: 10px
            }

            html body nav#nav-mobile ul li .level2- .magicat-cat {
                padding-left: 20px
            }

    html body nav#nav-mobile li.level0-.level0 > .magicat-cat > a {
        font-weight: 600
    }

    html body nav#nav-mobile li.level0-.level0.open.active > span > a {
        color: #ff7600
    }

    html body nav#nav-mobile li.level0-.level0 .level1.open.active > span > a {
        color: #ff7600
    }

    html body nav#nav-mobile li.level0-.level0 a {
        font-size: 15px
    }

    html body nav#nav-mobile ul#magicat2 li span.magicat-cat {
        border-bottom: 1px solid #c7c7c7
    }

.login_isocial a {
    display: inline-block
}

.login_isocial {
    margin-top: 10px
}

section.main-container.col2-right-layout.search {
    padding-top: 20px
}

.image_effect {
    position: relative;
    overflow: hidden;
    display: inline-block
}

    .image_effect:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,255,255,0.2);
        border-radius: 100%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .image_effect:hover:before {
        -webkit-animation: circle 0.75s;
        -ms-animation: circle 0.75s;
        -o-animation: circle 0.75s;
        animation: circle 0.75s
    }

.jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    top: auto !important;
    right: auto;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 100;
    position: fixed
}

@media (max-width: 480px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 300px
    }

        .jas-sale-pop .jas-sale-pop-content {
            max-width: 180px
        }
}

.jas-sale-pop .jas-sale-pop-img {
    margin-right: 10px;
    width: 70px;
    float: left
}

    .jas-sale-pop .jas-sale-pop-img img {
        max-height: 70px !important
    }

.jas-sale-pop .jas-sale-pop-content {
    width: calc(100% - 80px);
    float: left;
    display: block
}

.jas-sale-pop h4 {
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px
}

.jas-sale-pop h3 {
    margin: 0;
    font-size: 1em;
    max-width: 255px;
    font-weight: 700
}

    .jas-sale-pop h3 a {
        color: #000;
        margin: 0;
        font-size: 14px
    }

    .jas-sale-pop h3:hover a {
        color: #b82800
    }

.jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: 12px
}

.jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 0px;
    cursor: pointer;
    position: absolute
}

    .jas-sale-pop .pe-7s-close:before {
        content: "x"
    }

.jas-sale-pop.slideUp {
    opacity: 1;
    visibility: visible
}

@media (min-width: 992px) {
    .jas-sale-pop.slideUp {
        bottom: 80px
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .jas-sale-pop.slideUp {
        bottom: 60px
    }
}

.jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center
}

.jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@-ms-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-o-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes play {
    20% {
        box-shadow: 0 0 0 5px rgba(220,170,128,0.33),0 0 0 10px rgba(220,170,128,0.33)
    }

    50% {
        box-shadow: 0 0 0 5px rgba(220,170,128,0.33),0 0 0 10px rgba(220,170,128,0.33),0 0 0 15px rgba(220,170,128,0.33)
    }
}

@keyframes play0 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes play1 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
        box-shadow: 0 0 0 5px rgba(232,77,89,0.33),0 0 0 10px rgba(232,77,89,0.33)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        box-shadow: 0 0 0 5px rgba(232,77,89,0.33),0 0 0 10px rgba(232,77,89,0.33),0 0 0 15px rgba(232,77,89,0.33)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

a.js-btn-compare, a.ajax_addtocart.js-btn-wishlist {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    padding: 5px;
    position: absolute;
    bottom: -78px;
    right: 0
}

a.site-header__link.site-header__compare.js-open-compare.shadow {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 40%;
    left: 0
}

.site-header__compare {
    position: fixed;
    right: 0;
    top: 50% !important;
    z-index: 2;
    background-color: #fff;
    padding: 10px 5px 10px 7px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

    .site-header__compare .js-compare-count {
        font-size: 12px;
        display: inline-block;
        color: #000
    }

    .site-header__compare svg {
        width: 20px;
        height: 20px
    }

@media (min-width: 1025px) {
    .site-header__compare:hover .js-compare-count, .site-header__compare:focus .js-compare-count {
        color: #ff7600
    }

    .site-header__compare:hover svg path, .site-header__compare:focus svg path {
        fill: #ff7600 !important
    }
}

.modal-open #jsCompare::-webkit-scrollbar-track {
    display: none
}

.modal-open #jsCompare::-webkit-scrollbar {
    display: none
}

.modal-open #jsCompare::-webkit-scrollbar-thumb {
    display: none
}

div#jsCompare {
    padding: 20px !important
}

@media (max-width: 569px) {
    div#jsCompare .modal-dialog-s {
        margin: 0
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare {
    max-width: 1140px
}

@media (max-width: 1024px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare {
        max-width: 960px
    }
}

@media (max-width: 991px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare {
        max-width: 720px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content {
    border-radius: 0
}

@media (max-width: 480px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content {
        height: 100vh;
        overflow-y: auto
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body {
    padding: 10px
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body {
        padding-top: 25px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content {
    border: 1px solid #f3f3f3
}

    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .padding-2 {
        padding: 2px 1px 2px 2px
    }

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: unset
    }

        div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content.justify-content-center {
            -ms-flex-pack: unset !important;
            justify-content: unset !important
        }

            div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content.justify-content-center .margin-10 {
                width: 100%;
                text-align: center
            }

        div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content::-webkit-scrollbar {
            display: none
        }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item {
    text-align: center
}

    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image {
        position: relative;
        height: 165px;
        display: block
    }

        div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare {
            background-color: #e5e5e5;
            padding: 0;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            line-height: 25px;
            text-align: center;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
            overflow: hidden
        }

@media (max-width: 1024px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare {
        line-height: 30px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare:before {
    content: "×";
    height: 30px;
    width: 30px;
    font-size: 25px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare:hover, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare:focus {
    background-color: #ff7600
}

    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare:hover:before, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image .js-remove-compare:focus:before {
        color: #fff
    }

@media (max-width: 1024px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image {
        height: 140px
    }
}

@media (max-width: 991px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image {
        height: 100px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .compage-image img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item hr {
    margin: 10px 0;
    border-color: rgba(0,0,0,0.05)
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item hr {
        margin: 5px 0
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 {
        font-size: 13px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 a {
    color: #303846;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 36px;
    min-height: 36px
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 a {
        font-size: 13px;
        max-height: 34px;
        min-height: 34px
    }
}

@media (min-width: 1025px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 a:hover, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item h5 a:focus {
        color: #ff7600
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .price {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #ff7600
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .price {
        font-size: 13px;
        display: block
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .old-price {
    margin-left: 7px;
    display: inline-block;
    color: #aaa;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .old-price {
        margin-left: 0;
        font-size: 12px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .alert-success, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .alert-danger {
    padding: 3px 7px
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand {
    color: #303846
}

    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand a {
        color: #303846;
        font-weight: 500
    }

@media (min-width: 1025px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand a:hover, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand a:focus {
        color: #ff7600
    }
}

@media (max-width: 991px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand {
        font-size: 0
    }

        div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand a {
            font-size: 14px
        }
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .brand {
        font-size: 13px
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens h2 {
    display: none !important
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens table {
    border: none
}

    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens table th, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens table td {
        border: none;
        padding: 5px;
        font-size: 13px
    }

        div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens table td:first-child {
            display: none
        }

    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .comparecontens table tr:nth-child(2n+1) {
        background: #f6f6f6
    }

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .js-remove-compare {
    border: none;
    box-shadow: none;
    outline: none;
    color: #ff7600;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

@media (min-width: 1025px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .js-remove-compare:hover, div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item .js-remove-compare:focus {
        background-color: #fff;
        border: none;
        box-shadow: none;
        outline: none;
        color: #303846
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .modal-content .modal-body .js-compare-content .compare-item + .compare-item {
    border-left: 1px solid #f3f3f3
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .close.close-compare {
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
    background-color: #000;
    color: #fff;
    text-shadow: none
}

@media (max-width: 767px) {
    div#jsCompare .modal-dialog-s.modal-dialog--compare .close.close-compare {
        top: 0;
        right: 0;
        z-index: 999
    }
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .close.close-compare span {
    padding: 5px;
    display: block
}

div#jsCompare .modal-dialog-s.modal-dialog--compare .close.close-compare:hover {
    background-color: #ff7600
}

#js-global-alert {
    position: fixed;
    top: 7%;
    left: 4%;
    width: 270px;
    transition: all ease .45s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    padding: 10px;
    margin-bottom: 0
}

    #js-global-alert .alert-heading {
        margin-bottom: 0;
        font-size: 17px
    }

    #js-global-alert .alert-content {
        font-size: 14px;
        margin-bottom: 0
    }

    #js-global-alert.active {
        top: 9% !important;
        opacity: 1;
        visibility: visible
    }

.mew-wish-list {
    display: inline-block;
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 999;
    margin-left: 15px;
    float: right
}

@media (max-width: 1024px) {
    .mew-wish-list {
        margin-left: 20px
    }
}

.mew-wish-list:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -29px;
    width: 110%;
    height: 35px;
    background: 0 0;
    display: none;
    z-index: 99
}

.mew-wish-list > a {
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 34px
}

@media (min-width: 992px) and (max-width: 1024px) {
    .mew-wish-list > a {
        font-size: 0
    }
}

.mew-wish-list > a svg {
    width: 25px;
    height: 25px
}

    .mew-wish-list > a svg path {
        fill: #fff !important
    }

.mew-wish-list > a .js-wishlist-count {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #333;
    background-color: #ffa800;
    top: -15px;
    left: 15px;
    font-size: 13px
}

.mew-wish-list:hover:before {
    display: block
}

.mew-wish-list:hover .top-wish-list-content {
    display: block
}

.animated-background, .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image img:not(.loaded) {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}

.top-wish-list-content {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    padding: 0;
    text-align: left;
    z-index: 10000;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
    box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
    top: 50px
}

    .top-wish-list-content .added-products {
        padding: 10px;
        margin: 0;
        max-height: 582px;
        min-width: 320px
    }

        .top-wish-list-content .added-products .favorites-message {
            display: block;
            font-size: 13px;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px dashed #e5e5e5;
            font-weight: 500
        }

        .top-wish-list-content .added-products .wish-list-small {
            max-height: 200px;
            overflow-y: auto
        }

            .top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar-track {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                border-radius: 0;
                background-color: #F5F5F5
            }

            .top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar {
                width: 5px;
                background-color: #F5F5F5
            }

            .top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar-thumb {
                border-radius: 0;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                background-color: #e5e5e5
            }

            .top-wish-list-content .added-products .wish-list-small .empty-description .empty-icon {
                margin-bottom: 10px;
                display: block
            }

                .top-wish-list-content .added-products .wish-list-small .empty-description .empty-icon .ico-favorite-heart {
                    height: 50px;
                    width: 50px;
                    background-image: url(//bizweb.dktcdn.net/100/368/970/themes/740033/assets/valentines-heart.svg?1676649609260);
                    background-size: contain;
                    background-repeat: no-repeat;
                    display: block;
                    margin-left: auto;
                    margin-right: auto
                }

            .top-wish-list-content .added-products .wish-list-small .empty-description .empty-text {
                text-align: center
            }

                .top-wish-list-content .added-products .wish-list-small .empty-description .empty-text h3 {
                    margin: 0;
                    font-size: 15px;
                    font-weight: 600;
                    color: #303846
                }

                .top-wish-list-content .added-products .wish-list-small .empty-description .empty-text p {
                    font-size: 13px;
                    margin-bottom: 0;
                    color: #999
                }

            .top-wish-list-content .added-products .wish-list-small .wish-list-item-small {
                position: relative;
                margin-bottom: 7px;
                padding-bottom: 7px;
                border-bottom: 1px dashed #e5e5e5
            }

                .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image {
                    float: left;
                    display: block;
                    width: 80px;
                    margin-right: 10px
                }

                    .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image img:not(.loaded) {
                        width: 100% !important;
                        height: 100% !important;
                        opacity: 0.2
                    }

                .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item {
                    padding-left: 90px
                }

                    .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist {
                        position: absolute;
                        right: 10px;
                        color: #1c1c1c;
                        font-size: 20px
                    }

                        .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist:hover, .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist:focus {
                            color: #ff7600
                        }

                    .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name {
                        margin: 0;
                        width: 150px;
                        line-height: 1;
                        padding-right: 10px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden
                    }

                        .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a {
                            font-size: 1em;
                            line-height: 20px !important;
                            font-weight: 500;
                            color: #1c1c1c
                        }

                            .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a:hover, .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a:focus {
                                color: #ff7600
                            }

                    .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-details-bottom .pricechange {
                        color: #ff7600;
                        display: block
                    }

        .top-wish-list-content .added-products .wish-list-button-all {
            text-align: center;
            margin-top: 10px
        }

            .top-wish-list-content .added-products .wish-list-button-all a {
                display: block;
                padding: 6px 10px;
                color: #fff;
                background-color: #ff7600
            }

                .top-wish-list-content .added-products .wish-list-button-all a:hover, .top-wish-list-content .added-products .wish-list-button-all a:focus {
                    color: #fff;
                    background-color: #cc5e00
                }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.js-free-shipping {
    position: relative;
    height: 25px;
    margin: 10px 0;
    background: #f5f5f5
}

@media (max-width: 767px) {
    .js-free-shipping {
        margin-top: 0
    }
}

.js-free-shipping .free-shipping-content {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    left: 0;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px
}

@media (min-width: 992px) and (max-width: 1024px) {
    .js-free-shipping .free-shipping-content {
        font-size: 12px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .js-free-shipping .free-shipping-content {
        font-size: 11px
    }
}

@media (max-width: 480px) {
    .js-free-shipping .free-shipping-content {
        font-size: 12px
    }
}

.js-free-shipping .free-shipping-content .white {
    color: #fff
}

.js-free-shipping .bg-success {
    background-color: #28a745 !important
}

