@charset "UTF-8";

hr,
img {
    border: 0
}

body,
figure {
    margin: 0
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
    max-height: 340px
}

@font-face {
    font-family: BellGothicStdBlack;
    src: url(../vendor/fonts/BellGothicStdBlack.eot);
    src: url(../vendor/fonts/BellGothicStdBlack.eot) format("embedded-opentype"), url(../vendor/fonts/BellGothicStdBlack.woff2) format("woff2"), url(../vendor/fonts/BellGothicStdBlack.woff) format("woff"), url(../vendor/fonts/BellGothicStdBlack.ttf) format("truetype"), url(../vendor/fonts/BellGothicStdBlack.svg#BellGothicStdBlack) format("svg")
}

@font-face {
    font-family: KingCoolKC;
    src: url(../vendor/fonts/KingCoolKC.eot);
    src: url(../vendor/fonts/KingCoolKC.eot) format("embedded-opentype"), url(../vendor/fonts/KingCoolKC.woff2) format("woff2"), url(../vendor/fonts/KingCoolKC.woff) format("woff"), url(../vendor/fonts/KingCoolKC.ttf) format("truetype"), url(../vendor/fonts/KingCoolKC.svg#KingCoolKC) format("svg")
}

@font-face {
    font-family: BellGothicStdLight;
    src: url(../vendor/fonts/BellGothicStdLight.eot);
    src: url(../vendor/fonts/BellGothicStdLight.eot) format("embedded-opentype"), url(../vendor/fonts/BellGothicStdLight.woff2) format("woff2"), url(../vendor/fonts/BellGothicStdLight.woff) format("woff"), url(../vendor/fonts/BellGothicStdLight.ttf) format("truetype"), url(../vendor/fonts/BellGothicStdLight.svg#BellGothicStdLight) format("svg")
}

@font-face {
    font-family: MouseMemoirsRegular;
    src: url(../vendor/fonts/MouseMemoirsRegular.eot);
    src: url(../vendor/fonts/MouseMemoirsRegular.eot) format("embedded-opentype"), url(../vendor/fonts/MouseMemoirsRegular.woff2) format("woff2"), url(../vendor/fonts/MouseMemoirsRegular.woff) format("woff"), url(../vendor/fonts/MouseMemoirsRegular.ttf) format("truetype"), url(../vendor/fonts/MouseMemoirsRegular.svg#MouseMemoirsRegular) format("svg")
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../vendor/fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: url('../vendor/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../vendor/fonts/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../vendor/fonts/Roboto-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../vendor/fonts/Roboto-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.btn-comprarapida {
    width: 100%;
    padding: 3px;
    border: none;
    border-radius: 5px;
    color: white;
    background-color: #60A6BA;
    height: 25px;
    font-size: 0.8em;
    margin: 1.5px;
}

.btn-vermas {
    background-color: transparent;
    color: #60A6BA;
    width: 100%;
    padding: 3px;
    border-radius: 5px;
    border: 2px solid #60A6BA;
    height: 25px;
    font-size: 0.8em;
    margin: 1.5px;
}

@media (max-width: 767px) {
    .btn-vermas {
        font-size: 1em;
    }

    .btn-comprarapida {
        font-size: 1em;
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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
    }

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

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 {
        border: 0;
        padding: 0
    }

input[type=checkbox],
input[type=radio] {
    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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-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: ""
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .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 td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open > .btn-danger.dropdown-toggle,
.open > .btn-default.dropdown-toggle,
.open > .btn-info.dropdown-toggle,
.open > .btn-primary.dropdown-toggle,
.open > .btn-warning.dropdown-toggle {
    background-image: none
}

.img-thumbnail,
body {
    background-color: #fff
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.popover,
.tooltip,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 14px;
    line-height: 1.42857;
    color: #62788d
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #e4022d;
    text-decoration: none
}

    a:focus,
    a:hover {
        color: #e4022d;
        text-decoration: underline
    }

    a:focus {
        outline-offset: -2px
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    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;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #fff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-weight: 400;
        line-height: 1;
        color: #afbcc8
    }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small {
        font-size: 65%
    }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-size: 75%
    }

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

dt,
kbd kbd,
label {
    font-weight: 700
}


@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.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
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #afbcc8
}

.text-primary {
    color: #e4022d
}

a.text-primary:focus,
a.text-primary:hover {
    color: #b10223
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #e4022d
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #b10223
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code,
table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #fff
}

dl,
ol,
ul {
    margin-top: 0
}

    blockquote ol:last-child,
    blockquote p:last-child,
    blockquote ul:last-child,
    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

address,
dl {
    margin-bottom: 20px
}

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dd,
dt {
    line-height: 1.42857
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 750px
    }
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu > li > a,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #afbcc8
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #fff
}

    blockquote .small,
    blockquote footer,
    blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #afbcc8
    }

legend,
pre {
    color: #62788d
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #fff;
    border-left: 0;
    text-align: right
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

caption,
th {
    text-align: left
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.pre-scrollable {
    overflow-y: scroll
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.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 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .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 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .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 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .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 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #afbcc8
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
        text-align: center
    }

    .table > caption + thead > tr:first-child > td,
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.dropdown-menu {
    float: left
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@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 > tbody > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control,
output {
    font-size: 14px;
    line-height: 1.42857;
    color: #879bac;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=file]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, 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, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm > .input-group-btn > input[type=date].btn,
    .input-group-sm > .input-group-btn > input[type=time].btn,
    .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
    .input-group-sm > .input-group-btn > input[type=month].btn,
    .input-group-sm > input[type=date].form-control,
    .input-group-sm > input[type=date].input-group-addon,
    .input-group-sm > input[type=time].form-control,
    .input-group-sm > input[type=time].input-group-addon,
    .input-group-sm > input[type=datetime-local].form-control,
    .input-group-sm > input[type=datetime-local].input-group-addon,
    .input-group-sm > input[type=month].form-control,
    .input-group-sm > input[type=month].input-group-addon,
    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-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg > .input-group-btn > input[type=date].btn,
    .input-group-lg > .input-group-btn > input[type=time].btn,
    .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
    .input-group-lg > .input-group-btn > input[type=month].btn,
    .input-group-lg > input[type=date].form-control,
    .input-group-lg > input[type=date].input-group-addon,
    .input-group-lg > input[type=time].form-control,
    .input-group-lg > input[type=time].input-group-addon,
    .input-group-lg > input[type=datetime-local].form-control,
    .input-group-lg > input[type=datetime-local].input-group-addon,
    .input-group-lg > input[type=month].form-control,
    .input-group-lg > input[type=month].input-group-addon,
    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
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label,
    .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9
    }

    .checkbox + .checkbox,
    .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline,
    .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled,
    .checkbox.disabled label,
    .radio-inline.disabled,
    .radio.disabled label,
    fieldset[disabled] .checkbox label,
    fieldset[disabled] .checkbox-inline,
    fieldset[disabled] .radio label,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] input[type=checkbox],
    fieldset[disabled] input[type=radio],
    input[type=checkbox].disabled,
    input[type=checkbox][disabled],
    input[type=radio].disabled,
    input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg,
    .form-control-static.input-sm,
    .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn,
    .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.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
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.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: #aab8c4
}

@media (min-width:768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control,
        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label,
        .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox],
        .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:after,
    .form-horizontal .form-group:before {
        content: " ";
        display: table
    }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active,
    .btn:active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus,
    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default.active,
    .btn-default:active,
    .btn-default:hover,
    .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default.active.focus,
        .btn-default.active:focus,
        .btn-default.active:hover,
        .btn-default:active.focus,
        .btn-default:active:focus,
        .btn-default:active:hover,
        .open > .btn-default.dropdown-toggle.focus,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.disabled.focus,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled].focus,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #e4022d;
    border-color: #cb0228
}

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #b10223;
        border-color: #4c010f
    }

    .btn-primary.active,
    .btn-primary:active,
    .btn-primary:hover,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #b10223;
        border-color: #8e011c
    }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary:active.focus,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open > .btn-primary.dropdown-toggle.focus,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #8e011c;
            border-color: #4c010f
        }

    .btn-primary.disabled.focus,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #e4022d;
        border-color: #cb0228
    }

    .btn-primary .badge {
        color: #e4022d;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success.active,
    .btn-success:active,
    .btn-success:hover,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus,
        .btn-success.active:focus,
        .btn-success.active:hover,
        .btn-success:active.focus,
        .btn-success:active:focus,
        .btn-success:active:hover,
        .open > .btn-success.dropdown-toggle.focus,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.active,
    .btn-success:active,
    .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled.focus,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success[disabled].focus,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:hover {
        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.focus,
    .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info.active,
    .btn-info:active,
    .btn-info:hover,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info.active.focus,
        .btn-info.active:focus,
        .btn-info.active:hover,
        .btn-info:active.focus,
        .btn-info:active:focus,
        .btn-info:active:hover,
        .open > .btn-info.dropdown-toggle.focus,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info.disabled.focus,
    .btn-info.disabled:focus,
    .btn-info.disabled:hover,
    .btn-info[disabled].focus,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:hover {
        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.focus,
    .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning.active,
    .btn-warning:active,
    .btn-warning:hover,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning.active.focus,
        .btn-warning.active:focus,
        .btn-warning.active:hover,
        .btn-warning:active.focus,
        .btn-warning:active:focus,
        .btn-warning:active:hover,
        .open > .btn-warning.dropdown-toggle.focus,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.disabled.focus,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:hover,
    .btn-warning[disabled].focus,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:hover {
        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.focus,
    .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger.active,
    .btn-danger:active,
    .btn-danger:hover,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus,
        .btn-danger.active:focus,
        .btn-danger.active:hover,
        .btn-danger:active.focus,
        .btn-danger:active:focus,
        .btn-danger:active:hover,
        .open > .btn-danger.dropdown-toggle.focus,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.disabled.focus,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:hover,
    .btn-danger[disabled].focus,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #e4022d;
    font-weight: 400;
    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:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus,
            .btn-link:hover {
                color: #e4022d;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus,
            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:focus,
            fieldset[disabled] .btn-link:hover {
                color: #afbcc8;
                text-decoration: none
            }

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.dropdown-header,
.dropdown-menu > li > a {
    padding: 3px 20px;
    line-height: 1.42857;
    white-space: nowrap
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-block {
    display: block
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        font-weight: 400;
        color: #62788d
    }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #576c7e;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #e4022d
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:focus,
    .dropdown-menu > .disabled > a:hover {
        color: #afbcc8
    }

        .dropdown-menu > .disabled > a:focus,
        .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    font-size: 12px;
    color: #afbcc8
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus,
        .btn-group > .btn:hover {
            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:after,
    .btn-toolbar:before {
        content: " ";
        display: table
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn .caret,
.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg > .btn .caret,
.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:after,
    .btn-group-vertical > .btn-group:before {
        content: " ";
        display: table
    }

    .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:first-child:not(:last-child) {
        border-radius: 4px 4px 0 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-radius: 0 0 4px 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
    .input-group .form-control:not(:first-child):not(:last-child),
    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        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=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group,
.input-group-btn,
.input-group-btn > .btn {
    position: relative
}

.input-group {
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group .form-control,
    .input-group-addon,
    .input-group-btn {
        display: table-cell
    }

.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: #879bac;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox],
    .input-group-addon input[type=radio] {
        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-group:not(:last-child) > .btn,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-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:first-child > .btn-group:not(:first-child) > .btn,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn + .btn {
        margin-left: -1px
    }

    .input-group-btn > .btn:active,
    .input-group-btn > .btn:focus,
    .input-group-btn > .btn:hover {
        z-index: 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 {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:after,
    .nav:before {
        content: " ";
        display: table
    }

    .nav > li,
    .nav > li > a {
        display: block;
        position: relative
    }

    .nav:after {
        clear: both
    }

    .nav > li > a {
        padding: 10px 15px
    }

        .nav > li > a:focus,
        .nav > li > a:hover {
            text-decoration: none;
            background-color: #fff
        }

    .nav > li.disabled > a {
        color: #afbcc8
    }

        .nav > li.disabled > a:focus,
        .nav > li.disabled > a:hover {
            color: #afbcc8;
            text-decoration: none;
            background-color: transparent;
            cursor: not-allowed
        }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: #fff;
        border-color: #e4022d
    }

    .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.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #fff #fff #ddd
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:hover {
            color: #879bac;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

.nav-justified > li,
.nav-stacked > li,
.nav-tabs.nav-justified > li {
    float: none
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #e4022d
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px
    }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }

        .nav-tabs-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0
        }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.carousel-inner,
.effect-v1,
.effect-v2,
.effect-v3,
.effect-v4,
.embed-responsive,
.media,
.media-body,
.modal-open,
.progress {
    overflow: hidden
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.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;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    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
        }

.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;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header,
        .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus,
            .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }

    .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;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}

@media (min-width:768px) {
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block
    }

    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control,
        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label,
        .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox],
        .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.breadcrumb > li,
.pagination {
    display: inline-block
}

.btn .badge,
.btn .label {
    top: -1px;
    position: relative
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .btn-group-sm > .navbar-btn.btn,
    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .btn-group-xs > .navbar-btn.btn,
    .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-left: 15px;
        margin-right: 15px
    }

    .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:focus,
        .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-text {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:focus,
    .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            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:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        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:focus,
    .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus,
    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

    .navbar-inverse .navbar-brand {
        color: #dde2e7
    }

        .navbar-inverse .navbar-brand:focus,
        .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-text {
        color: #dde2e7
    }

        .navbar-inverse .navbar-nav > li > a:focus,
        .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:focus,
    .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle:hover {
            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:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #090909;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #dde2e7
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #dde2e7
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #dde2e7
}

    .navbar-inverse .btn-link:focus,
    .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus,
    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li + li:before {
        content: "/ ";
        padding: 0 5px;
        color: #ccc
    }

    .breadcrumb > .active {
        color: #afbcc8
    }

.pagination {
    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;
            line-height: 1.42857;
            text-decoration: none;
            color: #e4022d;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            z-index: 2;
            color: #e4022d;
            background-color: #fff;
            border-color: #ddd
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        background-color: #e4022d;
        border-color: #e4022d;
        cursor: default
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        color: #afbcc8;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

    .pager:after,
    .pager:before {
        content: " ";
        display: table
    }

    .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:focus,
            .pager li > a:hover {
                text-decoration: none;
                background-color: #fff
            }

    .pager .next > a,
    .pager .next > span {
        float: right
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left
    }

    .pager .disabled > a,
    .pager .disabled > a:focus,
    .pager .disabled > a:hover,
    .pager .disabled > span {
        color: #afbcc8;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #afbcc8
}

    .label-default[href]:focus,
    .label-default[href]:hover {
        background-color: #91a3b3
    }

.label-primary {
    background-color: #e4022d
}

    .label-primary[href]:focus,
    .label-primary[href]:hover {
        background-color: #b10223
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus,
    .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus,
    .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus,
    .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus,
    .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #afbcc8;
    border-radius: 10px
}

.jumbotron,
.thumbnail {
    background-color: #fff
}

.badge:empty {
    display: none
}

.media-object,
.thumbnail {
    display: block
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #e4022d;
    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
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
}

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

.alert,
.thumbnail {
    margin-bottom: 20px
}

    .alert .alert-link,
    .close {
        font-weight: 700
    }

.jumbotron > hr {
    border-top-color: #fcc
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    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 a > img,
    .thumbnail > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }

    .thumbnail .caption {
        padding: 9px;
        color: #62788d
    }

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #e4022d
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .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
    }

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .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
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(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: #e4022d;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media,
.media-body {
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media > .pull-right {
    padding-left: 10px
}

.media-left,
.media > .pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    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 {
    margin-bottom: 20px;
    padding-left: 0
}

.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-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item,
button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus,
    a.list-group-item:hover,
    button.list-group-item:focus,
    button.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #fff;
    color: #afbcc8;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text {
        color: #afbcc8
    }

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #e4022d;
    border-color: #e4022d
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text {
        color: #feb4c2
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus,
    a.list-group-item-success:hover,
    button.list-group-item-success:focus,
    button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:focus,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active,
    button.list-group-item-success.active:focus,
    button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus,
    a.list-group-item-info:hover,
    button.list-group-item-info:focus,
    button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:focus,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active,
    button.list-group-item-info.active:focus,
    button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus,
    a.list-group-item-warning:hover,
    button.list-group-item-warning:focus,
    button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:focus,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus,
    a.list-group-item-danger:hover,
    button.list-group-item-danger:focus,
    button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:focus,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit
}

.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, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

    .panel-title,
    .panel > .list-group,
    .panel > .panel-collapse > .list-group,
    .panel > .panel-collapse > .table,
    .panel > .table,
    .panel > .table-responsive > .table {
        margin-bottom: 0
    }

.panel-body {
    padding: 15px
}

    .panel-body:after,
    .panel-body:before {
        content: " ";
        display: table
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.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 .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.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-right-radius: 3px;
    border-top-left-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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .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 td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 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 + .panel-collapse > .list-group,
    .panel-group .panel-heading + .panel-collapse > .panel-body {
        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: #62788d;
        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: #62788d
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #e4022d
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #e4022d;
        border-color: #e4022d
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #e4022d
        }

        .panel-primary > .panel-heading .badge {
            color: #e4022d;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #e4022d
    }

.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
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.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, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.popover,
.tooltip {
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content,
.popover {
    background-clip: padding-box
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    /*z-index: 1040;*/
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .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, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    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
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.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,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.carousel-caption,
.carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    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
}

.carousel,
.carousel-inner {
    position: relative
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.left > .arrow:after,
.popover.right > .arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        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, .25)
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel-inner {
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img,
        .carousel-inner > .item > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right,
        .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0
        }

        .carousel-inner > .item.active.left,
        .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0
        }

            .carousel-inner > .item.active,
            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0
            }
}

.effect-v1 img,
.effect-v1:before {
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s
}

.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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    background-color: transparent
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
    }

    .carousel-control:focus,
    .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

.input2_v3:focus,
.input_404_pages:focus,
.input_v1:focus,
.input_v2:focus,
.input_v3:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px
}

    .carousel-caption .btn,
    .text-hide {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .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 !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .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 !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !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
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.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
    }

    .hidden-print {
        display: none !important
    }
}

.input_v1::-webkit-input-placeholder {
    color: #fff !important;
    font-family: KingCoolKC;
    font-size: 18px
}

.input_v1:-moz-placeholder {
    color: #fff !important;
    font-family: KingCoolKC;
    font-size: 18px
}

.input_v1::-moz-placeholder {
    color: #fff !important;
    font-family: KingCoolKC;
    font-size: 18px
}

.input_v1:-ms-input-placeholder {
    color: #fff !important;
    font-family: KingCoolKC;
    font-size: 18px
}

@media (max-width:450px) {
    .order .input-group .form-control {
        padding: 17px 12px;
        padding-top: 4% !important
    }

    .order .input-group .input_v1::-webkit-input-placeholder {
        font-size: 12px
    }

    .order .input-group .input_v1:-moz-placeholder {
        font-size: 12px
    }

    .order .input-group .input_v1::-moz-placeholder {
        font-size: 12px
    }

    .order .input-group .input_v1:-ms-input-placeholder {
        font-size: 12px
    }

    .order .input-group span button.btn {
        font-size: 12px !important;
        position: absolute;
        top: -8px;
        right: -8px
    }
}

.input_v2::-webkit-input-placeholder {
    color: #fff !important
}

.input_v2:-moz-placeholder {
    color: #fff !important
}

.input_v2::-moz-placeholder {
    color: #fff !important
}

.input_v2:-ms-input-placeholder {
    color: #fff !important
}

.input_v3::-webkit-input-placeholder {
    color: #384551 !important;
    font-family: KingCoolKC !important
}

.input_v3:-moz-placeholder {
    color: #384551 !important;
    font-family: KingCoolKC !important
}

.input_v3::-moz-placeholder {
    color: #384551 !important;
    font-family: KingCoolKC !important;
    font-size: 17px !important
}

.input_v3:-ms-input-placeholder {
    color: #384551 !important;
    font-family: KingCoolKC !important
}

.input2_v3::-webkit-input-placeholder {
    color: #fff !important;
    font-family: KingCoolKC
}

.input2_v3:-moz-placeholder {
    color: #fff !important;
    font-family: KingCoolKC
}

.input2_v3::-moz-placeholder {
    color: #fff !important;
    font-family: KingCoolKC
}

.input2_v3:-ms-input-placeholder {
    color: #fff !important;
    font-family: KingCoolKC
}

.btn {
    color: #333;
    background: #fff;
    border: 1px solid #ccc
}

.effect-v1,
.effect-v2,
.effect-v3,
.effect-v4,
.effect-v5,
.effect-v6 {
    background-color: #000
}

    .effect-v1:before,
    .effect-v2:before {
        border: 1px solid #fff;
        bottom: 20px;
        content: "";
        left: 20px;
        right: 20px;
        top: 20px;
        z-index: 1
    }

.btn.btn-primary {
    color: #e4022d
}

.input_404_pages::-webkit-input-placeholder {
    color: #384551 !important;
    opacity: .5;
    font-family: KingCoolKC;
    font-size: 18.35px
}

.input_404_pages:-moz-placeholder {
    color: #384551 !important;
    opacity: .5;
    font-family: KingCoolKC;
    font-size: 18.35px
}

.input_404_pages::-moz-placeholder {
    color: #384551 !important;
    opacity: .5;
    font-family: KingCoolKC;
    font-size: 18.35px
}

.input_404_pages:-ms-input-placeholder {
    color: #384551 !important;
    opacity: .5;
    font-family: KingCoolKC;
    font-size: 18.35px
}

@-webkit-keyframes engoloaddingmini {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes engoloaddingmini {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.effect-v1 {
    position: relative
}

    .effect-v1:before {
        position: absolute;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
        filter: alpha(opacity=0);
        transition: opacity .35s ease 0s, transform .35s ease 0s
    }

    .effect-v1 img {
        -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
        transition: opacity .35s ease 0s, transform .35s ease 0s
    }

    .effect-v1 .action,
    .effect-v2:before {
        -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
        -o-transition: opacity .35s ease 0s, transform .35s ease 0s
    }

    .effect-v1 .action {
        -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
        opacity: 0;
        filter: alpha(opacity=0);
        transition: opacity .35s ease 0s, transform .35s ease 0s
    }

    .effect-v1:hover img,
    .effect-v1:hover:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    .effect-v1:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1)
    }

    .effect-v1:hover img {
        opacity: .5;
        filter: alpha(opacity=50);
        transform: scale(1)
    }

    .effect-v1:hover .action {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }

.effect-v2 {
    position: relative
}

    .effect-v2:before {
        position: absolute;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        transition: opacity .35s ease 0s, transform .35s ease 0s
    }

    .effect-v2 .action,
    .effect-v2 img {
        -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
        -o-transition: opacity .35s ease 0s, transform .35s ease 0s
    }

    .effect-v2 img {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        transition: opacity .35s ease 0s, transform .35s ease 0s
    }

    .effect-v2 .action {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0);
        transition: opacity .35s ease 0s, transform .35s ease 0s
    }

.effect-v3 .action,
.effect-v3:after,
.effect-v3:before {
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s
}

.effect-v2:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect-v2:hover img {
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1)
}

.effect-v2:hover .action {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100)
}

.effect-v3 {
    position: relative
}

    .effect-v3:after,
    .effect-v3:before {
        bottom: 20px;
        content: "";
        left: 20px;
        opacity: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        transition: opacity .35s ease 0s, transform .35s ease 0s;
        z-index: 1
    }

    .effect-v3:before {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    .effect-v3:after {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0)
    }

    .effect-v3 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity .35s ease 0s;
        -o-transition: opacity .35s ease 0s;
        transition: opacity .35s ease 0s
    }

    .effect-v3 .banner-title {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        -webkit-transition: transform .35s ease 0s;
        -o-transition: transform .35s ease 0s;
        transition: transform .35s ease 0s
    }

    .effect-v3 .action {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
        transition: opacity .35s ease 0s, transform .35s ease 0s
    }

    .effect-v3:hover:after,
    .effect-v3:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .effect-v3:hover img {
        opacity: .5;
        filter: alpha(opacity=50)
    }

    .effect-v3:hover .action,
    .effect-v3:hover .banner-title {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

.effect-v4 {
    position: relative
}

    .effect-v4:before {
        border: 2px solid #fff;
        bottom: 20px;
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
        content: "";
        left: 20px;
        opacity: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
        -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
        transition: opacity .35s ease 0s, transform .35s ease 0s;
        z-index: 1
    }

.effect-v5,
.effect-v6,
.effect-v7 {
    position: relative;
    overflow: hidden
}

    .effect-v10:before,
    .effect-v7:before,
    .effect-v8:before,
    .effect-v9:before {
        top: 0;
        content: ""
    }

.effect-v4 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s
}

.effect-v4 .banner-title {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .35s ease 0s;
    -o-transition: transform .35s ease 0s;
    transition: transform .35s ease 0s
}

.effect-v4 .action {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s
}

.effect-v4:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.effect-v4:hover img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.effect-v4:hover .banner-title {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

.effect-v4:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.effect-v5 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s
}

.effect-v5 .action {
    transform: translate3d(-150%, 0, 0);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s
}

    .effect-v5 .action:first-child {
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .effect-v5 .action:nth-of-type(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .effect-v5 .action:nth-of-type(3) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms
    }

.effect-v5:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
    transform: scale3d(1.1, 1.1, 1)
}

.effect-v5:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale3d(1.1, 1.1, 1);
    transform: translate3d(0, 0, 0)
}

    .effect-v5:hover .action:first-child {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .effect-v5:hover .action:nth-of-type(2) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms
    }

    .effect-v5:hover .action:nth-of-type(3) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

.effect-v6 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s
}

.effect-v6 .action {
    transform: translate3d(0, -100px, 0);
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    opacity: 0
}

.effect-v6:hover img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.effect-v6:hover .action {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.effect-v7:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all .4s cubic-bezier(.94, .85, .1, .62) 0s;
    -o-transition: all .4s cubic-bezier(.94, .85, .1, .62) 0s;
    transition: all .4s cubic-bezier(.94, .85, .1, .62) 0s;
    z-index: 1;
    border: 200px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.effect-v7:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, .7);
    visibility: hidden
}

.effect-v8 {
    overflow: hidden;
    position: relative
}

    .effect-v8:before {
        border-bottom: 50px solid rgba(255, 255, 255, .4);
        border-top: 50px solid rgba(255, 255, 255, .4);
        height: 100%;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
        -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
        transition: opacity .35s ease 0s, transform .35s ease 0s;
        transform-origin: 50% 50% 0;
        width: 100%
    }

    .effect-v8:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1)
    }

.effect-v9 {
    overflow: hidden;
    position: relative
}

    .effect-v9:before {
        border: 50px solid transparent;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        opacity: 1;
        filter: alpha(opacity=100);
        width: 100px;
        height: 100px;
        -webkit-transform: scale(7);
        -ms-transform: scale(7);
        -o-transform: scale(7);
        transform: scale(7);
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        visibility: visible;
        z-index: 1;
        border-radius: 50px
    }

    .effect-v9:hover:before {
        border: 0 solid rgba(0, 0, 0, .7);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden
    }

.effect-v10 {
    overflow: hidden;
    position: relative
}

    .effect-v10:before {
        background-color: rgba(255, 255, 255, .2);
        display: block;
        width: 100%;
        height: 100%;
        left: -100%;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        z-index: 1
    }

    .effect-v10:hover:before {
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }

.heading {
    z-index: 1;
    position: relative;
    text-align: center
}

    .heading h1,
    .heading h2,
    .heading h3,
    .heading h4,
    .heading h5,
    .heading h6 {
        text-transform: uppercase;
        margin-top: 0
    }

    .heading .fa {
        margin-bottom: 26px
    }

    .heading .subheading {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0
    }

    .heading p,
    .heading small {
        margin-bottom: 15px;
        display: inline-block
    }

    .heading.heading-light {
        color: #eee
    }

        .heading.heading-light h1,
        .heading.heading-light h2,
        .heading.heading-light h3,
        .heading.heading-light h4,
        .heading.heading-light h5,
        .heading.heading-light h6 {
            color: #fff
        }

        .heading.heading-light p,
        .heading.heading-light small {
            color: #eee
        }

    .heading.heading-v1 {
        position: relative;
        padding-bottom: 35px
    }

        .heading.heading-v1:after,
        .heading.heading-v1:before {
            left: 50%;
            width: 80px;
            height: 5px;
            content: "";
            bottom: 30px;
            position: absolute
        }

    .heading.heading-v2:after,
    .heading.heading-v2:before,
    .heading.heading-v3:after {
        content: " ";
        position: absolute
    }

.rtl .heading.heading-v1:after,
.rtl .heading.heading-v1:before {
    right: 50%;
    left: auto
}

.heading.heading-v1:before {
    margin-left: -80px;
    background: #5cb85c
}

.rtl .heading.heading-v1:before {
    margin-right: -80px;
    margin-left: inherit
}

.heading.heading-v1:after {
    background: #444
}

.heading.heading-v1.heading-light:after {
    background: #fff
}

.heading.heading-v2 {
    padding-bottom: 35px
}

    .heading.heading-v2:after {
        left: 50%;
        width: 200px;
        height: 1px;
        z-index: 1;
        bottom: 30px;
        background: #5cb85c;
        text-align: center;
        margin-left: -100px
    }

.rtl .heading.heading-v2:after {
    right: 50%;
    left: auto;
    margin-right: -100px;
    margin-left: inherit
}

.heading.heading-v2:before {
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    bottom: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #5cb85c
}

.rtl .heading.heading-v2:before {
    right: 50%;
    left: auto;
    margin-right: -6px;
    margin-left: inherit
}

.heading.heading-v2.heading-light:after {
    background: #fff
}

.heading.heading-v2.heading-light:before {
    background: #5cb85c;
    border: 1px solid #fff
}

.heading.heading-v3 {
    padding-bottom: 35px
}

    .heading.heading-v3:after {
        left: 50%;
        width: 100px;
        height: 2px;
        margin-left: -50px;
        bottom: 30px;
        background: #5cb85c
    }

.rtl .heading.heading-v3:after {
    right: 50%;
    left: auto;
    margin-right: -50px;
    margin-left: inherit
}

.heading.heading-v3 span {
    display: block;
    margin-bottom: 20px
}

.heading.heading-v3.heading-light:after {
    background: #5cb85c
}

.heading.heading-v4 {
    z-index: 1;
    text-align: center;
    padding-top: 70px;
    position: relative
}

    .heading.heading-v4:after,
    .heading.heading-v4:before {
        z-index: -1;
        width: 50px;
        height: 50px;
        top: 11px;
        text-align: center;
        position: absolute
    }

    .heading.heading-v4:before {
        left: 50%;
        content: "";
        background-color: #5cb85c;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -25px
    }

.rtl .heading.heading-v4:before {
    right: 50%;
    left: auto;
    margin-right: -25px;
    margin-left: inherit
}

.heading.heading-v4:after {
    left: 50%;
    line-height: 50px;
    content: "\f109";
    font-family: FontAwesome;
    color: #fff;
    margin-left: -25px;
    font-size: 20px
}

.rtl .heading.heading-v4:after {
    right: 50%;
    left: auto;
    margin-right: -25px;
    margin-left: inherit
}

.heading.heading-v4.heading-light:before {
    background: #fff
}

.heading.heading-v5 {
    padding-bottom: 20px;
    background: url(../images/dotted.png) center center repeat-x
}

    .heading.heading-v5 h1,
    .heading.heading-v5 h2,
    .heading.heading-v5 h3,
    .heading.heading-v5 h4,
    .heading.heading-v5 h5,
    .heading.heading-v5 h6 {
        padding: 0 30px;
        background: #fff;
        position: relative;
        display: inline-block
    }

.heading.heading-v6 h1,
.heading.heading-v6 h2,
.heading.heading-v6 h3,
.heading.heading-v6 h4,
.heading.heading-v6 h5,
.heading.heading-v6 h6 {
    position: relative;
    margin-bottom: 35px
}

    .heading.heading-v6 h1:after,
    .heading.heading-v6 h2:after,
    .heading.heading-v6 h3:after,
    .heading.heading-v6 h4:after,
    .heading.heading-v6 h5:after,
    .heading.heading-v6 h6:after {
        left: 50%;
        width: 80px;
        height: 2px;
        margin-left: -40px;
        content: " ";
        bottom: -18px;
        background: #444;
        position: absolute
    }

.heading.heading-v7:after,
.heading.heading-v7:before {
    content: "";
    position: absolute
}

.rtl .heading.heading-v6 h1:after,
.rtl .heading.heading-v6 h2:after,
.rtl .heading.heading-v6 h3:after,
.rtl .heading.heading-v6 h4:after,
.rtl .heading.heading-v6 h5:after,
.rtl .heading.heading-v6 h6:after {
    right: 50%;
    left: auto;
    margin-right: -40px;
    margin-left: inherit
}

.heading.heading-v6.heading-light h1:after,
.heading.heading-v6.heading-light h2:after,
.heading.heading-v6.heading-light h3:after,
.heading.heading-v6.heading-light h4:after,
.heading.heading-v6.heading-light h5:after,
.heading.heading-v6.heading-light h6:after {
    background: #fff
}

.heading.heading-v7 {
    padding-bottom: 40px
}

    .heading.heading-v7:before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 18px solid #5cb85c;
        bottom: 20px;
        width: 18px;
        height: 14px;
        left: 50%;
        margin-left: -18px
    }

.rtl .heading.heading-v7:before {
    right: 50%;
    left: auto;
    margin-right: -18px;
    margin-left: inherit
}

.heading.heading-v7:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
    bottom: 24px;
    left: 50%;
    margin-left: -14px;
    width: 10px;
    height: 8px
}

.rtl .heading.heading-v7:after {
    margin-right: -14px;
    margin-left: inherit
}

.heading.heading-v7.heading-light:before {
    border-top: 18px solid #fff
}

.heading.heading-v7.heading-light:after {
    border-top: 12px solid #5cb85c
}

.heading.heading-v8 h1,
.heading.heading-v8 h2,
.heading.heading-v8 h3,
.heading.heading-v8 h4,
.heading.heading-v8 h5,
.heading.heading-v8 h6 {
    position: relative;
    padding: 20px 0 25px
}

    .heading.heading-v8 h1:after,
    .heading.heading-v8 h1:before,
    .heading.heading-v8 h2:after,
    .heading.heading-v8 h2:before,
    .heading.heading-v8 h3:after,
    .heading.heading-v8 h3:before,
    .heading.heading-v8 h4:after,
    .heading.heading-v8 h4:before,
    .heading.heading-v8 h5:after,
    .heading.heading-v8 h5:before,
    .heading.heading-v8 h6:after,
    .heading.heading-v8 h6:before {
        content: ".";
        font-size: 22px;
        left: 50%;
        position: absolute;
        color: #c1c1c1;
        text-shadow: 10px 0 #ddd, -10px 0 #ddd
    }

.rtl .heading.heading-v8 h1:after,
.rtl .heading.heading-v8 h1:before,
.rtl .heading.heading-v8 h2:after,
.rtl .heading.heading-v8 h2:before,
.rtl .heading.heading-v8 h3:after,
.rtl .heading.heading-v8 h3:before,
.rtl .heading.heading-v8 h4:after,
.rtl .heading.heading-v8 h4:before,
.rtl .heading.heading-v8 h5:after,
.rtl .heading.heading-v8 h5:before,
.rtl .heading.heading-v8 h6:after,
.rtl .heading.heading-v8 h6:before {
    right: 50%;
    left: auto
}

.heading.heading-v8 h1:before,
.heading.heading-v8 h2:before,
.heading.heading-v8 h3:before,
.heading.heading-v8 h4:before,
.heading.heading-v8 h5:before,
.heading.heading-v8 h6:before {
    top: -15px
}

.heading.heading-v8 h1:after,
.heading.heading-v8 h2:after,
.heading.heading-v8 h3:after,
.heading.heading-v8 h4:after,
.heading.heading-v8 h5:after,
.heading.heading-v8 h6:after {
    bottom: 0
}

.heading.heading-v9 {
    text-align: left
}

.rtl .heading.heading-v9 {
    text-align: right
}

.heading.heading-v9 h1,
.heading.heading-v9 h2,
.heading.heading-v9 h3,
.heading.heading-v9 h4,
.heading.heading-v9 h5,
.heading.heading-v9 h6 {
    position: relative;
    margin-bottom: 30px
}

    .heading.heading-v9 h1:after,
    .heading.heading-v9 h2:after,
    .heading.heading-v9 h3:after,
    .heading.heading-v9 h4:after,
    .heading.heading-v9 h5:after,
    .heading.heading-v9 h6:after {
        left: 0;
        width: 30px;
        height: 2px;
        content: " ";
        bottom: -15px;
        right: inherit;
        background-color: #5cb85c;
        position: absolute
    }

.rtl .heading.heading-v9 h1:after,
.rtl .heading.heading-v9 h2:after,
.rtl .heading.heading-v9 h3:after,
.rtl .heading.heading-v9 h4:after,
.rtl .heading.heading-v9 h5:after,
.rtl .heading.heading-v9 h6:after {
    right: 0;
    left: auto
}

.heading.heading-v9.heading-light h1:after,
.heading.heading-v9.heading-light h2:after,
.heading.heading-v9.heading-light h3:after,
.heading.heading-v9.heading-light h4:after,
.heading.heading-v9.heading-light h5:after,
.heading.heading-v9.heading-light h6:after {
    background-color: #fff
}

.heading.heading-v10,
.heading.heading-v11 {
    padding-bottom: 35px
}

    .heading.heading-v10 h2,
    .heading.heading-v11 h2 {
        font-size: 45px
    }

    .heading.heading-v10:after,
    .heading.heading-v11:after {
        left: 50%;
        width: 100px;
        height: 2px;
        margin-left: -50px;
        content: " ";
        bottom: 30px;
        background: #5cb85c;
        position: absolute
    }

.rtl .heading.heading-v10:after,
.rtl .heading.heading-v11:after {
    right: 50%;
    left: auto;
    margin-right: -50px;
    margin-left: inherit
}

.heading.heading-light.heading-v11:after,
.heading.heading-v10.heading-light:after {
    background: #5cb85c
}

.heading.heading-v11 h2 {
    font-size: 30px
}

.breadcrumbs {
    z-index: 1
}

    .breadcrumbs h2 {
        margin: 0;
        float: left;
        font-weight: 400;
        position: relative
    }

.rtl .breadcrumbs h2 {
    float: right
}

.breadcrumbs-center h2,
.breadcrumbs-left h2,
.tab-v2 > .nav-tabs > li {
    float: none
}

.breadcrumbs .breadcrumb-links {
    margin: 6px 0 0;
    position: relative;
    text-align: left
}

.rtl .breadcrumbs .breadcrumb-links {
    text-align: left
}

.breadcrumbs .breadcrumb-links > li {
    display: inline-block
}

    .breadcrumbs .breadcrumb-links > li + li:before {
        content: "\f105";
        font-family: FontAwesome;
        padding: 0 15px;
        font-size: 34px;
        top: -13px;
        color: #000
    }

.breadcrumbs .breadcrumb-links > .active {
    color: #000
}

.breadcrumbs.light-style {
    color: #fff;
    border: 0
}

    .breadcrumbs.light-style h2 {
        color: #fff
    }

    .breadcrumbs.light-style .breadcrumb-links > li a,
    .breadcrumbs.light-style .breadcrumb-links > li + li:before {
        color: #e4e3e3
    }

    .breadcrumbs.light-style .breadcrumb-links > .active span {
        color: #fff;
        text-decoration: underline
    }

.breadcrumbs-center {
    text-align: center
}

    .breadcrumbs-center .breadcrumb-links {
        text-align: center;
        vertical-align: middle
    }

.breadcrumbs-left h2 {
    text-align: left
}

.rtl .breadcrumbs-left h2 {
    text-align: right
}

.breadcrumbs-left .breadcrumb-links {
    text-align: left
}

.rtl .breadcrumbs-left .breadcrumb-links {
    text-align: right
}

.breadcrumbs-right h2 {
    float: none;
    text-align: right
}

.rtl .breadcrumbs-right h2 {
    text-align: left
}

.breadcrumbs-right .breadcrumb-links {
    text-align: right
}

.rtl .breadcrumbs-right .breadcrumb-links {
    text-align: left
}

.breadcrumb_04 {
    color: #fff;
    margin-bottom: 30px;
    background: url(../images/header/background_breadcrumb.jpg) !important;
    border: 0 solid !important
}

.tab-v1 .nav-tabs,
.tab-v2 > .nav-tabs,
.tab-v4 .nav-tabs,
.tab-v5 .nav-tabs {
    border-bottom: none
}

.breadcrumb_04 h2 {
    font-family: MouseMemoirsRegular;
    font-size: 60px;
    text-shadow: 2px 2px 2px #c687e8
}

.breadcrumbs .breadcrumb-links {
    font: 400 14px BellGothicStdBlack
}

    .breadcrumbs .breadcrumb-links li.boy_fashion:before {
        content: "\f178";
        color: #000 !important;
        font-family: FontAwesome;
        font-size: 38px;
        top: -13px
    }

    .breadcrumbs .breadcrumb-links li a {
        text-decoration: none;
        color: #facf09 !important
    }

        .breadcrumbs .breadcrumb-links li a p {
            text-decoration: none;
            color: #fff !important
        }

.yellow {
    color: #facf09 !important
}

.breadcrumb_2blog h2 {
    margin-top: 10px
}

.breadcrumb_2blog ul {
    margin-bottom: 16px !important
}

.breadcrumb_15 ul {
    margin-top: 5px !important;
    padding-top: 20px
}

    .breadcrumb_15 ul li {
        position: relative;
        width: 24%;
        height: 90px;
        margin-right: 7%;
        text-shadow: 2px 2px 2px #ca8bed;
        letter-spacing: 1px
    }

.globally,
.now_to,
.we_ship {
    text-shadow: 2px 2px 2px #e49dc7
}

.breadcrumb_15 ul li .number_breadcrumb {
    position: absolute;
    font-family: MouseMemoirsRegular;
    font-size: 60px
}

.breadcrumb_15 ul li .title_breadcrumb {
    position: absolute;
    left: 54px;
    top: 20px;
    text-align: start;
    font-family: MouseMemoirsRegular;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 15px
}

.breadcrumb_15 ul li .items_list {
    position: absolute;
    left: 54px;
    top: 44px;
    font-family: BellGothicStdBlack;
    font-size: 14px
}

.breadcrumb_15 ul li.order_breadcrumb {
    margin-right: 0 !important
}

    .breadcrumb_15 ul li.order_breadcrumb .number_breadcrumb {
        padding-right: 15px
    }

    .breadcrumb_15 ul li.order_breadcrumb:before {
        color: #e4e3e3 !important
    }

.breadcrumb_15 ul li:before {
    position: absolute;
    margin-left: -145px;
    margin-top: 30px;
    left: 62px;
    font-size: 34px
}

.breadcrumb_about_us {
    border: none
}

    .breadcrumb_about_us h2 {
        color: #e41d2e;
        font: 400 60px MouseMemoirsRegular
    }

    .breadcrumb_about_us p {
        color: #384551;
        font: 400 18px BellGothicStdBlack
    }

@media only screen and (min-width:1023px) and (max-width:1199px) {
    .breadcrumb_15 ul li .title_breadcrumb {
        font-size: 26px
    }

    .breadcrumb_15 ul li .items_list {
        font-size: 11px
    }
}

@media only screen and (max-width:1023px) {
    .breadcrumbs-center {
        padding: 10px
    }

    .breadcrumb_15 {
        background: #d79af6 !important
    }

        .breadcrumb_15 ul {
            padding-left: 35%
        }

            .breadcrumb_15 ul li {
                text-align: center;
                width: 100%;
                margin-right: 0
            }

                .breadcrumb_15 ul li:before {
                    display: none !important
                }
}

@media only screen and (min-width:600px) and (max-width:730px) {
    .breadcrumb_15 ul {
        padding-left: 31%
    }
}

@media only screen and (max-width:600px) {
    .breadcrumbs-center {
        padding: 0
    }

    .breadcrumb_15 ul {
        padding-left: 29%
    }
}

@media only screen and (max-width:480px) {
    .breadcrumb_15 ul {
        padding-left: 20%;
        padding-top: 10px
    }

        .breadcrumb_15 ul li {
            height: 70px
        }

            .breadcrumb_15 ul li .number_breadcrumb {
                font-size: 54px
            }

            .breadcrumb_15 ul li .title_breadcrumb {
                font-size: 24px;
                line-height: 7px;
                left: 50px
            }

            .breadcrumb_15 ul li .items_list {
                font-size: 12px;
                left: 50px;
                top: 38px
            }
}

@media only screen and (max-width:361px) {
    .breadcrumb_15 ul {
        padding-left: 12%
    }

        .breadcrumb_15 ul li {
            height: 70px
        }

            .breadcrumb_15 ul li .number_breadcrumb {
                font-size: 50px
            }

            .breadcrumb_15 ul li .title_breadcrumb {
                font-size: 26px;
                left: 50px;
                top: 14px
            }

            .breadcrumb_15 ul li .items_list {
                font-size: 12px;
                left: 50px;
                top: 36px
            }
}

@media only screen and (max-width:730px) {
    .breadcrumb_about_us {
        padding-top: 20px;
        padding-bottom: 20px
    }

        .breadcrumb_about_us h2 {
            font-size: 46px
        }

        .breadcrumb_about_us p {
            font-size: 15px
        }
}

@media only screen and (max-width:450px) {
    .breadcrumb_about_us h2 {
        font-size: 40px;
        margin-bottom: 5px
    }

    .breadcrumb_about_us p {
        font-size: 13px
    }
}

@media only screen and (max-width:376px) {
    .breadcrumb_about_us {
        padding-top: 10px;
        padding-bottom: 10px
    }

        .breadcrumb_about_us h2 {
            font-size: 34px;
            margin-bottom: 5px
        }

        .breadcrumb_about_us p {
            font-size: 11px
        }
}

.tab-v1 .nav-tabs > li > a {
    color: #FFF;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    background: #5cb85c
}

.tab-v1 .nav-tabs > li.active > a {
    color: #000;
    border: none;
    background: #f6f6f6
}

.tab-v1 .tab-content {
    padding: 15px 20px;
    background: #f6f6f6
}

.tab-v2 .tab-content {
    overflow: hidden;
    padding: 0 20px 15px;
    background: #f6f6f6
}

.tab-v2 > .nav-tabs > li > a {
    color: #FFF;
    border: none;
    min-width: 75px;
    border-radius: 0;
    margin: 0 0 2px;
    padding: 10px 20px;
    background: #5cb85c
}

.tab-v2 > .nav-tabs > li.active > a {
    color: #000;
    border: none;
    background: #f6f6f6
}

.tab-v2.tabs-left > .nav-tabs {
    float: left
}

.tab-v2.tabs-right > .nav-tabs {
    float: right
}

.tab-v4 .nav-tabs > li > a {
    color: #FFF;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    background: #5cb85c
}

.tab-v4 .nav-tabs > li.active > a {
    color: #000;
    border: none;
    background: #f6f6f6
}

.tab-v4 .tab-content {
    padding: 15px 20px
}

.tab-v5 .nav-tabs > li > a {
    color: #FFF;
    border: none;
    border-radius: 0;
    background: #5cb85c;
    margin-right: 2px;
    padding: 10px 20px;
    border-top: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.tab-v5 .nav-tabs > li.active > a {
    color: #222;
    border: none;
    background: #FFF;
    border-top: 2px solid #000;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.tab-v5 > .tab-content {
    padding: 15px 20px;
    border: 1px solid #eee
}

.tab-v6 .tab-heading {
    overflow: hidden;
    background: #FFF;
    padding: 10px 20px;
    border-top: 2px solid #000;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.tab-v6 h2.category {
    margin: 0;
    float: left;
    text-transform: uppercase
}

.tab-v6 .nav-tabs {
    float: right;
    border-bottom: none
}

.filter_bar .default_sorting,
.filter_product .img_filter {
    float: left
}

.tab-v6 .nav-tabs > li > a {
    color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 20px
}

.tab-v6 .nav-tabs > li.active > a {
    color: #222
}

    .tab-v6 .nav-tabs > li.active > a:focus,
    .tab-v6 .nav-tabs > li.active > a:hover {
        border: none;
        color: red
    }

.tab-v6 .nav-tabs > li > a:hover {
    background: inherit
}

.tab-v6 .tab-content {
    padding: 15px 20px;
    border: 1px solid #eee
}

.tab-v8 .nav-inner {
    text-align: center
}

.tab-v8 .nav-tabs {
    display: inline-block;
    border-bottom: solid 1px #CCC
}

    .tab-v8 .nav-tabs li a {
        border: none;
        background: 0 0
    }

        .tab-v8 .nav-tabs li a.active,
        .tab-v8 .nav-tabs li a:focus,
        .tab-v8 .nav-tabs li a:hover {
            background: 0 0;
            border-top: none
        }

    .tab-v8 .nav-tabs li.active,
    .tab-v8 .nav-tabs li:focus,
    .tab-v8 .nav-tabs li:hover {
        background: 0 0;
        border-top: none;
        border-bottom: solid 2px #5cb85c
    }

.accordion .panel {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 rgba(0, 0, 0, .05)
}

.accordion .panel-heading {
    padding: 15px;
    position: relative
}

    .accordion .panel-heading a {
        text-decoration: none;
        font-weight: 700
    }

        .accordion .panel-heading a:before {
            content: "-";
            font-size: 22px;
            font-weight: 600;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 16px;
            display: inline-block;
            color: #fff;
            background: #e41d2e
        }

        .accordion .panel-heading a.collapsed:before {
            content: "\f067";
            font-family: FontAwesome;
            font-size: 15px;
            line-height: 20px;
            color: #fff;
            background: #384551
        }

.accordion-v4 .panel-collapse.in:before,
.blog_20 .img_blog:before,
.filter_bar:before,
.progress-icon .bar-icon {
    content: ""
}

.accordion .panel-body {
    border-top-color: transparent !important
}

.accordion.collapse-right .panel-heading a:before {
    position: absolute;
    right: 20px
}

.rtl .accordion.collapse-right .panel-heading a:before {
    left: 20px;
    right: auto
}

.accordion.collapse-color .panel-heading a:before {
    color: #fff;
    background: #5cb85c
}

.accordion.noborder .panel-heading {
    padding-left: 0;
    padding-right: 0
}

.accordion.noborder .panel,
.accordion.noborder .panel-body,
.accordion.noborder .panel-heading {
    background-color: transparent;
    border: none
}

.accordion.nobackground .panel,
.accordion.nobackground .panel-body,
.accordion.nobackground .panel-heading {
    background-color: transparent
}

.accordion-v1 .panel-heading a:before {
    left: -10px;
    position: absolute
}

.rtl .accordion-v1 .panel-heading a:before {
    right: -10px;
    left: auto
}

.accordion-v1 .panel,
.accordion-v1 .panel-body,
.accordion-v1 .panel-heading,
.accordion-v2 .panel,
.accordion-v2 .panel-body,
.accordion-v2 .panel-heading {
    border: none
}

.accordion-v3 .panel .panel-heading {
    border-bottom: solid 1px #eee
}

.accordion-v4 .panel-collapse {
    position: relative
}

    .accordion-v4 .panel-collapse.in:before {
        position: absolute;
        background-color: #5cb85c;
        top: -51px;
        left: -1px;
        height: 3px;
        width: 100.5%
    }

.mega-dropdown-menu-sales-v3 .product:hover .product_interactive,
.navigation_v2 ul li .product:hover .product_interactive,
.product:hover .product_interactive,
.product_v3 .tab-content .product:hover .product_interactive {
    background: url(../images/products/background_blog.jpg)
}

[class*=piechart-v] .piechart-body {
    position: relative;
    display: inline-block
}

    [class*=piechart-v] .piechart-body .piechart-body-inner {
        top: 0;
        font-size: 35px;
        line-height: 140px;
        position: absolute;
        left: 0;
        width: 100%;
        height: 140px
    }

.rtl [class*=piechart-v] .piechart-body .piechart-body-inner {
    right: 0;
    left: auto
}

[class*=piechart-v].piechart-center {
    text-align: center
}

[class*=piechart-v].light-style {
    color: #fff
}

.progress-title {
    font-size: 24px;
    color: #000;
    font-weight: 800;
    line-height: 100%
}

    .progress-title span {
        margin-right: 10px
    }

.rtl .progress-title span {
    margin-left: 10px;
    margin-right: inherit
}

.progress-title small {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.progress-bar {
    box-shadow: none
}

.product:hover,
.product_v3 .tab-content .product:hover {
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, .1)
}

.progress-icon .progress-title {
    padding-left: 10px
}

.progress-icon .bar-chart {
    padding-left: 50px;
    position: relative
}

.progress-icon .bar-icon {
    position: absolute;
    top: 9px;
    left: 0
}

.progress-box .progress-bar {
    transition: all 3s ease-in 0s
}

.process > li:hover i,
.process > li:hover i:after {
    transition: all .3s ease-in-out 0s
}

.chart {
    display: inline-block;
    width: 110px;
    margin: 40px auto 20px;
    padding: 0 10px
}

.easyPieChart {
    position: relative;
    text-align: center
}

    .easyPieChart canvas {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }

.percentage {
    font-size: 24px;
    color: #8bc34a;
    font-weight: 800;
    margin: 0 auto .5em
}

.piechart-title {
    text-transform: uppercase;
    font-weight: 700
}

sup {
    top: -.2em;
    margin-left: 1px
}

.ctrl {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #c4cdcc;
    word-spacing: 5px
}

    .ctrl span {
        cursor: pointer;
        -webkit-transition: color .5s ease-in-out;
        -o-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out
    }

        .ctrl span:hover {
            color: #000
        }

.product .fullwidth {
    width: 100% !important
}

.comprarapida {
    position: absolute;
    z-index: 1;
    float: left;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: rgba(189, 208, 224, 0.9);
    left: 0px;
    top: 0px;
    width: 100%;
}

.product .product_interactive {
    position: relative;
    overflow: hidden
}

    .product .product_interactive .img-product {
        transition: all .3s ease
    }

    .product .product_interactive a img.img-product {
        width: 100%
    }

    .product .product_interactive .product_fashion {
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 20px
    }

    .product .product_interactive .action {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        opacity: 10;
        cursor: pointer;
        transition: all .5s ease
    }

        .product .product_interactive .action .img_default,
        .product .product_interactive .action .img_hover {
            opacity: 0
        }

            .product .product_interactive .action .img_default a {
                margin-bottom: 12px;
                position: relative;
                display: inline-block;
                padding-left: 0 !important;
                padding-right: 0 !important
            }

                .product .product_interactive .action .img_default a img.img_end,
                .product .product_interactive .action .img_default a.img_quickview {
                    margin-right: 0
                }

                .product .product_interactive .action .img_default a:hover {
                    bottom: 30px;
                    text-decoration: inherit !important
                }

                .product .product_interactive .action .img_default a img {
                    transform: translate(0, 70px)
                }

                    .product .product_interactive .action .img_default a img.cart_default {
                        position: relative;
                        z-index: 10;
                        bottom: 0;
                        backface-visibility: hidden;
                        transition: all .2s ease
                    }

                    .product .product_interactive .action .img_default a img.cart_hover {
                        position: absolute;
                        bottom: 0;
                        z-index: 5;
                        left: 0;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        backface-visibility: hidden;
                        -webkit-transform: rotateY(-180deg);
                        -moz-transform: rotateY(-180deg);
                        transform: rotateY(-180deg);
                        -webkit-transition: all .2s;
                        -moz-transition: all .2s;
                        transition: all .2s ease
                    }

                    .product .product_interactive .action .img_default a img.wishlist_default {
                        position: relative;
                        z-index: 10;
                        backface-visibility: hidden;
                        bottom: 0;
                        -webkit-transition: all .4s ease;
                        -moz-transition: all .4s ease;
                        transition: all .4s ease
                    }

                    .product .product_interactive .action .img_default a img.wishlist_hover {
                        position: absolute;
                        bottom: 0;
                        z-index: 5;
                        left: 0;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        backface-visibility: hidden;
                        -webkit-transform: rotateY(-180deg);
                        -moz-transform: rotateY(-180deg);
                        transform: rotateY(-180deg);
                        -webkit-transition: all .2s ease;
                        -moz-transition: all .2s ease;
                        transition: all .2s ease
                    }

                    .product .product_interactive .action .img_default a img.quickview_default {
                        position: relative;
                        z-index: 10;
                        backface-visibility: hidden;
                        -webkit-transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        bottom: 0;
                        transition: all .5s ease
                    }

                    .product .product_interactive .action .img_default a img.quickview_hover {
                        position: absolute;
                        bottom: 0;
                        z-index: 5;
                        left: 0;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        backface-visibility: hidden;
                        -webkit-transform: rotateY(-180deg);
                        -moz-transform: rotateY(-180deg);
                        transform: rotateY(-180deg);
                        -webkit-transition: all .2s ease;
                        -moz-transition: all .2s ease;
                        transition: all .2s ease
                    }

            .product .product_interactive .action .img_default .img_cart:hover .cart_default {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                transform: rotateY(180deg)
            }

            .product .product_interactive .action .img_default .img_cart:hover .cart_hover {
                -webkit-transform: rotateY(0);
                -moz-transform: rotateY(0);
                transform: rotateY(0)
            }

            .product .product_interactive .action .img_default .img_wishlist:hover .wishlist_default {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                transform: rotateY(180deg)
            }

            .product .product_interactive .action .img_default .img_wishlist:hover .wishlist_hover {
                -webkit-transform: rotateY(0);
                -moz-transform: rotateY(0);
                transform: rotateY(0)
            }

            .product .product_interactive .action .img_default .img_quickview:hover .quickview_default {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                transform: rotateY(180deg)
            }

            .product .product_interactive .action .img_default .img_quickview:hover .quickview_hover {
                -webkit-transform: rotateY(0);
                -moz-transform: rotateY(0);
                transform: rotateY(0)
            }

.product:hover .product_interactive .img-product {
    transform: scale3d(.95, .95, 1)
}

.product:hover .product_interactive .action {
    height: 35px;
    opacity: 11
}

    .product:hover .product_interactive .action .img_default {
        opacity: 1
    }

        .product:hover .product_interactive .action .img_default a {
            bottom: 30px
        }

            .product:hover .product_interactive .action .img_default a img.cart_default,
            .product:hover .product_interactive .action .img_default a img.quickview_default,
            .product:hover .product_interactive .action .img_default a img.wishlist_default {
                opacity: 1;
                transform: translate(0, 0)
            }

.product .caption {
    margin-top: 5px
}

.mega-dropdown-menu-sales-v3 .product .caption,
.navigation_v2 ul li .product .caption {
    margin-top: 17px
}

.product .caption i {
    color: #384551
}

    .product .caption i.star_end {
        color: #b5b5b5
    }

.product .caption .title_product {
    height: 50px
}

.product .caption .title_price {
    font-family: MouseMemoirsRegular;
    font-size: 15px;
    color: green;
    display: inline-block;
}

.product .caption .title_product a {
    text-decoration: none;
    color: #333;
    font-family: MouseMemoirsRegular;
    font-size: 20px
}

    .product .caption .title_product a:hover {
        color: #e4022d
    }

.product .caption .price .spanIzquierda {
    display: block;
    float: left;
    color: green !important;
}

.product .caption .price .spanDerecha {
    display: block;
    float: right;
}

.product .caption .price .price_new {
    font-family: MouseMemoirsRegular;
    font-size: 36px;
    color: #e4022d
}

.product .caption .price .price_old {
    font-family: MouseMemoirsRegular;
    font-size: 24px;
    color: #b4b7ba;
    text-decoration: line-through
}

.product_v3 .tab-content .product .fullwidth {
    width: 100% !important
}

.product_v3 .tab-content .product .product_interactive {
    position: relative;
    overflow: hidden
}

    .product_v3 .tab-content .product .product_interactive .img-product {
        transition: all .3s ease
    }

    .product_v3 .tab-content .product .product_interactive a img.img-product {
        width: 100%
    }

    .product_v3 .tab-content .product .product_interactive .product_fashion {
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 20px
    }

    .product_v3 .tab-content .product .product_interactive .action {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        opacity: 10;
        cursor: pointer;
        transition: all .5s ease
    }

        .product_v3 .tab-content .product .product_interactive .action .img_default,
        .product_v3 .tab-content .product .product_interactive .action .img_hover {
            opacity: 0
        }

            .product_v3 .tab-content .product .product_interactive .action .img_default a {
                margin-right: 10px;
                margin-bottom: 0;
                position: relative;
                display: inline-block;
                padding-left: 0 !important;
                padding-right: 0 !important
            }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.img_end,
                .product_v3 .tab-content .product .product_interactive .action .img_default a.img_quickview {
                    margin-right: 0
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.cart_default {
                    position: relative;
                    z-index: 10;
                    bottom: 0;
                    backface-visibility: hidden;
                    transition: all .2s ease
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.cart_hover {
                    position: absolute;
                    bottom: 0;
                    z-index: 5;
                    left: 0;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    backface-visibility: hidden;
                    -webkit-transform: rotateY(-180deg);
                    -moz-transform: rotateY(-180deg);
                    transform: rotateY(-180deg);
                    -webkit-transition: all .2s;
                    -moz-transition: all .2s;
                    transition: all .2s ease
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.wishlist_default {
                    position: relative;
                    z-index: 10;
                    backface-visibility: hidden;
                    bottom: 0;
                    -webkit-transition: all .4s ease;
                    -moz-transition: all .4s ease;
                    transition: all .4s ease
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.wishlist_hover {
                    position: absolute;
                    bottom: 0;
                    z-index: 5;
                    left: 0;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    backface-visibility: hidden;
                    -webkit-transform: rotateY(-180deg);
                    -moz-transform: rotateY(-180deg);
                    transform: rotateY(-180deg);
                    -webkit-transition: all .2s ease;
                    -moz-transition: all .2s ease;
                    transition: all .2s ease
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.quickview_default {
                    position: relative;
                    z-index: 10;
                    backface-visibility: hidden;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    bottom: 0;
                    transition: all .5s ease
                }

                .product_v3 .tab-content .product .product_interactive .action .img_default a img.quickview_hover {
                    position: absolute;
                    bottom: 0;
                    z-index: 5;
                    left: 0;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    backface-visibility: hidden;
                    -webkit-transform: rotateY(-180deg);
                    -moz-transform: rotateY(-180deg);
                    transform: rotateY(-180deg);
                    -webkit-transition: all .2s ease;
                    -moz-transition: all .2s ease;
                    transition: all .2s ease
                }

.mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.cart_hover,
.mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.quickview_hover,
.mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.wishlist_hover,
.navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.cart_hover,
.navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.quickview_hover,
.navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.wishlist_hover {
    bottom: 10px
}

.product_v3 .tab-content .product .product_interactive .action .img_default a:hover {
    text-decoration: inherit !important
}

.product_v3 .tab-content .product .product_interactive .action .img_default .img_cart:hover .cart_default {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.product_v3 .tab-content .product .product_interactive .action .img_default .img_cart:hover .cart_hover {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
}

.product_v3 .tab-content .product .product_interactive .action .img_default .img_wishlist:hover .wishlist_default {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.product_v3 .tab-content .product .product_interactive .action .img_default .img_wishlist:hover .wishlist_hover {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
}

.product_v3 .tab-content .product .product_interactive .action .img_default .img_quickview:hover .quickview_default {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.product_v3 .tab-content .product .product_interactive .action .img_default .img_quickview:hover .quickview_hover {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
}

.product_v3 .tab-content .product:hover .product_interactive .img-product {
    transform: scale3d(.95, .95, 1)
}

.product_v3 .tab-content .product:hover .product_interactive .action {
    height: 10px;
    opacity: 11
}

    .product_v3 .tab-content .product:hover .product_interactive .action .img_default,
    .product_v3 .tab-content .product:hover .product_interactive .action .img_default a img.cart_default,
    .product_v3 .tab-content .product:hover .product_interactive .action .img_default a img.quickview_default,
    .product_v3 .tab-content .product:hover .product_interactive .action .img_default a img.wishlist_default {
        opacity: 1
    }

.filter_product {
    padding-bottom: 30px;
    display: inline-flex
}

    .filter_product .caption_v2 {
        display: inline-block
    }

.content_blog_06 .list_unstyled_06 li i,
.dropdown_shopgrid li a:after,
.dropdown_shopgrid li a:before {
    display: none
}

.filter_product .caption_v2 .title_product {
    line-height: 50px
}

    .filter_product .caption_v2 .title_product a {
        text-decoration: none;
        color: #5d5d5d;
        font-family: KingCoolKC;
        font-size: 20px
    }

        .filter_product .caption_v2 .title_product a:hover {
            color: #e4022d
        }

.filter_product .caption_v2 i {
    color: #384551;
    font-size: 15px;
}

    .filter_product .caption_v2 i.star_end {
        color: #b5b5b5
    }

.filter_product .caption_v2 .price {
    font-family: MouseMemoirsRegular
}

    .filter_product .caption_v2 .price .price_new {
        color: red;
        font-size: 36px
    }

    .filter_product .caption_v2 .price .price_old {
        color: #aeb1b5;
        font-size: 24px;
        text-decoration: line-through
    }

.mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action {
    height: 50px;
    opacity: 11
}

    .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default,
    .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.cart_default,
    .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.quickview_default,
    .mega-dropdown-menu-sales-v3 .product:hover .product_interactive .action .img_default a img.wishlist_default {
        opacity: 1
    }

.mega-dropdown-menu-sales-v3 .product .caption i {
    color: #384551
}

    .mega-dropdown-menu-sales-v3 .product .caption i.star_end {
        color: #b5b5b5
    }

.mega-dropdown-menu-sales-v3 .product .caption .title_product a {
    text-decoration: none;
    color: #333;
    font-family: KingCoolKC;
    font-size: 20px
}

    .mega-dropdown-menu-sales-v3 .product .caption .title_product a:hover {
        color: #e4022d
    }

.mega-dropdown-menu-sales-v3 .product .caption .price .price_new {
    font-family: KingCoolKC;
    font-size: 36px;
    color: #e4022d
}

.mega-dropdown-menu-sales-v3 .product .caption .price .price_old {
    font-family: KingCoolKC;
    font-size: 24px;
    color: #b4b7ba;
    text-decoration: line-through
}

.navigation_v2 ul li .product:hover .product_interactive .action {
    height: 50px;
    opacity: 11
}

    .navigation_v2 ul li .product:hover .product_interactive .action .img_default,
    .navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.cart_default,
    .navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.quickview_default,
    .navigation_v2 ul li .product:hover .product_interactive .action .img_default a img.wishlist_default {
        opacity: 1
    }

.navigation_v2 ul li .product .caption i {
    color: #384551
}

    .navigation_v2 ul li .product .caption i.star_end {
        color: #b5b5b5
    }

.navigation_v2 ul li .product .caption .title_product a {
    text-decoration: none;
    color: #333;
    font-family: KingCoolKC;
    font-size: 20px
}

    .navigation_v2 ul li .product .caption .title_product a:hover {
        color: #e4022d
    }

.navigation_v2 ul li .product .caption .price .price_new {
    font-family: KingCoolKC;
    font-size: 36px;
    color: #e4022d
}

.navigation_v2 ul li .product .caption .price .price_old {
    font-family: KingCoolKC;
    font-size: 24px;
    color: #b4b7ba;
    text-decoration: line-through
}

@media (max-width:900px) {
    .product .product_interactive .action .img_default a img.cart_hover,
    .product .product_interactive .action .img_default a img.quickview_hover,
    .product .product_interactive .action .img_default a img.wishlist_hover,
    .product:hover .product_interactive .action .img_default a img.cart_hover,
    .product:hover .product_interactive .action .img_default a img.quickview_hover,
    .product:hover .product_interactive .action .img_default a img.wishlist_hover {
        display: none
    }

    .product .product_interactive .action .img_default {
        opacity: 1
    }

        .product .product_interactive .action .img_default a img {
            transform: translate(0, 0)
        }

        .product .product_interactive .action .img_default a.img_cart:hover .cart_default,
        .product .product_interactive .action .img_default a.img_quickview:hover .quickview_default,
        .product .product_interactive .action .img_default a.img_wishlist:hover .wishlist_default {
            -webkit-transform: rotateY(0) !important;
            -moz-transform: rotateY(0) !important;
            transform: rotateY(0) !important
        }

    .product:hover {
        box-shadow: none
    }

        .product:hover .product_interactive {
            background: 0 0
        }

            .product:hover .product_interactive .img-product {
                transform: none
            }

    .products .border_products {
        padding-left: 0;
        padding-right: 0
    }

    .product_v3 .tab-content .product .product_interactive .action {
        bottom: 20px
    }

        .product_v3 .tab-content .product .product_interactive .action .img_default {
            opacity: 1
        }

            .product_v3 .tab-content .product .product_interactive .action .img_default a img.cart_hover,
            .product_v3 .tab-content .product .product_interactive .action .img_default a img.quickview_hover,
            .product_v3 .tab-content .product .product_interactive .action .img_default a img.wishlist_hover {
                display: none
            }

            .product_v3 .tab-content .product .product_interactive .action .img_default a.img_cart:hover .cart_default,
            .product_v3 .tab-content .product .product_interactive .action .img_default a.img_quickview:hover .quickview_default,
            .product_v3 .tab-content .product .product_interactive .action .img_default a.img_wishlist:hover .wishlist_default {
                -webkit-transform: rotateY(0) !important;
                -moz-transform: rotateY(0) !important;
                transform: rotateY(0) !important
            }
}

header .navigation_responsive {
    height: 0
}

.filter_bar {
    background: #384551;
    border: 1px solid #384551;
    border-radius: 10px;
    height: 60px;
    position: relative
}

    .filter_bar:before {
        height: 76%;
        position: absolute;
        top: 8px;
        right: 8px;
        bottom: 8px;
        left: 8px;
        border: 1px dashed #fff;
        border-radius: 10px
    }

    .filter_bar .default_sorting a {
        font-family: MouseMemoirsRegular;
        float: left;
        font-size: 20px;
        color: #facf09;
        padding-top: 16px;
        padding-left: 30px;
        position: relative;
        text-decoration: none
    }

        .filter_bar .default_sorting a:hover {
            text-decoration: none
        }

        .filter_bar .default_sorting a:after {
            content: "\f0d7 ";
            font-family: FontAwesome;
            padding-left: 10px;
            font-size: 16px;
            color: #facf09
        }

    .filter_bar .default_sorting .dropdown-menu:after,
    .filter_bar .default_sorting .dropdown-menu:before {
        border: none !important
    }

    .filter_bar .default_sorting.open .dropdown-menu {
        opacity: 1;
        visibility: inherit
    }

.pagination_shopgrid .pager li.click.next a:hover,
.pagination_shopgrid .pager li.click.previous a:hover {
    opacity: .5
}

.filter_bar .nav_fillter_bar {
    float: right;
    padding-right: 28px;
    position: relative
}

    .filter_bar .nav_fillter_bar form button.largeGrid,
    .filter_bar .nav_fillter_bar form button.smallGrid {
        background: 0 0;
        width: 35px;
        padding: 0;
        border: none;
        line-height: 60px;
        height: 60px;
        box-shadow: none
    }

        .filter_bar .nav_fillter_bar form button.smallGrid i {
            color: #aeb1b6;
            font-size: 18px
        }

            .filter_bar .nav_fillter_bar form button.smallGrid i.active,
            .filter_bar .nav_fillter_bar form button.smallGrid i:active,
            .filter_bar .nav_fillter_bar form button.smallGrid i:focus,
            .filter_bar .nav_fillter_bar form button.smallGrid i:hover {
                color: #facf09
            }

        .filter_bar .nav_fillter_bar form button.smallGrid.active,
        .filter_bar .nav_fillter_bar form button.smallGrid:active,
        .filter_bar .nav_fillter_bar form button.smallGrid:focus,
        .filter_bar .nav_fillter_bar form button.smallGrid:hover {
            outline: 0
        }

        .filter_bar .nav_fillter_bar form button.largeGrid i {
            color: #aeb1b6;
            font-size: 18px
        }

            .filter_bar .nav_fillter_bar form button.largeGrid i.active,
            .filter_bar .nav_fillter_bar form button.largeGrid i:active,
            .filter_bar .nav_fillter_bar form button.largeGrid i:focus,
            .filter_bar .nav_fillter_bar form button.largeGrid i:hover {
                color: #facf09
            }

        .filter_bar .nav_fillter_bar form button.largeGrid.active,
        .filter_bar .nav_fillter_bar form button.largeGrid:active,
        .filter_bar .nav_fillter_bar form button.largeGrid:focus,
        .filter_bar .nav_fillter_bar form button.largeGrid:hover {
            outline: 0
        }

.comment-respond form .form-submit button:focus,
.comment-respond form p input:focus,
.comment-respond form p textarea:focus {
    outline: #f0f8ff
}

.filter_bar_04 {
    margin-left: 75px;
    margin-right: 75px
}

.products_04_shopgrid {
    margin-top: 30px !important;
    margin-bottom: 80px !important
}

.pagination_shopgrid .pager {
    margin: 0 !important
}

    .pagination_shopgrid .pager ul {
        margin-bottom: 0 !important
    }

    .pagination_shopgrid .pager li {
        line-height: 60px;
        color: #384551
    }

        .pagination_shopgrid .pager li.active a {
            color: #e41d2e;
            text-decoration: underline
        }

        .pagination_shopgrid .pager li a {
            border: none !important;
            padding: 5px !important;
            font-family: MouseMemoirsRegular;
            font-size: 24px;
            color: #384551
        }

.content_blog_06 .products_06_shopgrid,
.products_05_shopgrid {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pagination_shopgrid .pager li.click a {
    float: none !important;
    width: 70px;
    font-size: 0;
    height: 60px
}

.pagination_shopgrid .pager li.click.previous a {
    margin-right: 90px;
    background: url(../images/products/prev_v3.jpg) no-repeat;
    transition: all .2s ease-out
}

.pagination_shopgrid .pager li.click.next a {
    margin-left: 90px !important;
    background: url(../images/products/next_v3.png) no-repeat;
    transition: all .2s ease-out
}

.dropdown_shopgrid {
    width: 200px;
    padding-bottom: 30px !important
}

    .dropdown_shopgrid li {
        line-height: 40px
    }

        .dropdown_shopgrid li a {
            color: #384551 !important;
            font-size: 18px !important;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px
        }

@media only screen and (max-width:800px) {
    .filter_bar_04 {
        margin-left: 30px;
        margin-right: 30px
    }

    .filter_bar {
        margin-top: 20px
    }
}

@media (max-width:450px) {
    .pagination_shopgrid .pager li.click a {
        margin-top: 12px
    }

    .pagination_shopgrid .pager li.click.previous a {
        margin-right: 0;
        background-size: 80%;
        float: left !important
    }

    .pagination_shopgrid .pager li.click.next a {
        margin-left: 0 !important;
        float: right !important;
        padding: 0 !important;
        width: 55px;
        background-size: 100% 80%
    }
}

.content_blog_06 .list_unstyled_06 li a i,
.content_blog_06 .list_unstyled_06 li.level_1 i {
    float: right
}

@media only screen and (max-width:380px) {
    .breadcrumb_04 h2 {
        font-size: 45px
    }

    .breadcrumbs .breadcrumb-links {
        font-size: 13px
    }
}

.content_blog_06 {
    margin-bottom: 80px
}

    .content_blog_06 .all_category .title_all_category {
        font-family: MouseMemoirsRegular;
        font-size: 30px;
        color: #384551;
        line-height: 60px;
        background: url(../images/products/line_all_category.png) 0 50px no-repeat;
        background-position-y: 48px
    }

    .content_blog_06 .products_06_shopgrid {
        margin-top: 30px !important;
        margin-bottom: 0 !important
    }

    .content_blog_06 .list_unstyled_06 {       
        list-style: none
    }

        .content_blog_06 .list_unstyled_06 li {
            padding-top: 16px;
            font-size: 14px;
            border-top: 1px solid #e1e1e1;
            cursor: pointer
        }

            .content_blog_06 .list_unstyled_06 li.has-icon i {
                display: block
            }

            .content_blog_06 .list_unstyled_06 li.women {
                padding-top: 0 !important;
                border: none !important
            }

            .content_blog_06 .list_unstyled_06 li.active {
                font-family: BellGothicStdBlack;
                font-size: 14px;
                color: #e4022d
            }

                .content_blog_06 .list_unstyled_06 li.active i {
                    position: relative;
                    width: 20px;
                    height: 20px;
                    text-align: center
                }

                    .content_blog_06 .list_unstyled_06 li.active i:before {
                        content: "\f0d8";
                        position: absolute;
                        right: -5px;
                        top: 0;
                        width: 20px;
                        height: 20px
                    }

                .content_blog_06 .list_unstyled_06 li.active:hover {
                    cursor: pointer
                }

            .content_blog_06 .list_unstyled_06 li a {
                text-decoration: none;
                color: #384551
            }

                .content_blog_06 .list_unstyled_06 li a:hover {
                    font-weight: 700;
                    color: #e4022d
                }

            .content_blog_06 .list_unstyled_06 li ul {
                display: none
            }

                .content_blog_06 .list_unstyled_06 li ul.level_2 {
                    padding-left: 0;
                    padding-top: 5px;
                    list-style: none
                }

                    .content_blog_06 .list_unstyled_06 li ul.level_2 li {
                        border: none;
                        padding-left: 20px;
                        padding-bottom: 0
                    }

                        .content_blog_06 .list_unstyled_06 li ul.level_2 li a {
                            float: none;
                            display: block
                        }

.top_sale .pro_top_sales_06 .filter_product .caption_v2 {
    padding-left: 16px
}

@media (max-width:1025px) and (min-width:1023px) {
    .top_sale .pro_top_sales_06 .filter_product .caption_v2 .title_product {
        line-height: 30px
    }

    .content_blog_06 .filter_by_price .filter-price .filter_now a {
        background-size: 112px;
        padding-right: 23px;
        padding-top: 7px;
        padding-left: 26px
    }
}

@media (max-width:999px) {
    .pro_top_sales_06 .filter_product {
        display: block;
        margin-bottom: 50px
    }
}

.filter_by_price {
    margin-bottom: 30px
}

    .filter_by_price .f-price {
        display: inline-block;
        width: 100%
    }

        .filter_by_price .f-price .ui-widget-content {
            height: 2px;
            background: #E8E6E2;
            position: relative
        }

            .filter_by_price .f-price .ui-widget-content .ui-slider-range {
                height: 2px;
                background: #212121;
                position: absolute
            }

        .filter_by_price .f-price span strong#amount {
            color: #e85059;
            font-family: BellGothicStdBlack;
            font-size: 14px;
            float: right;
            padding-top: 15px;
            margin-top: 18px
        }

        .filter_by_price .f-price button.textup {
            text-transform: uppercase;
            margin-top: 18px;
            color: #000;
            float: left;
            font-family: MouseMemoirsRegular;
            font-size: 20px;
            /*background: url(../images/icon/background_filter_now.png) no-repeat;*/
            background-size: 100% 100%;
            border: none;
            padding: 15px 35px 20px
        }

            .filter_by_price .f-price button.textup:active,
            .filter_by_price .f-price button.textup:focus,
            .filter_by_price .f-price button.textup:hover {
                outline: #f0f8ff;
                background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
                background-size: 100% 100%;
                box-shadow: none
            }

        .filter_by_price .f-price .ui-state-default {
            width: 14px;
            height: 14px;
            position: absolute;
            top: -6px;
            transition: none 0s ease 0s;
            border-radius: 50%;
            background: #212121
        }

    .filter_by_price .title_all_category {
        padding-bottom: 20px;
    }

.by_brands .hermes {
    padding-top: 0 !important;
    border: none !important
}

.by_brands .number_by_brands {
    float: right
}

.by_color,
.by_size {
    padding-top: 10px
}

.no_item {
    color: #373737;
    opacity: .3;
    font-family: KingCoolKC;
    font-size: 14px;
    padding-top: 25px
}

.top_sale {
    padding-top: 26px
}

    .top_sale .title_top_sales {
        padding-bottom: 30px
    }

.all_category_07 {
    margin-top: 10px
}

@media (max-width:1000px) {
    .product_08_shopgrid {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.product_08_shopgrid {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.blog_20 {
    padding-bottom: 60px
}

    .blog_20 .img_blog {
        position: relative;
        display: block
    }

        .blog_20 .img_blog:before {
            position: absolute;
            width: 0;
            height: 0;
            left: 0;
            top: 0;
            z-index: 1;
            opacity: 0;
            filter: alpha(opacity=0);
            visibility: hidden;
            background: rgba(0, 0, 0, .2);
            -webkit-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s
        }

    .blog_20 img {
        width: 370px
    }

    .blog_20 a,
    .blog_20 a:active,
    .blog_20 a:focus,
    .blog_20 a:hover {
        text-decoration: none
    }

    .blog_20 .title_blog {
        font: 400 30px MouseMemoirsRegular;
        color: #384551;
        padding-top: 22px;
        text-decoration: none
    }

    .blog_20 .judge,
    .blog_20 .judge .comment_blog span {
        font: 400 14px "Bell Gothic Std Light"
    }

    .blog_20 .title_blog:active,
    .blog_20 .title_blog:focus,
    .blog_20 .title_blog:hover {
        color: #e4022d
    }

    .blog_20 .judge {
        color: #555;
        opacity: .3;
        padding-top: 15px;
        padding-bottom: 20px
    }

        .blog_20 .judge .comment_blog {
            padding-left: 25px
        }

    .blog_20 .content_blog {
        font: 400 16px "Bell Gothic Std Light";
        color: #384551;
        opacity: .6
    }

    .blog_20 a.read_more {
        text-transform: uppercase;
        font: 400 20px MouseMemoirsRegular;
        padding-top: 25px;
        text-decoration: none;
        display: block
    }

        .blog_20 a.read_more:active,
        .blog_20 a.read_more:focus,
        .blog_20 a.read_more:hover {
            color: #384551
        }

    .blog_20 .img_blog:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        width: 100%;
        height: 100%
    }

.pagination_20 {
    margin-bottom: 80px
}

@media only screen and (max-width:767px) {
    .blog_20 {
        display: inline-block
    }

        .blog_20 img {
            float: left;
            margin-right: 20px
        }

        .blog_20 .title_blog {
            padding-top: 0;
            font-size: 28px
        }

        .blog_20 .content_blog {
            display: flex;
            font-size: 14px
        }

        .blog_20 a {
            padding-left: 392px;
            padding-top: 8px;
            font-size: 18px
        }

        .blog_20 .judge {
            padding-top: 4px;
            padding-bottom: 5px;
            font-size: 12px
        }
}

@media only screen and (max-width:480px) {
    .blog_20 a {
        padding-left: 0
    }
}

@media only screen and (max-width:321px) {
    .blog_20 .title_blog {
        font-size: 25px
    }

    .blog_20 .content_blog,
    .blog_20 .judge {
        font-size: 12px
    }

    .blog_20 a {
        font-size: 16px
    }
}

.post_blogsingle .video {
    width: 100%;
    height: 550px
}

.post_blogsingle .audio {
    width: 100%;
    height: 450px
}

.post_blogsingle a,
.post_blogsingle a:active,
.post_blogsingle a:focus,
.post_blogsingle a:hover {
    text-decoration: none
}

.post_blogsingle .title_blog {
    color: #384551;
    font: 400 36px MouseMemoirsRegular;
    padding-top: 32px
}

    .post_blogsingle .title_blog:active,
    .post_blogsingle .title_blog:focus,
    .post_blogsingle .title_blog:hover {
        text-decoration: none;
        color: #e4022d
    }

.post_blogsingle .judge {
    color: #555;
    opacity: .5;
    font: 400 14px "Bell Gothic Std Light"
}

    .post_blogsingle .judge .comment_blog,
    .post_blogsingle .judge .like_blog {
        padding-left: 36px
    }

.post_blogsingle .content_blog1 {
    font: 400 16px BellGothicStdLight;
    color: #888;
    padding-bottom: 30px
}

.post_blogsingle .content_blog2 {
    padding-top: 30px;
    padding-bottom: 92px !important
}

.post_blogsingle .tag_tool {
    float: left
}

    .post_blogsingle .tag_tool .tags {
        text-transform: uppercase;
        color: #384551;
        font: 400 24px MouseMemoirsRegular
    }

    .post_blogsingle .tag_tool .tool {
        font: 400 14px KingCoolKC;
        color: #b5b5b5
    }

.post_blogsingle .author-info .author-bio h3,
.post_blogsingle .share .share_this {
    color: #384551;
    font: 400 24px MouseMemoirsRegular;
    text-transform: uppercase
}

.post_blogsingle .share {
    float: right
}

    .post_blogsingle .share .img_conn a img {
        padding-left: 20px;
        transform: tramslate(0, 0);
        transition: all .3s ease
    }

        .post_blogsingle .share .img_conn a img:hover {
            transform: translate(0, -5px)
        }

.post_blogsingle .tag_share {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 50px
}

.post_blogsingle .author-info {
    padding-bottom: 58px
}

    .post_blogsingle .author-info img {
        float: left
    }

    .post_blogsingle .author-info .author-bio {
        padding-left: 125px
    }

        .post_blogsingle .author-info .author-bio h3 {
            line-height: 0;
            padding-top: 10px
        }

        .post_blogsingle .author-info .author-bio .job {
            color: #b5b5b5;
            font: 400 13px BellGothicStdLight;
            padding-top: 8px;
            padding-bottom: 15px;
            display: inline-block
        }

        .post_blogsingle .author-info .author-bio p {
            color: #888;
            font: 400 16px BellGothicStdLight
        }

.post_blogsingle .comments-area h3 {
    font: 400 30px MouseMemoirsRegular;
    color: #384551;
    background: url(../images/products/line_all_category.png) 0 40px no-repeat;
    padding-bottom: 45px;
    background-position-y: 37px
}

.post_blogsingle .comments-area ol {
    padding: 0;
    margin: 0;
    list-style: none
}

    .post_blogsingle .comments-area ol .comment ol {
        list-style: none;
        padding-left: 100px
    }

    .post_blogsingle .comments-area ol .comment-body {
        margin-bottom: 45px
    }

        .post_blogsingle .comments-area ol .comment-body .comment-avatar img {
            float: left;
            max-width: 60px;
            margin-right: 25px
        }

        .post_blogsingle .comments-area ol .comment-body .comment-meta {
            border-bottom: 1px solid #eaeaea;
            margin-left: 85px;
            padding-bottom: 3px
        }

            .post_blogsingle .comments-area ol .comment-body .comment-meta .comment-author a {
                text-decoration: none;
                color: #384551;
                font: 400 14px BellGothicStdBlack;
                text-transform: uppercase;
                display: inline-block
            }

            .post_blogsingle .comments-area ol .comment-body .comment-meta .action-link {
                text-transform: uppercase;
                color: #b5b5b5;
                font: 400 15px MouseMemoirsRegular;
                float: right;
                display: block
            }

                .post_blogsingle .comments-area ol .comment-body .comment-meta .action-link a {
                    text-decoration: none
                }

                    .post_blogsingle .comments-area ol .comment-body .comment-meta .action-link a.comment-repost {
                        color: #b5b5b5;
                        font: 400 15px MouseMemoirsRegular
                    }

        .post_blogsingle .comments-area ol .comment-body .comment-content {
            padding-top: 7px;
            margin-left: 85px;
            color: #888;
            font: 400 16px BellGothicStdLight
        }

.comment-respond form p input,
.comment-respond form p textarea {
    width: 100%;
    padding-left: 20px;
    color: #384551;
    border: 1px solid #b5b5b5;
    font: 400 16px BellGothicStdLight
}

.comment-respond form p input {
    height: 40px
}

.comment-respond form p textarea {
    margin-top: 20px;
    padding-top: 20px
}

.comment-respond form .form-submit button {
    border: 0;
    background: url(../images/icon/background_filter_now.png) no-repeat;
    background-size: 233px 70px;
    transition: all .3s ease;
    padding: 13px 91px 30px 55px
}

    .comment-respond form .form-submit button span {
        text-transform: uppercase;
        color: #fff;
        font: 400 30px MouseMemoirsRegular
    }

    .comment-respond form .form-submit button:active span,
    .comment-respond form .form-submit button:focus span,
    .comment-respond form .form-submit button:hover span {
        color: #000
    }

.blogSingle {
    margin-top: -15px
}

    .blogSingle .title_all_category {
        line-height: 32px !important;
        padding-top: 10px !important;
        padding-bottom: 20px !important;
        font-family: MouseMemoirsRegular;
        font-size: 30px;
        color: #384551;
        background: url(../images/products/line_all_category.png) no-repeat
    }

.recent_post ul {
    margin: 0;
    padding: 0 0 30px;
    list-style: none
}

    .recent_post ul li {
        display: table;
        margin-top: 30px
    }

        .recent_post ul li a {
            text-decoration: none
        }

            .recent_post ul li a img {
                float: left
            }

            .recent_post ul li a p {
                color: #384551;
                font: 400 24px MouseMemoirsRegular;
                padding-left: 110px
            }

                .recent_post ul li a p:active,
                .recent_post ul li a p:hover {
                    color: #e4022d
                }

        .recent_post ul li p.time_recent {
            padding-top: 10px;
            padding-left: 110px;
            color: #555;
            opacity: .5;
            font: 400 14.02px BellGothicStdLight
        }

        .recent_post ul li.mincenas {
            margin-top: 25px !important
        }

.tags .title_all_category {
    background-size: 34px 5% !important;
    padding-bottom: 30px
}

.tags p {
    margin-top: -15px
}

    .tags p span a {
        text-decoration: none
    }

        .tags p span a:active,
        .tags p span a:hover {
            color: #e4022d
        }

    .tags p .jacket a {
        font: 400 21.71px MouseMemoirsRegular;
        color: #555;
        margin: 0 5px
    }

    .tags p .kids_store a {
        color: #212121;
        font: 400 37.21px MouseMemoirsRegular;
        margin: 0 5px
    }

    .tags p .boys a {
        color: #555;
        font: 400 21.71px MouseMemoirsRegular;
        margin: 0 5px
    }

    .tags p .fashion a {
        color: #888;
        font: 400 31.01px MouseMemoirsRegular;
        margin: 0 5px
    }

    .tags p .style a {
        color: #555;
        font: 400 21.71px MouseMemoirsRegular;
        margin: 0 5px
    }

    .tags p .footwaer a,
    .tags p .jean a,
    .tags p .t_shirt a {
        color: #555;
        font: 400 27.91px MouseMemoirsRegular;
        margin: 0 5px
    }

    .tags p .shoes a {
        color: #555;
        font: 400 18.61px MouseMemoirsRegular;
        margin: 0 5px
    }

    .tags p .summer a {
        color: #888;
        font: 400 34.11px MouseMemoirsRegular;
        margin: 0 5px
    }

    .tags p .dress a {
        color: #555;
        font: 400 21.71px MouseMemoirsRegular;
        margin: 0 5px
    }

    .tags p .collection a {
        color: #212121;
        font: 400 37.21px MouseMemoirsRegular;
        margin: 0 5px
    }

    .tags p .cool_boy a {
        color: #555;
        font: 400 27.91px MouseMemoirsRegular;
        margin: 0 5px
    }

.gallery .title_all_category {
    padding-bottom: 20px
}

.gallery ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 282px
}

    .gallery ul li {
        float: left;
        padding-right: 8px;
        padding-bottom: 8px;
        width: 33.3333%
    }

        .gallery ul li a img {
            max-width: 100%;
            height: auto
        }

.distance_blog {
    padding-top: 20px
}

@media only screen and (max-width:992px) {
    .post_blogsingle .comments-area {
        margin-bottom: 80px
    }
}

@media only screen and (max-width:735px) {
    .post_blogsingle .tag_share {
        padding-bottom: 95px
    }

    .post_blogsingle .tag_tool {
        width: 100%
    }

    .post_blogsingle .share {
        width: 100%;
        margin-top: 18px
    }
}

@media only screen and (max-width:600px) {
    .post_blogsingle .author-info {
        padding-bottom: 30px
    }

    .post_blogsingle .comments-area ol .comment ol {
        padding-left: 50px
    }

    .post_blogsingle .comments-area ol .comment-body .comment-meta {
        padding-bottom: 22px
    }

        .post_blogsingle .comments-area ol .comment-body .comment-meta .action-link {
            width: 100%;
            font-size: 11px
        }

            .post_blogsingle .comments-area ol .comment-body .comment-meta .action-link a.comment-repost {
                font-size: 11px
            }
}

@media only screen and (max-width:480px) {
    .post_blogsingle .title_blog {
        font-size: 30px;
        padding-top: 10px
    }

    .post_blogsingle .judge {
        font-size: 11px
    }

    .post_blogsingle .content_blog1 {
        font-size: 13px
    }

    .post_blogsingle .content_blog2 {
        padding-top: 15px
    }

    .post_blogsingle .tag_tool {
        font-size: 22px
    }

        .post_blogsingle .tag_tool .tool {
            font-size: 12px
        }

    .post_blogsingle .share .share_this {
        font-size: 22px
    }

    .post_blogsingle .share .img_conn a img {
        padding-left: 10px
    }
}

@media only screen and (max-width:321px) {
    .post_blogsingle .share .img_conn a img {
        height: 26px;
        width: 32px
    }

    .post_blogsingle .author-info .author-bio h3 {
        font-size: 22px !important;
        font: 400 22px MouseMemoirsRegular;
        margin-bottom: 0
    }

    .post_blogsingle .author-info .author-bio .job {
        font-size: 11px;
        padding-top: 0
    }

    .post_blogsingle .author-info .author-bio p {
        font-size: 13px
    }
}

@media only screen and (max-width:480px) {
    .post_blogsingle .video {
        height: 250px
    }
}

@media only screen and (max-width:321px) {
    .post_blogsingle .video {
        height: 180px
    }
}

@media only screen and (max-width:480px) {
    .post_blogsingle .audio {
        height: 200px
    }
}

#main-container .cart-form .table-responsive table {
    color: #384551
}

    #main-container .cart-form .table-responsive table thead tr th {
        font-family: MouseMemoirsRegular;
        font-size: 30px;
        text-transform: uppercase;
        border: none !important;
        background: url(../images/products/line_thead.jpg) 0 90% repeat-x;
        background-position-y: 72px;
        padding-bottom: 24px;
        line-height: 60px;
        font-weight: 400 !important
    }

        #main-container .cart-form .table-responsive table thead tr th.th_quatity {
            text-align: center
        }

    #main-container .cart-form .table-responsive table tbody tr td {
        background: url(../images/products/line_tbody.jpg) 0 100% repeat-x;
        border: none !important;
        font-weight: 400 !important;
        background-position-y: 150px;
        padding-bottom: 20px
    }

    #main-container .cart-form .table-responsive table tbody tr .product-subtotal {
        vertical-align: middle;
        color: #e41d2e;
        font-family: KingCoolKC;
        font-size: 30px
    }

    #main-container .cart-form .table-responsive table tbody tr .product-price {
        vertical-align: middle;
        border: none;
        color: #384551;
        font-family: KingCoolKC;
        font-size: 30px
    }

    #main-container .cart-form .table-responsive table tbody tr .product-remove {
        vertical-align: middle
    }

        #main-container .cart-form .table-responsive table tbody tr .product-remove a {
            color: #b5b5b5
        }

            #main-container .cart-form .table-responsive table tbody tr .product-remove a i:active,
            #main-container .cart-form .table-responsive table tbody tr .product-remove a i:focus,
            #main-container .cart-form .table-responsive table tbody tr .product-remove a i:hover {
                color: #e4022d
            }

    #main-container .cart-form .table-responsive table tbody tr .product-name a {
        text-decoration: none
    }

        #main-container .cart-form .table-responsive table tbody tr .product-name a span {
            color: #384551;
            font-size: 24px
        }

            #main-container .cart-form .table-responsive table tbody tr .product-name a span:active,
            #main-container .cart-form .table-responsive table tbody tr .product-name a span:focus,
            #main-container .cart-form .table-responsive table tbody tr .product-name a span:hover {
                color: #e4022d
            }

    #main-container .cart-form .table-responsive table tbody tr .product-name img {
        width: 90px;
        height: 126px
    }

.quantity_product_15 {
    background: 0 0 !important;
    text-align: center
}

    .quantity_product_15 .product_15 {
        padding-left: 0 !important;
        margin-top: 40px;
        background: 0 0 !important
    }

        .quantity_product_15 .product_15 .quantity input {
            width: 85px;
            height: 25px
        }

            .quantity_product_15 .product_15 .quantity input:focus {
                outline: 0
            }

        .quantity_product_15 .product_15 .quantity .fa {
            color: #fff;
            padding-left: 6px;
            padding-right: 8px;
            height: 25px;
            width: 25px;
            background: #bcbcbc;
            padding-top: 5px;
            border: 1px solid #bcbcbc;
            border-radius: 36px;
        }

            .quantity_product_15 .product_15 .quantity .fa:active,
            .quantity_product_15 .product_15 .quantity .fa:focus,
            .quantity_product_15 .product_15 .quantity .fa:hover {
                color: #e4022d
            }

.cart-collaterals .cal-shipping {
    margin-top: 0
}

    .cart-collaterals .cal-shipping h3 {
        color: #384551;
        font-family: MouseMemoirsRegular;
        font-size: 36px;
        text-transform: uppercase
    }

    .cart-collaterals .cal-shipping form {
        margin-top: 30px
    }

        .cart-collaterals .cal-shipping form .selectbox {
            position: relative;
            height: 40px
        }

            .cart-collaterals .cal-shipping form .selectbox select {
                color: #b5b5b5;
                font-family: KingCoolKC;
                font-size: 14px;
                width: 100%;
                height: 100%;
                text-indent: 22px;
                border: 1px solid #b5b5b5;
                outline: 0
            }

        .cart-collaterals .cal-shipping form .input-text input {
            outline: 0;
            font-family: KingCoolKC;
            border: 1px solid #b5b5b5;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #757575;
            border-radius: 0;
            width: 100%;
            text-indent: 20px
        }

        .cart-collaterals .cal-shipping form .cart-input {
            margin-bottom: 25px
        }

        .cart-collaterals .cal-shipping form .input-submit a {
            color: #fff;
            font-family: MouseMemoirsRegular;
            font-size: 24px;
            text-decoration: none;
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 150px 55px;
            text-transform: uppercase;
            transition: all .3s ease-out;
            padding: 12px 37px 15px 30px
        }

            .cart-collaterals .cal-shipping form .input-submit a:active,
            .cart-collaterals .cal-shipping form .input-submit a:focus,
            .cart-collaterals .cal-shipping form .input-submit a:hover {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                background-size: 150px 55px
            }

.cal-shipping table {
    width: 100%
}

    .cal-shipping table tr {
        margin-top: 23px
    }

        .cal-shipping table tr.cart-subtotal {
            height: 40px;
            border-bottom: 1px solid #b5b5b5;
            width: 100%;
            display: block
        }

            .cal-shipping table tr.cart-subtotal th {
                color: #384551;
                font-family: MouseMemoirsRegular;
                font-size: 24px;
                float: left;
                padding-left: 20px;
                padding-bottom: 20px;
                text-transform: uppercase;
                font-weight: 400 !important
            }

            .cal-shipping table tr.cart-subtotal td {
                text-align: right;
                line-height: 44px;
                float: right;
                padding-right: 20px
            }

                .cal-shipping table tr.cart-subtotal td .amount {
                    color: #e41d2e;
                    font-family: KingCoolKC;
                    font-size: 30px;
                    font-weight: 400 !important
                }

        .cal-shipping table tr.shipping td {
            color: #384551;
            font-size: 18px;
            font-family: KingCoolKC
        }

        .cal-shipping table tr.order-total {
            background: #384551
        }

            .cal-shipping table tr.order-total .black-bg {
                color: #fff !important;
                font-size: 24px;
                font-family: MouseMemoirsRegular;
                padding-top: 3px
            }

                .cal-shipping table tr.order-total .black-bg .amount {
                    font-family: KingCoolKC;
                    font-size: 30px;
                    color: #fff;
                    font-weight: 400 !important
                }

            .cal-shipping table tr.order-total .price strong span {
                color: #fff
            }

.cart-actions {
    margin-top: 16px;
    margin-bottom: 80px
}

    .cart-actions form .coupon {
        margin-top: 4px
    }

        .cart-actions form .coupon .cart-input input {
            width: 340px;
            height: 40px;
            text-indent: 20px;
            border: 1px solid #b5b5b5;
            outline: 0
        }

        .cart-actions form .coupon .input-submit a {
            margin-left: 25px;
            color: #fff;
            font-family: MouseMemoirsRegular;
            font-size: 24px;
            text-decoration: none;
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 150px 55px;
            text-transform: uppercase;
            transition: all .3s ease-out;
            padding: 12px 37px 15px 30px
        }

.cc .processcheck a,
.cc .updatecart a {
    color: #fff;
    font-family: MouseMemoirsRegular;
    font-size: 30px;
    transition: all .3s ease-out;
    text-transform: uppercase;
    text-decoration: none
}

.cart-actions form .coupon .input-submit a:hover {
    background: url(../images/products/product_detail/background_add_card.png) no-repeat;
    background-size: 150px 55px
}

.cc .updatecart {
    float: left
}

    .cc .updatecart a {
        background: url(../images/products/product_detail/background_add_card.png) no-repeat;
        background-size: 225px 65px;
        padding: 12px 78px 20px 55px
    }

        .cc .updatecart a:hover {
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 225px 65px
        }

.cc .processcheck {
    float: right
}

    .cc .processcheck a {
        background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
        background-size: 260px 65px;
        padding: 13px 90px 28px 32px
    }

        .cc .processcheck a:hover {
            background: url(../images/products/product_detail/background_add_card.png) no-repeat;
            background-size: 260px 65px
        }

@media only screen and (min-width:800px) and (max-width:1199px) {
    .cart-actions form .coupon .cart-input input {
        width: 260px;
        margin-top: 5px;
        margin-left: 5px
    }

    .cart-actions form .input-submit {
        margin-top: 8px
    }

        .cart-actions form .input-submit a {
            padding-bottom: 20px !important
        }
}

@media only screen and (max-width:1100px) {
    .desktopHidden {
        display: none !important
    }

    .mobileHidden {
        display: block !important
    }
}

@media only screen and (min-width:1101px) {
    .desktopHidden {
        display: block !important
    }

    .mobileHidden {
        display: none !important
    }
}


@media only screen and (max-width:1100px) {
    #main-container .cart-form .cart-actions .cc {
        margin-top: 40px
    }

        #main-container .cart-form .cart-actions .cc .updatecart a {
            font-size: 20px;
            background-size: 170px 53px;
            padding-left: 50px
        }

        #main-container .cart-form .cart-actions .cc .processcheck a {
            font-size: 20px;
            background-size: 170px 53px;
            padding-left: 22px
        }

    .cart-collaterals .cal-shipping h3 {
        font-size: 28px
    }

    .cart-collaterals .cal-shipping form .input-submit a {
        font-size: 18px;
        background-size: 132px
    }

    .cart-collaterals .cal-shipping table tr.cart-subtotal th {
        font-size: 18px
    }

    .cart-collaterals .cal-shipping table tr.cart-subtotal td .amount {
        font-size: 24px
    }

    .cart-collaterals .cal-shipping table tr.shipping td {
        font-size: 15px
    }

    .cart-collaterals .cal-shipping table tr.order-total .black-bg {
        font-size: 18px;
        padding-top: 7px
    }
}

@media only screen and (min-width:730px) and (max-width:770px) {
    #main-container .cart-form .table-responsive table tbody tr .product-name a span {
        font-size: 17px
    }

    #main-container .cart-form .table-responsive table tbody tr .product-price,
    #main-container .cart-form .table-responsive table tbody tr .product-subtotal {
        font-size: 26px
    }
}

@media only screen and (min-width:630px) and (max-width:775px) {
    #main-container .cart-form .table-responsive table thead tr th {
        font-size: 22px
    }

    #main-container .cart-form .table-responsive table tbody tr .product-name a span {
        font-size: 13px
    }

    #main-container .cart-form .table-responsive table tbody tr .product-price,
    #main-container .cart-form .table-responsive table tbody tr .product-subtotal {
        font-size: 18px
    }

    .quantity input {
        width: 90px !important
    }

    .quantity_product_15 .product_15 {
        margin-top: 46px
    }
}

@media only screen and (min-width:375px) and (max-width:639px) {
    .cart-form table thead {
        display: none
    }

    .cart-form table tbody tr {
        display: block;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative
    }

        .cart-form table tbody tr td.product-remove {
            position: absolute;
            top: 40px;
            right: 115px;
            width: 20px
        }

        .cart-form table tbody tr td.product-name {
            width: 380px;
        }

            .cart-form table tbody tr td.product-name a img {
                display: block;
                float: left
            }

            .cart-form table tbody tr td.product-name span {
                display: block;
                float: left;
                padding-left: 10px;
                padding-top: 8px;
                font-size: 16px !important
            }

        .cart-form table tbody tr td .quantity_product {
            position: absolute;
            left: 119px
        }

            .cart-form table tbody tr td .quantity_product .product-signle-options .selector-wrapper .quantity input {
                width: 80px;
                height: 30px
            }

            .cart-form table tbody tr td .quantity_product .fa {
                height: 30px;
                width: 30px;
                padding-left: 8px;
                padding-top: 7px;
                font-size: 15px;
            }

        .cart-form table tbody tr td.product-price {
            display: none;
            padding: 0 !important;
            border: none !important
        }

        .cart-form table tbody tr td.product-subtotal {
            position: absolute;
            display: block;
            top: 76px;
            left: 110px;
            font-size: 26px !important
        }
}

@media only screen and (max-width:480px) {
    .cart-actions form .coupon .input-submit {
        width: 100%;
        margin-top: 60px;
        text-align: center
    }

        .cart-actions form .coupon .input-submit a {
            font-size: 16px;
            padding-left: 25px;
            background-size: 120px 45px !important
        }

    #main-container .cart-form .cart-actions .cc .updatecart a {
        font-size: 18px;
        background-size: 120px 48px;
        padding-left: 26px;
        padding-right: 36px
    }

    #main-container .cart-form .cart-actions .cc .processcheck a {
        font-size: 18px;
        background-size: 150px 48px;
        padding-left: 18px;
        margin-right: 0;
        padding-right: 30px
    }
}

@media only screen and (max-width:376px) {
    .cart-form table thead {
        display: none
    }

    .cart-form table tbody tr {
        display: block;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative
    }

        .cart-form table tbody tr td.product-remove {
            position: absolute;
            top: 0;
            right: 10px;
            width: 20px
        }

        .cart-form table tbody tr td.product-name {
            width: 100%
        }

            .cart-form table tbody tr td.product-name a img {
                display: block;
                float: left
            }

            .cart-form table tbody tr td.product-name span {
                display: block;
                float: left;
                padding-left: 20px;
                font-size: 12px !important;
                padding-top: 10px !important
            }

        .cart-form table tbody tr td .quantity_product {
            position: absolute;
            left: 119px
        }

            .cart-form table tbody tr td .quantity_product .product-signle-options .selector-wrapper .quantity input {
                width: 80px;
                height: 25px
            }

            .cart-form table tbody tr td .quantity_product .fa {
                height: 25px;
                width: 25px;
                padding-left: 6px;
                padding-top: 5px
            }

        .cart-form table tbody tr td.product-price {
            display: none;
            padding: 0 !important;
            border: none !important
        }

        .cart-form table tbody tr td.product-subtotal {
            position: absolute;
            display: block;
            top: 76px;
            left: 110px;
            font-size: 20px !important
        }
}

@media only screen and (max-width:320px) {
    .cart-actions form .coupon {
        margin-top: 28px;
        margin-left: 15px
    }

        .cart-actions form .coupon .cart-input input {
            width: 260px;
            height: 35px
        }

    .breadcrumb_15 ul li .title_breadcrumb {
        line-height: 14px
    }
}

.main_content_checkout {
    margin-bottom: 80px
}

    .main_content_checkout ul {
        list-style: none
    }

    .main_content_checkout p.return {
        margin-top: 30px;
        margin-bottom: 30px
    }

        .main_content_checkout p.return span {
            font-family: KingCoolKC;
            font-size: 15px;
            color: #384551
        }

        .main_content_checkout p.return u a {
            color: #e41d2e;
            font-size: 15px;
            font-family: BellGothicStdBlack !important
        }

    .main_content_checkout .billing-fields-1 h2 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .main_content_checkout .billing_block2 h2 {
        margin-top: 35px
    }

    .main_content_checkout .billing-fields h2 {
        color: #384551;
        font-size: 30px;
        font-family: MouseMemoirsRegular;
        text-transform: uppercase
    }

    .main_content_checkout .billing-fields .input-field label {
        font-family: MouseMemoirsRegular;
        font-size: 20px;
        color: #384551;
        text-transform: uppercase;
        font-weight: 400;
        width: 100%
    }

    .main_content_checkout .billing-fields .input-field .start_checkout {
        color: #e41d2e
    }

    .main_content_checkout .billing-fields .input-field .selectbox select {
        background: url(../images/icon/bg-select.jpg) center right no-repeat;
        padding-right: 40px;
        padding-left: 15px;
        width: 100%;
        position: relative;
        z-index: 1;
        outline: 0;
        color: black;
        letter-spacing: .5px;
        height: 38px;
        font-weight: 400;
        font-size: 14px;
        border: 1px solid;
        -webkit-appearance: none
    }

        .main_content_checkout .billing-fields .input-field .selectbox select option {
            padding: 5px 10px;
            border: none;
            text-align: left
        }

    .main_content_checkout .billing-fields .input-field {
        margin-bottom: 5px;
    }

        .main_content_checkout .billing-fields .input-field input {
            border: 1px solid #b5b5b5;
            padding: 8px 15px;
            font-size: 14px;
            color: #757575;
            border-radius: 0;
            height: 38px;
            width: 100%;
            // margin-bottom: 15px
        }

            .main_content_checkout .billing-fields .input-field input:focus {
                outline-offset: 0;
                box-sizing: none;
                outline: #f0f8ff
            }

        .main_content_checkout .billing-fields .input-field textarea:focus,
        .signin .input-field input.input-text:focus,
        .track_order .track-order .input-field .submit:focus,
        .track_order .track-order .input-field input:focus {
            outline: #f0f8ff
        }

        .main_content_checkout .billing-fields .input-field textarea {
            width: 100%;
            padding-left: 22px;
            color: #0f0f0f
        }

.billing_block2 {
    border: 5px solid #ebebeb;
    padding: 0 25px 75px
}

    .billing_block2 h2 {
        border-bottom: 1px solid #ebebeb
    }

    .billing_block2 .input-field label {
        font-family: MouseMemoirsRegular;
        font-size: 24px;
        border-bottom: 1px solid #ebebeb;
        padding-top: 5px;
    }

        .billing_block2 .input-field label .country {
            float: left
        }

        .billing_block2 .input-field label .totals {
            float: right;
            padding-right: 15px
        }

    .billing_block2 .input-field p {
        line-height: 0;
        padding-top: 15px
    }

        .billing_block2 .input-field p span {
            /*font-size:18px;font-family:KingCoolKC;*/
            color: #384551
        }

            .billing_block2 .input-field p span.price_navy,
            .billing_block2 .price_totals {
                /*font-size:30px;font-family:KingCoolKC;*/
                padding-right: 15px
            }

            .billing_block2 .input-field p span.navy {
                float: left
            }

                .billing_block2 .input-field p span.navy .number_navy {
                    color: #e41d2e
                }

            .billing_block2 .input-field p span.price_navy {
                float: right
            }

        .billing_block2 .input-field p.p_border {
            border-bottom: 1px solid #ebebeb;
            padding-bottom: 35px
        }

    .billing_block2 .price_totals {
        float: right
    }

    .billing_block2 .free_shiping {
        font-size: 17.99px;
        font-family: KingCoolKC;
        text-transform: capitalize !important;
        float: right
    }

    .billing_block2 .price_order_color {
        color: #e41d2e;
        font-family: MouseMemoirsRegular;
        font-size: 30px;
        float: right;
        padding-right: 15px
    }

.deffirent_address label {
    color: #384551
}

.payment_methods a {
    width: 200px
}

    .payment_methods a.place_order {
        font: 400 24px MouseMemoirsRegular;
        text-transform: uppercase;
        background: url(../images/products/product_detail/background_add_card.png) no-repeat;
        height: 58px;
        color: #fff;
        text-decoration: none;
        margin-bottom: 40px;
        background-size: 160px 60px;
        padding: 14px 92px 44px 38px
    }

        .payment_methods a.place_order:active,
        .payment_methods a.place_order:focus,
        .payment_methods a.place_order:hover {
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 160px 60px
        }

.payment_methods ul {
    margin: 0;
    padding: 0
}

    .payment_methods ul li .checkbox {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 4px;
        margin-bottom: 20px
    }

        .payment_methods ul li .checkbox input {
            display: none
        }

            .payment_methods ul li .checkbox input:checked + label:after {
                content: "\f00c";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: 16px;
                color: #212121;
                position: absolute;
                top: 30%;
                left: 2px
            }

        .payment_methods ul li .checkbox label {
            width: 100%;
            position: relative;
            color: #384551;
            font-size: 24px;
            font-family: MouseMemoirsRegular;
            padding-left: 30px;
            margin-bottom: 7px
        }

            .payment_methods ul li .checkbox label:before {
                display: block;
                width: 18px;
                height: 18px;
                border: 1px solid #B5B5B5;
                content: "";
                position: absolute;
                left: 1px;
                top: 50%;
                transform: translateY(-50%)
            }

    .payment_methods ul li .payment-box p {
        color: #384551;
        font-size: 16px;
        font-family: BellGothicStdLight;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 29px;
        margin-bottom: 30px
    }

.checkbox_acount label:before,
.deffirent_address label:before {
    width: 18px;
    height: 18px;
    border: 1px solid #B5B5B5;
    position: absolute;
    transform: translateY(-50%)
}

.payment_methods ul .paypal-method .checkbox img {
    padding-top: 25px;
    padding-bottom: 25px
}

.payment_methods ul .paypal-method .checkbox a {
    font-size: 12px;
    font-family: KingCoolKC;
    color: #e41d2e
}

.payment_methods ul .paypal-method p {
    color: #384551;
    font: 400 14px BellGothicStdLight;
    margin-bottom: 40px
}

.checkbox_acount input {
    margin-left: 0 !important;
    display: none
}

    .checkbox_acount input:checked + label:after {
        content: "\f00c";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px;
        color: #212121;
        position: absolute;
        top: 15%;
        left: 2px
    }

.checkbox_acount label {
    font: 400 14px KingCoolKC;
    color: #384551;
    padding-left: 30px
}

    .checkbox_acount label:before {
        display: block;
        content: "";
        left: 1px;
        top: 50%
    }

.deffirent_address {
    margin-top: 50px !important;
    margin-bottom: 45px !important
}

    .deffirent_address.checkbox_acount input {
        display: none
    }

        .deffirent_address.checkbox_acount input:checked + label:after {
            content: "\f00c";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 16px;
            color: #212121;
            position: absolute;
            top: 25%;
            left: 266px
        }

    .deffirent_address label {
        padding-left: 0 !important;
        font: 400 30px MouseMemoirsRegular;
        text-transform: uppercase
    }

        .deffirent_address label:before {
            display: block;
            content: "";
            left: 265px;
            top: 50%
        }

@media only screen and (max-width:480px) {
    .caption { /*gbrittes*/
        font-size: 8px;
    }

    .billing_block2 .input-field p span {
        font-size: 16px
    }

        .billing_block2 .input-field p span.price_navy {
            font-family: MouseMemoirsRegular;
            font-size: 20px
        }

    .main_content_checkout .billing-fields .input-field textarea {
        margin-top: 8px
    }
}

@media only screen and (max-width:376px) {
    .billing_block2 .input-field p span {
        font-size: 14px
    }

        .billing_block2 .input-field p span.price_navy {
            font-size: 23px
        }
}

@media only screen and (max-width:321px) {
    .billing_block2 .input-field p span {
        font-size: 12px
    }

        .billing_block2 .input-field p span.price_navy {
            font-size: 18px
        }
}

.wishlist {
    margin-bottom: 60px
}

    .wishlist table thead tr th.stock_status {
        text-align: center
    }

    .wishlist table tbody tr .stock {
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        padding-top: 46px;
        color: #e41d2e;
        font: 400 24px KingCoolKC
    }

    .wishlist table tbody tr td.add_to_cart .add_cart {
        font: 400 24px MouseMemoirsRegular;
        cursor: pointer;
        background: url(../images/icon/background_filter_now.png) no-repeat;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        background-size: 150px;
        float: right;
        margin-top: 40px;
        transition: all .3s ease;
        padding: 13px 55px 27px 30px
    }

        .wishlist table tbody tr td.add_to_cart .add_cart:active,
        .wishlist table tbody tr td.add_to_cart .add_cart:focus,
        .wishlist table tbody tr td.add_to_cart .add_cart:hover {
            color: #384551
        }

@media only screen and (max-width:775px) and (min-width:667px) {
    #main-container form.wishlist .table-responsive table tbody tr .product-name a span {
        font-size: 16px
    }

    .wishlist table tbody tr .stock {
        font-size: 14px;
        padding-top: 52px
    }

    .wishlist table tbody tr td.add_to_cart .add_cart {
        font: 400 20px MouseMemoirsRegular;
        margin-bottom: 30px;
        background-size: 143px;
        padding-left: 33px
    }
}

@media only screen and (max-width:668px) and (min-width:568px) {
    #main-container form.wishlist .table-responsive table tbody tr .product-name a span {
        font-size: 13px
    }

    .wishlist table tbody tr .stock {
        font-size: 13px;
        padding-top: 52px
    }

    .wishlist table tbody tr td.add_to_cart .add_cart {
        font: 400 18px MouseMemoirsRegular;
        margin-bottom: 30px;
        background-size: 115px;
        padding-left: 25px;
        padding-top: 10px
    }
}

@media only screen and (max-width:569px) {
    .wishlist table tbody tr .stock {
        position: absolute;
        left: 120px;
        padding-top: 35px;
        font: 400 14px KingCoolKC
    }

    .wishlist table tbody tr td.add_to_cart .add_cart {
        position: absolute;
        left: 120px;
        top: 30px;
        font-size: 15px;
        background-size: 100px;
        padding-top: 9px;
        padding-left: 24px
    }
}

@media only screen and (max-width:321px) {
    #main-container form.wishlist .table-responsive table tbody tr .stock {
        font-size: 12px
    }

    #main-container form.wishlist .table-responsive table tbody tr .product-name a span {
        position: absolute;
        left: 92px
    }

    .wishlist table tbody tr .stock {
        position: absolute;
        left: 112px
    }

    .wishlist table tbody tr td.add_to_cart .add_cart {
        left: 112px;
        top: 32px
    }
}

.track_order {
    margin-top: 77px;
    margin-bottom: 77px;
    text-align: center
}

    .track_order .page-title {
        margin-bottom: 50px
    }

        .track_order .page-title p {
            font: 400 18px BellGothicStdLight;
            color: #384551
        }

    .track_order .track-order .input-field label {
        display: inherit;
        max-width: 100%;
        color: #384551;
        font: 400 24px MouseMemoirsRegular;
        text-transform: uppercase
    }

    .track_order .track-order .input-field input {
        width: 430px;
        height: 40px;
        border: 1px solid #b5b5b5;
        margin-bottom: 22px;
        color: #384551
    }

    .track_order .track-order .input-field .submit {
        background: url(../images/products/product_detail/background_add_card.png) no-repeat;
        border: none;
        text-transform: uppercase;
        font: 400 24px MouseMemoirsRegular;
        background-size: 150px 58px;
        color: #fff;
        padding: 15px 46px 17px 30px
    }

        .track_order .track-order .input-field .submit:active,
        .track_order .track-order .input-field .submit:focus,
        .track_order .track-order .input-field .submit:hover {
            color: #384551
        }

@media only screen and (max-width:774px) {
    .track_order .page-title {
        margin-bottom: 22px
    }

        .track_order .page-title p {
            font: 400 15px BellGothicStdLight;
            color: #384551
        }

    .track_order .input-field label {
        font: 400 20px MouseMemoirsRegular
    }
}

@media only screen and (max-width:641px) {
    .track_order .page-title p {
        font: 400 12px BellGothicStdLight;
        color: #384551
    }

    .track_order .input-field label {
        font: 400 16px MouseMemoirsRegular !important
    }

    .track_order .track-order .input-field .submit {
        font: 400 20px MouseMemoirsRegular;
        padding-left: 35px;
        padding-top: 14px;
        background-size: 144px 55px
    }
}

@media only screen and (max-width:480px) {
    .track_order {
        margin-top: 45px;
        margin-bottom: 50px
    }

        .track_order .page-title p {
            font: 400 11px BellGothicStdLight;
            color: #384551
        }

        .track_order .input-field input {
            width: 100% !important;
            height: 35px !important
        }

        .track_order .input-field label {
            font: 400 14px MouseMemoirsRegular !important
        }

        .track_order .track-order .input-field .submit {
            font: 400 20px MouseMemoirsRegular;
            padding-left: 35px;
            padding-top: 14px;
            background-size: 144px 55px
        }
}

.main_content_order {
    text-align: center
}

    .main_content_order .bag {
        display: inline-block !important
    }

    .main_content_order img {
        margin-top: 55px
    }

    .main_content_order p.thank {
        font: 400 36px MouseMemoirsRegular;
        color: #384551;
        margin-top: 50px;
        margin-bottom: 55px
    }

    .main_content_order .buttons {
        text-transform: uppercase;
        margin-bottom: 136px
    }

        .main_content_order .buttons .home {
            text-decoration: none;
            color: #fff
        }

            .main_content_order .buttons .home span {
                font: 400 30px MouseMemoirsRegular;
                background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
                background-size: 230px 70px;
                padding: 15px 120px 30px 65px
            }

                .main_content_order .buttons .home span:active,
                .main_content_order .buttons .home span:focus,
                .main_content_order .buttons .home span:hover {
                    background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                    background-size: 230px 70px
                }

        .main_content_order .buttons .shopping {
            text-decoration: none
        }

            .main_content_order .buttons .shopping span {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                color: #fff;
                font: 400 30px MouseMemoirsRegular;
                background-size: 252px 70px;
                padding: 15px 65px 84px 40px
            }

                .main_content_order .buttons .shopping span:active,
                .main_content_order .buttons .shopping span:focus,
                .main_content_order .buttons .shopping span:hover {
                    background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
                    background-size: 252px 70px
                }

@media only screen and (min-width:480px) and (max-width:600px) {
    .main_content_order p.thank {
        font: 400 28px MouseMemoirsRegular !important
    }

    .main_content_order .buttons .home span {
        font: 400 25px MouseMemoirsRegular;
        background-size: 175px 62px;
        padding-top: 15px;
        padding-left: 46px
    }

        .main_content_order .buttons .home span:active,
        .main_content_order .buttons .home span:focus,
        .main_content_order .buttons .home span:hover {
            background-size: 175px 62px
        }

    .main_content_order .buttons .shopping span {
        font: 400 25px MouseMemoirsRegular;
        background-size: 203px 62px;
        padding-left: 30px;
        padding-right: 34px
    }

        .main_content_order .buttons .shopping span:active,
        .main_content_order .buttons .shopping span:focus,
        .main_content_order .buttons .shopping span:hover {
            background-size: 203px 62px
        }
}

@media only screen and (min-width:359px) and (max-width:480px) {
    .main_content_order p.thank {
        font: 400 24px MouseMemoirsRegular !important
    }

    .main_content_order .buttons .home span {
        font: 400 22px MouseMemoirsRegular;
        background-size: 138px 65px;
        padding-top: 17px;
        padding-left: 35px;
        padding-right: 75px
    }

        .main_content_order .buttons .home span:active,
        .main_content_order .buttons .home span:focus,
        .main_content_order .buttons .home span:hover {
            background-size: 138px 65px
        }

    .main_content_order .buttons .shopping span {
        font: 400 22px MouseMemoirsRegular;
        background-size: 164px 62px;
        padding-left: 20px;
        padding-right: 20px
    }

        .main_content_order .buttons .shopping span:active,
        .main_content_order .buttons .shopping span:focus,
        .main_content_order .buttons .shopping span:hover {
            background-size: 164px 62px
        }
}

@media only screen and (max-width:321px) {
    .main_content_order p.thank {
        font: 400 24px MouseMemoirsRegular !important
    }

    .main_content_order .buttons .home span {
        font: 400 22px MouseMemoirsRegular;
        background-size: 165px 60px;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        display: block;
        width: 100%;
        background-position-x: 62px;
        margin-bottom: 30px
    }

        .main_content_order .buttons .home span:active,
        .main_content_order .buttons .home span:focus,
        .main_content_order .buttons .home span:hover {
            background-size: 165px 60px
        }

    .main_content_order .buttons .shopping span {
        font: 400 22px MouseMemoirsRegular;
        background-size: 164px 62px;
        padding-left: 20px;
        padding-right: 20px
    }

        .main_content_order .buttons .shopping span:active,
        .main_content_order .buttons .shopping span:focus,
        .main_content_order .buttons .shopping span:hover {
            background-size: 164px 62px
        }
}

.content_main_aboutus {
    margin-bottom: 0
}

.about_info {
    text-align: center;
    margin-top: 20px
}

    .about_info p {
        line-height: 24px;
        color: #888;
        font: 400 16px BellGothicStdLight
    }

        .about_info p.topiary {
            padding-top: 30px
        }

        .about_info p.share {
            padding-top: 70px
        }

        .about_info p .share_this {
            padding-top: 160px;
            color: #384551;
            font: 400 24px MouseMemoirsRegular;
            text-transform: uppercase
        }

        .about_info p .img_conn a img {
            padding-left: 25px;
            transform: translate(0, 0);
            transition: all .3s ease
        }

            .about_info p .img_conn a img:active,
            .about_info p .img_conn a img:focus,
            .about_info p .img_conn a img:hover {
                transform: translate(0, 5px)
            }

.service_about ul li {
    border: 1px solid #ecf0f1
}

    .service_about ul li h3 {
        color: #384551;
        font: 400 30px MouseMemoirsRegular
    }

    .service_about ul li p {
        color: #888;
        font: 400 16px BellGothicStdLight;
        padding-bottom: 40px
    }

    .service_about ul li:hover {
        background: #f9f9f9
    }

    .service_about ul li .icon-wrap-icon {
        padding-top: 45px;
        height: 20px;
        padding-bottom: 70px
    }

.about_us h2 {
    color: #384551;
    font: 400 48px MouseMemoirsRegular;
    padding-bottom: 22px
}

.about_us .accordion .panel-group .panel-heading {
    background: 0 0;
    border-bottom: 1px solid #e9e9ea;
    padding-left: 0 !important
}

    .about_us .accordion .panel-group .panel-heading h4 a {
        font: 400 24px MouseMemoirsRegular;
        color: #384551
    }

.about_us .accordion .panel-group .panel-collapse .panel-body {
    color: #888;
    font: 400 16px BellGothicStdLight
}

.about_our {
    margin-top: 60px;
    margin-bottom: 80px
}

.out_skill h2 {
    color: #384551;
    font: 400 48px MouseMemoirsRegular;
    padding-bottom: 30px
}

.out_skill .bar-chart .progress-title small {
    color: #384551;
    text-transform: capitalize;
    font: 400 14px KingCoolKC
}

.out_skill .bar-chart .progress-title .text-success {
    float: right;
    color: #384551;
    font: 400 14px KingCoolKC
}

.title-member h3 {
    color: #384551;
    font: 400 48px MouseMemoirsRegular;
    text-align: center;
    background: url(../images/products/line_all_category.png) center 32px no-repeat;
    text-transform: uppercase;
    background-position-y: 35px;
    line-height: 0;
    padding-bottom: 70px;
    background-position-x: 50%
}

.team-members .merber {
    height: 465px;
    overflow: hidden;
    margin-bottom: 30px
}

    .team-members .merber .social-member {
        height: 58px;
        text-align: center
    }

        .team-members .merber .social-member ul {
            display: block;
            margin-left: 0;
            padding-left: 0;
            text-align: center
        }

            .team-members .merber .social-member ul li {
                display: inline-block
            }

                .team-members .merber .social-member ul li a {
                    font-size: 20px;
                    margin: 0 10px;
                    line-height: 56px;
                    color: #212121
                }

                    .team-members .merber .social-member ul li a.behance i,
                    .team-members .merber .social-member ul li a.dribbble i,
                    .team-members .merber .social-member ul li a.facebook i,
                    .team-members .merber .social-member ul li a.pinterest i,
                    .team-members .merber .social-member ul li a.twitter i {
                        font-size: 28px
                    }

                        .team-members .merber .social-member ul li a.facebook i:active,
                        .team-members .merber .social-member ul li a.facebook i:focus,
                        .team-members .merber .social-member ul li a.facebook i:hover,
                        .team-members .merber .social-member ul li a.twitter i:active,
                        .team-members .merber .social-member ul li a.twitter i:focus,
                        .team-members .merber .social-member ul li a.twitter i:hover {
                            color: #337ab7
                        }

                        .team-members .merber .social-member ul li a.pinterest i:active,
                        .team-members .merber .social-member ul li a.pinterest i:focus,
                        .team-members .merber .social-member ul li a.pinterest i:hover {
                            color: #c71806
                        }

                        .team-members .merber .social-member ul li a.behance i:active,
                        .team-members .merber .social-member ul li a.behance i:focus,
                        .team-members .merber .social-member ul li a.behance i:hover {
                            color: #115efa
                        }

                        .team-members .merber .social-member ul li a.dribbble i:active,
                        .team-members .merber .social-member ul li a.dribbble i:focus,
                        .team-members .merber .social-member ul li a.dribbble i:hover {
                            color: #ec4a89
                        }

    .team-members .merber .title-merber .name {
        color: #384551;
        font: 400 24px MouseMemoirsRegular;
        margin-bottom: 3px;
        margin-top: 22px
    }

    .team-members .merber .title-merber .job {
        color: #e41d2e;
        font: 400 14px KingCoolKC
    }

    .team-members .merber .images-merber,
    .team-members .merber .social-member {
        transform: translate3d(0, -58px, 0);
        transition: all .5s ease-out
    }

        .team-members .merber .images-merber img {
            min-width: 100%
        }

    .team-members .merber .title-merber {
        height: 60px;
        text-align: center;
        display: block;
        transform: translate3d(0, -75px, 0);
        transition: all .5s ease-out
    }

    .team-members .merber:hover .images-merber,
    .team-members .merber:hover .social-member,
    .team-members .merber:hover .title-merber {
        transform: translate3d(0, 0, 0)
    }

@media only screen and (max-width:775px) {
    .title-member h3 {
        padding-bottom: 100px;
        font-size: 40px
    }

    .team-members .merber {
        text-align: center;
        height: auto;
        margin-bottom: 0
    }
}

@media only screen and (max-width:600px) {
    .service_about {
        margin-left: 30px;
        margin-right: 30px
    }

        .service_about ul li {
            width: 100%;
            margin-bottom: 20px
        }
}

@media only screen and (max-width:434px) {
    .about_info {
        margin-top: 40px;
        margin-bottom: 40px
    }

        .about_info p {
            font-size: 13px
        }

            .about_info p .img_conn a img {
                padding-left: 10px;
                height: 27px;
                width: 35px
            }
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background: #e41e2e !important;
    background: -webkit-linear-gradient(left, #e41e2e, #e56c4a) !important;
    background: -o-linear-gradient(right, #e41e2e, #e56c4a) !important;
    background: -moz-linear-gradient(right, #e41e2e, #e56c4a) !important;
    background: linear-gradient(to right, #e41e2e, #e56c4a) !important
}

.progress-bar-success {
    background-color: none !important
}

.progress {
    height: 15px !important;
    border-radius: 0 !important
}

@media only screen and (min-width:1199px) {
    .signin {
        padding-left: 30px
    }
}

.signin h2.heading-title {
    color: #384551;
    font: 400 36px MouseMemoirsRegular;
    background: url(../images/products/line_all_category.png) 0 78% no-repeat;
    background-position-y: 46px;
    padding-bottom: 0px;
    text-transform: uppercase
}

.signin p {
    color: #888;
    font: 400 15px BellGothicStdLight
}

.signin .social-signin {
    margin-bottom: 10px
}

    .signin .social-signin a {
        padding: 14px 32px;
        color: #fff;
        font: 400 14px KingCoolKC;
        text-decoration: none
    }

        .signin .social-signin a.facebook {
            background-color: #3b5998
        }

            .signin .social-signin a.facebook:active,
            .signin .social-signin a.facebook:focus,
            .signin .social-signin a.facebook:hover {
                background: #55acee
            }

        .signin .social-signin a.twitter {
            margin-left: 5px;
            background-color: #55acee
        }

            .signin .social-signin a.twitter:active,
            .signin .social-signin a.twitter:focus,
            .signin .social-signin a.twitter:hover {
                background: #3b5998
            }

.signin .input-field label {
    color: #384551;
    font: 400 18px MouseMemoirsRegular;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 4px
}

    .signin .input-field label span.star {
        color: red
    }

.signin .input-field input.input-text {
    border: 1px solid #b5b5b5;
    font: 400 14px BellGothicStdLight;
    padding-left: 20px;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    color: #384551
}

.signin .input-field .checkbox {
    display: inline-block
}

    .signin .input-field .checkbox label {
        color: #888;
        font: 400 14px BellGothicStdLight;
        text-transform: capitalize;
        position: relative;
        padding-left: 30px
    }

        .signin .input-field .checkbox label:before {
            content: "";
            width: 20px;
            height: 20px;
            border: 1px solid #B5B5B5;
            display: block;
            position: absolute;
            left: 0
        }

    .signin .input-field .checkbox input {
        display: none
    }

        .signin .input-field .checkbox input:checked + label:before {
            content: "\f00c";
            display: inline-block;
            font: 400 16px FontAwesome;
            color: #384551
        }

.signin .input-field a {
    text-decoration: none
}

    .signin .input-field a.fogot {
        float: right;
        font: 400 14px BellGothicStdLight;
        color: #e41d2e;
        line-height: 1.2;
        text-align: left;
        padding-top: 15px
    }

        .signin .input-field a.fogot:hover {
            color: #384551
        }

.signin .input-field .input-submit {
    margin-top: 30px
}

    .signin .input-field .input-submit a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font: 400 24px MouseMemoirsRegular;
        background: url(../images/products/product_detail/background_add_card.png) no-repeat;
        background-size: 150px 60px;
        padding: 15px 40px 20px 28px
    }

        .signin .input-field .input-submit a:active,
        .signin .input-field .input-submit a:focus,
        .signin .input-field .input-submit a:hover {
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 150px 60px
        }

.register {
    margin-bottom: 148px;
    padding-right: 30px
}

    .register p {
        padding-bottom: 0px;
    }

    .register input:checked + label:before {
        color: #e41d2e !important
    }

    .register .input-submit {
        margin-bottom: 40px;
        margin-top: 10px !important
    }

    .register .signup-today .input-field .checkbox label {
        color: #384551;
        font: 400 14px BellGothicStdBlack
    }

@media only screen and (max-width:480px) {
    .signin {
        padding-left: 0
    }

        .signin h2.heading-title {
            font-size: 28px;
            background-position-y: 32px
        }

        .signin .social-signin a {
            width: 100%;
            display: block;
            text-align: center;
            /*margin-bottom:20px */
        }

            .signin .social-signin a.twitter {
                margin-left: 0
            }

        .signin .social-signin a {
            padding: 0px;
        }
}

@media only screen and (max-width:900px) {
    .signin h2.heading-title {
        margin-top: 70px
    }
}

@media only screen and (max-width:361px) {
    .signin h2.heading-title {
        font-size: 25px;
        background-position-y: 35px
    }
}

.main_content_404 {
    text-align: center
}

    .main_content_404 .p404 {
        margin-top: 65px;
        color: #e41d2e;
        font: 400 250px MouseMemoirsRegular;
        line-height: 185px
    }

    .main_content_404 p.note {
        color: #384551;
        font: 400 48px KingCoolKC
    }

    .main_content_404 p.solution {
        padding-top: 45px;
        padding-bottom: 45px
    }

        .main_content_404 p.solution .please {
            color: #e41d2e;
            font: 400 18px BellGothicStdLight;
            padding-right: 24px
        }

        .main_content_404 p.solution .home_page a {
            color: #fff;
            font: 400 24px MouseMemoirsRegular;
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 156px 60px;
            text-decoration: none;
            border: 0;
            padding: 15px 45px 20px 38px
        }

            .main_content_404 p.solution .home_page a:active,
            .main_content_404 p.solution .home_page a:focus,
            .main_content_404 p.solution .home_page a:hover {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                color: #384551;
                background-size: 156px 60px
            }

    .main_content_404 .input-group {
        width: 65%;
        margin-left: 18%;
        height: 55px;
        margin-bottom: 130px;
        background: url(../images/blog/background_input_404.png) no-repeat;
        background-size: 100%
    }

        .main_content_404 .input-group input {
            background: 0 0;
            border: none;
            padding-top: 34px;
            box-shadow: none;
            font: 400 18.35px KingCoolKC;
            padding-left: 20px;
            color: #384551;
            padding-bottom: 10px;
            opacity: .5
        }

        .main_content_404 .input-group span button {
            margin-left: -1px;
            background: 0 0;
            border: none;
            color: #fff;
            font: 400 26px MouseMemoirsRegular;
            text-transform: uppercase;
            padding: 12px 55px 15px 77px
        }

            .main_content_404 .input-group span button:active,
            .main_content_404 .input-group span button:focus,
            .main_content_404 .input-group span button:hover {
                box-shadow: none;
                outline: 0;
                background: 0 0;
                color: #384551
            }

@media only screen and (max-width:1190px) {
    .main_content_404 .input-group span button {
        padding-top: 4px;
        padding-right: 40px
    }
}

@media only screen and (max-width:800px) {
    .main_content_404 .p404 {
        font-size: 220px
    }

    .main_content_404 p.note {
        font-size: 38px
    }

    .main_content_404 .input-group {
        background-size: 100% 52px
    }

        .main_content_404 .input-group input {
            padding-top: 30px
        }

        .main_content_404 .input-group span button {
            padding-right: 25px;
            font-size: 22px
        }
}

@media only screen and (max-width:600px) {
    .main_content_404 .p404 {
        margin-top: 0;
        font-size: 220px
    }

    .main_content_404 p.note {
        font-size: 30px
    }

    .main_content_404 .input-group {
        background-size: 100% 52px;
        margin-left: 10%;
        width: 80%;
        margin-bottom: 80px
    }

        .main_content_404 .input-group span button {
            font-size: 20px
        }
}

@media only screen and (max-width:480px) {
    .main_content_404 .p404 {
        font-size: 200px
    }

    .main_content_404 p.note {
        font-size: 24px
    }

    .main_content_404 p.solution {
        padding-top: 15px;
        padding-bottom: 60px
    }

        .main_content_404 p.solution span.home_page {
            display: block;
            margin-top: 25px
        }

    .main_content_404 .input-group {
        background-size: 100% 50px;
        margin-left: 2%;
        width: 98%
    }

        .main_content_404 .input-group span button {
            font-size: 18px;
            padding-right: 18%
        }
}

@media only screen and (max-width:361px) {
    .main_content_404 p.note {
        font-size: 22px
    }

    .main_content_404 p.solution .please {
        font-size: 16px
    }

    .main_content_404 p.solution .home_page a {
        font-size: 22px;
        background-size: 140px 60px;
        width: 100%;
        padding-left: 38px;
        padding-right: 36px;
        text-align: center
    }

    .main_content_404 .input-group {
        background-size: 100% 45px
    }

        .main_content_404 .input-group input {
            padding-top: 26px
        }

        .main_content_404 .input-group span button {
            padding-top: 0;
            padding-right: 13%
        }
}

@media only screen and (max-width:321px) {
    .main_content_404 .p404 {
        font-size: 170px;
        line-height: 150px
    }

    .main_content_404 p.note {
        font-size: 20px
    }

    .main_content_404 p.solution .please {
        font-size: 14px
    }

    .main_content_404 p.solution .home_page a {
        font-size: 20px;
        background-size: 125px 55px;
        width: 100%;
        padding-left: 34px;
        padding-right: 28px;
        text-align: center
    }

    .main_content_404 .input-group {
        background-size: 100% 45px
    }

        .main_content_404 .input-group input {
            padding-top: 26px
        }

        .main_content_404 .input-group span button {
            padding-top: 0;
            padding-right: 12%;
            font-size: 15px
        }
}

.toggle-content h3 {
    color: #e41d2e;
    padding-left: 15px;
    font: 400 36px MouseMemoirsRegular
}

.toggle-content p {
    color: #888;
    font: 400 15px BellGothicStdLight
}

.toggle {
    margin-top: 15px
}

    .toggle ul {
        list-style: none;
        margin-bottom: 95px
    }

        .toggle ul li {
            position: relative
        }

            .toggle ul li:active .toggle-content {
                display: block
            }

            .toggle ul li:before {
                position: absolute;
                content: "\f0da";
                font: 400 16px FontAwesome;
                color: #888;
                left: 30px;
                top: 15px
            }

            .toggle ul li a {
                color: #888;
                font: 400 14px/48px KingCoolKC;
                text-decoration: none;
                border-bottom: 1px solid #e0e0e0;
                border-right: 1px solid #e0e0e0;
                margin-left: 50px;
                display: block
            }

                .toggle ul li a.a_end {
                    border-bottom: none !important
                }

                .toggle ul li a.active {
                    border-right: none !important;
                    font: 400 14px/48px BellGothicStdBlack;
                    color: #384551
                }

.color_text,
.now_to {
    color: #fff
}

@media only screen and (min-width:600px) and (max-width:1199px) {
    .toggle ul {
        margin-bottom: 80px
    }

        .toggle ul li:before {
            top: 22px
        }
}

@media only screen and (max-width:991px) {
    .toggle ul li:before {
        top: 22px
    }

    .toggle ul li a,
    .toggle ul li a.active {
        line-height: 18px;
        padding: 20px
    }
}

@media only screen and (max-width:767px) {
    .toggle {
        min-height: 900px;
        margin-bottom: 10px
    }

        .toggle ul {
            padding-left: 0;
            margin-bottom: 0
        }

    .toggle-content {
        padding: 20px 15px 10px
    }
}

@media only screen and (max-width:480px) {
    .toggle {
        min-height: 1120px
    }
}

@media only screen and (max-width:361px) {
    .toggle-content h3 {
        font-size: 34px
    }

    .toggle {
        min-height: 1200px
    }
}

.we_ship {
    font: 400 73.07px KingCoolKC;
    line-height: 0
}

.globally {
    font: 400 224.74px KingCoolKC;
    line-height: 270px
}

.now_to {
    font: 400 71.17px KingCoolKC;
    line-height: 75px
}

    .now_to .number_contries {
        color: #00b5b5 !important;
        text-shadow: 2px 2px 2px #e49dc7
    }

.entire_site,
.free_shipping,
.number_off,
.up_to {
    color: #fff;
    text-shadow: 2px 2px 2px #e49dc7
}

.free_shipping {
    font: 400 25px BellGothicStdBlack;
    line-height: 20px
}

.entire_site {
    font: 400 120.42px KingCoolKC;
    line-height: 100px
}

.up_to {
    font: 400 36px KingCoolKC;
    line-height: 12px
}

.number_off {
    font: 400 28px KingCoolKC;
    text-transform: uppercase;
    line-height: 25px
}

.slide_v2 .and,
.slide_v2 .jackets,
.slide_v2 .note_slide2,
.slide_v2 .shop_now {
    text-shadow: 2px 2px 2px #fadcca
}

.slide_v2 .coats {
    line-height: 0
}

.slide_v2 .and {
    color: #384551;
    font: 400 83.92px KingCoolKC;
    line-height: 75px
}

.slide_v2 .note_slide2 {
    line-height: 40px !important
}

.slide_v2 .shop_now {
    color: #384551;
    font: 400 30px KingCoolKC;
    line-height: 30px
}

.slide_v2 .jackets {
    color: #384551;
    font: 400 163px MouseMemoirsRegular;
    line-height: 150px
}

.slide_v2 .note_slide2 {
    color: #e41d2e;
    font: 400 37.95px KingCoolKC;
    text-transform: uppercase;
    letter-spacing: 2px
}

.slide_v2 .look_to {
    color: #fff;
    font: 400 68.33px KingCoolKC;
    text-shadow: 2px 2px 2px #7fbdde;
    line-height: 57px
}

.slide_v2 .girls {
    color: #fff;
    font: 272.92px MouseMemoirsRegular;
    text-shadow: 8px 8px 8px #011fb9;
    line-height: 0
}

.slide_v2 .note_slide1 {
    color: #fff;
    font: 400 28.09px KingCoolKC;
    letter-spacing: 2px;
    text-transform: 2px 2px 2px #67b9e6
}

.slide-v3 .and,
.slide-v3 .jackets {
    color: #384551;
    text-shadow: 2px 2px 2px #fadcca
}

.slide_v2 .note_slide1 .font_diferent {
    font: 400 28.09px BellGothicStdBlack
}

.slide_v2 .line_slide {
    box-shadow: 8px 8px 8px #81bee6;
    line-height: 0
}

.slide-v3 .coats {
    line-height: 0
}

.slide-v3 .and {
    font: 400 83.92px KingCoolKC;
    line-height: 75px
}

.slide-v3 .jackets {
    font: 400 163px MouseMemoirsRegular;
    line-height: 150px
}

.slide-v3 .note_slide2 {
    color: #e41d2e;
    font: 400 37.95px KingCoolKC;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px #fadcca;
    line-height: 55px !important
}

.product-img-box img {
    width: 100%
}

.product-img-box .product-thumb .thumb-content {
    margin-top: 20px;
    width: 100%;
    list-style: none;
    padding-left: 0;
    text-align: center
}

    .product-img-box .product-thumb .thumb-content li.thumb {
        display: inline-block;
        width: 20%;
        float: left;
        padding-right: 15px;
        margin-bottom: 20px
    }

        .product-img-box .product-thumb .thumb-content li.thumb a {
            display: inline-block
        }

            .product-img-box .product-thumb .thumb-content li.thumb a img {
                width: 100%
            }

    .product-img-box .product-thumb .thumb-content li:nth-child(4n+1) {
        padding-left: 0;
        padding-right: 15px
    }

    .product-img-box .product-thumb .thumb-content li:nth-child(4n+2),
    .product-img-box .product-thumb .thumb-content li:nth-child(4n+3) {
        padding-left: 5px;
        padding-right: 10px
    }

    .product-img-box .product-thumb .thumb-content li:nth-child(4n+4) {
        padding-left: 10px;
        padding-right: 5px
    }

    .product-img-box .product-thumb .thumb-content li:nth-child(4n+5) {
        padding-left: 15px;
        padding-right: 0
    }

.caption_v2_product_detail {
    padding-bottom: 80px
}

    .caption_v2_product_detail .size_product .text_size {
        font-family: MouseMemoirsRegular;
        font-size: 24px;
        color: #384551;
        float: left;
        text-transform: uppercase
    }

    .caption_v2_product_detail .size_product ul {
        display: block;
        list-style: none;
        margin-left: 23px;
        margin-bottom: 15px !important
    }

        .caption_v2_product_detail .size_product ul li {
            position: relative;
            height: 36px;
            width: 36px;
            border: 1px solid #b5b5b5;
            border-radius: 36px;
            margin-right: 8px
        }

            .caption_v2_product_detail .size_product ul li a {
                position: absolute;
                text-decoration: none;
                color: #b5b5b5;
                font-family: KingCoolKC;
                font-size: 14px;
                text-transform: uppercase;
                left: 12px;
                top: 8px
            }

            .caption_v2_product_detail .size_product ul li.text_diferent a {
                left: 8px;
                top: 8px
            }

.hover_li ul li:hover {
    background-color: #b5b5b5
}

    .hover_li ul li:hover a {
        color: #fff
    }

.img_thumb {
    width: 18%;
    height: 100%
}

.contact_product_detail_11 {
    background: url(../images/products/product_detail/line_contact_ProDetail.png) 0 78% no-repeat;
    background-position-y: 102px;
    padding-bottom: 25px
}

.color_pro ul li {
    position: relative
}

    .color_pro ul li:before {
        position: absolute;
        content: "\f00c";
        font-family: FontAwesome;
        top: 8px;
        left: 11px;
        color: #fff;
        opacity: 0
    }

    .color_pro ul li.blue {
        background-color: #384551;
        border-color: #384551
    }

    .color_pro ul li.black {
        background-color: #353438;
        border-color: #353438
    }

    .color_pro ul li.brown {
        background-color: #692a3b;
        border-color: #692a3b
    }

    .color_pro ul li.green {
        background-color: #6f750a;
        border-color: #6f750a
    }

    .color_pro ul li.pink {
        background-color: #f56060;
        border-color: #f56060
    }

    .color_pro ul li.yellow {
        background-color: #f5cd60;
        border-color: #f5cd60
    }

    .color_pro ul li.violet {
        background-color: #b160f5;
        border-color: #b160f5
    }

    .color_pro ul li:hover:active,
    .color_pro ul li:hover:before {
        opacity: 1
    }

.quantity_product {
    background: url(../images/products/product_detail/line_contact_ProDetail.png) 0 100% no-repeat;
    background-position-y: 65px;
    padding-bottom: 35px;
    position: relative
}

    .quantity_product ul .reduces {
        background-color: #bcbcbc;
        position: relative
    }

        .quantity_product ul .increase i,
        .quantity_product ul .reduces i {
            position: absolute;
            color: #fff !important;
            top: 10px;
            left: 11px
        }

    .quantity_product ul .increase {
        background-color: #bcbcbc;
        margin-left: 89px !important
    }

    .quantity_product .product-signle-options {
        padding-left: 0px
    }

    .quantity_product .fa {
        color: #384551;
        padding-left: 11px;
        padding-right: 8px;
        height: 36px;
        width: 36px;
        background: #bcbcbc;
        padding-top: 11px;
        border: 1px solid #bcbcbc;
        border-radius: 36px;
        font-size: 15px;
    }

    .quantity_product .minus {
        margin-right: 3px;
        cursor: pointer
    }

    .quantity_product .plus {
        margin-left: 3px;
        cursor: pointer
    }

.share_this {
    padding-top: 10px
}

.quantity {
    color: #0b0606
}

    .quantity input,
    .select {
        width: 123px;
        height: 36px;
        line-height: 34px;
        border: 1px solid #b5b5b5;
        border-radius: 10px;
        text-align: center
    }

    .quantity .number_product {
        border: none !important
    }

.glat1_quantity {
    margin-top: 55px
}

    .glat1_quantity a:focus,
    .glat1_quantity a:hover {
        text-decoration: none !important
    }

.share_this .img_conn a img {
    margin-right: 28px
}

.customer_buy_add {
    margin-top: 17px
}

    .customer_buy_add ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .customer_buy_add ul li {
            float: left;
            color: #fff;
            font-family: MouseMemoirsRegular;
            font-size: 30px;
            text-transform: uppercase;
            height: 73px;
            padding-top: 10px;
            text-align: center
        }

            .customer_buy_add ul li.add_cart {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                width: 175px;
                margin-right: 20px;
                font-size: 20px;
                text-align: center;
                padding-top: 15px;
            }

            .customer_buy_add ul li.add_cp_text {
                color: #62788d;
                margin-right: 5px;
                font-size: 20px;
                text-align: center;
                padding-top: 15px;
            }

            .customer_buy_add ul li.add_cp_btn {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                background-size: 100% 50px !important;
                font-size: 20px;
                text-align: center;
                padding: 10px 10px;
                margin-top: 10px;
            }

                .customer_buy_add ul li.add_cp_btn:hover {
                    background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat !important;
                    background-size: 100% 50px !important;
                    display: inline-block;
                    cursor: pointer;
                }

            .customer_buy_add ul li.add_cp_result {
                padding-top: 20px;
                margin-left: 10px;
                font-size: 20px;
            }

            .customer_buy_add ul li.add_cp_result_detail {
                padding-top: 10px;
                margin-left: 10px;
                font-size: 20px;
            }


            .customer_buy_add ul li.add_cart a {
                text-decoration: none;
                color: #fff;
                font-size: 20px;
            }

            .customer_buy_add ul li.add_cart div {
                color: #fff;
                font-size: 20px;
                border: none;
                background: none;
                align-items: center;
                justify-content: center;
                text-transform: uppercase;
                display: block;
            }

            .customer_buy_add ul li.add_cart:hover {
                background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat !important;
                background-size: 100% 73px !important;
                display: inline-block;
                cursor: pointer;
            }

.calculate_shipping {
    background: url(../images/products/product_detail/background_add_card.png) no-repeat;
    background-size: 70% 73px !important;
    font-size: 20px;
    text-align: center;
    color: white;
}

.customer_buy_add ul li.add_wishlist {
    background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
    width: 200px
}

    .customer_buy_add ul li.add_wishlist a {
        text-decoration: none;
        color: #fff
    }

    .customer_buy_add ul li.add_wishlist:hover {
        background: url(../images/products/product_detail/background_add_card.png) no-repeat;
        background-size: 100% 73px
    }

.filter_pro_11 {
    background: url(../images/products/product_detail/line_thwart.jpg) 0 100% no-repeat;
    padding-bottom: 20px;
    display: block !important;
    background-position-y: 700px;
    overflow: hidden
}

    .filter_pro_11 #gallery_01 img {
        border: 1px solid #fff
    }

    .filter_pro_11 .active img {
        border: 1px solid #9ba2a8 !important
    }

    .filter_pro_11 .thumb_11_product_detail {
        margin-top: 5px
    }

.related_products_11 {
    margin-top: 30px;
    margin-bottom: 30px
}

    .related_products_11 .related_product_11 {
        background: url(../images/products/product_detail/line_thwart.jpg) no-repeat;
        padding-top: 70px
    }

.tabs_product_detail {
    margin-bottom: 20px
}

    .tabs_product_detail ul li {
        color: #384551 !important
    }

        .tabs_product_detail ul li a {
            background: 0 0 !important;
            font-family: MouseMemoirsRegular;
            font-size: 30px;
            color: #384551 !important;
            line-height: 35px;
            padding-left: 22px
        }

            .tabs_product_detail ul li a:active,
            .tabs_product_detail ul li a:focus,
            .tabs_product_detail ul li a:hover,
            .tabs_product_detail ul li.action {
                color: #e41d2e !important
            }

        .tabs_product_detail ul li.active a {
            color: #e4022d !important
        }

    .tabs_product_detail .tab-content {
        color: red;
        padding-left: 168px !important;
        background: url(../images/products/product_detail/line_vertical.jpg) repeat-y;
        background-position-x: 90px
    }

        .tabs_product_detail .tab-content .tab-pane h2 {
            color: #e41d2e;
            font-family: MouseMemoirsRegular;
            font-size: 24px;
            padding-bottom: 20px
        }

        .tabs_product_detail .tab-content .tab-pane p {
            color: #888;
            font-family: BellGothicStdLight;
            font-size: 16px;
            line-height: 25px
        }

        .tabs_product_detail .tab-content .tab-pane .shipping {
            color: #384551;
            font-family: BellGothicStdBlack;
            font-size: 16px
        }

.tabs_left_2 img {
    padding-top: 65px
}

.tabs_left_3 .review-content ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

    .tabs_left_3 .review-content ul li {
        margin-bottom: 60px
    }

        .tabs_left_3 .review-content ul li .images {
            display: block;
            width: 60px;
            height: 60px;
            margin-right: 24px;
            float: left
        }

        .tabs_left_3 .review-content ul li.blog_end_tabs3 {
            margin-bottom: 0 !important
        }

        .tabs_left_3 .review-content ul li .name_client {
            position: relative;
            background: url(../images/products/product_detail/line_name_client.png) 0 80% repeat-x;
            margin-left: 84px;
            background-position-y: 28px;
            padding-bottom: 13px
        }

            .tabs_left_3 .review-content ul li .name_client .name {
                font-family: BellGothicStdBlack;
                font-size: 16px;
                text-transform: uppercase;
                margin: 0 25px 0 0;
                display: inline-block
            }

            .tabs_left_3 .review-content ul li .name_client .rating {
                margin-left: 28px;
                font-size: 14px
            }

                .tabs_left_3 .review-content ul li .name_client .rating .fa_start_end {
                    color: #b5b5b5
                }

            .tabs_left_3 .review-content ul li .name_client .time {
                position: absolute;
                font-family: MouseMemoirsRegular;
                font-size: 15px;
                color: #b5b5b5 !important;
                right: 0;
                bottom: 20px;
                height: 20px
            }

                .tabs_left_3 .review-content ul li .name_client .time a {
                    font-family: MouseMemoirsRegular !important;
                    font-size: 15px !important;
                    padding-left: 0;
                    margin-left: 0 !important;
                    color: #e41d2e !important;
                    text-decoration: none;
                    text-transform: uppercase
                }

        .tabs_left_3 .review-content ul li .des-rev {
            margin-left: 84px;
            font-family: BellGothicStdLight;
            font-size: 16px;
            color: #212121
        }

.form-review h3,
.write_a_review {
    font-family: MouseMemoirsRegular
}

.write_a_review {
    margin-top: 30px;
    display: inline-block;
    color: #e41d2e;
    font-size: 18px;
    cursor: pointer
}

.form-review {
    display: none
}

    .form-review h3 {
        font-size: 30px;
        color: #384551
    }

    .form-review form input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #b5b5b5;
        margin-bottom: 30px;
        text-indent: 18px
    }

    .form-review form textarea {
        padding: 10px 0 10px 18px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 30px
    }

    .form-review .submit .rating-rev {
        width: 200px;
        height: 40px;
        line-height: 40px;
        display: block;
        float: left;
        text-align: center;
        border: 1px solid #b5b5b5;
        overflow: hidden;
        position: relative
    }

        .form-review .submit .rating-rev input {
            position: absolute;
            left: -9999px
        }

        .form-review .submit .rating-rev .rating-star {
            width: 112px;
            margin: 0 auto;
            display: block
        }

            .form-review .submit .rating-rev .rating-star .fa {
                color: #3c3c3c;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                transition: all .2s ease-out
            }

                .form-review .submit .rating-rev .rating-star .fa:hover {
                    color: #e38d13
                }

    .form-review .submit .subreview {
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        float: right;
        color: #fff !important;
        border-radius: 20px;
        background-color: red;
        transition: all .5s ease-out
    }

        .form-review .submit .subreview a {
            font-family: MouseMemoirsRegular;
            font-size: 20px;
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            z-index: 9
        }

        .form-review .submit .subreview:hover {
            background: #0f0f0f
        }

.pp_gallery ul {
    display: none !important
}

.pp_hoverContainer {
    position: relative
}

    .pp_hoverContainer a.pp_next {
        background: url(../images/products/product_detail/next_product_detail.png) no-repeat !important;
        position: absolute;
        width: 5% !important;
        right: 0;
        top: 50%
    }

    .pp_hoverContainer a.pp_previous {
        background: url(../images/products/product_detail/prev_product_detail.png) no-repeat !important;
        position: absolute;
        width: 10% !important;
        top: 50%;
        left: 10px
    }

#pp_full_res #fullResImage {
    height: 100% !important;
    width: 100% !important
}

div.pp_default .pp_details {
    position: absolute !important;
    top: 0
}

.pp_fade {
    position: relative
}

    .pp_fade .pp_details {
        position: absolute !important;
        top: 0
    }

        .pp_fade .pp_details .pp_close {
            display: block;
            position: absolute;
            background: url(../images/products/product_detail/pp_close.png) no-repeat !important;
            top: 0;
            z-index: 30000;
            padding-right: 35px;
            padding-bottom: 35px
        }

.text_title_related {
    background-position-x: 325px !important
}

.filter_pro_11 .caption_v2 .title_product a {
    font: 400 30px MouseMemoirsRegular;
    text-transform: uppercase
}

.filter_pro_11 .caption_v2 .price {
    padding-top: 7px;
    padding-bottom: 7px
}

    .filter_pro_11 .caption_v2 .price .price_new {
        font: 400 70px MouseMemoirsRegular
    }

    .filter_pro_11 .caption_v2 .price .price_old {
        font: 400 45px MouseMemoirsRegular
    }

@media only screen and (max-width:1440px) {
    .pp_hoverContainer a.pp_next {
        right: 8px
    }
}

@media only screen and (max-width:1024px) {
    .zoomContainer {
        display: none !important
    }
}

@media only screen and (max-width:900px) {
    .customer_buy_add ul li.add_cart,
    .customer_buy_add ul li.add_wishlist {
        font-size: 24px;
        background-size: 100% 60px
    }

        .customer_buy_add ul li.add_cart,
        .customer_buy_add ul li.add_cart:active,
        .customer_buy_add ul li.add_cart:focus,
        .customer_buy_add ul li.add_cart:hover,
        .customer_buy_add ul li.add_wishlist:active,
        .customer_buy_add ul li.add_wishlist:focus,
        .customer_buy_add ul li.add_wishlist:hover {
            background-size: 100% 60px
        }

    .filter_pro_11 {
        padding-bottom: 0
    }

    .contact_product_detail_11 {
        background-position-y: 155px
    }

    .caption_v2_product_detail .size_product .text_size {
        width: auto
    }

    .caption_v2_product_detail .size_product ul {
        padding-left: 15px
    }

    .share_this .img_conn a img {
        margin-left: 15px;
        margin-right: 5px
    }

    .quantity_product .product-signle-options {
        padding-left: 145px
    }

    .customer_buy_add ul li.add_cart {
        width: 140px
    }

    .customer_buy_add ul li.add_wishlist {
        width: 180px
    }

    .tabs_left_3 .review-content ul li .name_client {
        background: 0 0
    }

        .tabs_left_3 .review-content ul li .name_client .name {
            width: 100%
        }

        .tabs_left_3 .review-content ul li .name_client .time {
            bottom: 40px
        }

        .tabs_left_3 .review-content ul li .name_client .rating {
            margin-left: 0
        }

    .form-review .submit .rating-rev {
        width: 100%;
        margin-bottom: 30px
    }

    .pp_hoverContainer a.pp_next {
        width: 4% !important
    }
}

@media only screen and (max-width:497px) {
    .tabs_product_detail ul {
        width: 100%;
        padding-left: 0
    }

    .tabs_product_detail .tab-content {
        padding-left: 0 !important;
        background: 0 0
    }

    .tabs_product_detail ul li {
        background: #f1f1f1;
        margin-bottom: 10px
    }

        .tabs_product_detail ul li.active a {
            color: #e4022d !important
        }

        .tabs_product_detail ul li a {
            text-align: center
        }

    .pp_hoverContainer a.pp_next {
        width: 6% !important
    }
}

@media only screen and (max-width:480px) {
    .filter_pro_11,
    .review-content ul.review li {
        background: 0 0
    }

    .customer_buy_add ul li.add_cart,
    .customer_buy_add ul li.add_wishlist {
        float: left;
        height: 60px;
        padding-top: 11px;
        background-size: 100%;
        font-size: 22px
    }

    .filter_pro_11 .caption_v2 {
        padding-left: 0;
        margin-right: 15px
    }

        .filter_pro_11 .caption_v2 .price .price_new {
            font-size: 46px
        }

        .filter_pro_11 .caption_v2 .price .price_old {
            font-size: 30px
        }

    .filter_pro_11 .caption_v2_product_detail .size_product ul {
        padding-left: 40px;
        /* margin-top: 15px; */
        text-align: left;
    }

    .filter_pro_11 .caption_v2_product_detail .size_product .text_size {
        /* width: 100%*/
    }

    .filter_pro_11 .caption_v2_product_detail .size_product .product-signle-options .selector-wrapper {
        margin-top: 0px
    }

    .filter_pro_11 .caption_v2_product_detail .title_product a {
        font-size: 26px
    }

    .contact_product_detail_11 {
        font-size: 12px;
        background-position-y: 188px
    }

    .quantity_product {
        background-position-y: 115px
    }

        .quantity_product .product-signle-options {
            padding-left: 0
        }

    .share_this .img_conn a img {
        margin-right: 20px;
        margin-top: 15px
    }

    .customer_buy_add {
        margin-top: 35px
    }

        .customer_buy_add ul li.add_cart {
            width: 140px;
            margin-right: 10px
        }

        .customer_buy_add ul li.add_wishlist {
            width: auto;
            padding-left: 22px;
            padding-right: 23px
        }

    .zoomWrapper img {
        width: 91% !important
    }

    .img_filter #gal1 a img {
        width: 19%
    }

    .tabs_product_detail .tab-content .tab-pane h2 {
        font-size: 22px;
        padding-bottom: 15px
    }

    .tabs_product_detail .tab-content .tab-pane p {
        font-size: 13px
    }

    .best_seller_v3 .title_bestseller .text_tittle {
        font-size: 30px !important
    }

    .tabs_left_3 .review-content ul li .name_client {
        background: 0 0
    }

        .tabs_left_3 .review-content ul li .name_client .name {
            width: 100%
        }

        .tabs_left_3 .review-content ul li .name_client .rating {
            margin-left: 0
        }
}

@media only screen and (max-width:436px) {
    .zoomWrapper img {
        width: 93% !important
    }

    .ordenPrecio {
        text-align: left;
    }
}

@media only screen and (min-width:437px) {

    .ordenPrecio {
        text-align: right;
    }
}

@media only screen and (max-width:376px) {
    .zoomWrapper img {
        width: 92% !important
    }

    .pp_hoverContainer a.pp_next {
        width: 8% !important
    }
}

@media only screen and (max-width:321px) {
    .filter_pro_11 .caption_v2_product_detail .size_product ul {
        padding-left: 0;
        margin-top: 15px
    }

        .filter_pro_11 .caption_v2_product_detail .size_product ul li.text_diferent a {
            left: 6px;
            top: 6px
        }

        .filter_pro_11 .caption_v2_product_detail .size_product ul li.text_large a {
            left: 9px
        }

        .filter_pro_11 .caption_v2_product_detail .size_product ul li a {
            left: 11px;
            top: 6px
        }

    .filter_pro_11 .caption_v2_product_detail .size_product .text_size {
        width: 100%
    }

    .filter_pro_11 .caption_v2_product_detail .size_product .product-signle-options .selector-wrapper {
        margin-top: 50px
    }

    .filter_pro_11 .caption_v2_product_detail .title_product a {
        font-size: 26px
    }

    .img_filter #gal1 a img {
        width: 18%
    }

    .contact_product_detail_11 {
        font-size: 12px;
        background-position-y: 210px
    }

    .caption_v2_product_detail .size_product ul li {
        height: 32px;
        width: 32px
    }

    .customer_buy_add ul li.add_cart,
    .customer_buy_add ul li.add_wishlist {
        float: left;
        font-size: 20px;
        height: 60px;
        padding-top: 9px;
        background-size: 100%
    }

    .color_pro ul li:before {
        top: 6px;
        left: 8px
    }

    .customer_buy_add ul li.add_cart {
        width: 125px;
        margin-right: 10px
    }

    .customer_buy_add ul li.add_wishlist {
        width: auto;
        padding-left: 20px;
        padding-right: 22px
    }

    .zoomWrapper img {
        width: 90% !important
    }

    .pp_hoverContainer a.pp_next {
        right: 10px;
        width: 10% !important
    }
}

.google_map {
    width: 100%;
    height: 470px;
    padding-bottom: 100px;
    margin-bottom: 20px
}

.content-contact {
    text-align: center
}

    .content-contact .item-contact {
        margin-bottom: 10px;
    }

    .content-contact h2 {
        color: #384551;
        font: 400 24px MouseMemoirsRegular
    }

    .content-contact h4 {
        color: #888;
        font: 400 16px BellGothicStdLight
    }

    .content-contact span {
        color: #e41d2e;
        font: 400 14px BellGothicStdBlack
    }

.contact .title-contact,
.titulo {
    color: #384551;
    font: 400 48px MouseMemoirsRegular;
    text-align: center;
    padding-bottom: 20px;
    background: url(../images/products/line_all_category.png) center 62px no-repeat
}

.contact .contact-form .button a span,
.dropdown-menu .menu-menu .title {
    font: 400 30px MouseMemoirsRegular;
    text-transform: uppercase
}

.contact .contact-form .input-field input {
    width: 100%;
    height: 40px;
    color: #384551;
    padding-left: 20px;
    margin-bottom: 25px;
    border: 1px solid #b5b5b5
}

    .contact .contact-form .input-field input:focus {
        outline: #f0f8ff
    }

.contact .contact-form textarea {
    width: 100%;
    color: #384551;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #b5b5b5
}

    .contact .contact-form textarea:focus {
        outline: #f0f8ff
    }

.contact .contact-form .button {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 80px
}

#header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu,
.dropdown-menu .menu-menu {
    margin-bottom: 20px
}

.contact .contact-form .button a {
    text-decoration: none
}

    .contact .contact-form .button a span {
        color: #fff;
        background: url(../images/products/product_detail/background_add_card.png) no-repeat;
        text-align: center;
        background-size: 230px 55px;
        padding: 10px 72px 26px 70px
    }

        .contact .contact-form .button a span:hover {
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 230px 55px
        }

@media only screen and (max-width:480px) {
    .google_map {
        height: 300px
    }
}

@media only screen and (max-width:750px) {
    .google_map {
        height: 400px
    }
}

.linhnguyen-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 10050;
    display: none;
    top: 0;
    left: 0
}

.linhnguyen-modal {
    visibility: hidden;
    text-align: center;
    top: 230px;
    left: 42%;
    margin-left: -300px;
    width: 900px;
    background: #fff;
    position: absolute;
    z-index: 10052;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

    .linhnguyen-modal img {
        width: 100%
    }

    .linhnguyen-modal .close-linhnguyen-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
        font-weight: 700;
        cursor: pointer
    }

        .linhnguyen-modal .close-linhnguyen-modal i {
            font-size: 28px
        }

            .linhnguyen-modal .close-linhnguyen-modal i:active,
            .linhnguyen-modal .close-linhnguyen-modal i:focus,
            .linhnguyen-modal .close-linhnguyen-modal i:hover {
                color: #e4022d
            }

.big-link {
    display: block;
    margin-top: 100px;
    text-align: center;
    font-size: 70px;
    color: #06f
}

#myModal h3 {
    color: #e41d2e;
    font: 400 60px MouseMemoirsRegular;
    padding-top: 60px;
    padding-bottom: 10px
}

#myModal .contact_popup {
    color: #888;
    font: 400 16px BellGothicStdLight;
    padding-bottom: 20px
}

#myModal .input-group {
    border: none;
    background: url(../images/newletter/input_popup.png) no-repeat;
    height: 57px;
    width: 665px;
    background-size: 100% 57px;
    left: 16%;
    margin-bottom: 20px
}

    #myModal .input-group input {
        background: 0 0;
        background-color: none;
        border: none;
        box-shadow: none;
        font: 400 18.35px KingCoolKC;
        padding-top: 14px;
        height: 57px;
        text-transform: uppercase;
        color: #384551
    }

    #myModal .input-group span {
        padding-left: 35px;
        padding-right: 32px
    }

        #myModal .input-group span button {
            border: none;
            background: 0 0;
            background-color: none;
            box-shadow: none;
            padding-top: 0;
            color: #fff;
            font: 400 26px MouseMemoirsRegular;
            outline: #f0f8ff
        }

            #myModal .input-group span button:active,
            #myModal .input-group span button:focus,
            #myModal .input-group span button:hover {
                color: #384551
            }

#myModal .checkbox_popup input {
    display: none;
    border: none
}

    #myModal .checkbox_popup input:checked + label:after {
        content: "\f00c";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px;
        color: #212121;
        position: absolute;
        top: 15%;
        left: 38%
    }

#myModal .checkbox_popup label {
    color: #888;
    font: 400 15px BellGothicStdLight;
    padding-left: 30px
}

.header-v1,
.navigation ul li a,
.shop_action ul li.cart span.badge {
    font-family: KingCoolKC
}

#myModal .checkbox_popup label:before {
    display: block;
    width: 18px;
    height: 18px;
    left: 38%;
    border: 1px solid #B5B5B5;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width:1440px) {
    .linhnguyen-modal {
        top: 60px
    }
}

@media only screen and (max-width:800px) {
    .linhnguyen-modal {
        width: 600px;
        margin-left: -31%;
        top: 150px
    }

    #myModal h3 {
        padding-bottom: 0;
        padding-top: 35px
    }

    #myModal .contact_popup {
        font-size: 13px
    }

    #myModal .input-group {
        left: 12%;
        width: 460px;
        background-size: 100% 50px
    }

        #myModal .input-group input {
            width: 350px;
            font-size: 16px;
            padding-top: 8px
        }

        #myModal .input-group span {
            padding-left: 10px;
            padding-right: 10px
        }

            #myModal .input-group span button {
                font-size: 18px;
                left: -10px;
                top: -3px
            }

    #myModal .checkbox_popup label:before {
        left: 33%
    }
}

@media only screen and (max-width:737px) {
    .linhnguyen-modal {
        margin-left: -238px
    }
}

@media only screen and (max-width:650px) {
    .linhnguyen-modal {
        margin-left: -250px
    }
}

@media only screen and (max-width:732px) {
    .linhnguyen-modal {
        margin-left: -245px
    }
}

@media only screen and (max-width:600px) {
    .linhnguyen-modal {
        width: 400px;
        margin-left: -166px;
        top: 150px
    }

    #myModal h3 {
        padding-bottom: 0;
        padding-top: 35px
    }

    #myModal .contact_popup {
        font-size: 13px
    }

    #myModal .input-group {
        left: 3%;
        width: 375px;
        background-size: 100% 50px
    }

        #myModal .input-group input {
            width: 285px;
            font-size: 16px;
            padding-top: 8px
        }

        #myModal .input-group span {
            padding-left: 10px;
            padding-right: 10px
        }

            #myModal .input-group span button {
                font-size: 18px;
                left: -3px;
                top: -3px
            }

    #myModal .checkbox_popup label:before {
        left: 24%
    }
}

@media only screen and (max-width:430px) {
    .linhnguyen-modal {
        width: 300px;
        margin-left: -120px;
        top: 60px
    }

    #myModal h3 {
        padding-bottom: 0;
        padding-top: 35px
    }

    #myModal .contact_popup {
        font-size: 13px
    }

    #myModal .input-group {
        left: 3%;
        width: 280px;
        background-size: 100% 50px
    }

        #myModal .input-group input {
            width: 190px;
            font-size: 16px;
            padding-top: 8px
        }

        #myModal .input-group span {
            padding-left: 10px;
            padding-right: 10px
        }

            #myModal .input-group span button {
                font-size: 16px;
                left: 8px;
                top: -3px
            }

    #myModal .checkbox_popup label:before {
        left: 17%
    }
}

@media only screen and (max-width:415px) {
    .linhnguyen-modal {
        margin-left: -115px
    }
}

@media only screen and (max-width:321px) {
    .linhnguyen-modal {
        margin-left: -124px
    }
}

.fix_header {
    margin-left: 0;
    margin-right: 0
}

#header.header-v1 .header_shop {
    min-height: 132px;
    position: relative;
    background: url(../images/header/background_header1.png) repeat-x;
    z-index: 1045
}

.header_shop {
    padding-left: 15px;
    padding-right: 15px
}

    .header_shop .logo {
        float: left;
        padding-top: 7px
    }

.shop_action_v1 ul {
    padding-top: 45px
}

.shop_action {
    float: right;
    padding-left: 10px;
    display: inline-block
}

    .shop_action ul {
        list-style: none;
        padding-left: 0;
        margin-left: 0
    }

        .shop_action ul li {
            display: inline-block;
            padding-left: 32px
        }

            .shop_action ul li.line {
                padding-right: 32px;
                position: relative;
                cursor: pointer
            }

                .shop_action ul li.line:after {
                    content: "";
                    position: absolute;
                    border-right: 2px #e4022d solid;
                    display: block;
                    height: 28px;
                    top: 10px;
                    right: -5px
                }

            .shop_action ul li.line_search_v1:after {
                top: 0 !important
            }

            .shop_action ul li.cart {
                position: relative
            }

                .shop_action ul li.cart span.badge {
                    position: absolute;
                    top: -15px;
                    right: 5px;
                    padding: 4px 7px;
                    display: inline !important;
                    background-color: #e4022d !important;
                    -webkit-top: -15px;
                    -moz-top: 32px
                }

.navigation {
    text-align: right;
    display: inline
}

    .navigation ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .navigation ul li {
            display: inline-block;
            padding-right: 25px;
            padding-left: 20px
        }

            .navigation ul li .pages_more {
                color: #e4002b
            }

            .navigation ul li a {
                text-decoration: none;
                line-height: 120px;
                text-transform: uppercase;
                color: #384551;
                font-size: 30px;
                padding-right: 10px;
                padding-left: 10px;
                padding-bottom: 12px
            }

                .navigation ul li a:active,
                .navigation ul li a:hover,
                .navigation ul li.action a {
                    color: #e4022d;
                    background: url(../images/header/line_under_nav.png) 0 30px repeat-x
                }

#header.header-v2 {
    padding: 0;
    margin: 0
}

    #header.header-v2 .container .top-bar {
        background: url(../images/header/line_topbar.png) 0 60px no-repeat;
        background-size: contain;
        background-position-y: 40px;
        list-style: none;
        margin-bottom: 15px
    }

        #header.header-v2 .container .top-bar .nav_top {
            float: left;
            width: 70%
        }

            #header.header-v2 .container .top-bar .nav_top ul {
                padding-left: 0;
                line-height: 45px;
                list-style: none;
                width: 100%;
                display: inline
            }

                #header.header-v2 .container .top-bar .nav_top ul li {
                    text-decoration: none;
                    font-family: MouseMemoirsRegular;
                    font-size: 20px;
                    color: #384551;
                    display: inline;
                    padding-right: 20px
                }

                    #header.header-v2 .container .top-bar .nav_top ul li:hover {
                        color: #e4022d
                    }

                    #header.header-v2 .container .top-bar .nav_top ul li span.color_usd {
                        color: #e41d2e
                    }

                    #header.header-v2 .container .top-bar .nav_top ul li.currency {
                        padding-right: 0
                    }

                    #header.header-v2 .container .top-bar .nav_top ul li:after {
                        content: "";
                        display: inline-block;
                        background: url(../images/icon/down.png) no-repeat;
                        height: 8px;
                        width: 10px
                    }

                        #header.header-v2 .container .top-bar .nav_top ul li:after:active,
                        #header.header-v2 .container .top-bar .nav_top ul li:after:hover {
                            background: url(../images/icon/down_hover.png) no-repeat
                        }

        #header.header-v2 .container .top-bar .shop_action {
            padding-right: 30px;
            display: contents;
        }

            #header.header-v2 .container .top-bar .shop_action ul {
                padding-top: 7px
            }

                #header.header-v2 .container .top-bar .shop_action ul li.cart span.badge {
                    position: absolute;
                    font-family: KingCoolKC;
                    padding: 4px 7px;
                    top: 0;
                    right: -18px
                }

    #header.header-v2 .container .logo_v2 {
        text-align: center
    }

        #header.header-v2 .container .logo_v2 img {
            padding-top: 22px;
            padding-bottom: 15px
        }

    #header.header-v2 .container .navigation_v2 {
        line-height: 90px;
        text-align: center
    }

        #header.header-v2 .container .navigation_v2 ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

            #header.header-v2 .container .navigation_v2 ul li {
                display: inline-block;
                padding-right: 40px;
                padding-left: 0
            }

                #header.header-v2 .container .navigation_v2 ul li .menu-menu ul li.lever-02 {
                    padding-right: 0 !important
                }

                #header.header-v2 .container .navigation_v2 ul li a {
                    font-family: KingCoolKC;
                    padding-bottom: 10px;
                    text-decoration: none;
                    text-transform: uppercase;
                    font-size: 30px;
                    padding-left: 10px;
                    padding-right: 10px;
                    color: #384551
                }

                    #header.header-v2 .container .navigation_v2 ul li a:hover {
                        color: #e4022d;
                        background: url(../images/header/line_under_nav.png) 0 33px repeat-x;
                        background-position-y: 28px
                    }

                    #header.header-v2 .container .navigation_v2 ul li a span.more_pages {
                        color: #e4022d
                    }

                #header.header-v2 .container .navigation_v2 ul li.active a {
                    background: url(../images/header/line_under_nav.png) 0 100% repeat-x;
                    background-position-y: 28px;
                    color: #e4022d
                }

    #header.header-v2 .top-bar .nav_top ul.block_level1 {
        position: relative
    }

        #header.header-v2 .top-bar .nav_top ul.block_level1 li {
            cursor: pointer
        }

            #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account {
                width: 120px;
                height: auto;
                top: 35px;
                left: -18px;
                padding-top: 20px;
                padding-bottom: 25px
            }

                #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li {
                    padding-left: 20px;
                    padding-right: 20px;
                    display: inline-block;
                    width: 100%
                }

                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li:after,
                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li:after,
                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li:after {
                        display: none
                    }

                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li a {
                        color: #384551;
                        text-align: left;
                        text-decoration: none;
                        float: left
                    }

                        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li a:active,
                        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li a:focus,
                        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.my_account li a:hover {
                            color: #e4022d
                        }

            #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language {
                width: 120px;
                left: 82px;
                top: 40px;
                padding-bottom: 20px;
                padding-top: 10px;
                text-align: left
            }

                #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li {
                    float: left;
                    width: 100%;
                    padding-left: 20px;
                    padding-right: 20px
                }

                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li a {
                        color: #384551;
                        text-align: left;
                        text-decoration: none
                    }

                        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li a:active,
                        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li a:focus,
                        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.language li a:hover {
                            color: #e4022d
                        }

            #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency {
                width: 80px;
                left: 218px;
                top: 40px;
                padding-bottom: 20px;
                padding-top: 10px
            }

                #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li {
                    float: left;
                    width: 100%;
                    padding-left: 20px;
                    padding-right: 20px;
                    text-align: left
                }

                    #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li a {
                        color: #384551;
                        text-decoration: none
                    }

                        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li a:active,
                        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li a:focus,
                        #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.currency li a:hover {
                            color: #e4022d
                        }

            #header.header-v2 .top-bar .nav_top ul.block_level1 li ul.block_level2 {
                transform: translate(0, 20px);
                transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                z-index: 1445;
                background: #fff
            }

            #header.header-v2 .top-bar .nav_top ul.block_level1 li:hover ul.block_level2 {
                transform: translate(0, 0);
                opacity: 1;
                display: block;
                visibility: inherit;
                box-shadow: 0 1px 15px 2px rgba(0, 0, 0, .1)
            }

    #header.header-v2 .container .top_bar_v3 {
        background: 0 0
    }

        #header.header-v2 .container .top_bar_v3 .topbar {
            display: inline-block
        }

        #header.header-v2 .container .top_bar_v3 .connect {
            padding-top: 20px;
            float: right
        }

            #header.header-v2 .container .top_bar_v3 .connect ul {
                margin: 0;
                padding: 0;
                list-style: none
            }

                #header.header-v2 .container .top_bar_v3 .connect ul li {
                    padding-left: 24px;
                    float: right
                }

                    #header.header-v2 .container .top_bar_v3 .connect ul li a img {
                        transform: translate(0, 0);
                        transition: all .2s ese
                    }

                        #header.header-v2 .container .top_bar_v3 .connect ul li a img:hover {
                            transform: translate(0, 3px)
                        }

.shop_action_v3 {
    margin-bottom: 10px
}

    .shop_action_v3 .connect_phone {
        float: left;
        display: flex
    }

        .shop_action_v3 .connect_phone .number_phone {
            padding-top: 10px;
            padding-left: 15px;
            color: #384551;
            font-family: MouseMemoirsRegular;
            font-size: 24px;
            margin-top: -10px;
            text-shadow: 2px 2px 2px #e6e6e6
        }

        .shop_action_v3 .connect_phone .icon_phone {
            margin-left: 15px
        }

.search_v3 {
    float: right;
    margin-top: 16px
}

    .search_v3 .input-group {
        background: url(../images/header/background_input_v3.png) no-repeat;
        background-position-y: -2px;
        background-size: 100%
    }

        .search_v3 .input-group .input_v3 {
            background-position-y: -2px;
            border: none;
            padding-top: 15px;
            height: 40px;
            color: #384551;
            box-shadow: none;
            font: 600 17px MouseMemoirsRegular;
            background: 0 0;
            text-transform: uppercase;
            padding-right: 30px
        }

            .search_v3 .input-group .input_v3:active,
            .search_v3 .input-group .input_v3:focus,
            .search_v3 .input-group .input_v3:hover {
                box-shadow: none;
                transition: none
            }

        .search_v3 .input-group span .btn_v3 {
            border: none;
            box-shadow: none !important;
            margin-right: 25px;
            margin-top: -2px;
            color: #fff;
            font-family: MouseMemoirsRegular;
            font-size: 20px;
            border-radius: 0;
            background: 0 0
        }

            .search_v3 .input-group span .btn_v3:active,
            .search_v3 .input-group span .btn_v3:focus,
            .search_v3 .input-group span .btn_v3:hover {
                color: #384551;
                outline: 0;
                box-shadow: none;
                transition: none
            }

.navigation_v3 {
    background: #384551;
    border: 1px solid;
    border-radius: 10px;
    line-height: 60px;
    position: relative
}

    .navigation_v3:before {
        content: "";
        position: absolute;
        width: 98%;
        height: 47px;
        left: 12px;
        top: 8px;
        border-radius: 10px
    }

    .navigation_v3 .all_categories {
        position: relative
    }

        .navigation_v3 .all_categories a {
            text-decoration: none;
            color: #facf09;
            float: left;
            text-transform: uppercase;
            font-family: MouseMemoirsRegular;
            font-size: 30px;
            padding-left: 53px;
            position: relative
        }

            .navigation_v3 .all_categories a.dropdown-toggle_v3:before {
                content: "";
                position: absolute;
                top: 30px;
                right: -18px;
                background: url(../images/header/down_categories.png) no-repeat;
                width: 10px;
                height: 8px
            }

        .navigation_v3 .all_categories:before {
            content: "";
            background: url(../images/header/border_line_v3.png) no-repeat;
            position: absolute;
            width: 5px;
            height: 38px;
            top: 13px;
            right: 0
        }

    .navigation_v3 .all_navigation_v3 ul {
        list-style: none;
        padding-left: 0;
        margin-left: 0
    }

        .navigation_v3 .all_navigation_v3 ul li {
            padding-left: 10px;
            padding-right: 0;
            text-transform: uppercase;
            float: left;
            margin-right: 37px
        }

            .navigation_v3 .all_navigation_v3 ul li a {
                text-decoration: none;
                font-family: MouseMemoirsRegular;
                font-size: 21px;
                line-height: 60px;
                color: #fff;
                background: 0 0
            }

                .navigation_v3 .all_navigation_v3 ul li a:active,
                .navigation_v3 .all_navigation_v3 ul li a:hover {
                    color: #e4022d;
                    text-decoration: none
                }

            .navigation_v3 .all_navigation_v3 ul li.action a {
                color: #e4022d
            }

    .navigation_v3 .card_v3 {
        position: relative;
        float: right;
        text-align: right;
        padding-right: 56px
    }

        .navigation_v3 .card_v3 .cart-v2 {
            top: 70px
        }

        .navigation_v3 .card_v3 .badge {
            background-color: #facf09;
            color: #384551;
            font: 400 14px MouseMemoirsRegular;
            position: absolute;
            top: 20px;
            right: 37px
        }

.border_nav_v3 {
    display: -webkit-box;
    margin: 8px;
    border: 1px dashed #f1f1f1;
    border-radius: 10px
}

.navigation_v3 .open ul.dropdown-menu {
    display: block;
    opacity: 1;
    top: 120%;
    left: 16px;
    border: none;
    width: 312px;
    border-radius: 10px;
    padding: 5px
}

    .navigation_v3 .open ul.dropdown-menu:before {
        content: "";
        position: absolute;
        width: 95%;
        height: 97%;
        border: 1px dashed #c6c7cb !important;
        left: 8px;
        top: 8px;
        border-radius: 10px
    }

    .navigation_v3 .open ul.dropdown-menu:after {
        border: none
    }

    .navigation_v3 .open ul.dropdown-menu li {
        padding-left: 15px
    }

.mega_menu {
    width: 945px
}

.cart-v1 {
    left: -246px !important
}

.pages {
    position: relative
}

.dropdown-menu.menu-distance {
    padding-top: 15px;
    padding-bottom: 30px
}

.dropdown-menu {
    background: #FFF;
    border: none;
    border-radius: 0;
    position: absolute;
    opacity: 0;
    display: block;
    left: auto;
    top: 90%;
    -moz-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    visibility: hidden;
    z-index: 999;
    margin-top: 0;
    padding: 0;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, .1)
}

.all_categories:hover .dropdown-menu,
.navigation ul li.pages:hover .dropdown-menu {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0)
}

.dropdown-menu img.img_banner1 {
    padding-left: 48px;
    padding-bottom: 10px
}

.dropdown-menu img.img_banner_v3 {
    margin-top: 30px;
    padding-right: 25px
}

.dropdown-menu ul {
    display: block
}

.dropdown-menu .menu-menu .title {
    color: #e41d2e;
    text-align: left;
    padding-left: 30px
}

.dropdown-menu .menu-menu ul {
    text-align: left;
    padding: 0;
    margin-left: 0;
    margin-top: 10px
}

    .dropdown-menu .menu-menu ul li {
        display: block;
        padding-left: 30px
    }

        .dropdown-menu .menu-menu ul li a {
            font: 400 16px/32px KingCoolKC;
            color: #384551;
            text-transform: capitalize;
            padding-left: 12px;
            position: relative;
            -webkit-transition: all .1s ease;
            transition: all .1s ease;
            -moz-transition: all .1s ease;
            -ms-transition: all .1s ease;
            -o-transition: all .1s ease
        }

            .dropdown-menu .menu-menu ul li a:before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: '\f0c8';
                font-size: 5px;
                height: 6px;
                width: 6px;
                position: absolute;
                top: 40%;
                margin-top: -3px;
                left: 0
            }

            .dropdown-menu .menu-menu ul li a:hover {
                padding-left: 15px;
                color: #e4022d;
                background: 0 0
            }

.mega_menu_pages {
    width: 1200px;
    right: auto
}

.mega-dropdown-menu-shop-v1 {
    right: -290px
}

    .mega-dropdown-menu-shop-v1:before {
        zoom: 1;
        left: 60%;
        top: -11px;
        margin-left: 2%
    }

    .mega-dropdown-menu-shop-v1:after {
        zoom: 1;
        left: 60%;
        top: -10px;
        margin-left: 2%
    }

.mega-dropdown-menu-news-v1 {
    right: -698px;
    top: 115px;
    z-index: 1045
}

    .mega-dropdown-menu-news-v1:before {
        top: -11px;
        left: 74%;
        margin-left: -38%
    }

    .mega-dropdown-menu-news-v1:after {
        top: -10px;
        left: 74%;
        margin-left: -38%
    }

.mega-dropdown-menu-pages-v1 {
    right: -410px
}

    .mega-dropdown-menu-pages-v1:before {
        top: -11px;
        left: 97%;
        margin-left: -38%
    }

    .mega-dropdown-menu-pages-v1:after {
        zoom: 1;
        left: 97%;
        top: -10px;
        margin-left: -38%
    }

.navigation ul li.pages:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0)
}

.setting-content,
.shop-item {
    visibility: hidden;
    position: absolute
}

.showing_handle {
    position: fixed !important
}

.handle {
    width: 30px;
    position: absolute;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    display: none;
    top: 40px;
    z-index: 1045
}

    .handle .fa-bars:before,
    .handle .fa-navicon:before,
    .handle .fa-reorder:before {
        content: "" !important;
        position: absolute;
        width: 60px;
        height: 44px;
        background: url(../images/icon/open_menu.png) no-repeat
    }

.fixed #header.header-v1 .header_shop {
    position: fixed;
    min-height: 132px;
    width: 100%
}

.content.res_content {
    top: 120px;
    margin-top: 0
}

.close_megamenu {
    position: absolute;
    display: block;
    color: #384551;
    padding-top: 68px;
    padding-left: 10px
}

ul.nav_res li ul {
    display: none
}

#header.header-v2 .container .navigation_v2 ul li .dropdown-menu.menu-distance {
    padding-top: 35px;
    padding-bottom: 30px
}

#header.header-v2 .container .navigation_v2 ul li .dropdown-menu {
    background: #FFF;
    border: none;
    border-radius: 0;
    position: absolute;
    opacity: 0;
    display: block;
    left: auto;
    top: 90%;
    -moz-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    visibility: hidden;
    z-index: 99999;
    margin-top: 0;
    padding: 0;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, .1)
}

    #header.header-v2 .container .navigation_v2 ul li .dropdown-menu img.img_banner1 {
        padding-left: 48px;
        padding-bottom: 10px
    }

    #header.header-v2 .container .navigation_v2 ul li .dropdown-menu img.img_banner_v3 {
        margin-top: 30px;
        padding-right: 25px
    }

    #header.header-v2 .container .navigation_v2 ul li .dropdown-menu ul {
        display: block
    }

#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-news-v2 .menu-menu .title,
#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-pages-v2 .menu-menu .title,
#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-shop-v2 .menu-menu .title {
    margin-bottom: 25px
}

#header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu .title {
    font: 400 30px MouseMemoirsRegular;
    color: #e41d2e;
    text-transform: uppercase;
    text-align: left;
    padding-left: 30px
}

#header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu ul {
    text-align: left;
    padding: 0;
    margin-left: 0;
    margin-top: 10px
}

    #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu ul li {
        display: block;
        padding-left: 30px
    }

        #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu ul li a {
            font: 400 16px/32px KingCoolKC;
            color: #384551;
            text-transform: capitalize;
            padding-left: 12px;
            position: relative;
            -webkit-transition: all .1s ease;
            transition: all .1s ease;
            -moz-transition: all .1s ease;
            -ms-transition: all .1s ease;
            -o-transition: all .1s ease
        }

            #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu ul li a:before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: '\f0c8';
                font-size: 5px;
                height: 6px;
                width: 6px;
                position: absolute;
                top: 40%;
                margin-top: -3px;
                left: 0
            }

            #header.header-v2 .container .navigation_v2 ul li .dropdown-menu .menu-menu ul li a:hover {
                padding-left: 15px;
                color: #e4022d;
                background: 0 0
            }

#header.header-v2 .container .navigation_v2 ul li .mega_menu_pages {
    width: 1200px;
    right: auto
}

#header.header-v2 .container .navigation_v2 ul li:hover .dropdown-menu {
    opacity: 1;
    transform: translate(0, 0);
    visibility: inherit
}

#header.header-v2 .container .navigation_v2 ul li.pages a {
    line-height: 0 !important
}

    #header.header-v2 .container .navigation_v2 ul li.pages a:hover {
        background: 0 0
    }

#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-shop-v2 {
    right: -725px;
    min-width: 220px;
    z-index: 1050;
    top: 70px
}

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-shop-v2:before {
        zoom: 1;
        left: 60%;
        top: -11px;
        margin-left: 2%
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-shop-v2:after {
        zoom: 1;
        left: 60%;
        top: -10px;
        margin-left: 2%
    }

#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-pages-v2 {
    right: -600px;
    z-index: 1050;
    top: 70px;
    min-width: 220px
}

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-pages-v2:before {
        zoom: 1;
        left: 89%;
        top: -11px
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-pages-v2:after {
        zoom: 1;
        left: 89%;
        top: -10px
    }

#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-news-v2 {
    right: -228px;
    z-index: 1050;
    top: 70px
}

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-news-v2:before {
        zoom: 1;
        left: 120%;
        top: -11px
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-news-v2:after {
        zoom: 1;
        left: 120%;
        top: -10px
    }

#header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 {
    right: -640%;
    left: auto;
    width: 1903px;
    z-index: 1050;
    top: 70px;
    line-height: 1.42857
}

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2:before {
        zoom: 1;
        left: 106%;
        top: -11px
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2:after {
        zoom: 1;
        left: 106%;
        top: -10px
    }

    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales {
        float: right
    }

        #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales .products {
            margin-bottom: 0
        }

            #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales .products .border_products .product .product_interactive .action .img_default a img {
                margin-right: 0
            }

            #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales .products .border_products .product .caption {
                margin-top: 10px;
                line-height: 1.42857
            }

                #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales .products .border_products .product .caption .title_product {
                    margin-top: 20px
                }

                    #header.header-v2 .container .navigation_v2 ul li .mega-dropdown-menu-sales-v2 .mega_menu_sales .products .border_products .product .caption .title_product a {
                        font-size: 20px;
                        font-family: KingCoolKC;
                        text-transform: capitalize
                    }

#header.header-v2 .container .navigation_v2 ul li .dropdown-menu:after,
#header.header-v2 .container .navigation_v2 ul li .dropdown-menu:before {
    margin-left: -47%
}

#header.header-v2 .container .navigation_v2 ul li ul li {
    margin-bottom: 30px
}

.mega_menu_v3 {
    width: 1255px
}

.menu-menu {
    display: inline-block
}

    .menu-menu ul li {
        width: 100%
    }

.mega-dropdown-menu-pages-v3 {
    right: -702px;
    top: 95px
}

    .mega-dropdown-menu-pages-v3:before {
        top: -11px;
        left: 76%;
        margin-left: -38%
    }

    .mega-dropdown-menu-pages-v3:after {
        top: -10px;
        left: 76%;
        margin-left: -38%
    }

#header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 {
    right: -1408%;
    top: 95px
}

    #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3:before {
        top: -11px;
        left: 87%;
        margin-left: -38%
    }

    #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3:after {
        top: -10px;
        left: 87%;
        margin-left: -38%
    }

    #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 .mega_menu_sales .products {
        margin-bottom: 0
    }

        #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 .mega_menu_sales .products .border_products .product .product_interactive a {
            padding-right: 0;
            padding-left: 0;
            line-height: 0
        }

        #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 .mega_menu_sales .products .border_products .product .caption {
            margin-top: 25px;
            line-height: 15px;
            line-height: 1.42857
        }

            #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 .mega_menu_sales .products .border_products .product .caption .title_product a {
                color: #384551;
                font-size: 20px;
                text-transform: capitalize;
                font-family: KingCoolKC
            }

                #header.header-v2 .container .navigation_v3 ul li .mega-dropdown-menu-sales-v3 .mega_menu_sales .products .border_products .product .caption .title_product a:hover {
                    color: #e4022d
                }

.mega-dropdown-menu-shop-v3 {
    right: -525px;
    top: 95px
}

    .mega-dropdown-menu-shop-v3:before {
        top: -11px;
        left: 93%;
        margin-left: -38%
    }

    .mega-dropdown-menu-shop-v3:after {
        top: -10px;
        left: 93%;
        margin-left: -38%
    }

.all_categories:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0)
}

.navigation_v3 .all_categories ul {
    margin-left: 0;
    padding-left: 10px;
    border: 1px solid;
    list-style: none;
    display: none
}

    .navigation_v3 .all_categories ul.dropdown-menu2 {
        display: block !important
    }

.navigation_v3 .open ul.dropdown-menu2 li {
    padding-left: 10px
}

.navigation_v3 .all_categories ul li {
    display: block;
    vertical-align: middle
}

    .navigation_v3 .all_categories ul li a {
        color: #384551;
        font-size: 20px;
        line-height: 30px;
        padding-left: 0;
        padding-right: 0;
        text-transform: inherit;
        width: 100%;
        transition: all .5s ease
    }

        .navigation_v3 .all_categories ul li a.girl_begin {
            margin-top: 10px;
            background: 0 0
        }

.setting-content,
.shop-item {
    margin-top: 0;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, .1)
}

.navigation_v3 .all_categories ul li a .star {
    color: #e41d2e
}

.navigation_v3 .all_categories ul li a:hover {
    padding-left: 10px;
    color: #e4022d
}

.setting {
    position: relative;
    cursor: pointer
}

    .setting:hover .setting-content {
        opacity: 1;
        visibility: visible;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.setting-content {
    background: #FFF;
    border: none;
    border-radius: 0;
    opacity: 0;
    display: block;
    left: auto;
    right: -12px;
    top: 260%;
    width: 324px;
    -moz-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    z-index: 999;
    padding: 0 18px 0 25px
}

    .setting-content .seclect-language h3 span {
        color: #384551;
        font: 400 24px MouseMemoirsRegular;
        text-transform: uppercase
    }

    .setting-content .seclect-language ul {
        padding-top: 10px;
        padding-bottom: 28px;
        line-height: 1.42857;
        border-bottom: 2px solid #cdcdcd;
        display: inline-table
    }

        .setting-content .seclect-language ul li {
            padding-right: 5px;
            padding-left: 0 !important
        }

            .setting-content .seclect-language ul li a img {
                border: 2px solid #cdcdcd;
                opacity: .3;
                width: 100%
            }

            .setting-content .seclect-language ul li.active a img,
            .setting-content .seclect-language ul li:hover a img {
                opacity: 1
            }

            .setting-content .seclect-language ul li.ensign {
                width: 23%
            }

    .setting-content .select-currency ul {
        padding-top: 5px;
        padding-bottom: 28px;
        width: 100%
    }

        .setting-content .select-currency ul li {
            padding-right: 10px
        }

            .setting-content .select-currency ul li a {
                color: #5b656f;
                background: #e5e5e5;
                width: 36px;
                height: 36px;
                display: block;
                text-align: center;
                vertical-align: middle;
                padding-top: 12px
            }

            .setting-content .select-currency ul li.active a,
            .setting-content .select-currency ul li:hover a {
                color: #fff;
                background: #e41d2e
            }

    .setting-content .select-page ul {
        margin-bottom: 35px;
        padding-top: 32px;
        line-height: 1.42857;
        padding-left: 0;
        margin-left: 0
    }

        .setting-content .select-page ul li {
            display: block;
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 0 !important
        }

            .setting-content .select-page ul li a {
                padding-left: 0;
                color: #384551;
                font: 400 12px KingCoolKC;
                text-decoration: none;
                transition: all .5s ease;
                text-transform: uppercase
            }

                .setting-content .select-page ul li a i {
                    padding-right: 15px
                }

                .setting-content .select-page ul li a:hover {
                    color: #e41d2e;
                    padding-left: 10px
                }

.shop-item {
    background: #FFF;
    border: none;
    width: 400px;
    border-radius: 0;
    opacity: 0;
    display: block;
    transform: translate(0, 20px);
    transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    z-index: 1043;
    padding: 0
}

    .shop-item .widget_shopping_cart_content ul {
        line-height: 1.42857 !important
    }

        .shop-item .widget_shopping_cart_content ul.engo-w-products-list {
            padding: 0;
            margin: 0
        }

            .shop-item .widget_shopping_cart_content ul.engo-w-products-list li {
                padding: 5px 15px;
                display: inherit;
                border-bottom: 1px solid #f6f6f6
            }

    .shop-item .widget_shopping_cart_content p.total {
        display: inline-block;
        width: 100%
    }

        .shop-item .widget_shopping_cart_content p.total strong {
            color: #888;
            text-transform: uppercase;
            font: 400 14px BellGothicStdBlack;
            padding-top: 22px;
            display: inline-block;
            padding-left: 15px
        }

            .shop-item .widget_shopping_cart_content p.total strong.subtotal {
                float: left
            }

        .shop-item .widget_shopping_cart_content p.total span {
            margin-bottom: 15px
        }

            .shop-item .widget_shopping_cart_content p.total span.amount {
                color: #e41d2e;
                font: 400 24px MouseMemoirsRegular;
                float: right;
                padding-top: 13px;
                padding-right: 15px
            }

            .shop-item .widget_shopping_cart_content p.total span.amount_old {
                color: #384551;
                padding-left: 12px;
                opacity: .5;
                font: 400 24px MouseMemoirsRegular;
            }

    .shop-item .widget_shopping_cart_content p.buttons {
        margin-bottom: 30px;
        line-height: 60px !important
    }

        .shop-item .widget_shopping_cart_content p.buttons a.cart-button {
            color: #fff;
            font: 400 24px MouseMemoirsRegular;
            background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
            background-size: 128px 60px;
            text-decoration: none;
            margin-left: 15px;
            text-transform: uppercase;
            padding: 15px 30px 17px
        }

            .shop-item .widget_shopping_cart_content p.buttons a.cart-button:hover {
                background: url(../images/products/product_detail/background_add_card.png) no-repeat;
                background-size: 128px 60px;
                padding: 15px 30px 17px
            }

        .shop-item .widget_shopping_cart_content p.buttons a.dark {
            color: #fff;
            font: 400 24px MouseMemoirsRegular;
            background: url(../images/products/product_detail/background_add_card.png) no-repeat;
            background-size: 118px 60px;
            text-transform: uppercase;
            text-decoration: none;
            margin-left: 30px;
            padding: 15px 35px 18px 25px
        }

            .shop-item .widget_shopping_cart_content p.buttons a.dark:hover {
                background: url(../images/products/product_detail/background_add_wishlist.png) no-repeat;
                background-size: 118px 60px;
                padding: 15px 35px 18px 25px
            }

    .shop-item .pull-left .product-image img {
        float: left;
        width: 100%
    }

    .shop-item .caption {
        text-align: left;
        margin-top: 10px;
        padding-left: 90px
    }

        .shop-item .caption .meta h3 {
            margin-top: 0;
            margin-bottom: 0
        }

            .shop-item .caption .meta h3 a {
                color: #384551;
                font: 400 12px KingCoolKC;
                text-decoration: none;
                display: block;
                width: 100%
            }

                .shop-item .caption .meta a.remove i:active,
                .shop-item .caption .meta a.remove i:focus,
                .shop-item .caption .meta a.remove i:hover,
                .shop-item .caption .meta h3 a:active,
                .shop-item .caption .meta h3 a:focus,
                .shop-item .caption .meta h3 a:hover {
                    color: #e4022d
                }

        .shop-item .caption .meta .price .amount_new {
            color: #e41d2e;
            font: 400 22px MouseMemoirsRegular
        }

        .shop-item .caption .meta .price .amount_old {
            color: #384551;
            padding-left: 12px;
            opacity: .5;
            font: 400 22px MouseMemoirsRegular
        }

        .shop-item .caption .meta .p-qty {
            color: #888;
            font: 400 14px MouseMemoirsRegular
        }

        .shop-item .caption .meta a {
            color: #d5d5d5;
            float: right
        }

.cart-v2 {
    left: -310px;
    top: 250%
}

.cart-v1 {
    top: 258%
}

.cart {
    cursor: pointer
}

    .cart:hover .shop-item {
        opacity: 1;
        visibility: visible;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.wapper_v1 {
    z-index: 1042
}

.shop_action .modal-backdrop {
    z-index: 1043 !important
}

.shop_action .modal-content {
    border: none;
    border-radius: 0;
    margin-top: 300px
}

    .shop_action .modal-content .close:focus,
    .shop_action .modal-content .close:hover {
        box-shadow: none;
        outline: #f0f8ff
    }

.shop_action .modal-header {
    border-bottom: none
}

.shop_action .modal-body .input-group {
    margin-left: 85px;
    margin-right: 85px;
    background: url(../images/header/line_search.jpg) 0 40% no-repeat;
    background-position-y: 35px;
    padding-bottom: 60px
}

.shop_action .modal-body .control-search {
    border: none;
    font: 400 16px BellGothicStdLight;
    box-shadow: none;
    color: #384551;
    background: 0 0;
    padding: 0
}

    .shop_action .modal-body .control-search:focus,
    .shop_action .modal-body .control-search:hover {
        outline: #f0f8ff;
        box-shadow: none
    }

.shop_action .modal-body .button_search {
    height: 34px;
    border: none;
    background: url(../images/header/search.png) no-repeat #fff;
    box-shadow: none;
    width: 28px;
    padding: 0
}

    .shop_action .modal-body .button_search:focus,
    .shop_action .modal-body .button_search:hover {
        background-color: none;
        outline: #f0f8ff;
        box-shadow: none
    }

.navigation_v2 ul li .mega-dropdown-menu-shop-v4 {
    top: 102%
}

.menu-menu ul li.lever-02 {
    line-height: 15px
}

.mega-dropdown-menu-news-v4 {
    right: -365px
}

    .mega-dropdown-menu-news-v4:before {
        zoom: 1;
        left: 111%;
        top: -10px;
        margin-left: 2%
    }

    .mega-dropdown-menu-news-v4:after {
        zoom: 1;
        left: 111%;
        top: -11px;
        margin-left: 2%
    }

@media only screen and (min-width:1120px) {
    .navigation_res {
        display: none
    }
}

@media only screen and (max-width:1120px) {
    #header .header_shop .navigation,
    #header.header-v1 .navigation_res ul,
    .block-level3 li i {
        display: none
    }

    .block-level2 {
        padding-left: 10px;
        margin-top: 25px
    }

        .block-level2 img {
            width: 100%;
            margin-bottom: 20px
        }

        .block-level2 li {
            padding: 20px;
            background: 0 0
        }

            .block-level2 li a {
                font: 400 24px KingCoolKC
            }

            .block-level2 li i {
                float: right;
                padding-right: 15px
            }

    .block-level3 {
        padding-left: 10px;
        margin-top: 20px
    }

        .block-level3 li {
            background: 0 0;
            padding: 22px
        }

            .block-level3 li a {
                font: 400 20px KingCoolKC
            }

    .navigation_res {
        overflow-x: hidden;
        max-height: 0
    }

        .navigation_res .nav_res li.action a {
            color: #e4022d
        }

    .logo a img {
        margin-left: 85px
    }

    .navigation_res .nav_res {
        display: inline-block;
        overflow: hidden;
        text-align: left;
        top: -30px;
        width: 450px;
        transition: all .8s ease;
        transform: translate3d(-500px, 0, 0);
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
        background: #fffffd;
        z-index: 1041;
        margin-top: 150px;
        height: calc(100vh - 110px);
        position: fixed
    }

        .navigation_res .nav_res li {
            display: block;
            float: left;
            padding: 35px;
            padding-left: 10px !important;
            background: url(../images/header/line_megamenu.png) 0 100% repeat-x;
            width: 100%;
            background-size: 100% 4px
        }

            .navigation_res .nav_res li.home {
                padding-top: 80px
            }

            .navigation_res .nav_res li.shop {
                background: 0 0
            }

            .navigation_res .nav_res li a {
                color: #384551;
                text-transform: uppercase;
                text-decoration: none;
                font: 400 30px KingCoolKC
            }

            .navigation_res .nav_res li i {
                color: #384551
            }

                .navigation_res .nav_res li i.active:before {
                    content: "\f068";
                    height: 5px;
                    width: 5px
                }

            .navigation_res .nav_res li.sales .menu-level-1 .level2 .product {
                position: relative
            }

                .navigation_res .nav_res li.sales .menu-level-1 .level2 .product.blog {
                    padding-bottom: 0
                }

                .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .product_interactive a {
                    max-height: 600px
                }

                .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .product_interactive .action_nav_res {
                    position: absolute;
                    bottom: 10px;
                    width: 100%
                }

                    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .product_interactive .action_nav_res .img_default_res a {
                        margin-left: 10%
                    }

                .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption {
                    margin-top: 0
                }

                    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption i {
                        display: block
                    }

                    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product a {
                        color: #384551;
                        font-size: 20px;
                        text-transform: capitalize;
                        font-family: KingCoolKC
                    }

                    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product i {
                        display: none
                    }

    .handle,
    .navigation.open {
        display: block
    }

    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .review {
        height: 30px;
        float: left;
        margin-left: 30%
    }

        .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .review i {
            padding-left: 3px;
            padding-right: 3px
        }

    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product {
        margin-left: 14%;
        height: 55px
    }

    .navigation_res .nav_res li.sales i {
        padding-left: 45px
    }

    .navigation_res .nav_res li.pages i {
        padding-left: 58px
    }

    .navigation_res .nav_res li.news i {
        padding-left: 50px
    }

    .navigation_res .nav_res li.shop i {
        padding-left: 48px
    }

    .navigation_res .nav_res li a {
        float: left;
        box-sizing: border-box;
        max-height: 0;
        line-height: 10px
    }

        .navigation_res .nav_res li a:active,
        .navigation_res .nav_res li a:focus,
        .navigation_res .nav_res li a:hover {
            color: #e4022d
        }

    .navigation_res .showing {
        display: block;
        overflow: inherit;
        transform: translate3d(0, 0, 0)
    }

        .navigation_res .showing .fa-bars:before {
            content: "";
            position: absolute;
            background: url(../images/icon/close_menu.png) no-repeat;
            top: 10px;
            width: 60px;
            height: 44px;
            left: 25px
        }

    .handle {
        color: #384551
    }

    .shop_action ul {
        padding-top: 52px
    }

    .handle .fa-bars:before,
    .handle .fa-navicon:before,
    .handle .fa-reorder:before {
        content: "" !important;
        position: absolute;
        width: 62px;
        height: 42px;
        left: 15px;
        background: url(../images/icon/open_menu.png) no-repeat;
        background-size: 100%;
        top: 16px
    }

    .showing_handle .fa-bars:before,
    .showing_handle .fa-navicon:before,
    .showing_handle .fa-reorder:before {
        content: "" !important;
        position: absolute;
        width: 50px;
        height: 56px;
        left: 25px;
        top: 15px;
        background: url(../images/icon/close_menu.png) no-repeat
    }
}

@media only screen and (max-width:750px) {
    .shop_action .modal-body .input-group {
        margin-left: 30px;
        margin-right: 30px
    }

    .logo {
        width: 142px
    }

        .logo a img {
            margin-left: 52px;
            width: 75%;
            padding-top: 20px
        }

    .shop_action_v1 .cart-v2 {
        left: -272px;
        top: 35px
    }

    .shop_action_v1 .cart-v1 {
        left: -272px !important
    }

    .shop_action_v1 ul {
        padding-top: 55px
    }

        .shop_action_v1 ul li {
            padding-left: 16px
        }

            .shop_action_v1 ul li img {
                width: 24px
            }

            .shop_action_v1 ul li.line:after {
                height: 24px;
                right: 6px
            }

            .shop_action_v1 ul li.cart span.badge {
                padding: 2px 5px;
                top: -13px;
                right: 1px
            }

    .setting-content {
        right: -42px
    }

        .setting-content:after,
        .setting-content:before {
            margin-left: -95px
        }

    .handle .fa-bars:before,
    .handle .fa-navicon:before,
    .handle .fa-reorder:before {
        left: 15px;
        width: 40px;
        top: 6px
    }

    .showing_handle .fa-bars:before,
    .showing_handle .fa-navicon:before,
    .showing_handle .fa-reorder:before {
        left: 20px;
        width: 130%;
        height: 44px
    }
}

@media only screen and (max-width:737px) {
    .showing_handle .fa-bars:before,
    .showing_handle .fa-navicon:before,
    .showing_handle .fa-reorder:before {
        width: 35px;
        height: 35px;
        background-size: 100% 100%;
        top: 2px;
        left: 15px
    }
}

@media only screen and (max-width:650px) {
    .handle {
        top: 55px
    }

    .showing_handle .fa-bars:before,
    .showing_handle .fa-navicon:before,
    .showing_handle .fa-reorder:before {
        width: 32px;
        height: 34px;
        background-size: 100% 100%;
        top: 3px;
        left: 20px
    }
}

@media only screen and (max-width:560px) {
    .navigation_res .nav_res {
        width: 100%
    }

    .shop_action {
        display: none
    }

    .nav_top {
        font-size: 15px !important
    }
}

@media only screen and (max-width:435px) {
    .handle {
        top: 48px
    }
}

@media only screen and (max-width:376px) {
    .logo {
        width: 142px
    }

        .logo a img {
            margin-left: 48px;
            width: 70%;
            padding-top: 20px
        }

    .shop_action_v1 ul li.wishlist {
        display: none
    }

    .handle .fa-bars:before,
    .handle .fa-navicon:before,
    .handle .fa-reorder:before {
        width: 40px;
        top: 8px;
        left: 15px
    }

    .showing_handle .fa-bars:before,
    .showing_handle .fa-navicon:before,
    .showing_handle .fa-reorder:before {
        width: 32px;
        height: 36px;
        top: 6px;
        left: 18px
    }
}

@media only screen and (max-width:361px) {
    .logo {
        width: 142px
    }

        .logo a img {
            margin-left: 55px;
            width: 75%;
            padding-top: 14px
        }

    .shop_action_v1 ul li.setting,
    .shop_action_v1 ul li.wishlist {
        max-width: 0;
        display: none
    }

    .shop_action_v1 ul li.line:after {
        height: 30px;
        right: 2px
    }

    .shop_action_v1 ul li.cart span.badge {
        right: 4px
    }

    .shop_action_v1 ul li img {
        width: 25px
    }
}

@media only screen and (max-width:321px) {
    .shop_action_v1 .cart-v1 {
        left: -260px !important
    }

    .navigation_res .nav_res li a {
        font-size: 13px
    }

    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product {
        margin-left: 6%;
    }

    .level1 .block-level2 li a {
        font-size: 22px !important
    }

    .level2 .block-level3 li a {
        font-size: 16px !important
    }

    .handle .fa-bars:before,
    .handle .fa-navicon:before,
    .handle .fa-reorder:before {
        width: 30px;
        top: 8px;
        left: 15px
    }

    .showing_handle .fa-bars:before,
    .showing_handle .fa-navicon:before,
    .showing_handle .fa-reorder:before {
        width: 24px;
        height: 26px;
        top: 4px;
        left: 18px
    }
}

.showing_handle_v2 i:before {
    position: fixed !important
}

.navigation_res .menu-mobile li a.active {
    color: #e4022d
}

@media only screen and (max-width:1440px) {
    .cart-v2 {
        left: -248px
    }
}

@media only screen and (max-width:1441px) {
    .navigation_v2 ul li .mega-dropdown-menu-sales-v2 {
        right: -378%
    }

        .navigation_v2 ul li .mega-dropdown-menu-sales-v2:after,
        .navigation_v2 ul li .mega-dropdown-menu-sales-v2:before {
            left: 121%
        }
}

@media only screen and (max-width:1120px) {
    .ver2 .navigation_mobile_v2 .nav_res {
        height: calc(100vh + 40px);
        position: fixed;
        padding-top: 245px;
        margin-top: 0
    }

    .bg-opacity {
        position: relative
    }

        .bg-opacity:before {
            position: absolute;
            content: "";
            background: #4c5762;
            z-index: 1041;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            opacity: .6
        }

    #header.header-v2 .container .navigation_v2 ul li {
        padding-right: 15px;
        padding-left: 15px
    }

        #header.header-v2 .container .navigation_v2 ul li a {
            font-size: 26px
        }
}

@media only screen and (min-width:1100px) {
    .handle_v2,
    .navigation_v2_res {
        display: none
    }
}

@media only screen and (max-width:1110px) {
    #header .header_shop .navigation,
    #header.header-v1 .navigation_res ul,
    #header.header-v2 .container .navigation_v2,
    .block-level3 li i {
        display: none
    }

    #header.header-v2 {
        position: relative;
        margin-bottom: 15px
    }

        #header.header-v2 .container .top-bar .nav_top {
            width: 100%;
            text-align: center
        }

        #header.header-v2 .container .top-bar .shop_action {
            padding-right: 15px;
            position: absolute;
            top: 109px;
            right: 0
        }

            #header.header-v2 .container .top-bar .shop_action ul li.cart .cart-v2 {
                left: -248px !important
            }

            #header.header-v2 .container .top-bar .shop_action ul li.cart span.badge {
                top: -15px;
                right: 5px
            }

        #header.header-v2 .container .logo_v2 {
            left: 240px;
            top: 75px
        }

    .block-level2 {
        padding-left: 10px;
        margin-top: 25px
    }

        .block-level2 img {
            width: 100%;
            margin-bottom: 20px
        }

        .block-level2 li {
            padding: 20px !important;
            background: 0 0 !important
        }

            .block-level2 li a {
                font: 400 24px KingCoolKC !important
            }

            .block-level2 li i {
                float: right;
                padding-right: 15px
            }

    .block-level3 {
        padding-left: 10px;
        margin-top: 20px
    }

        .block-level3 li {
            background: 0 0 !important;
            padding: 22px !important
        }

            .block-level3 li a {
                font: 400 18px KingCoolKC !important
            }

    .navigation_v2_res {
        overflow-x: hidden;
        max-height: 0;
        position: absolute;
        top: 0
    }

        .navigation_v2_res .nav_res li.action a {
            color: #e4022d !important
        }

        .navigation_v2_res .nav_res {
            display: inline-block;
            overflow: hidden;
            text-align: left !important;
            width: 450px;
            transition: all .8s ease;
            transform: translate3d(-600px, 0, 0);
            left: 0;
            padding-left: 30px;
            background: #fffffd;
            z-index: 1041;
            height: calc(100vh - 0px) !important;
            position: fixed;
            padding-top: 247px
        }

            .navigation_v2_res .nav_res li {
                display: block;
                float: left;
                padding: 35px;
                padding-left: 10px !important;
                background: url(../images/header/line_megamenu.png) 0 100% no-repeat;
                width: 100%
            }

                .navigation_v2_res .nav_res li a {
                    color: #384551;
                    text-transform: uppercase;
                    text-decoration: none;
                    font: 400 30px KingCoolKC;
                    float: left;
                    box-sizing: border-box;
                    max-height: 0 !important;
                    line-height: 10px !important
                }

                .navigation_v2_res .nav_res li i {
                    color: #384551
                }

                    .navigation_v2_res .nav_res li i.active:before {
                        content: "\f068";
                        height: 5px;
                        width: 5px
                    }

                .navigation_v2_res .nav_res li.pages i {
                    padding-left: 55px
                }

                .navigation_v2_res .nav_res li.shop i {
                    padding-left: 42px
                }

                .navigation_v2_res .nav_res li.news i {
                    padding-left: 48px
                }

                .navigation_v2_res .nav_res li a:active,
                .navigation_v2_res .nav_res li a:focus,
                .navigation_v2_res .nav_res li a:hover {
                    color: #e4022d
                }

        .navigation_v2_res .showing {
            display: block !important;
            overflow: inherit !important;
            transform: translate3d(0, 0, 0)
        }

    .handle_v2,
    .navigation.open {
        display: block
    }

    .navigation_v2_res .showing .fa-bars:before {
        content: "";
        position: absolute;
        background: url(../images/icon/close_menu.png) no-repeat;
        top: 10px;
        width: 60px;
        height: 44px;
        left: 25px
    }

    .handle_v2 {
        color: #384551
    }

    .showing_handle_v2 {
        color: #384551;
        top: 0;
        display: block;
        padding-top: 160px;
        width: 100%;
        background: #fff;
        position: fixed;
        padding-bottom: 45px
    }

    .wrapper_v2 .content {
        position: inherit !important;
        margin-top: 0 !important
    }

    .handle_v2 .fa-bars:before,
    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 44px;
        top: 66px;
        left: 30px;
        background: url(../images/icon/open_menu.png) no-repeat;
        background-size: 100%;
        z-index: 100000
    }

    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        content: "" !important;
        position: absolute;
        width: 39px;
        height: 40px;
        top: 103px;
        left: 35px;
        background: url(../images/icon/close_menu.png) no-repeat;
        background-size: 100% 100%;
        z-index: 100000
    }
}

@media only screen and (max-width:600px) {
    #header.header-v2 {
        min-height: 193px
    }

        #header.header-v2 .container .logo_v2 img {
            width: 48%;
            position: absolute;
            top: 65px;
            left: 102px
        }

        #header.header-v2 .container .top-bar .shop_action {
            top: 115px;
            position: absolute;
            display: none;
        }

            #header.header-v2 .container .top-bar .shop_action ul li {
                padding-left: 20px;
                padding-right: 20px
            }

                #header.header-v2 .container .top-bar .shop_action ul li.cart {
                    padding-right: 0 !important
                }

                    #header.header-v2 .container .top-bar .shop_action ul li.cart span.badge {
                        top: -14px;
                        right: 5px
                    }

                    #header.header-v2 .container .top-bar .shop_action ul li.cart .cart-v2 {
                        left: -270px !important;
                        top: 250%
                    }

    .navigation_v2_res {
        top: 0
    }

        .navigation_v2_res .showing {
            width: 100%
        }

    .handle_v2 .fa-bars:before,
    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before {
        content: "" !important;
        position: absolute;
        width: 50px;
        height: 40px;
        top: 65px;
        left: 30px;
        background: url(../images/icon/open_menu.png) no-repeat;
        background-size: 100%;
        z-index: 100000
    }

    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        content: "" !important;
        position: absolute;
        width: 39px;
        height: 40px;
        top: 82px;
        left: 35px;
        background: url(../images/icon/close_menu.png) no-repeat;
        background-size: 100% 100%;
        z-index: 100000
    }
}

@media only screen and (max-width:481px) {
    #header.header-v2 {
        min-height: 160px
    }

        #header.header-v2 .container .logo_v2 img {
            top: 55px;
            width: 44%
        }

        #header.header-v2 .container .top-bar .shop_action ul {
            padding-top: 0;
            margin-top: 5px
        }

    .handle_v2 .fa-bars:before,
    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before {
        top: 58px
    }

    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        top: 100px
    }
}

@media only screen and (max-width:436px) {
    .handle_v2 .fa-bars:before,
    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before {
        width: 35px;
        height: 30px;
        top: 58px !important;
        left: 15px
    }

    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        width: 30px;
        height: 30px;
        top: 102px !important;
        left: 18px
    }

    #header.header-v2 .container .logo_v2 img {
        width: 45%;
        top: 60px;
        left: 70px
    }

    #header.header-v2 .container .top-bar .shop_action a img,
    #header.header-v2 .container .top-bar .shop_action ul li img {
        width: 18px
    }

    #header.header-v2 {
        min-height: 145px;
        margin: 0;
    }

        #header.header-v2 .container .top-bar .shop_action {
            top: 100px
        }

            #header.header-v2 .container .top-bar .shop_action ul li.line:after {
                height: 20px
            }

            #header.header-v2 .container .top-bar .shop_action ul li.cart span.badge {
                top: -16px;
                right: 0
            }

    .navigation_mobile_v2 .nav_res {
        padding-top: 30px !important
    }

    .showing_handle_v2 {
        padding-bottom: 0
    }
}

@media only screen and (min-width:400px) and (max-width:800px) {
    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .product_interactive .action_nav_res .img_default_res a {
        margin-left: 12%
    }
}

@media only screen and (max-width:376px) {
    #header.header-v2 .container .logo_v2 img {
        width: 42%;
        top: 48px;
        left: 62px
    }

    #header.header-v2 {
        min-height: 130px
    }

        #header.header-v2 .container .top-bar .shop_action {
            top: 90px;
            display: none;
        }

    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product {
        margin-left: 18px
    }
}

@media only screen and (max-width:361px) {
    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product {
        margin-left: 12px
    }
}

@media only screen and (max-width:321px) {
    .action_nav_res .img_default_res a .cart_default,
    .action_nav_res .img_default_res a .quickview_default,
    .action_nav_res .img_default_res a .wishlist_default {
        width: 35px
    }

    .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product {
        margin-left: 0
    }

        .navigation_res .nav_res li.sales .menu-level-1 .level2 .product .caption .title_product a {
            font-size: 18px !important
        }

    .handle_v2 .fa-bars:before,
    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before,
    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        width: 30px;
        height: 30px;
        top: 72px;
        left: 15px
    }

    #header.header-v2 .container .logo_v2 img {
        width: 40%;
        top: 40px;
        left: 60px
    }

    #header.header-v2 {
        min-height: 100px
    }

        #header.header-v2 .container .top-bar .shop_action {
            top: 70px
        }
}

@media only screen and (max-width:1441px) {
    .mega-dropdown-menu-sales-v3 {
        right: -977%
    }

        .mega-dropdown-menu-sales-v3:after,
        .mega-dropdown-menu-sales-v3:before {
            left: 85%
        }

    .card_v3 .cart-v2 {
        left: -265px
    }
}

/*gbrittes*/

#wrapper_sld {
    display: none; /* Cambiado de none a block para que sea visible */
    background-color: lightgray;
    width: 100vw; /* Utiliza el 100% del viewport width */
    position: relative; /* Ajusta según sea necesario */
    left: 50%;
    right: 50%;
    margin-left: -50vw; /* Desplaza hacia la izquierda la mitad del ancho del viewport */
    margin-right: -50vw; /* Desplaza hacia la derecha la mitad del ancho del viewport */
    max-width: 964px;
    padding-left: 20px;
    padding-right: 20px;
}

#wrapper_sldd {
    display: none;
}

#sec_stl {
    margin-top: 10px;
}


@media only screen and (max-width:1120px) and (min-width:980px) {
    .navigation_v3 .card_v3 .badge {
        top: 5px;
        right: 40px
    }

    .search_v3 .input-group span .btn_v3 {
        margin-right: 10px;
        margin-top: -10px
    }

    .search_v3 .input-group .input_v3 {
        padding-top: 2px
    }
}

@media only screen and (min-width:1100px) {
    .card_v3 .screen_small,
    .search_v3 .line {
        display: none
    }
}

@media only screen and (max-width:1100px) {
    .shop_action_v3 {
        margin-bottom: 60px
    }

        .shop_action_v3 .connect_phone {
            max-width: 0;
            max-height: 0;
            display: none
        }

    .top_bar_v3 {
        background: url(../images/header/line_topbar.png) 0 40px no-repeat !important
    }

    .logo_v3 {
        padding-left: 30% !important;
        top: 20px
    }

    .search_v3 .input-screen-large {
        display: none
    }

    .search_v3 .line {
        display: block;
        position: absolute;
        top: 30px;
        right: 108px
    }

    .navigation_v3 .navigation,
    .top_bar_v3 .connect {
        display: none
    }

    .search_v3 .modal-header {
        border-bottom: none
    }

    .search_v3 .modal-content {
        margin-top: 200px
    }

    .search_v3 .modal-body .input-screen-small {
        margin-left: 30px;
        margin-right: 30px;
        background: url(../images/header/line_search.jpg) 0 40% no-repeat;
        background-position-y: 35px;
        padding-bottom: 60px
    }

        .search_v3 .modal-body .input-screen-small input {
            font: 400 16px BellGothicStdLight;
            box-shadow: none;
            color: #384551;
            background: 0 0;
            padding: 0;
            border: none
        }

    .search_v3 .modal-body .button_search {
        height: 34px;
        border: none;
        background: url(../images/header/search.png) no-repeat;
        box-shadow: none;
        width: 28px;
        padding: 0 !important;
        background-color: #fff !important
    }

    .card_v3 .cart-v2 {
        left: -255px;
        top: 112%
    }

    .navigation_v3:before {
        height: 64px !important;
        width: 96%
    }

    .navigation_v3 .all_categories a {
        padding-left: 35px;
        font: 400 36px MouseMemoirsRegular;
        letter-spacing: 5px;
        line-height: 80px
    }

        .navigation_v3 .all_categories a.dropdown-toggle_v3:before {
            top: 40px
        }

    .navigation_v3 .all_categories:before {
        background: 0 0
    }

    .navigation_v3 .all_categories ul li a {
        letter-spacing: 0 !important
    }

    .products_best_v3 .owl-nav .owl-next,
    .products_best_v3 .owl-nav .owl-prev {
        margin-top: -77px !important
    }

    .navigation_v3 .card_v3 {
        position: absolute;
        right: 0;
        top: -105px;
        padding-right: 0;
        width: 50px
    }

        .navigation_v3 .card_v3:before {
            content: "";
            position: absolute;
            border-right: 2px #e4022d solid;
            display: block;
            height: 40px;
            top: 8px;
            left: -8px
        }

        .navigation_v3 .card_v3 .badge {
            top: 3px;
            right: 5px;
            background-color: #e4022d !important;
            color: #fff
        }

        .navigation_v3 .card_v3 .screen_large {
            display: none;
        }

    .all_navigation_v3 ul {
        z-index: 9999;
        top: -172px;
        left: -42px
    }

        .all_navigation_v3 ul.showing {
            background: #fff !important;
            padding-bottom: 70px
        }

            .all_navigation_v3 ul.showing li {
                margin-left: 48px;
                padding-top: 25px;
                padding-bottom: 45px
            }

                .all_navigation_v3 ul.showing li a {
                    font: 400 30px KingCoolKC !important;
                    color: #384551 !important
                }

                .all_navigation_v3 ul.showing li.home {
                    padding-top: 246px
                }

                .all_navigation_v3 ul.showing li.contact_us {
                    background: 0 0
                }

    .all_navigation_v3 .fa-bars:before,
    .all_navigation_v3 .fa-navicon:before,
    .all_navigation_v3 .fa-reorder:before {
        top: -130px
    }

    .all_navigation_v3.navigation {
        position: absolute
    }

        .all_navigation_v3.navigation .showing .fa-bars:before {
            top: -132px
        }
}

@media only screen and (max-width:1025px) {
    .navigation_v3:before {
        width: 98%;
        left: 10px
    }

    .logo_v3 {
        padding-left: 35% !important
    }
}

@media only screen and (min-width:900px) and (max-width:1025px) {

    .navigation_v3 .all_categories {
        width: 100%;
        display: none;
    }

    .handle_v3 .fa-bars:before,
    .handle_v3 .fa-navicon:before,
    .handle_v3 .fa-reorder:before {
        left: 40px
    }
}

@media only screen and (max-width:800px) {
    .logo_v3 {
        padding-left: 32% !important
    }
}

@media only screen and (max-width:733px) {
    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        top: 102px
    }

    .navigation_v3 .open ul.dropdown-menu {
        margin-top: 100px
    }

    .shop_action_v3 {
        margin-bottom: 30px
    }

    .search_v3 .line {
        top: -50px
    }

    .navigation_v3 .card_v3 {
        top: -98px
    }

    .logo_v3 {
        padding-left: 30% !important
    }
}

@media only screen and (min-width:600px) and (max-width:665px) {
    .handle_v2 .fa-bars:before,
    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before {
        top: 70px
    }

    .handle_v3 .fa-bars:before,
    .handle_v3 .fa-navicon:before,
    .handle_v3 .fa-reorder:before {
        top: 68px
    }

    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        top: 105px
    }

    .showing_handle_v3 .fa-bars:before,
    .showing_handle_v3 .fa-navicon:before,
    .showing_handle_v3 .fa-reorder:before {
        top: 120px
    }

    .logo_v3 {
        top: 36px;
        left: -3%
    }

    .search_v3 .line {
        top: -50px;
        padding-top: 18px;
        right: 100px
    }

    .navigation_v3 .card_v3 {
        top: -110px
    }

    .navigation_v3 .open ul.dropdown-menu {
        margin-top: 90px
    }
}

@media only screen and (max-width:600px) {
    #divMenuCarritoHeader {
        display: none !important
    }

    .navigation_v3:before {
        width: 96%
    }

    .navigation_v3 .all_categories a {
        font-size: 26px
    }

    .shop_action_v3 {
        margin-bottom: 40px
    }

    .logo_v3 {
        padding-left: 10% !important;
        top: 5px
    }

        .logo_v3 img {
            width: 72%
        }

    .navigation_v3 .card_v3 .screen_small,
    .search_v3 .line img {
        width: 20px
    }

    .badge {
        padding: 1px 5px
    }

    .search_v3 .line {
        top: 0px;
        right: 73px
    }

    .navigation_v3 .card_v3 {
        top: -50px
    }

        .navigation_v3 .card_v3 .badge {
            top: 12px;
            right: -5px
        }

        .navigation_v3 .card_v3:before {
            top: 8px;
            left: 13px;
            height: 33px
        }

    .handle_v3 .fa-bars:before,
    .handle_v3 .fa-navicon:before,
    .handle_v3 .fa-reorder:before {
        top: 60px
    }

    .showing_handle_v3 .fa-bars:before,
    .showing_handle_v3 .fa-navicon:before,
    .showing_handle_v3 .fa-reorder:before {
        top: 112px
    }
}

@media only screen and (max-width:569px) {
    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        top: 115px
    }
}

@media only screen and (max-width:436px) {
    /*gbrittes*/
    .category {
        display: none;
    }

    #wrapper_sld {
        display: block;
    }

    #wrapper_sldd {
        display: block;
    }

    .all_category_07 {
        display: none;
    }


    .navigation {
        display: none;
    }
    /*.navigation_v3 {
        display: none;
    }*/

    .product .caption .title_product a {
        font-size: 15px
    }

    .product .caption .price .price_new {
        font-size: 30px
    }

    .product .caption .price .spanIzquierda {
        display: block;
        float: left;
        color: green !important;
    }

    .product .caption .price .spanDerecha {
        display: block;
        float: right;
    }

    .product .caption .title_price {
        font-family: MouseMemoirsRegular;
        font-size: 13px;
        color: green;
        display: inline-block;
    }
}

@media only screen and (max-width:415px) {

    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        top: 104px !important;
        width: 28px;
        height: 28px
    }
}

@media only screen and (max-width:380px) {

    .handle_v2 .fa-bars:before,
    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before {
        top: 40px !important;
        width: 30px;
        height: 30px
    }

    .handle_v3 .fa-bars:before,
    .handle_v3 .fa-navicon:before,
    .handle_v3 .fa-reorder:before {
        top: 30px !important
    }

    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        top: 85px !important;
        width: 25px;
        height: 25px
    }

    .showing_handle_v3 .fa-bars:before,
    .showing_handle_v3 .fa-navicon:before,
    .showing_handle_v3 .fa-reorder:before {
        top: 75px !important;
        width: 25px;
        height: 25px
    }

    .logo_v3 {
        top: 8px
    }

        .logo_v3 img {
            width: 58%
        }

    #header.header-v2 .container .top-bar .shop_action ul {
        margin-top: 0
    }

    .search_v3 .line {
        top: 0;
    }

    .navigation_v3 .card_v3 {
        top: -50px
    }

    .navigation_v3 .all_categories a {
        padding-left: 30px
    }

    .shop_action_v3 {
        margin-bottom: 6px
    }

    .navigation_v3 .open ul.dropdown-menu {
        margin-top: 100px
    }
}

.cat_sld {
    width: 75px;
}

@media only screen and (max-width:321px) {
    /*gbrittes*/
    /* .navigation_v3 {
        display: none;
    }
        */
    .product .caption .title_product a {
        font-size: 12px
    }

    .product .caption .price .price_new {
        font-size: 16px
    }

    .handle_v2 .fa-bars:before,
    .handle_v2 .fa-navicon:before,
    .handle_v2 .fa-reorder:before {
        top: 28px !important;
        width: 28px
    }

    .handle_v3 .fa-bars:before,
    .handle_v3 .fa-navicon:before,
    .handle_v3 .fa-reorder:before {
        top: 23px !important
    }

    .showing_handle_v2 .fa-bars:before,
    .showing_handle_v2 .fa-navicon:before,
    .showing_handle_v2 .fa-reorder:before {
        top: 73px !important;
        width: 25px
    }

    .showing_handle_v3 .fa-bars:before,
    .showing_handle_v3 .fa-navicon:before,
    .showing_handle_v3 .fa-reorder:before {
        top: 68px !important
    }

    #header.header-v2 .container .top-bar .nav_top ul li {
        padding-right: 10px
    }

        #header.header-v2 .container .top-bar .nav_top ul li a {
            font-size: 16px
        }

    .logo_v3 {
        margin-top: 0
    }

    .search_v3 .input-group {
        background-size: 100% 42px
    }

        .search_v3 .input-group .input_v3 {
            padding-top: 8px
        }

        .search_v3 .input-group span .btn_v3 {
            margin-right: 14px;
            margin-top: -5px
        }

    .shop_action_v3 {
        margin-bottom: 15px
    }

    .navigation_v3 {
        margin-top: -15px
    }

        .navigation_v3:before {
            width: 95%
        }

        .navigation_v3 .all_categories a {
            font-size: 22px
        }

        .navigation_v3 .open ul.dropdown-menu {
            width: 288px
        }

        .navigation_v3 .card_v3 .screen_small,
        .search_v3 .line img {
            width: 16px
        }

        .navigation_v3 .card_v3 {
            top: -67px
        }

            .navigation_v3 .card_v3:before {
                top: 12px;
                left: 16px;
                height: 26px
            }

    .search_v3 .line {
        right: 65px
    }

    .badge {
        padding: 0 4px;
        font-size: 10px;
        top: 11px
    }
}

#footer {
    overflow: hidden;
    position: relative
}

    #footer:before {
        content: '';
        top: 0;
        right: -400px;
        bottom: -400px;
        left: -400px;
        position: absolute;
        display: block;
        z-index: 0;
        background: #209df1;
        margin-top: 80px;
        -webkit-transform: rotateZ(3deg);
        -moz-transform: rotateZ(3deg);
        -ms-transform: rotateZ(3deg);
        -o-transform: rotateZ(3deg);
        transform: rotateZ(3deg)
    }

    #footer .container .SignUp {
        position: relative;
        z-index: 1;
        background: url(../images/footer/background_conn_03.jpg);
        padding-left: 30px;
        padding-right: 30px
    }

        #footer .container .SignUp .connect {
            padding-top: 75px;
            display: inline-flex
        }

            #footer .container .SignUp .connect .title_conn {
                font-family: MouseMemoirsRegular;
                font-size: 28.89px;
                color: #e4022d;
                padding-right: 39px
            }

            #footer .container .SignUp .connect .img_conn {
                padding-top: 5px
            }

                #footer .container .SignUp .connect .img_conn img {
                    padding-right: 25px;
                    transform: translate3d(0, 0, 0);
                    transition: all .2s ease
                }

                    #footer .container .SignUp .connect .img_conn img:hover {
                        transform: translate3d(0, -6px, 0)
                    }

                #footer .container .SignUp .connect .img_conn.img_last {
                    padding-right: 0
                }

    #footer .container .information-diferent {
        padding-top: 85px;
        padding-bottom: 80px;
        color: #fff;
        background: url(../images/footer/line_footer.png) 25% 90% repeat-x;
        position: relative
    }

        #footer .container .information-diferent .about_us {
            padding-bottom: 10px
        }

            #footer .container .information-diferent .about_us h1 {
                font-family: MouseMemoirsRegular;
                padding-bottom: 12px;
                margin-top: 10px;
                font-size: 25px;
            }

            #footer .container .information-diferent .about_us ul {
                margin: 0;
                padding: 0;
                list-style: none
            }

                #footer .container .information-diferent .about_us ul li a {
                    text-decoration: none;
                    color: #fff;
                    font-family: KingCoolKC;
                    font-size: 18px;
                    padding-bottom: 10px;
                    line-height: 23px;
                    transition: all .3s ease;
                    text-transform: uppercase
                }

                    #footer .container .information-diferent .about_us ul li a:hover {
                        padding-left: 3px;
                        color: #e4022d
                    }

        #footer .container .information-diferent .our_instogram a u {
            font: 400 14px KingCoolKC
        }

        #footer .container .information-diferent .our_instogram .img_info_client {
            float: left;
            padding-bottom: 15px;
            width: 100%;
            display: block
        }

            #footer .container .information-diferent .our_instogram .img_info_client a {
                display: block;
                float: left
            }

                #footer .container .information-diferent .our_instogram .img_info_client a img {
                    margin-right: 15px
                }

                    #footer .container .information-diferent .our_instogram .img_info_client a img.img_end {
                        margin-right: 0
                    }

        #footer .container .information-diferent .our_instogram a {
            color: #fff
        }

            #footer .container .information-diferent .our_instogram a:hover {
                color: #e4022d
            }

    #footer .container .pay_cart {
        padding-bottom: 44px
    }

        #footer .container .pay_cart .source {
            font-size: 16px;
            color: #fff
        }

        #footer .container .pay_cart .cart {
            cursor: auto
        }

            #footer .container .pay_cart .cart img {
                float: right;
                transition: all .3s ease
            }

.order {
    padding-top: 37px
}

    .order p.order-post-title {
        line-height: 15px;
        font-family: MouseMemoirsRegular;
        font-size: 30px;
        color: #e4022d
    }

    .order p.order-contact {
        color: #333;
        font-family: BellGothicStdLight;
        font-size: 18px
    }

    .order .input-group {
        padding-bottom: 35px;
        width: 85%;
        background: url(../images/footer/background_input.png) no-repeat;
        background-size: 100%
    }

        .order .input-group input.form-control {
            text-transform: uppercase;
            font: 400 18px KingCoolKC;
            padding-top: 3%;
            height: 60px;
            border: none !important;
            box-shadow: none !important;
            background: 0 0 !important;
            color: #fff
        }

        .order .input-group span button {
            text-transform: uppercase;
            font-family: KingCoolKC;
            font-size: 24px;
            padding-left: 45px;
            color: #fff;
            height: 47px;
            top: -6px;
            border: none
        }

            .order .input-group span button.btn {
                padding-right: 40px;
                background: 0 0 !important;
                padding-bottom: 0
            }

                .order .input-group span button.btn:active,
                .order .input-group span button.btn:focus,
                .order .input-group span button.btn:hover {
                    outline: 0 !important;
                    box-shadow: none !important;
                    color: #384551
                }

.btn_v1:active,
.btn_v1:hover {
    background: url(../images/footer/background_submit.png) no-repeat !important;
    border-color: none !important
}

.footer_v2,
.footer_v2:before {
    background: #384551 !important
}

.footer_v3 {
    background: url(../images/footer/background_footer_v3.jpg) !important
}

.about_us ul li {
    transition: all .3s ease;
    padding-bottom: 5px
}

    .about_us ul li.place {
        padding-top: 10px
    }

        .about_us ul li.place:active,
        .about_us ul li.place:hover {
            padding-left: 3px
        }

    .about_us ul li .img_place {
        float: left;
        display: block
    }

    .about_us ul li .text_place {
        display: -webkit-box;
        padding-left: 15px;
        line-height: 25px
    }

.about_us_v3 ul li {
    padding-bottom: 30px
}

    .about_us_v3 ul li:active,
    .about_us_v3 ul li:hover {
        padding-left: 3px
    }

    .about_us_v3 ul li .img_place {
        margin-top: -10px
    }

    .about_us_v3 ul li a:active,
    .about_us_v3 ul li a:hover {
        color: red;
        padding-left: 0 !important;
        margin-top: 10px
    }

.about_us_v3 ul.connect_about_us li {
    float: left;
    padding-right: 25px
}

    .about_us_v3 ul.connect_about_us li a img {
        transform: translate(0, 0);
        transition: all .3s ease
    }

    .about_us_v3 ul.connect_about_us li:hover {
        padding-left: 0 !important
    }

        .about_us_v3 ul.connect_about_us li:hover a img {
            transform: translate(0, -5px)
        }

.btn-top {
    background-image: url(../images/icon/scroll_top.png);
    background-repeat: no-repeat;
    border: none;
    bottom: 30px;
    cursor: pointer;
    display: none;
    height: 62px;
    outline: 0;
    padding: 0;
    position: fixed;
    right: 15px;
    width: 65px;
    z-index: 9999
}

    .btn-top:hover {
        height: 70px;
        background-size: 100% 100%;
        width: 70px
    }

    .btn-top.position {
        position: absolute;
        right: 15px;
        bottom: 300px
    }

@media only screen and (min-width:900px) and (max-width:1025px) {
    .btn-top {
        display: none !important
    }

    .footer_v3 .about_us:nth-child(4) {
        clear: both
    }
}

@media only screen and (min-width:1000px) and (max-width:1025px) {
    #footer .container .SignUp .connect {
        padding-top: 22px
    }

        #footer .container .SignUp .connect .img_conn {
            display: block;
            padding-top: 15px
        }

    #footer .container .SignUp .order .input-group span button.btn {
        position: absolute;
        top: -6px;
        left: -122px !important;
        font-size: 22px !important
    }

    #footer .container .SignUp .order .input-group input.form-control {
        padding-top: 0;
        width: 70%
    }
}

@media only screen and (min-width:700px) and (max-width:990px) {
    #footer .container .SignUp {
        text-align: center
    }

        #footer .container .SignUp .order .input-group {
            margin-left: 50px;
            margin-bottom: 20px
        }

            #footer .container .SignUp .order .input-group input.form-control {
                padding-top: 5%;
                width: 94%
            }

            #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
                top: 0;
                left: -15px
            }

    #footer .container .information-diferent {
        background-position: 25% 96%
    }
}

@media only screen and (max-width:770px) {
    #footer .container .SignUp {
        text-align: center
    }

        #footer .container .SignUp .connect {
            padding-left: 19%;
            padding-top: 40px
        }

    #footer .container .information-diferent {
        padding-bottom: 40px;
        background-position: 26% 98%
    }
}

@media only screen and (min-width:665px) and (max-width:770px) {
    #footer .container .SignUp {
        text-align: center
    }

        #footer .container .SignUp .connect {
            padding-left: 17%
        }

        #footer .container .SignUp .order .input-group {
            margin-left: 50px;
            margin-bottom: 20px
        }

            #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
                top: -1px;
                left: -10px
            }

    #footer .container .pay_cart {
        padding-bottom: 30px;
        text-align: center
    }

        #footer .container .pay_cart .source {
            padding-top: 15px
        }

        #footer .container .pay_cart .cart {
            margin-top: 15px
        }

            #footer .container .pay_cart .cart img {
                float: none !important;
                padding-left: 25px;
                padding-right: 25px;
                display: inline-block
            }
}

@media only screen and (max-width:630px) {
    #footer .container .SignUp .order .input-group {
        width: 100%
    }

        #footer .container .SignUp .order .input-group input.form-control {
            padding-top: 6%
        }

        #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
            top: -6px;
            left: -5px
        }
}

@media only screen and (max-width:650px) {
    #footer .container .SignUp .connect {
        padding-left: 15%
    }

    #footer .container .SignUp .order .input-group {
        margin-left: 50px
    }

        #footer .container .SignUp .order .input-group span button.btn {
            position: absolute;
            top: 1px;
            left: -140px
        }

        #footer .container .SignUp .order .input-group input.form-control {
            width: 70%
        }
}

@media only screen and (min-width:600px) and (max-width:800px) {
    #footer .container .information-diferent .about_us {
        width: 50%
    }

    #footer .container .information-diferent .about_us2_v3 {
        padding-bottom: 80px
    }
}

@media only screen and (min-width:600px) and (max-width:650px) {
    #footer .container .information-diferent .about_us {
        width: 50%
    }

    #footer .container .pay_cart {
        padding-bottom: 30px
    }

        #footer .container .pay_cart .source {
            padding-top: 10px;
            width: 100%;
            text-align: center
        }

        #footer .container .pay_cart .cart {
            width: 100%;
            text-align: center;
            margin-top: 15px
        }

            #footer .container .pay_cart .cart img {
                float: none;
                padding-left: 20px;
                padding-right: 20px;
                display: inline-block
            }
}

@media only screen and (max-width:600px) {
    .signin h2.heading-title {
        margin-top: 10px
    }

    .order {
        padding-top: 0
    }

    .register {
        margin-bottom: 0
    }

    #footer .container .SignUp {
        text-align: center
    }

        #footer .container .SignUp .order .input-group {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
            margin-left: 0
        }

            #footer .container .SignUp .order .input-group input.form-control {
                padding-top: 3%;
                width: 70%
            }

            #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
                position: absolute;
                top: 1px;
                left: -140px
            }

        #footer .container .SignUp .connect {
            padding-left: 15px;
            display: block
        }

            #footer .container .SignUp .connect .title_conn {
                padding-left: 0;
                padding-right: 0
            }

            #footer .container .SignUp .connect .img_conn img.img_last {
                padding-right: 0
            }

    #footer .container .pay_cart {
        text-align: center;
        width: 100%;
        padding-bottom: 30px
    }

        #footer .container .pay_cart .cart {
            margin-top: 20px;
            text-align: center
        }

            #footer .container .pay_cart .cart img {
                float: none;
                padding-left: 30px;
                padding-right: 30px;
                display: inline-block
            }
}

@media only screen and (max-width:450px) {
    #footer .container .SignUp .order .input-group {
        background-size: 100% 55px
    }

        #footer .container .SignUp .order .input-group input.form-control {
            padding-top: 6% !important;
            width: 70%
        }

        #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
            position: absolute;
            top: 0;
            left: -116px;
            font-size: 20px !important
        }
}

@media only screen and (max-width:436px) {
    #footer .container .SignUp,
    #footer .container .pay_cart .cart,
    #footer .container .pay_cart .source {
        text-align: center
    }

        #footer .container .SignUp .connect {
            padding-top: 30px
        }

            #footer .container .SignUp .connect .title_conn {
                padding-right: 0
            }

            #footer .container .SignUp .connect .img_conn {
                display: block;
                text-align: center
            }

                #footer .container .SignUp .connect .img_conn img {
                    padding-top: 12px;
                    display: inline-flex;
                    padding-right: 22px
                }

        #footer .container .SignUp .order .input-group {
            width: 100%
        }

    #footer .container .information-diferent {
        background-position: 25% 97%;
        padding-bottom: 18px
    }

    #footer .container .pay_cart .cart img {
        float: none;
        padding: 0 10px;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media only screen and (max-width:375px) {
    #footer .container .SignUp .connect .title_conn {
        font-size: 26px
    }

    #footer .container .SignUp .connect .img_conn img {
        padding-right: 12px
    }

    #footer .container .SignUp .order p.order-post-title {
        font-size: 26px;
        line-height: 18px
    }

    #footer .container .SignUp .order p.order-contact {
        font-size: 14px
    }
}

@media only screen and (max-width:361px) {
    #footer .container .SignUp .order .input-group input.form-control {
        padding-top: 6% !important;
        width: 70%
    }

    #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
        position: absolute;
        top: 0;
        left: -108px;
        font-size: 18px !important
    }

    #footer .container .information-diferent .our_instogram a u {
        font: 400 14px KingCoolKC
    }
}

@media only screen and (max-width:321px) {
    #footer .container .pay_cart {
        text-align: center;
        width: 100%
    }

        #footer .container .pay_cart .cart {
            text-align: center
        }

            #footer .container .pay_cart .cart img {
                float: none;
                padding-left: 5px !important;
                padding-right: 5px !important
            }

    #footer .container .SignUp .order .input-group {
        background-size: 100% 40px
    }

        #footer .container .SignUp .order .input-group input.form-control {
            padding-top: 4px !important;
            font-size: 12px
        }

        #footer .container .SignUp .order .input-group span.input-group-btn button.btn {
            position: absolute;
            top: -7px;
            left: -97px;
            font-size: 15px !important
        }
}

@media only screen and (max-width:600px) and (min-width:560px) {
    #footer .container .pay_cart {
        text-align: center
    }

        #footer .container .pay_cart .cart {
            margin-top: 15px
        }

            #footer .container .pay_cart .cart img {
                float: none;
                padding-left: 25px;
                padding-right: 25px
            }
}

a:focus {
    outline: 0
}

body {
    overflow-x: hidden
}

.content {
    position: relative;
    z-index: 1040;
    margin-top: -12px
}

    .content .slider {
        overflow: hidden;
        font-family: KingCoolKC
    }

        .content .slider .slide_main,
        .content .slider .slide_main .item img {
            position: relative;
            z-index: 0
        }

            .content .slider .slide_main .item .content_slide1 {
                transition: All 1s ease;
                position: absolute;
                z-index: 1;
                top: 112px;
                right: 445px;
                text-align: center;
                animation: content_slide1 1s ease-out
            }

                .content .slider .slide_main .item .content_slide1 img {
                    transition: all .3s ease-out;
                    display: inline;
                    text-align: center
                }

                .content .slider .slide_main .item .content_slide1 .now_to img {
                    padding: 25px 0
                }

                .content .slider .slide_main .item .content_slide1:active {
                    padding-top: 10px
                }

@-webkit-keyframes content_slide1 {
    from {
        right: 100px;
        top: 112px
    }

    to {
        right: 400px;
        top: 112px
    }
}

.content .slider .slide_main .item .content_slide2 {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 445px
}

    .content .slider .slide_main .item .content_slide2 .free {
        font-family: BellGothicStdBlack;
        font-size: 25px;
        line-height: 42px;
        opacity: 1;
        animation: move_right 5s infinite
    }

    .content .slider .slide_main .item .content_slide2 .entire {
        font-family: KingCoolKC;
        font-size: 120.42px;
        line-height: 120px
    }

    .content .slider .slide_main .item .content_slide2 .up_to {
        font-family: KingCoolKC;
        font-size: 36px;
        line-height: 40px;
        float: left;
        padding-left: 100px
    }

        .content .slider .slide_main .item .content_slide2 .up_to span {
            padding-left: 22px;
            padding-right: 22px
        }

        .content .slider .slide_main .item .content_slide2 .up_to img {
            display: inline
        }

    .content .slider .slide_main .item .content_slide2 .number {
        display: inline-flex;
        float: left;
        font-family: MouseMemoirsRegular;
        line-height: 260px;
        color: #34a5dd
    }

        .content .slider .slide_main .item .content_slide2 .number .number_first {
            font-size: 380.4px;
            padding-left: 30px
        }

        .content .slider .slide_main .item .content_slide2 .number .number_end {
            font-size: 274.08px;
            display: inline;
            margin-top: -26px
        }

    .content .slider .slide_main .item .content_slide2 .unit {
        font-family: MouseMemoirsRegular;
        font-size: 148.98px;
        color: #34a5dd;
        line-height: 116px;
        padding-top: 40px;
        padding-right: 45px
    }

    .content .slider .slide_main .item .content_slide2 .off {
        text-transform: uppercase;
        font-family: MouseMemoirsRegular;
        font-size: 101.02px;
        color: #34a5dd;
        padding-right: 45px;
        margin-top: -20px
    }

    .content .slider .slide_main .item .content_slide2 .favorable {
        font-family: MouseMemoirsRegular;
        font-size: 28px;
        float: left;
        padding-left: 100px;
        display: inline;
        margin-top: -30px
    }

.content .slider .slide_main .owl-nav .owl-next,
.content .slider .slide_main .owl-nav .owl-prev {
    height: 200px;
    width: 50px;
    z-index: 1;
    position: absolute;
    top: 272px;
    font-size: 0;
    display: block;
    overflow: hidden
}

.content .slider .slide_main .owl-nav .owl-prev {
    left: 30px;
    background: url(../images/slides/prev.png) no-repeat
}

.content .slider .slide_main .owl-nav .owl-next {
    right: 30px;
    float: right;
    background: url(../images/slides/next.png) no-repeat
}

.content .slider .panel-body {
    padding: 0 !important
}

    .content .slider .panel-body .carousel a {
        background-image: none
    }

        .content .slider .panel-body .carousel a span img {
            padding-top: 270px
        }

.conection {
    margin-top: 30px
}

    .conection .boys {
        float: left;
        width: 34%;
        margin-left: -19px
    }

    .conection .girls {
        float: left;
        width: 34%
    }

    .conection .boy_girl {
        float: left;
        width: 32%
    }

    .conection img {
        float: left;
        transition: opacity .3s ease 0s, transform .4s ease 0s
    }

        .conection img:hover {
            transform: scale3d(1.05, 1.05, 1)
        }

.featured_product {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 10px
}

    .featured_product .tab-v8 .nav-inner {
        text-align: center
    }

    .featured_product .tab-v8 .nav-tabs {
        border: none;
        display: inline-block
    }

        .featured_product .tab-v8 .nav-tabs li {
            border-bottom: none !important
        }

            .featured_product .tab-v8 .nav-tabs li a {
                font-size: 24px;
                font-family: KingCoolKC;
                padding: 0;
                color: #545f6a;
                border: none;
                background: 0 0
            }

                .featured_product .tab-v8 .nav-tabs li a img {
                    padding-left: 20px;
                    padding-right: 20px
                }

                .featured_product .tab-v8 .nav-tabs li a.active,
                .featured_product .tab-v8 .nav-tabs li a:focus,
                .featured_product .tab-v8 .nav-tabs li a:hover {
                    background: 0 0;
                    color: #e62945
                }

            .featured_product .tab-v8 .nav-tabs li.active,
            .featured_product .tab-v8 .nav-tabs li:focus,
            .featured_product .tab-v8 .nav-tabs li:hover {
                background: 0 0
            }

    .featured_product .header_featured_pr .header_featured {
        font-family: MouseMemoirsRegular;
        line-height: 68px;
        color: #384551;
        font-size: 60px
    }

    .featured_product .header_featured_pr p {
        font-size: 24px;
        font-family: KingCoolKC
    }

    .featured_product .most_want {
        background: url(../images/icon/x.png) 176px 10px no-repeat;
        color: #545f6a
    }

    .featured_product .new_arrival {
        background-position: 165px 10px;
        color: #545f6a
    }

    .featured_product .best_seller {
        color: #545f6a
    }

.products {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 120px
}

.border_products,
.counter .time {
    padding-left: 45px;
    padding-right: 45px
}

    .border_products .row_2 {
        padding-top: 50px
    }

.counter {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center
}

    .counter .time {
        position: relative;
        z-index: 0
    }

        .counter .time .border_counter {
            border: 5px solid #e5e5e5
        }

        .counter .time .header_counter {
            font-family: MouseMemoirsRegular;
            font-size: 90.05px
        }

            .counter .time .header_counter b {
                color: #e4022d;
                padding-bottom: 25px;
                background: url(../images/counter/line_counter.png) center 95% no-repeat
            }

        .counter .time .text_1_counter {
            font-family: KingCoolKC;
            color: #333;
            font-size: 35.02px;
            padding-top: 32px
        }

        .counter .time .text_2_counter {
            font-family: BellGothicStdLight;
            font-size: 18.01px;
            color: #333
        }

            .countdown-times .number,
            .counter .time .countdow .day_times,
            .counter .time .countdow .number_time,
            .counter .time .text_2_counter span {
                font-family: KingCoolKC
            }

        .counter .time .countdow {
            float: left;
            padding-bottom: 52px;
            background: url(../images/counter/background_coutdow.jpg) 3px -1px no-repeat
        }

            .counter .time .countdow .number_time {
                font-size: 32.02px;
                color: e4022d;
                line-height: 52px
            }

            .counter .time .countdow .day_times {
                line-height: 0;
                color: #333;
                font-size: 12.01px
            }

        .counter .time .img-girls img {
            position: absolute;
            left: -126px;
            z-index: 1;
            bottom: -92px
        }

        .counter .time .img-boys img {
            position: absolute;
            right: 0;
            z-index: 1;
            bottom: -125px
        }

.countdown-times {
    display: inline-flex
}

    .countdown-times .day,
    .testimodial_v1 {
        display: inline-block
    }

    .countdown-times .distance {
        background: url(../images/counter/background_coutdow.jpg) no-repeat;
        background-size: 100%;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 52px;
        padding: 18px 20px
    }

    .countdown-times .number {
        color: #e4022d;
        font-size: 32.02px;
        line-height: 30px
    }

    .countdown-times .text {
        color: #333;
        font-family: BellGothicStdLight;
        font-size: 12.01px
    }

.testimodial_v1 {
    margin-bottom: 30px;
    margin-top: 186px;
    background: url(../images/banner/background_testimodial1.jpg) no-repeat;
    height: 600px;
    width: 100%
}

    .testimodial_v1 .caption {
        padding-top: 104px;
        padding-left: 26%;
        padding-right: 26%;
        text-align: center
    }

        .testimodial_v1 .caption .img_client_testimodial {
            position: relative;
            height: 135px
        }

            .testimodial_v1 .caption .img_client_testimodial .img_client {
                position: absolute;
                margin: auto;
                left: 0;
                right: 0;
                top: 0;
                border-radius: 50%
            }

            .testimodial_v1 .caption .img_client_testimodial .border_images {
                position: absolute;
                margin: auto;
                left: 0;
                right: 0;
                top: 0
            }

        .testimodial_v1 .caption img {
            margin-left: auto;
            margin-right: auto
        }

        .testimodial_v1 .caption h4 {
            mix-blend-mode: multiply;
            color: #fff;
            opacity: 20%;
            padding-top: 17px;
            padding-bottom: 30px;
            font: 400 18px BellGothicStdBlack;
            background: url(../images/banner/line_client.png) center 94% no-repeat;
            text-shadow: 2px 2px 2px #c9a714
        }

.product_best .owl-nav .owl-next:hover,
.product_best .owl-nav .owl-prev:hover,
.products_best_v3 .owl-nav .owl-next:hover,
.products_best_v3 .owl-nav .owl-prev:hover,
.title_bestseller .click .prev_bestseller:hover {
    opacity: .5
}

.testimodial_v1 .caption .name_client {
    padding-top: 10px;
    line-height: 40px;
    font-size: 48px;
    font-family: MouseMemoirsRegular;
    color: #e4022d;
    text-shadow: 2px 2px 2px #c9a714
}

.testimodial_v1 .caption .ceo {
    font-family: KingCoolKC;
    font-size: 14px;
    color: #fff;
    text-shadow: 2px 2px 2px #c9a714
}

.testimodial_v1 .owl-dots {
    text-align: center;
    padding-left: 49%;
    display: inline-flex;
    padding-top: 20px
}

    .testimodial_v1 .owl-dots .owl-dot {
        margin-right: 8px;
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        border-radius: 10px
    }

    .testimodial_v1 .owl-dots .active {
        background: url(../images/header/background_dot.png)
    }

.banner {
    padding-left: 15px;
    padding-right: 15px
}

    .banner .effect-v5 {
        background-color: #fff !important
    }

        .banner .effect-v5 img {
            width: 100%
        }

.interactive-banner {
    color: #fff;
    position: relative;
    overflow: hidden
}

    .interactive-banner .interactive-banner-profile {
        position: absolute;
        z-index: 2;
        margin: auto;
        content: ""
    }

        .interactive-banner .interactive-banner-profile h2 {
            text-transform: uppercase;
            margin: 10px 0 15px
        }

        .interactive-banner .interactive-banner-profile small {
            text-transform: uppercase
        }

    .interactive-banner .mask-link {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1
    }

    .interactive-banner .banner-title h2,
    .interactive-banner .banner-title h3,
    .interactive-banner .banner-title h4,
    .interactive-banner .banner-title h5,
    .interactive-banner .banner-title h6 {
        color: #fff
    }

    .interactive-banner .action .icons:hover {
        background-color: #5cb85c !important;
        border: #5cb85c !important
    }

    .interactive-banner.left .interactive-banner-profile {
        left: 20px
    }

    .interactive-banner.right .interactive-banner-profile {
        right: 20px
    }

    .interactive-banner.center .interactive-banner-profile {
        right: 0;
        left: 0
    }

.interactive-banner-v2 .interactive-banner-profile {
    top: 40px;
    width: 55%;
    height: 120px
}

    .interactive-banner-v2 .interactive-banner-profile .action {
        padding: 5px 15px;
        margin-bottom: 3px;
        background-color: #fff;
        color: #333
    }

.interactive-banner-v2.left .interactive-banner-profile {
    left: 60px
}

.interactive-banner-v2.right .interactive-banner-profile {
    right: 60px
}

.interactive-banner-v2.center .interactive-banner-profile {
    right: 0;
    left: 0
}

.customer_label {
    margin-top: 60px;
    margin-bottom: 40px
}

@media only screen and (max-width:768px) {

    .owl-carousel .owl-item img {
        width: 100% !important;
    }

    .owl-carousel .owl-item .nuestrasMarcas img {
        display: inline-block;
    }
}

.latest_news .title_latest {
    font-family: MouseMemoirsRegular;
    font-size: 60px;
    color: #384551;
    text-align: center;
    background: url(../images/latest_new/line_LatestNews.png) 48% 78px no-repeat;
    padding-bottom: 74px
}

.latest_news .owl-carousel.owl-loaded .owl-stage-outer {
    max-height: 450px
}

.latest_news .latest-posts-body {
    margin-bottom: 80px
}

    .latest_news .latest-posts-body .latest-posts-image {
        margin-right: 10px
    }

.rtl .latest_news .latest-posts-body .latest-posts-image {
    margin-left: 10px;
    margin-right: inherit
}

.latest_news .latest-posts-body .latest-posts-image img {
    width: 100px !important;
    height: auto !important
}

.latest_news .latest-posts-body .latest-posts-meta {
    padding-top: 12px
}

    .latest_news .latest-posts-body .latest-posts-meta .more,
    .slider .slide2_v2 .jacket {
        padding-top: 10px
    }

    .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile {
        padding-bottom: 25px
    }

        .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile .created {
            padding-bottom: 20px;
            font-family: BellGothicStdBlack;
            font-size: 12px;
            color: #b5b5b5;
            background: url(../images/latest_new/line_title_latest.png) 20px 25px repeat-x
        }

            .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile .created .number {
                font-size: 14px
            }

    .latest_news .latest-posts-body .latest-posts-meta .latest-posts-title a {
        text-decoration: none;
        line-height: 35px;
        font-family: MouseMemoirsRegular;
        font-size: 36px;
        color: #384551
    }

        .latest_news .latest-posts-body .latest-posts-meta .latest-posts-title a:hover {
            color: #e4022d
        }

    .latest_news .latest-posts-body .latest-posts-meta .more a {
        text-decoration: none;
        font-family: MouseMemoirsRegular;
        color: #e63946;
        font-size: 18px
    }

        .latest_news .latest-posts-body .latest-posts-meta .more a:hover {
            color: #384551
        }

    .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile > span {
        margin-right: 10px
    }

.rtl .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile > span {
    margin-left: 10px;
    margin-right: inherit
}

.featured_product .tab-v8 .nav-tabs li.active a,
.featured_product .tab-v8 .nav-tabs li:focus a,
.featured_product .tab-v8 .nav-tabs li:hover a {
    color: #e4022d !important
}

.product_girls .header_featured_pr a span.best_seller:active,
.product_girls .header_featured_pr a span.most_want:active,
.product_girls .header_featured_pr a span.new_arrival:active,
.product_girls .header_featured_pr a span:hover {
    color: red
}

.banner-v2 {
    margin-top: 30px
}

.slider .slide1_v2 {
    left: 375px !important;
    right: 1120px !important
}

    .slider .slide1_v2 .look_to {
        font-family: KingCoolKC;
        font-size: 68.33px;
        line-height: 60px
    }

        .slider .slide1_v2 .look_to img {
            padding-left: 15px;
            padding-right: 15px
        }

    .slider .slide1_v2 .girls {
        font-family: MouseMemoirsRegular;
        font-size: 272.92px;
        line-height: 235px
    }

    .slider .slide1_v2 .when_it {
        font-family: KingCoolKC;
        font-size: 28.09px
    }

        .slider .slide1_v2 .when_it .font_sl_diferent {
            font-family: BellGothicStdBlack
        }

.slider .slide2_v2 {
    left: 792px !important;
    right: 696px
}

    .slider .slide2_v2 .coats {
        padding-left: 30px
    }

    .slider .slide2_v2 .and {
        float: left;
        padding-top: 10px;
        padding-left: 12px
    }

    .slider .slide2_v2 .dont_let {
        padding-top: 25px;
        padding-bottom: 40px
    }

    .slider .slide2_v2 .shop_now {
        padding-left: 145px
    }

.product_girls {
    margin-top: 0;
    margin-bottom: 170px
}

    .product_girls .img_girls {
        margin-top: 60px
    }

        .product_girls .img_girls img {
            width: 100%
        }

    .product_girls .featured_product {
        margin-top: 60px;
        margin-bottom: 0
    }

        .product_girls .featured_product .tab-v8 {
            background: url(../images/products/border_header_girls.jpg) 0 4% no-repeat;
            background-position-y: 48px
        }

            .product_girls .featured_product .tab-v8 .nav-inner {
                float: left
            }

    .product_girls .header_featured_pr {
        padding-bottom: 48px
    }

        .product_girls .header_featured_pr a span {
            font-size: 23.87px;
            float: left;
            padding: 0 50px 0 0
        }

            .product_girls .header_featured_pr a span.most_want {
                background-position: 155px 12px
            }

            .product_girls .header_featured_pr a span.new_arrival {
                background-position: 144px 12px
            }

    .product_girls .grid {
        padding-top: 50px
    }

.product_boys {
    margin-top: 186px;
    margin-bottom: 60px
}

.testimonial_v2 {
    margin-top: 0 !important
}

.filter_products .new_in .title_new {
    font-size: 59.91px;
    font-family: MouseMemoirsRegular;
    color: #384551;
    padding-right: 25px;
    background: url(../images/products/border_header_girls_1.jpg) 130px 70% no-repeat;
    background-position-y: 67px;
    line-height: 104px;
    background-position-x: 130px
}

.filter_products .new_in .top_rate {
    background-position-x: 155px !important;
    background: url(../images/products/border_header_girls_1.jpg) 158px 70% no-repeat
}

.latest_v2 {
    margin-top: 50px;
    padding-bottom: 92px
}

.latest_news .latest-posts-body .latest-posts-image a img {
    width: 100% !important
}

.latest_news .latest-posts-body .latest_posts_v2 .created {
    font-size: 12.01px !important
}

.latest_news .latest-posts-body .latest_posts_v2 .latest-posts-title a {
    font-size: 30px !important;
    font-family: MouseMemoirsRegular !important;
    line-height: 45px
}

.latest_news .latest-posts-body .latest_posts_v2 .summary {
    color: #949494;
    font-family: BellGothicStdLight;
    font-size: 16.01px
}

.SingUp_v2 {
    background: #fff;
    text-align: center;
    color: red
}

    .SingUp_v2 .order_v2 .order-post-title {
        font: 400 60px MouseMemoirsRegular;
        color: #e4022d;
        position: relative
    }

        .SingUp_v2 .order_v2 .order-post-title:before {
            content: "";
            display: inline-block;
            background: url(../images/latest_new/line_latest_new.png) no-repeat;
            position: absolute;
            width: 100%;
            left: 0;
            height: 5px;
            top: -60px
        }

    .SingUp_v2 .order_v2 p.order-contact {
        font: 400 24px BellGothicStdLight;
        color: #333;
        line-height: 15px;
        padding-bottom: 25px
    }

    .SingUp_v2 .order_v2 .form-control {
        height: 70px;
        padding: 23px 20px 0;
        width: 94%
    }

.input-group_v2 {
    height: 64px;
    margin-top: 20px;
    width: 71%;
    padding-bottom: 14px;
    background: url(../images/footer/background_input_v2.png) no-repeat;
    margin-left: 16%
}

    .input-group_v2 input,
    .input-group_v2 span button {
        color: #fff;
        background: 0 0;
        border: 0;
        box-shadow: none;
        text-transform: uppercase
    }

    .input-group_v2 input {
        font: 400 25.27px KingCoolKC
    }

    .input-group_v2 span button {
        height: 64px;
        font: 400 33.69px KingCoolKC;
        width: 213px;
        margin-top: 3px;
        margin-right: 42px
    }

        .input-group_v2 span button:hover {
            color: #384551
        }

    .input-group_v2 span .btn.active.focus,
    .input-group_v2 span .btn.active:focus,
    .input-group_v2 span .btn.focus,
    .input-group_v2 span .btn:active.focus,
    .input-group_v2 span .btn:active:focus,
    .input-group_v2 span .btn:focus {
        outline: 0;
        outline-offset: 0
    }

.slider_v3 {
    margin-top: 30px;
    margin-bottom: 20px
}

    .slider_v3 .tp-banner-container {
        width: 100% !important;
        left: 0 !important
    }

.title_bestseller {
    position: relative;
    padding-bottom: 27px
}

    .title_bestseller .text_tittle {
        font-family: MouseMemoirsRegular;
        font-size: 60px;
        color: #384551;
        background: url(../images/products/line_best_v3.png) 320px 40px no-repeat;
        line-height: 47px;
        background-position-x: 240px;
        background-position-y: 30px
    }

    .title_bestseller .click {
        float: right
    }

        .title_bestseller .click .next_bestseller {
            float: right;
            transition: all .2s ease-out
        }

        .title_bestseller .click .prev_bestseller {
            padding-left: 10px;
            transition: all .2s ease-out
        }

.caption {
    text-align: center
}

.products_best_v3 .product_interactive .img_product {
    width: 100% !important
}

.products_best_v3 .owl-carousel .owl-item img {
    display: inline-block
}

.products_best_v3 .owl-nav {
    display: flex;
    position: absolute;
    top: 0;
    right: 0
}

.order_v3:after,
.pro_hot_sale .featured_product .tab-v8 .tab-content .tab-pane .product .product_interactive .product_fashion {
    top: 8px;
    left: 8px
}

.products_best_v3 .owl-nav .owl-prev {
    background: url(../images/products/prev_v3.jpg) no-repeat;
    margin-right: 22px;
    width: 70px;
    height: 60px;
    margin-top: -88px;
    font-size: 0
}

.products_best_v3 .owl-nav .owl-next {
    background: url(../images/products/next_v3.png) no-repeat;
    width: 70px;
    height: 60px;
    margin-top: -88px;
    font-size: 0
}

.order_v3 {
    background: #facf09;
    border: 1px solid #facf09;
    border-radius: 10px;
    position: relative
}

    .order_v3:after {
        content: "";
        position: absolute;
        border: 1px dashed #fff;
        border-radius: 10px;
        bottom: 8px;
        right: 8px;
        height: 94%
    }

    .order_v3 .search_v3 input .input2_v3 {
        width: 370px
    }

    .order_v3 .order {
        padding-top: 68px !important
    }

        .order_v3 .order .order-post-title {
            text-align: center;
            color: #fff;
            font-family: MouseMemoirsRegular;
            font-size: 45px;
            line-height: 55px
        }

        .order_v3 .order .order-contact {
            text-align: center;
            font-family: BellGothicStdLight;
            font-size: 18px;
            padding-bottom: 68px !important
        }

.input_group_v3 {
    padding-top: 74px
}

    .input_group_v3 .input-group {
        width: 100%;
        height: 60px;
        background: url(../images/banner/background_input2_v3.png) no-repeat;
        text-transform: uppercase
    }

        .input_group_v3 .input-group .input2_v3 {
            background: 0 0;
            border: 0;
            box-shadow: none;
            color: #fff !important;
            font: 400 18.35px/50px KingCoolKC;
            height: 50px;
            padding-left: 15px;
            padding-right: 40px;
            padding-top: 20px;
            text-transform: uppercase
        }

            .input_group_v3 .input-group .input2_v3:focus {
                outline: 0
            }

        .input_group_v3 .input-group .button2_v3 {
            background-size: 100% !important;
            background: 0 0;
            border: 0;
            margin-right: 86px;
            margin-top: -10px !important;
            text-transform: uppercase;
            font-family: MouseMemoirsRegular;
            font-size: 26px !important;
            padding-top: 6px;
            padding-bottom: 7px;
            outline: 0;
            box-shadow: none;
            color: #fff
        }

            .input_group_v3 .input-group .button2_v3:active,
            .input_group_v3 .input-group .button2_v3:focus,
            .input_group_v3 .input-group .button2_v3:hover {
                color: #384551;
                outline: 0
            }

.border_order_v3 {
    padding: 2px;
    border: 1px solid #fff
}

.pro_hot_sale {
    margin-bottom: 60px
}

    .pro_hot_sale .tab-content {
        display: inline-block
    }

    .pro_hot_sale .featured_product .tab-v8 {
        background-repeat: repeat-x !important
    }

        .pro_hot_sale .featured_product .tab-v8 .tab-content .tab-pane .product {
            margin-bottom: 50px
        }

            .pro_hot_sale .featured_product .tab-v8 .tab-content .tab-pane .product .product_interactive .action a img {
                width: 36px
            }

            .pro_hot_sale .featured_product .tab-v8 .tab-content .tab-pane .product:hover .product_interactive .action {
                bottom: 15px
            }

.countdown-hot_sales {
    position: relative;
    margin-top: 60px
}

    .countdown-hot_sales .pro_bestseller {
        padding-bottom: 19px
    }

    .countdown-hot_sales .countdown-times .distance {
        margin-bottom: 0
    }

    .countdown-hot_sales .owl-carousel .owl-stage .owl-item .product {
        padding-bottom: 20px
    }

.title_hot_sales {
    padding-top: 12px
}

    .title_hot_sales .text_tittle {
        float: left;
        font-size: 48px !important;
        background: url(../images/products/line_hot_sales.png) 150px 88% no-repeat;
        background-position-x: 145px;
        background-position-y: 30px
    }

.product_best .owl-nav .owl-next,
.product_best .owl-nav .owl-prev {
    position: absolute;
    top: -78px;
    width: 62px;
    height: 50px;
    font-size: 0;
    transition: all .2s ease-out
}

.title_hot_sales .click {
    float: right
}

    .title_hot_sales .click .prev_bestseller {
        float: left;
        padding-right: 10px
    }

    .title_hot_sales .click img {
        float: right;
        background: url(../images/products/next_v3.png)
    }

.product_best .owl-nav .owl-prev {
    left: 242px;
    background: url(../images/products/prev_hot.jpg) no-repeat
}

.product_best .owl-nav .owl-next {
    left: 305px;
    background: url(../images/products/next_hot.png) no-repeat
}

.promotion a {
    outline: 0
}

    .promotion a:focus,
    .promotion a:hover {
        text-decoration: none !important
    }

.promotion .free_ship {
    text-align: center;
    background: #e60056;
    border: 1px solid #e60056;
    border-radius: 10px;
    position: relative;
    margin-bottom: 60px
}

    .promotion .free_ship:after {
        content: "";
        position: absolute;
        height: 93%;
        border: 1px dashed #fff;
        border-radius: 10px;
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px
    }

    .promotion .free_ship .icon_promotion {
        padding-top: 50px
    }

    .promotion .free_ship .text_promotion {
        text-transform: uppercase;
        font-family: KingCoolKC;
        font-size: 24px;
        padding-top: 15px;
        padding-bottom: 13px;
        color: #fff
    }

    .promotion .free_ship .time_promotion {
        font-family: KingCoolKC;
        font-size: 13px;
        color: #fff;
        padding-bottom: 50px
    }

.promotion .customer_service {
    background: #7bba0b !important;
    border-color: #7bba0b !important
}

.promotion .money_back_guarate {
    background: #1d89ba !important;
    border-color: #1d89ba !important
}

.testimonial_v3 .testimonials-heading {
    margin-bottom: 38px
}

    .testimonial_v3 .testimonials-heading h2 {
        font: 400 48px MouseMemoirsRegular;
        color: #384551
    }

.testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption {
    text-align: left
}

    .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption img {
        float: left;
        margin-left: 15px
    }

    .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .name_client {
        font: 400 30px MouseMemoirsRegular;
        color: #e4022d;
        padding-left: 200px;
        padding-bottom: 30px;
        position: relative
    }

        .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .name_client:before {
            content: "";
            position: absolute;
            display: inline-block;
            background: url(../images/latest_new/line_jonathan.png) no-repeat;
            height: 8px;
            width: 100%;
            bottom: 10px
        }

.testimonial_v3 .carousel ul.carousel-indicators li.active,
.testimonial_v3 .owl-carousel .owl-dots .active {
    background: url(../images/icon/background_dots_03.png) !important
}

.testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .name_client .engotheme {
    font: 400 18px KingCoolKC;
    color: #384551;
    padding-left: 10px
}

.testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .client_think {
    padding-left: 198px;
    font: 400 18px KingCoolKC
}

    .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .client_think img {
        float: none !important;
        display: inline-block
    }

.testimonial_v3 .owl-carousel .owl-dots {
    display: inline-flex;
    padding-left: 200px
}

    .testimonial_v3 .owl-carousel .owl-dots .owl-dot {
        margin-right: 8px;
        width: 12px;
        height: 12px;
        border: 1px solid #9da4a9;
        border-radius: 10px
    }

.testimonial_v3 .carousel ul.carousel-indicators {
    bottom: -75px !important;
    margin-left: -51% !important
}

    .testimonial_v3 .carousel ul.carousel-indicators li {
        border-color: #9da4a9 !important
    }

.latest_news_v3 .latest_title_v3 h2 {
    font-family: MouseMemoirsRegular;
    font-size: 48px;
    color: #384551;
    background: url(../images/latest_new/line_latest_v3.png) 176px 76% no-repeat;
    background-position-y: 30px;
    background-position-x: 175px
}

.latest_news_v3 .latest-posts-item {
    margin-top: 30px
}

    .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 .latest-posts-profile {
        margin-top: 10px;
        margin-bottom: 12px
    }

    .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 span {
        font-family: BellGothicStdBlack;
        font-size: 18px;
        color: #b5b5b5;
        background: url(../images/latest_new/line_title_latest.png) 0 50% repeat-x;
        line-height: 0;
        padding-bottom: 35px;
        background-position-y: 25px
    }

    .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 p a {
        text-decoration: none;
        color: #384551;
        font-family: MouseMemoirsRegular;
        font-size: 30px;
        line-height: 30px
    }

        .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 p a:active,
        .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 p a:focus,
        .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 p a:hover {
            color: #e4022d
        }

.customer_logo_v3 {
    margin-bottom: 60px !important
}

.banner_v3 {
    margin-bottom: 30px
}

    .banner_v3 .interactive-banner-body img {
        width: 100%
    }

@media only screen and (min-width:1820px) {
    .col-fs-2 {
        width: 16.66666667%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width:1661px) {
    .testimodial_v1 {
        background-size: 100% auto
    }
}

@media only screen and (min-width:1200px) {
    .container_conn {
        width: 1202px
    }
}

@media only screen and (min-width:1000px) and (max-width:1025px) {
    .customer_logo {
        margin-bottom: 0
    }

        .customer_logo .owl-carousel.owl-drag .owl-item {
            margin-right: 13px !important
        }

    .border_products {
        padding-left: 0;
        padding-right: 0
    }

    .order .input-group span button.btn {
        position: absolute;
        top: -5px;
        left: -90px
    }
}

@media only screen and (max-width:775px) {
    .banner .interactive-banner-body {
        margin-bottom: 20px
    }

        .banner .interactive-banner-body img {
            width: 100%
        }

    .banner .interactive-banner {
        background-color: #fff !important
    }

    .testimodial_v1 {
        margin-top: 100px
    }

        .testimodial_v1 .caption {
            padding-left: 10%;
            padding-right: 10%
        }

        .testimodial_v1 .owl-dots {
            padding-left: 47%
        }

    .featured_product {
        margin-bottom: 30px
    }

        .featured_product .products {
            margin-bottom: 0
        }

    .customer_logo {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:732px) {
    .customer_logo {
        margin-bottom: -90px
    }

        .customer_logo .owl-carousel.owl-drag .owl-item {
            margin-right: 12px !important
        }

    .latest_news .latest-posts-body .latest-posts-meta .latest-posts-title a {
        font-size: 28px;
        line-height: 24px
    }
}

@media only screen and (max-width:641px) {
    .testimodial_v1 .owl-carousel .owl-stage {
        width: 4573px !important
    }

    .testimodial_v1 .owl-dots {
        padding-left: 48%
    }

    .customer_logo {
        margin-top: 20px;
        margin-bottom: -90px
    }

    .latest_news .title_latest {
        padding-bottom: 50px
    }

    .latest_news .owl-carousel.owl-loaded .owl-stage-outer {
        max-height: 390px
    }
}

@media only screen and (max-width:610px) {
    .testimodial_v1 .caption h4 {
        font-size: 14px
    }

    .testimodial_v1 .caption .name_client {
        font-size: 30px
    }

    .testimodial_v1 .caption .ceo {
        font-size: 8px
    }
}

@media only screen and (max-width:600px) {
    .customer_logo {
        margin-top: 0;
        margin-bottom: 30px
    }

        .customer_logo .owl-carousel.owl-drag .owl-item {
            margin-right: 10px !important
        }

    .latest_news .owl-carousel.owl-loaded .owl-stage-outer {
        max-height: 260px
    }
}

@media only screen and (max-width:540px) {
    .counter .time {
        position: relative;
        z-index: 0;
        padding-left: 45px;
        padding-right: 45px
    }

        .counter .time .border_counter {
            border: 5px solid #e5e5e5
        }

        .counter .time .header_counter {
            margin-top: 20px;
            font-size: 40px
        }

            .counter .time .header_counter b {
                color: #e4022d;
                background-position: center 98%;
                padding-bottom: 10px
            }

        .counter .time .text_1_counter {
            font-size: 20px;
            padding-top: 0
        }

        .counter .time .text_2_counter {
            font-size: 12px;
            color: #333
        }

        .counter .time .countdow {
            float: left;
            padding-bottom: 52px;
            background: url(../images/counter/background_coutdow.jpg) 3px -1px no-repeat
        }

            .counter .time .countdow .number_time {
                font-family: KingCoolKC;
                font-size: 32.02px;
                color: e4022d;
                line-height: 52px
            }

            .counter .time .countdow .day_times {
                line-height: 0;
                color: #333;
                font-family: KingCoolKC;
                font-size: 12.01px
            }

    .countdown-times .distance {
        width: 60px;
        background: #e5e5e5;
        margin-bottom: 30px;
        border-radius: 10px;
        padding: 7px 12px 10px 10px
    }

    .countdown-times .number {
        font-size: 18px
    }

    .countdown-times .text {
        font-size: 10px
    }
}

@media only screen and (max-width:479px) {
    .col-mb-12 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:440px) {
    .conection .container div {
        width: 100%;
        margin-bottom: 10px
    }

        .conection .container div.boys {
            margin-left: 0
        }

        .conection .container div a img {
            float: left;
            width: 100%
        }

    .tab-v8 .nav-inner .nav-tabs li {
        display: block;
        float: left;
        width: 100%;
        background: #f1f1f1;
        margin-bottom: 10px;
        height: 50px
    }

        .tab-v8 .nav-inner .nav-tabs li a {
            padding-top: 10px
        }

            .tab-v8 .nav-inner .nav-tabs li a img {
                display: none
            }

    .featured_product .tab-v8 .nav-tabs li.active,
    .featured_product .tab-v8 .nav-tabs li:focus,
    .featured_product .tab-v8 .nav-tabs li:hover {
        background: #e8e8e8
    }

        .featured_product .tab-v8 .nav-tabs li.active a,
        .featured_product .tab-v8 .nav-tabs li:focus a,
        .featured_product .tab-v8 .nav-tabs li:hover a {
            color: #fff
        }

    .featured_product {
        margin-top: 30px;
        margin-bottom: 0
    }

    .tab-pane .products {
        margin-bottom: 0
    }

        .counter .container,
        .counter .time,
        .tab-pane .products .border_products,
        .tab-pane .products .border_products .product {
            padding-left: 0;
            padding-right: 0
        }

    .testimodial_v1 {
        margin-top: 60px
    }

        .testimodial_v1 .caption {
            padding-left: 6%;
            padding-right: 6%
        }

        .testimodial_v1 .owl-carousel .owl-dots {
            padding-left: 46%
        }

    .banner {
        padding-left: 0;
        padding-right: 0
    }

        .banner .interactive-banner {
            margin-bottom: 20px
        }

    .latest_news .title_latest {
        padding-bottom: 50px
    }

    .latest_news .latest-posts-body .latest-posts-image {
        margin-right: 0;
        padding-right: 0;
        width: 100%
    }

    .latest_news .latest-posts-body .latest-posts-meta .more {
        padding-top: 0
    }

    .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile {
        padding-bottom: 18px
    }

        .latest_news .latest-posts-body .latest-posts-meta .latest-posts-profile .created {
            padding-bottom: 14px;
            background-position: 18px 16px
        }
}

@media only screen and (max-width:415px) {
    .customer_logo {
        margin-bottom: -90px
    }

        .customer_logo .owl-carousel.owl-drag .owl-item {
            margin-right: 11px !important
        }

    .latest_news .owl-carousel.owl-loaded .owl-stage-outer {
        max-height: 455px
    }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-bottom: 15px !important
    }
}

@media only screen and (max-width:376px) {
    .customer_logo {
        margin-bottom: 30px
    }

        .customer_logo .owl-carousel.owl-drag .owl-item {
            margin-right: 10px !important
        }

    .featured_product .tab-v8 .nav-inner {
        padding-left: 15px;
        padding-right: 15px
    }

    .featured_product .header_featured_pr .header_featured {
        font-size: 55px
    }

    .latest_news .owl-carousel.owl-loaded,
    .latest_news .owl-carousel.owl-loaded .owl-stage-outer {
        max-height: 400px
    }
}

@media only screen and (max-width:321px) {
    .customer_logo .owl-carousel.owl-drag .owl-item {
        margin-right: 9px !important
    }

    .countdown-times .distance {
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 30px;
        padding: 10px
    }

    .client_active .testimonial_v3 .owl-carousel .owl-dots {
        margin-left: 41%
    }
}

@media only screen and (max-width:774px) {
    .product_girls {
        margin-bottom: 15px
    }

        .product_girls .featured_product {
            margin-top: 10px
        }

        .product_girls .header_featured_pr {
            padding-bottom: 15px;
            padding-top: 20px
        }

        .product_girls .product_girl .tab-v8 {
            background-repeat: repeat-x;
            background-position-y: 60px
        }

            .product_girls .product_girl .tab-v8 .nav-inner {
                text-align: center;
                padding-bottom: 40px;
                float: none
            }

    .product_boys {
        margin-top: 50px
    }

        .product_boys .img_boys {
            margin-top: 10px !important
        }

            .product_boys .img_boys img {
                margin-bottom: 60px !important
            }

    .filter_products .new_in .title_new {
        font-size: 45px;
        background-position-x: 105px;
        background-position-y: 64px
    }

    .filter_products .new_in .top_rate {
        background-position-x: 125px !important
    }

    .filter_products .new_in .filter_product .caption_v2 .title_product {
        margin-bottom: 10px
    }

        .filter_products .new_in .filter_product .caption_v2 .title_product a {
            line-height: 25px
        }

    .SingUp_v2 .order_v2 .order-post-title {
        font-size: 40px
    }

    .SingUp_v2 .order_v2 p.order-contact {
        font: 400 22px BellGothicStdLight
    }

    .SingUp_v2 .order_v2 .input-group_v2 {
        width: 100%;
        margin-left: 0;
        background-size: 100%
    }

        .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
            padding-top: 10px
        }

        .SingUp_v2 .order_v2 .input-group_v2 span button {
            top: -2px;
            width: 110%;
            width: 217px;
            margin-right: 0
        }

    .latest_v2 {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:740px) {
    .filter_products .new_in .filter_product {
        width: 100%
    }

    img.quickview_default {
        display: none !important
    }

    .owl-stage-outer {
        margin: 0 auto !important;
        /* width: 190px !important; */
    }
}

@media only screen and (max-width:732px) {
    .SingUp_v2 .order_v2 .input-group_v2 {
        width: 100%;
        margin-left: 0;
        background-size: 100%
    }

        .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
            padding-top: 6px
        }

        .SingUp_v2 .order_v2 .input-group_v2 span button {
            top: -6px;
            width: 182px;
            margin-right: 0
        }
}

@media only screen and (max-width:641px) {
    .SingUp_v2 .order_v2 .input-group_v2 {
        width: 100%;
        margin-left: 0;
        background-size: 100%
    }

        .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
            padding-top: 6px
        }

        .SingUp_v2 .order_v2 .input-group_v2 span button {
            top: -6px;
            width: 182px;
            margin-right: 0
        }
}

@media only screen and (max-width:569px) {
    .SingUp_v2 .order_v2 .input-group_v2 {
        width: 100%;
        margin-left: 0;
        background-size: 100%
    }

        .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
            padding-top: 6px;
            height: 56px;
            width: 102%;
            font-size: 18px
        }

        .SingUp_v2 .order_v2 .input-group_v2 span button {
            top: -10px;
            width: 160px;
            margin-right: 0;
            font-size: 26px
        }
}

@media only screen and (max-width:480px) {
    .product_girls .product_girl .tab-v8 {
        background: 0 0 !important
    }

    .SingUp_v2 .order_v2 .order-post-title {
        font-size: 30px
    }

    .SingUp_v2 .order_v2 p.order-contact {
        font: 400 16px BellGothicStdLight;
        padding-bottom: 0
    }

    .SingUp_v2 .order_v2 .input-group_v2 {
        width: 100%;
        margin-left: 0;
        background-size: 100% 45px !important
    }

        .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
            padding-top: 8px;
            font-size: 16px;
            height: 45px
        }

        .SingUp_v2 .order_v2 .input-group_v2 span button {
            font-size: 18px;
            padding-top: 0;
            padding-right: 22px;
            margin-top: 4px;
            width: 106px
        }
}

@media only screen and (max-width:436px) {
    .SingUp_v2 .order_v2 .input-group_v2 span button {
        margin-right: 0;
        margin-top: 2px
    }
}

@media only screen and (max-width:412px) {
    .SingUp_v2 .order_v2 .input-group_v2 span button {
        margin-right: -2px
    }
}

@media only screen and (max-width:361px) {
    .SingUp_v2 .order_v2 .input-group_v2 span button {
        height: 25px;
        top: 0;
        margin-top: 0;
        margin-right: -10px
    }

    .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
        padding-top: 10 !important
    }
}

@media only screen and (max-width:321px) {
    .SingUp_v2 .order_v2 .input-group_v2 span button {
        padding-top: 0;
        padding-right: 12px;
        height: 32px;
        top: 0
    }

    .SingUp_v2 .order_v2 .input-group_v2 input.form-control {
        width: 106%;
        height: 42px;
        padding-top: 12px !important
    }
}

@media only screen and (max-width:1440px) {
    .input_group_v3 .input-group .button2_v3 {
        margin-right: 80px
    }
}

@media only screen and (max-width:1025px) {
    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item img {
        display: inline-block
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion,
    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion a img {
        display: inline-block !important;
        text-align: center
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive {
        text-align: center
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_fashion {
        padding-left: 23%
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .countdown {
        text-align: center
    }

    .pro_hot_sale .product .title_hot_sales .text_tittle {
        background: 0 0 !important
    }

    .pro_hot_sale .product_girl .tab-v8 .tab-content .tab-pane .product .product_interactive .action a img {
        width: 44px;
        height: 43px;
        margin-left: 20px;
        margin-right: 20px
    }

    .product_best .owl-nav .owl-next {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 0
    }

    .product_best .owl-nav .owl-prev {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 60px
    }

    .input_group_v3 {
        padding-right: 30px
    }

        .input_group_v3 .input-group .button2_v3 {
            margin-right: -5px
        }
}

@media only screen and (max-width:800px) and (min-width:560px) {
    .latest_news_v3 .latest-posts-item .latest-posts-body {
        width: 50%;
        float: left
    }

        .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 span {
            font-size: 13px;
            background-position-y: 22px
        }

        .latest_news_v3 .latest-posts-item .latest-posts-body .latest_body_v3 p a {
            font-size: 24px
        }

        .latest_news_v3 .latest-posts-item .latest-posts-body.blog1_v3 {
            padding-right: 10px
        }

        .latest_news_v3 .latest-posts-item .latest-posts-body.blog2_v3 {
            padding-left: 10px
        }
}

@media only screen and (max-width:800px) and (min-width:750px) {
    .countdown-hot_sales {
        margin-bottom: 45px
    }
}

@media only screen and (max-width:775px) {
    .blog_order_v3 .order_v3 .order {
        padding-top: 45px !important
    }

        .blog_order_v3 .order_v3 .order .order-contact {
            padding-bottom: 0 !important
        }

    .blog_order_v3 .order_v3 .input_group_v3 {
        padding-top: 40px
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group {
            margin-bottom: 45px;
            background-size: 100% 60px;
            height: 74px;
            width: 85%;
            margin-left: 52px
        }

            .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
                padding-left: 15px;
                padding-right: 60px;
                padding-top: 20px;
                font: 18px;
                width: 100%
            }

            .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
                padding-top: 0;
                margin-right: 48px
            }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item img {
        display: inline-block
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion,
    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion a img {
        display: inline-block !important;
        text-align: center
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive {
        text-align: center
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_fashion {
        padding-left: 23%
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .countdown {
        text-align: center
    }

    .pro_hot_sale .product .title_hot_sales .text_tittle {
        background: 0 0 !important
    }

    .pro_hot_sale .product_girl .tab-v8 .tab-content .tab-pane .product .product_interactive .action a img {
        width: 44px;
        height: 43px;
        margin-left: 20px;
        margin-right: 20px
    }

    .product_best .owl-nav .owl-next {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 0
    }

    .product_best .owl-nav .owl-prev {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 60px
    }

    .latest_news .latest-posts-body .latest-posts-image {
        width: 100%
    }
}

@media only screen and (max-width:750px) {
    .best_seller_v3 .products_best_v3 .owl-stage {
        overflow: hidden;
        height: 735px
    }

    .best_seller_v3 .title_bestseller .text_tittle {
        font-size: 45px;
        background: 0 0
    }

    .best_seller_v3 .owl-nav .owl-next,
    .best_seller_v3 .owl-nav .owl-prev {
        margin-top: -70px;
        width: 50px;
        height: 42px;
        background-size: 50px
    }

    .best_seller_v3 .owl-nav .owl-prev {
        margin-right: 10px
    }

    .blog_order_v3 .order_v3 .order {
        padding-top: 40px !important
    }

        .blog_order_v3 .order_v3 .order .order-post-title {
            font-size: 30px;
            line-height: 25px
        }

        .blog_order_v3 .order_v3 .order .order-contact {
            padding-bottom: 15px !important;
            font-size: 15px
        }

    .blog_order_v3 .order_v3 .input_group_v3 {
        padding-top: 0;
        margin-right: 0;
        margin-bottom: 20px
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group {
            padding-left: 10px;
            background-size: 92% 70%
        }

            .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
                padding-top: 13px !important;
                padding-right: 60px
            }

            .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
                margin-right: 96px;
                font-size: 22px !important;
                margin-top: -22px !important;
                padding-right: 0
            }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item img {
        display: inline-block
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion,
    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive .product_fashion a img {
        display: inline-block !important;
        text-align: center
    }

    .pro_hot_sale .product .owl-carousel .owl-stage .owl-item .item .blog .product_interactive {
        text-align: center
    }

    .pro_hot_sale .product .title_hot_sales .text_tittle {
        background: 0 0 !important
    }

    .pro_hot_sale .product_girl .tab-v8 .tab-content .tab-pane .product .product_interactive .action a img {
        width: 44px;
        height: 43px;
        margin-left: 20px;
        margin-right: 20px
    }

    .countdown-hot_sales {
        margin-top: 10px
    }

        .countdown-hot_sales .owl-carousel .owl-stage {
            overflow: hidden;
            height: 900px
        }

            .countdown-hot_sales .owl-carousel .owl-stage .owl-item .item .countdown {
                text-align: center
            }

    .product_best .owl-nav .owl-next {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 0
    }

    .product_best .owl-nav .owl-prev {
        width: 50px;
        height: 42px;
        background-size: 50px;
        left: auto;
        right: 60px
    }
}

@media only screen and (max-width:800px) and (min-width:567px) {
    .testimodial_v3 .owl-carousel .owl-stage-outer {
        max-height: 260px !important
    }
}

@media only screen and (max-width:600px) and (min-width:560px) {
    .pro_hot_sale .product_girl .tab-v8 .tab-content .tab-pane .product .product_interactive .action a img {
        margin-left: 12px;
        margin-right: 12px
    }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
        padding-top: 16px !important;
        padding-right: 40px
    }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
        padding-right: 10px;
        margin-right: 67px
    }
}

@media only screen and (max-width:561px) {
    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-left: 40px
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
            padding-left: 10px;
            width: 100%;
            padding-right: 15px;
            padding-top: 10px !important
        }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
            margin-right: 48px
        }

    .client_active .testimonial_v3 {
        margin-bottom: 50px
    }

        .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item {
            margin-right: 10px !important
        }

            .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption {
                text-align: center
            }

                .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .img_client {
                    display: block;
                    width: 100%;
                    padding-left: 26%;
                    margin-bottom: 20px
                }

                .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .name_client {
                    padding-left: 0;
                    display: inline-block
                }

                .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .client_think {
                    font: 400 16px KingCoolKC;
                    padding-left: 0;
                    text-align: justify
                }

                    .client_active .testimonial_v3 .owl-carousel .owl-stage .owl-item .item .caption .client_think img {
                        padding-left: 0
                    }

        .client_active .testimonial_v3 .owl-carousel .owl-dots {
            padding-left: 45%
        }
}

@media only screen and (max-width:441px) {
    .latest_news_v3 {
        margin-bottom: 30px
    }

    .best_seller_v3 .products_best_v3 .owl-stage {
        height: 550px
    }
}

@media only screen and (max-width:376px) {
    .pomotion_v3 {
        margin-top: 100px
    }

    .best_seller_v3 .products_best_v3 .owl-stage {
        height: 550px
    }

    .countdown-hot_sales {
        margin-top: 10px
    }

        .countdown-hot_sales .owl-carousel .owl-stage {
            height: 760px
        }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-left: 40px
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
            padding-left: 10px;
            width: 100%;
            padding-right: 15px;
            padding-top: 10px !important;
            font-size: 15.35px
        }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
            margin-right: 46px;
            font-size: 18px !important
        }
}

@media only screen and (max-width:365px) {
    .best_seller_v3 .products_best_v3 .owl-stage {
        height: 700px
    }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-bottom: 20px
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
            padding-right: 10px
        }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
            font-size: 20px !important;
            margin-right: 40px
        }
}

@media only screen and (max-width:361px) {
    .best_seller_v3 .products_best_v3 .owl-stage {
        height: 700px
    }

    .blog_order_v3 .order_v3 .order .order-post-title {
        font-size: 26px
    }

    .blog_order_v3 .order_v3 .order .order-contact {
        font-size: 11px
    }
}

@media only screen and (max-width:321px) {
    .best_seller_v3 .products_best_v3 .owl-stage {
        height: 630px
    }

    .countdown-hot_sales {
        margin-top: 10px
    }

        .countdown-hot_sales .owl-carousel .owl-stage {
            height: 690px
        }

    .blog_order_v3 .order_v3 .input_group_v3 .input-group {
        margin-bottom: 10px;
        margin-left: 32px;
        margin-bottom: 0pxs
    }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .input2_v3 {
            padding-left: 3px;
            padding-top: 13px !important;
            padding-right: 0
        }

        .blog_order_v3 .order_v3 .input_group_v3 .input-group .button2_v3 {
            width: 118px !important;
            margin-right: 0 !important
        }

    .client_active .testimonial_v3 .owl-carousel .owl-dots {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) {
    .container {
        width: auto;
    }

    #main-container .cart-form table tbody tr td {
        padding: 5px !important;
    }
}

@media only screen and (min-width:992px) {
    .container {
        width: 970px
    }
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width:1820px) {
    .container-extra {
        width: 1800px !important
    }
}

.filter_pro_09 .title_product {
    line-height: 0 !important;
    padding-top: 40px;
    padding-bottom: 20px
}

    .filter_pro_09 .title_product a {
        font-size: 36px !important;
        color: #333
    }

.filter_pro_09 .caption_v9 .price {
    line-height: 72px !important
}

.filter_pro_09 .caption_v9 .action_v9 {
    width: 100%;
    opacity: 10;
    cursor: pointer;
    margin-top: 20px;
    bottom: 0;
    transition: all .5s ease
}

    .filter_pro_09 .caption_v9 .action_v9 a {
        margin-right: 20px;
        text-decoration: none;
        position: relative
    }

        .filter_pro_09 .caption_v9 .action_v9 a:hover {
            text-decoration: none
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_cart .cart_default {
            position: relative;
            z-index: 10;
            transition: all .5s ease;
            backface-visibility: hidden
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_cart .cart_hover {
            position: absolute;
            z-index: 5;
            left: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            backface-visibility: hidden;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_cart:hover .cart_default {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg)
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_cart:hover .cart_hover {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            transform: rotateY(0)
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist .wishlist_default {
            position: relative;
            z-index: 10;
            transition: all .5s ease;
            backface-visibility: hidden
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist .wishlist_hover {
            position: absolute;
            z-index: 5;
            left: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            backface-visibility: hidden;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist:hover .wishlist_default {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg)
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist:hover .wishlist_hover {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            transform: rotateY(0)
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_quickview .quickview_default {
            position: relative;
            z-index: 10;
            transition: all .5s ease;
            backface-visibility: hidden
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_quickview .quickview_hover {
            position: absolute;
            z-index: 5;
            left: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            backface-visibility: hidden;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_quickview:hover .quickview_default {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg)
        }

        .filter_pro_09 .caption_v9 .action_v9 a.img_quickview:hover .quickview_hover {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            transform: rotateY(0)
        }

.filter_pro_09 .hover_buy {
    margin-top: 40px;
    margin-right: 20px;
    border: 1px solid #0f0f0f;
    padding-right: 22px;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    padding-top: 14px;
    padding-left: 13px
}

    .filter_pro_09 .hover_buy:hover {
        color: red;
        border-color: #e4022d
    }

.filter_pro_09 .img_filter img.img-product {
    width: 100%
}

.filter_bar_09 {
    margin-bottom: 30px
}

.contact_product_09 {
    color: #949494;
    font-family: BellGothicStdLight;
    font-size: 16px;
    line-height: 25px
}

#main-container .cart-form table thead tr th,
.remarcado {
    font-family: MouseMemoirsRegular;
    text-transform: uppercase
}

.pagination_09 {
    padding-top: 30px
}

@media only screen and (max-width:990px) {
    .filter_pro_09 .caption_v9 .action_v9 a.img_cart .cart_hover,
    .filter_pro_09 .caption_v9 .action_v9 a.img_quickview .quickview_hover,
    .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist .wishlist_hover {
        display: none
    }

    .filter_pro_09 .caption_v9 .action_v9 a.img_cart:hover .cart_default,
    .filter_pro_09 .caption_v9 .action_v9 a.img_quickview:hover .quickview_default,
    .filter_pro_09 .caption_v9 .action_v9 a.img_wishlist:hover .wishlist_default {
        -webkit-transform: rotateY(0) !important;
        -moz-transform: rotateY(0) !important;
        transform: rotateY(0) !important
    }
}

@media only screen and (max-width:768px) {
    .shoplist_09 .filter_pro_09 .img_filter a img.img_product {
        min-width: 100%
    }

    .shoplist_09 .filter_pro_09 .caption_v9 a img {
        height: 40px;
        width: 40px
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .title_product a {
        font-size: 25px !important
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .price {
        line-height: 42px !important
    }

        .shoplist_09 .filter_pro_09 .caption_v9 .price .price_new {
            font-size: 30px
        }

        .shoplist_09 .filter_pro_09 .caption_v9 .price .price_old {
            font-size: 18px
        }

    .shoplist_09 .filter_pro_09 .caption_v9 .contact_product_09 {
        font-size: 12px;
        line-height: 18px
    }
}

@media only screen and (min-width:767px) and (max-width:980px) {
    .shoplist_09 .filter_pro_09 .img_filter a img.img_product {
        min-width: 100%
    }

    .shoplist_09 .filter_pro_09 .caption_v9 a img {
        height: 50px;
        width: 50px
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .title_product a {
        font-size: 28px !important
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .price {
        line-height: 50px !important
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .contact_product_09 {
        font-size: 13px;
        line-height: 20px
    }
}

@media only screen and (min-width:480px) and (max-width:600px) {
    .shoplist_09 .filter_pro_09 .img_filter a img.img_product {
        min-width: 100%
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .action_v9 {
        margin-top: 16px
    }

    .shoplist_09 .filter_pro_09 .caption_v9 a img {
        height: 35px;
        width: 35px
    }

    .shoplist_09 .filter_pro_09 .caption_v9 .title_product {
        padding-top: 160px
    }

        .shoplist_09 .filter_pro_09 .caption_v9 .title_product a {
            font-size: 200px !important
        }

    .shoplist_09 .filter_pro_09 .caption_v9 .price {
        line-height: 320px !important
    }

        .shoplist_09 .filter_pro_09 .caption_v9 .price .price_new {
            font-size: 250px
        }

        .shoplist_09 .filter_pro_09 .caption_v9 .price .price_old {
            font-size: 150px
        }

    .shoplist_09 .filter_pro_09 .caption_v9 .contact_product_09 {
        font-size: 10px;
        line-height: 16px
    }
}

.remarcado {
    font-size: 24px;
    color: #384551;
    float: left;
    width: 135px
}

.validation-summary-errors {
    color: red
}

    .validation-summary-errors ul {
        list-style-type: none;
        margin-left: -40px
    }

#main-container .cart-form table {
    color: #384551
}

    #main-container .cart-form table thead tr th {
        font-size: 25px;
        border: none !important;
        background: url(../images/products/line_thead.jpg) 0 90% repeat-x;
        background-position-y: 72px;
        padding-bottom: 15px;
        /* line-height: 60px;*/
        font-weight: 400 !important;
        text-align: left
    }

    #main-container .cart-form table tbody tr {
        position: relative
    }

        #main-container .cart-form table tbody tr td {
            border: none;
            border-bottom: solid 2px #f1f1f1;
            vertical-align: middle;
            position: relative
        }

            #main-container .cart-form table tbody tr td.product-name {
                width: 580px;
                height: 146px;
                vertical-align: top
            }

                #main-container .cart-form table tbody tr td.product-name a {
                    display: inline-block;
                    text-decoration: none !important;
                    color: #384551
                }

                #main-container .cart-form table tbody tr td.product-name img {
                    width: 90px;
                    position: absolute;
                    top: 10px;
                    left: 10px
                }

                #main-container .cart-form table tbody tr td.product-name a span {
                    font-size: 15px;
                    margin-left: 105px
                }

                    #main-container .cart-form table tbody tr td.product-name a span .price_responsive {
                        display: none;
                        color: #e41d2e;
                        font-family: MouseMemoirsRegular;
                        font-size: 22px;
                        font-weight: 400
                    }

        #main-container .cart-form table tbody tr .product-remove a {
            color: #b5b5b5
        }

    #main-container .cart-form table a:hover {
        color: #e4022d !important
    }

    #main-container .cart-form table tbody tr .product-price {
        vertical-align: middle;
        color: #384551;
        font-family: MouseMemoirsRegular;
        font-size: 30px
    }

        #main-container .cart-form table tbody tr .product-price .amount_old {
            color: #384551;
            padding-left: 12px;
            opacity: .5;
            font: 400 24px MouseMemoirsRegular;
        }

    #main-container .cart-form table tbody tr .product-subtotal {
        vertical-align: middle;
        color: #e41d2e;
        font-family: MouseMemoirsRegular;
        font-size: 30px
    }

        #main-container .cart-form table tbody tr .product-subtotal .amount_old {
            color: #384551;
            padding-left: 12px;
            opacity: .5;
            font: 400 24px MouseMemoirsRegular;
        }


    #main-container .cart-form table .size_product {
        text-align: left
    }

.cart-collaterals .cal-shipping {
    margin-right: 0 !important
}

    .cart-collaterals .cal-shipping .amount_old {
        margin-right: 0 !important;
        color: #384551;
        padding-left: 12px;
        opacity: .5;
        font: 400 24px MouseMemoirsRegular;
    }

    .cart-collaterals .cal-shipping .price_total {
        color: #e41d2e;
        font-family: MouseMemoirsRegular
    }

.leyenda-responsive {
    display: none;
}

@media (max-width:767px) {
    .leyenda-responsive {
        display: block;
        margin-left: 5px;
        margin-top: -10px;
        font-weight: bold;
        text-align: center;
    }

    #main-container .cart-form table tbody tr td.product-price,
    #main-container .cart-form table tbody tr td.product-subtotal,
    #main-container .cart-form table thead {
        display: none
    }

    #main-container .cart-form table tbody tr td.product-name {
        width: 95% !important;
        border-top: solid 2px #f1f1f1;
        height: auto;
        min-height: 146px
    }

        #main-container .cart-form table tbody tr td.product-name span {
            padding-right: 10px;
            padding-left: 10;
            margin-left: 72px !important;
        }

        #main-container .cart-form table tbody tr td.product-name a span .price_responsive {
            display: block
        }

            #main-container .cart-form table tbody tr td.product-name a span .price_responsive #amount_old {
                color: #384551;
                margin-left: 10px !important;
                padding: 0px 5px 0 0;
                opacity: .5;
                font-size: 22px !important;
                text-decoration: line-through;
            }

    #main-container .cart-form table tbody tr,
    #main-container .cart-form table tbody tr td {
        display: block;
        width: 100%;
        float: left
    }

        #main-container .cart-form table tbody tr td {
            border: none
        }

    #main-container .cart-form table {
        border-bottom: solid 2px #f1f1f1;
        border-top: solid 2px #f1f1f1
    }

        #main-container .cart-form table tbody tr td:last-child {
            border-bottom: solid 2px #f1f1f1
        }

        #main-container .cart-form table tbody tr .product-remove {
            position: absolute;
            top: 105px;
            right: 0;
            text-align: right;
            display: inline-block;
            width: auto;
            z-index: 3
        }

        #main-container .cart-form table tbody tr td .quantity_product {
            padding-bottom: 10px
        }

    #main-container .quantity_product_15 .product_15 {
        margin-top: 0
    }

    .cart-form table tbody tr td .quantity_product {
        position: initial;
        left: auto
    }

    .cart-collaterals .cal-shipping {
        text-align: left
    }

        .cart-collaterals .cal-shipping .price_total {
            text-align: right;
            float: right
        }
}

@media only screen and (max-width:376px) {
    .cart-form table tbody tr td .quantity_product {
        position: initial;
        left: auto
    }
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0.5em 5%;
    background: #565656;
    background: rgba(86,86,86,0.95);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    z-index: 99999;
    text-align: center;
    color: #fff;
}

    .cc-cookies a, .cc-cookies a:hover {
        color: #fff;
        text-decoration: underline;
    }

        .cc-cookies a:hover {
            text-decoration: none;
        }

.cc-overlay {
    height: 100%;
    padding-top: 25%;
}

.cc-cookies-error {
    float: left;
    width: 90%;
    text-align: center;
    margin: 1em 0 2em 0;
    background: #fff;
    padding: 2em 5%;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333;
}

    .cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        background: #7DAF3B;
        padding: 0.5em 0.75em;
        border-radius: 3px;
        box-shadow: 0 0 2px rgba(0,0,0,0.25);
        text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
        -o-transition: background 0.5s ease-in;
        -webkit-transition: background 0.25s ease-in;
        -moz-transition: background 0.25s ease-in;
    }

    .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
        background: #af3b3b;
        margin-left: 0.5em;
    }

.cc-cookies a.cc-cookie-reset {
    background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
    background: #000;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em;
}

.cc-cookies.cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto;
}

    .cc-cookies.cc-discreet a.cc-cookie-reset {
        background: none;
        text-shadow: none;
        padding: 0;
        text-decoration: underline;
    }

    .cc-cookies.cc-discreet a:hover.cc-cookie-reset {
        text-decoration: none;
    }

@media screen and (max-width: 768px) {
    .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: block;
        margin: 1em 0;
    }
}

@media screen and (max-width: 480px) {
    .cc-cookies {
        position: relative;
        float: left;
    }

    .dontpointerimage {
        pointer-events: none;
    }
}

/*Inicio slider nuevo gbrittes*/
@media screen and (max-width: 436px) {
    .activesld {
        color: red;
    }

    .interl_sld {
        border-top: 1px solid #8c8b8b;
        border-bottom: 1px solid #fff;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .filter_by_price .title_all_category {
        padding-bottom: 5px;
    }

    #header.header-v2 .container .top-bar {
        margin-bottom: 0px
    }

    .content_blog_06 .all_category .title_all_category {
        font-size: 20px;
        line-height: 35px;
    }

    .filter_by_price {
        margin-bottom: 0px
    }

    .shop_action_v3 {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    #sec_stl {
        margin-top: 0px;
    }

    .filter_by_price .f-price span strong#amount {
        font-size: 14px;
        float: left;
        padding-top: 1px;
        margin-top: 18px
    }

    #slider-range {
        width: 35%;
    }

    #wrapper_sldd {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 964px;
        position: relative;
    }

    #carousel_sld {
        overflow: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

        #carousel_sld::-webkit-scrollbar {
            height: 0;
        }


    #carousel_sldd {
        overflow: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

        #carousel_sldd::-webkit-scrollbar {
            height: 0;
        }


    #content_sld {
        display: grid;
        grid-gap: 25px;
        grid-auto-flow: column;
        margin: auto;
        box-sizing: border-box;
    }

    #content_sldd {
        display: grid;
        grid-gap: 15px;
        grid-auto-flow: column;
        margin: auto;
        box-sizing: border-box;
    }

    .item_sld {
        font-weight: 600;
        font-family: MouseMemoirsRegular;
        font-size: 25px;
        text-align: center;
        white-space: nowrap;
    }

    .item_sldd {
        font-family: MouseMemoirsRegular;
        font-size: 18px;
        text-align: center;
    }

    /*Fin Slider nuevo*/

    .btn-dashed {
        /*margin-top: -30px !important;*/
        margin-left: 130px;
    }
}

.whatsapp-section {
    position: fixed;
    bottom: 5%;
    left: 2%;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .whatsapp-section .whatsapp-message {
        max-width: 225px;
        font-size: 1.35rem;
        background-color: #f1f1f1;
        padding: 0.5rem 1rem;
        line-height: 2rem;
        margin-left: 1.5rem;
        position: relative;
        font-size: 12px;
    }

        .whatsapp-section .whatsapp-message .left-arrow {
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-right: 14px solid #f1f1f1;
            border-bottom: 7px solid transparent;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -14px;
        }

    .whatsapp-section .green-whatsapp {
        background-color: #4dc247;
        width: 55px;
        height: 55px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        display: flex;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    }

        .whatsapp-section .green-whatsapp img {
            width: 35px;
            height: 35px;
        }

.TotalCarrito {
    text-align: right;
    margin-top: 10px;
    color: black;
    font-family: MouseMemoirsRegular;
    font-size: 30px;
}

@media screen and (max-width: 436px) {
    .TotalCarrito {
        text-align: right;
        margin-top: 10px;
        padding-right: 30px;
        color: black;
        font-family: MouseMemoirsRegular;
        font-size: 24px;
    }
}
