/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

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

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

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

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

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

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

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

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

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

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

a > code {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .2s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

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

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

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

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

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

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range:focus {
    outline: 0
}

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

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

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

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

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

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

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

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

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

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

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

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

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

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

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

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

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

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

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

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

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

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

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

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

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

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

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

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

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

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

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

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

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

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

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */

/*!

 =========================================================
 * Now-ui-kit - v1.1.0
 =========================================================

 * Product Page: http://www.creative-tim.com/product/now-ui-kit
 * Copyright 2017 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit/blob/master/LICENSE.md)

 * Designed by www.invisionapp.com Coded by www.creative-tim.com

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */
.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 30px;
    border: 0;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    line-height: 8px;
    width: 59px !important;
    height: 22px;
    outline: 0;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-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;
    margin-right: 20px;
    background: rgba(44, 44, 44, .2)
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-flex;
    top: 0;
    height: 22px;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100px !important
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    color: #fff;
    padding: 6px 12px;
    font-size: 11px;
    text-indent: -5px;
    line-height: 15px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
    text-align: center;
    z-index: 1;
    float: left;
    line-height: 11px;
    width: 50% !important
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brown, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brown {
    color: #fff;
    background: #f96332
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue {
    color: #fff;
    background: #2ca8ff
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green {
    color: #fff;
    background: #18ce0f
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange {
    background: #ffb236;
    color: #fff
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red {
    color: #fff;
    background: #ff3636
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    color: #fff
}

.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    z-index: 100;
    color: #333;
    background: #fff;
    width: 22px !important;
    height: 22px !important;
    margin: 0 -11px;
    border-radius: 20px;
    position: absolute;
    float: left;
    top: 0;
    left: 50%;
    padding: 0;
    box-shadow: 0 1px 11px rgba(0, 0, 0, .25)
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    background-color: rgba(23, 23, 23, .4)
}

.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
    width: 27px !important;
    margin-left: -16px
}

.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
    width: 27px !important;
    margin-left: -11px
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap-switch .bootstrap-switch-handle-off {
    text-indent: 6px
}

.bootstrap-switch input[type=checkbox], .bootstrap-switch input[type=radio] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1
}

.bootstrap-switch input[type=checkbox].form-control, .bootstrap-switch input[type=radio].form-control {
    height: auto
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.33
}

.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-indeterminate, .bootstrap-switch.bootstrap-switch-readonly {
    cursor: default !important
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
    opacity: .5;
    cursor: default !important
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
    margin-left: -2px !important
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -39px !important
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label:before {
    background-color: #fff
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-red ~ .bootstrap-switch-default {
    background-color: #ff3636
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-orange ~ .bootstrap-switch-default {
    background-color: #ffb236
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-green ~ .bootstrap-switch-default {
    background-color: #18ce0f
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-brown ~ .bootstrap-switch-default {
    background-color: #f96332
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-blue ~ .bootstrap-switch-default {
    background-color: #2ca8ff
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-blue, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-brown, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-green, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-orange, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-red {
    background-color: #e3e3e3
}

.bootstrap-switch-off .bootstrap-switch-handle-on {
    opacity: 0
}

.bootstrap-switch-on .bootstrap-switch-handle-off {
    opacity: 0
}

/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 1px
}

.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, .2);
    height: 15px;
    width: 15px;
    cursor: pointer;
    margin-left: -10px;
    margin-top: -7px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background-color: rgba(182, 182, 182, .3);
    border-radius: 3px
}

.noUi-connect {
    background: #888;
    border-radius: 3px;
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    -webkit-transition: .3s ease 0s;
    -moz-transition: .3s ease 0s;
    -ms-transition: .3s ease 0s;
    -o-transform: .3s ease 0s;
    transition: .3s ease 0s
}

.noUi-active {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    -o-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1)
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.slider.slider-neutral .noUi-connect, .slider.slider-neutral.noUi-connect {
    background-color: #fff
}

.slider.slider-neutral.noUi-target {
    background-color: rgba(255, 255, 255, .3)
}

.slider.slider-neutral .noUi-handle {
    background-color: #fff
}

.slider.slider-primary .noUi-connect, .slider.slider-primary.noUi-connect {
    background-color: #f96332
}

.slider.slider-primary.noUi-target {
    background-color: rgba(249, 99, 50, .3)
}

.slider.slider-primary .noUi-handle {
    background-color: #f96332
}

.slider.slider-info .noUi-connect, .slider.slider-info.noUi-connect {
    background-color: #2ca8ff
}

.slider.slider-info.noUi-target {
    background-color: rgba(44, 168, 255, .3)
}

.slider.slider-info .noUi-handle {
    background-color: #2ca8ff
}

.slider.slider-success .noUi-connect, .slider.slider-success.noUi-connect {
    background-color: #18ce0f
}

.slider.slider-success.noUi-target {
    background-color: rgba(24, 206, 15, .3)
}

.slider.slider-success .noUi-handle {
    background-color: #18ce0f
}

.slider.slider-warning .noUi-connect, .slider.slider-warning.noUi-connect {
    background-color: #ffb236
}

.slider.slider-warning.noUi-target {
    background-color: rgba(255, 178, 54, .3)
}

.slider.slider-warning .noUi-handle {
    background-color: #ffb236
}

.slider.slider-danger .noUi-connect, .slider.slider-danger.noUi-connect {
    background-color: #ff3636
}

.slider.slider-danger.noUi-target {
    background-color: rgba(255, 54, 54, .3)
}

.slider.slider-danger .noUi-handle {
    background-color: #ff3636
}

/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    padding: 8px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    -webkit-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s, opacity .3s ease 0s, height 0s linear .35s;
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 254px;
    max-width: 254px
}

.datepicker.dropdown-menu:before {
    display: none
}

.datepicker.datepicker-primary {
    background-color: #f96332
}

.datepicker.datepicker-primary .day div, .datepicker.datepicker-primary table tr td span, .datepicker.datepicker-primary th {
    color: #fff
}

.datepicker.datepicker-primary:after {
    border-bottom-color: #f96332
}

.datepicker.datepicker-primary.datepicker-orient-top:after {
    border-top-color: #f96332
}

.datepicker.datepicker-primary .dow {
    color: rgba(255, 255, 255, .8)
}

.datepicker.datepicker-primary table tr td span.new, .datepicker.datepicker-primary table tr td span.old, .datepicker.datepicker-primary table tr td.new div, .datepicker.datepicker-primary table tr td.old div {
    color: rgba(255, 255, 255, .4)
}

.datepicker.datepicker-primary table tr td span.focused, .datepicker.datepicker-primary table tr td span:hover {
    background: rgba(255, 255, 255, .1)
}

.datepicker.datepicker-primary .datepicker-switch:hover, .datepicker.datepicker-primary .next:hover, .datepicker.datepicker-primary .prev:hover, .datepicker.datepicker-primary tfoot tr th:hover {
    background: rgba(255, 255, 255, .2)
}

.datepicker.datepicker-primary table tr td.active div, .datepicker.datepicker-primary table tr td.active.disabled div, .datepicker.datepicker-primary table tr td.active.disabled:hover div, .datepicker.datepicker-primary table tr td.active:hover div {
    background-color: #fff;
    color: #f96332
}

.datepicker.datepicker-primary table tr td.day.focused div, .datepicker.datepicker-primary table tr td.day:hover div {
    background: rgba(255, 255, 255, .2)
}

.datepicker.datepicker-primary table tr td span.active.active, .datepicker.datepicker-primary table tr td span.active.disabled, .datepicker.datepicker-primary table tr td span.active.disabled.active, .datepicker.datepicker-primary table tr td span.active.disabled.disabled, .datepicker.datepicker-primary table tr td span.active.disabled:active, .datepicker.datepicker-primary table tr td span.active.disabled:hover, .datepicker.datepicker-primary table tr td span.active.disabled:hover.active, .datepicker.datepicker-primary table tr td span.active.disabled:hover.disabled, .datepicker.datepicker-primary table tr td span.active.disabled:hover:active, .datepicker.datepicker-primary table tr td span.active.disabled:hover:hover, .datepicker.datepicker-primary table tr td span.active.disabled:hover[disabled], .datepicker.datepicker-primary table tr td span.active.disabled[disabled], .datepicker.datepicker-primary table tr td span.active:active, .datepicker.datepicker-primary table tr td span.active:hover, .datepicker.datepicker-primary table tr td span.active:hover.active, .datepicker.datepicker-primary table tr td span.active:hover.disabled, .datepicker.datepicker-primary table tr td span.active:hover:active, .datepicker.datepicker-primary table tr td span.active:hover:hover, .datepicker.datepicker-primary table tr td span.active:hover[disabled], .datepicker.datepicker-primary table tr td span.active[disabled], .datepicker.datepicker-primary table tr td.active.active div, .datepicker.datepicker-primary table tr td.active.disabled div, .datepicker.datepicker-primary table tr td.active.disabled.active div, .datepicker.datepicker-primary table tr td.active.disabled.disabled div, .datepicker.datepicker-primary table tr td.active.disabled:active div, .datepicker.datepicker-primary table tr td.active.disabled:hover div, .datepicker.datepicker-primary table tr td.active.disabled:hover.active div, .datepicker.datepicker-primary table tr td.active.disabled:hover.disabled div, .datepicker.datepicker-primary table tr td.active.disabled:hover:active div, .datepicker.datepicker-primary table tr td.active.disabled:hover:hover div, .datepicker.datepicker-primary table tr td.active.disabled:hover[disabled] div, .datepicker.datepicker-primary table tr td.active.disabled[disabled] div, .datepicker.datepicker-primary table tr td.active:active div, .datepicker.datepicker-primary table tr td.active:hover div, .datepicker.datepicker-primary table tr td.active:hover.active div, .datepicker.datepicker-primary table tr td.active:hover.disabled div, .datepicker.datepicker-primary table tr td.active:hover:active div, .datepicker.datepicker-primary table tr td.active:hover:hover div, .datepicker.datepicker-primary table tr td.active:hover[disabled] div, .datepicker.datepicker-primary table tr td.active[disabled] div {
    background-color: #fff
}

.datepicker.datepicker-primary table tr td span.active.active, .datepicker.datepicker-primary table tr td span.active.disabled, .datepicker.datepicker-primary table tr td span.active.disabled.active, .datepicker.datepicker-primary table tr td span.active.disabled.disabled, .datepicker.datepicker-primary table tr td span.active.disabled:active, .datepicker.datepicker-primary table tr td span.active.disabled:hover, .datepicker.datepicker-primary table tr td span.active.disabled:hover.active, .datepicker.datepicker-primary table tr td span.active.disabled:hover.disabled, .datepicker.datepicker-primary table tr td span.active.disabled:hover:active, .datepicker.datepicker-primary table tr td span.active.disabled:hover:hover, .datepicker.datepicker-primary table tr td span.active.disabled:hover[disabled], .datepicker.datepicker-primary table tr td span.active.disabled[disabled], .datepicker.datepicker-primary table tr td span.active:active, .datepicker.datepicker-primary table tr td span.active:hover, .datepicker.datepicker-primary table tr td span.active:hover.active, .datepicker.datepicker-primary table tr td span.active:hover.disabled, .datepicker.datepicker-primary table tr td span.active:hover:active, .datepicker.datepicker-primary table tr td span.active:hover:hover, .datepicker.datepicker-primary table tr td span.active:hover[disabled], .datepicker.datepicker-primary table tr td span.active[disabled] {
    color: #f96332
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid transparent
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 241px;
    max-width: 241px
}

.datepicker .day div, .datepicker th {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 2.2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50%;
    font-weight: 300;
    font-size: 14px;
    border: none;
    position: relative;
    cursor: pointer
}

.datepicker th {
    color: #f96332
}

.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: 2px;
    text-align: center;
    cursor: pointer
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused div, .datepicker table tr td.day:hover div {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #888
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #888;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #000
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
    background-color: grey
}

.datepicker table tr td.active div, .datepicker table tr td.active.disabled div, .datepicker table tr td.active.disabled:hover div, .datepicker table tr td.active:hover div {
    background-color: #f96332;
    color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2)
}

.datepicker table tr td.active.active div, .datepicker table tr td.active.disabled div, .datepicker table tr td.active.disabled.active div, .datepicker table tr td.active.disabled.disabled div, .datepicker table tr td.active.disabled:active div, .datepicker table tr td.active.disabled:hover div, .datepicker table tr td.active.disabled:hover.active div, .datepicker table tr td.active.disabled:hover.disabled div, .datepicker table tr td.active.disabled:hover:active div, .datepicker table tr td.active.disabled:hover:hover div, .datepicker table tr td.active.disabled:hover[disabled] div, .datepicker table tr td.active.disabled[disabled] div, .datepicker table tr td.active:active div, .datepicker table tr td.active:hover div, .datepicker table tr td.active:hover.active div, .datepicker table tr td.active:hover.disabled div, .datepicker table tr td.active:hover:active div, .datepicker table tr td.active:hover:hover div, .datepicker table tr td.active:hover[disabled] div, .datepicker table tr td.active[disabled] div {
    background-color: #f96332
}

.datepicker table tr td span {
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    float: left;
    margin: 1%;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #888;
    cursor: default
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #f96332
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #f96332;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2)
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #888
}

.datepicker .datepicker-switch {
    width: auto;
    border-radius: .1875rem
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .next, .datepicker .prev {
    width: 35px;
    height: 35px
}

.datepicker i {
    position: relative;
    top: 2px
}

.datepicker .prev i {
    left: -1px
}

.datepicker .next i {
    right: -1px
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled, .datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.btn, .navbar .navbar-nav > a.btn {
    border-width: 2px;
    font-weight: 400;
    font-size: .8571em;
    line-height: 1.35em;
    margin: 5px 1px;
    border: none;
    border-radius: .1875rem;
    padding: 11px 22px;
    cursor: pointer;
    background-color: #888;
    color: #fff
}

.btn.active, .btn.active:focus, .btn.active:hover, .btn:active, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover, .navbar .navbar-nav > a.btn.active, .navbar .navbar-nav > a.btn.active:focus, .navbar .navbar-nav > a.btn.active:hover, .navbar .navbar-nav > a.btn:active, .navbar .navbar-nav > a.btn:active:focus, .navbar .navbar-nav > a.btn:active:hover, .navbar .navbar-nav > a.btn:focus, .navbar .navbar-nav > a.btn:hover, .show > .btn.dropdown-toggle, .show > .btn.dropdown-toggle:focus, .show > .btn.dropdown-toggle:hover, .show > .navbar .navbar-nav > a.btn.dropdown-toggle, .show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus, .show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
    background-color: #979797;
    color: #fff;
    box-shadow: none
}

.btn:hover, .navbar .navbar-nav > a.btn:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .17)
}

.btn.disabled, .btn.disabled.active, .btn.disabled.focus, .btn.disabled:active, .btn.disabled:focus, .btn.disabled:hover, .btn:disabled, .btn:disabled.active, .btn:disabled.focus, .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover, .btn[disabled], .btn[disabled].active, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled]:focus, .btn[disabled]:hover, .navbar .navbar-nav > a.btn.disabled, .navbar .navbar-nav > a.btn.disabled.active, .navbar .navbar-nav > a.btn.disabled.focus, .navbar .navbar-nav > a.btn.disabled:active, .navbar .navbar-nav > a.btn.disabled:focus, .navbar .navbar-nav > a.btn.disabled:hover, .navbar .navbar-nav > a.btn:disabled, .navbar .navbar-nav > a.btn:disabled.active, .navbar .navbar-nav > a.btn:disabled.focus, .navbar .navbar-nav > a.btn:disabled:active, .navbar .navbar-nav > a.btn:disabled:focus, .navbar .navbar-nav > a.btn:disabled:hover, .navbar .navbar-nav > a.btn[disabled], .navbar .navbar-nav > a.btn[disabled].active, .navbar .navbar-nav > a.btn[disabled].focus, .navbar .navbar-nav > a.btn[disabled]:active, .navbar .navbar-nav > a.btn[disabled]:focus, .navbar .navbar-nav > a.btn[disabled]:hover, fieldset[disabled] .btn, fieldset[disabled] .btn.active, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:hover, fieldset[disabled] .navbar .navbar-nav > a.btn, fieldset[disabled] .navbar .navbar-nav > a.btn.active, fieldset[disabled] .navbar .navbar-nav > a.btn.focus, fieldset[disabled] .navbar .navbar-nav > a.btn:active, fieldset[disabled] .navbar .navbar-nav > a.btn:focus, fieldset[disabled] .navbar .navbar-nav > a.btn:hover {
    background-color: #888;
    border-color: #888
}

.btn.btn-simple, .navbar .navbar-nav > a.btn.btn-simple {
    color: #888;
    border-color: #888
}

.btn.btn-simple:active, .btn.btn-simple:focus, .btn.btn-simple:hover, .navbar .navbar-nav > a.btn.btn-simple:active, .navbar .navbar-nav > a.btn.btn-simple:focus, .navbar .navbar-nav > a.btn.btn-simple:hover {
    background-color: transparent;
    color: #979797;
    border-color: #979797;
    box-shadow: none
}

.btn.btn-link, .navbar .navbar-nav > a.btn.btn-link {
    color: #888
}

.btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link:hover, .navbar .navbar-nav > a.btn.btn-link:active, .navbar .navbar-nav > a.btn.btn-link:focus, .navbar .navbar-nav > a.btn.btn-link:hover {
    background-color: transparent;
    color: #979797;
    text-decoration: none;
    box-shadow: none
}

.btn:focus, .btn:hover, .navbar .navbar-nav > a.btn:focus, .navbar .navbar-nav > a.btn:hover {
    opacity: 1;
    outline: 0 !important
}

.btn.active, .btn:active, .navbar .navbar-nav > a.btn.active, .navbar .navbar-nav > a.btn:active, .open > .btn.dropdown-toggle, .open > .navbar .navbar-nav > a.btn.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important
}

.btn.btn-icon, .navbar .navbar-nav > a.btn.btn-icon {
    height: 2.375rem;
    min-width: 2.375rem;
    width: 2.375rem;
    padding: 0;
    font-size: .9375rem;
    overflow: hidden;
    position: relative;
    line-height: normal
}

.btn.btn-icon.btn-simple, .navbar .navbar-nav > a.btn.btn-icon.btn-simple {
    padding: 0
}

.btn.btn-icon.btn-sm, .navbar .navbar-nav > a.btn.btn-icon.btn-sm {
    height: 1.875rem;
    min-width: 1.875rem;
    width: 1.875rem
}

.btn.btn-icon.btn-sm i.fa, .btn.btn-icon.btn-sm i.now-ui-icons, .navbar .navbar-nav > a.btn.btn-icon.btn-sm i.fa, .navbar .navbar-nav > a.btn.btn-icon.btn-sm i.now-ui-icons {
    font-size: .6875rem
}

.btn.btn-icon.btn-lg, .navbar .navbar-nav > a.btn.btn-icon.btn-lg {
    height: 3.6rem;
    min-width: 3.6rem;
    width: 3.6rem
}

.btn.btn-icon.btn-lg i.fa, .btn.btn-icon.btn-lg i.now-ui-icons, .navbar .navbar-nav > a.btn.btn-icon.btn-lg i.fa, .navbar .navbar-nav > a.btn.btn-icon.btn-lg i.now-ui-icons {
    font-size: 1.325rem
}

.btn.btn-icon:not(.btn-footer) i.fa, .btn.btn-icon:not(.btn-footer) i.now-ui-icons, .navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.fa, .navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.now-ui-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 1.5626rem;
    width: 25px
}

.btn:not(.btn-icon) .now-ui-icons, .navbar .navbar-nav > a.btn:not(.btn-icon) .now-ui-icons {
    position: relative;
    top: 1px
}

.btn-primary {
    background-color: #f96332;
    color: #fff
}

.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .show > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:hover {
    background-color: #fa7a50;
    color: #fff;
    box-shadow: none
}

.btn-primary:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .17)
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled, .btn-primary:disabled.active, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled:focus, .btn-primary:disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #f96332;
    border-color: #f96332
}

.btn-primary.btn-simple {
    color: #f96332;
    border-color: #f96332
}

.btn-primary.btn-simple:active, .btn-primary.btn-simple:focus, .btn-primary.btn-simple:hover {
    background-color: transparent;
    color: #fa7a50;
    border-color: #fa7a50;
    box-shadow: none
}

.btn-primary.btn-link {
    color: #f96332
}

.btn-primary.btn-link:active, .btn-primary.btn-link:focus, .btn-primary.btn-link:hover {
    background-color: transparent;
    color: #fa7a50;
    text-decoration: none;
    box-shadow: none
}

.btn-success {
    background-color: #18ce0f;
    color: #fff
}

.btn-success.active, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .btn-success:hover, .show > .btn-success.dropdown-toggle, .show > .btn-success.dropdown-toggle:focus, .show > .btn-success.dropdown-toggle:hover {
    background-color: #1beb11;
    color: #fff;
    box-shadow: none
}

.btn-success:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .17)
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success:disabled, .btn-success:disabled.active, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled:focus, .btn-success:disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #18ce0f;
    border-color: #18ce0f
}

.btn-success.btn-simple {
    color: #18ce0f;
    border-color: #18ce0f
}

.btn-success.btn-simple:active, .btn-success.btn-simple:focus, .btn-success.btn-simple:hover {
    background-color: transparent;
    color: #1beb11;
    border-color: #1beb11;
    box-shadow: none
}

.btn-success.btn-link {
    color: #18ce0f
}

.btn-success.btn-link:active, .btn-success.btn-link:focus, .btn-success.btn-link:hover {
    background-color: transparent;
    color: #1beb11;
    text-decoration: none;
    box-shadow: none
}

.btn-info {
    background-color: #2ca8ff;
    color: #fff
}

.btn-info.active, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info:hover, .show > .btn-info.dropdown-toggle, .show > .btn-info.dropdown-toggle:focus, .show > .btn-info.dropdown-toggle:hover {
    background-color: #4bb5ff;
    color: #fff;
    box-shadow: none
}

.btn-info:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .17)
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:disabled, .btn-info:disabled.active, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled:focus, .btn-info:disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #2ca8ff;
    border-color: #2ca8ff
}

.btn-info.btn-simple {
    color: #2ca8ff;
    border-color: #2ca8ff
}

.btn-info.btn-simple:active, .btn-info.btn-simple:focus, .btn-info.btn-simple:hover {
    background-color: transparent;
    color: #4bb5ff;
    border-color: #4bb5ff;
    box-shadow: none
}

.btn-info.btn-link {
    color: #2ca8ff
}

.btn-info.btn-link:active, .btn-info.btn-link:focus, .btn-info.btn-link:hover {
    background-color: transparent;
    color: #4bb5ff;
    text-decoration: none;
    box-shadow: none
}

.btn-warning {
    background-color: #ffb236;
    color: #fff
}

.btn-warning.active, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:focus, .btn-warning:hover, .show > .btn-warning.dropdown-toggle, .show > .btn-warning.dropdown-toggle:focus, .show > .btn-warning.dropdown-toggle:hover {
    background-color: #ffbe55;
    color: #fff;
    box-shadow: none
}

.btn-warning:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .17)
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning:disabled, .btn-warning:disabled.active, .btn-warning:disabled.focus, .btn-warning:disabled:active, .btn-warning:disabled:focus, .btn-warning:disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #ffb236;
    border-color: #ffb236
}

.btn-warning.btn-simple {
    color: #ffb236;
    border-color: #ffb236
}

.btn-warning.btn-simple:active, .btn-warning.btn-simple:focus, .btn-warning.btn-simple:hover {
    background-color: transparent;
    color: #ffbe55;
    border-color: #ffbe55;
    box-shadow: none
}

.btn-warning.btn-link {
    color: #ffb236
}

.btn-warning.btn-link:active, .btn-warning.btn-link:focus, .btn-warning.btn-link:hover {
    background-color: transparent;
    color: #ffbe55;
    text-decoration: none;
    box-shadow: none
}

.btn-danger {
    background-color: #ff3636;
    color: #fff
}

.btn-danger.active, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger:focus, .btn-danger:hover, .show > .btn-danger.dropdown-toggle, .show > .btn-danger.dropdown-toggle:focus, .show > .btn-danger.dropdown-toggle:hover {
    background-color: #f55;
    color: #fff;
    box-shadow: none
}

.btn-danger:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .17)
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger:disabled, .btn-danger:disabled.active, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled:focus, .btn-danger:disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #ff3636;
    border-color: #ff3636
}

.btn-danger.btn-simple {
    color: #ff3636;
    border-color: #ff3636
}

.btn-danger.btn-simple:active, .btn-danger.btn-simple:focus, .btn-danger.btn-simple:hover {
    background-color: transparent;
    color: #f55;
    border-color: #f55;
    box-shadow: none
}

.btn-danger.btn-link {
    color: #ff3636
}

.btn-danger.btn-link:active, .btn-danger.btn-link:focus, .btn-danger.btn-link:hover {
    background-color: transparent;
    color: #f55;
    text-decoration: none;
    box-shadow: none
}

.btn-neutral {
    background-color: #fff;
    color: #f96332
}

.btn-neutral.active, .btn-neutral.active:focus, .btn-neutral.active:hover, .btn-neutral:active, .btn-neutral:active:focus, .btn-neutral:active:hover, .btn-neutral:focus, .btn-neutral:hover, .show > .btn-neutral.dropdown-toggle, .show > .btn-neutral.dropdown-toggle:focus, .show > .btn-neutral.dropdown-toggle:hover {
    background-color: #fff;
    color: #fff;
    box-shadow: none
}

.btn-neutral:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .17)
}

.btn-neutral.disabled, .btn-neutral.disabled.active, .btn-neutral.disabled.focus, .btn-neutral.disabled:active, .btn-neutral.disabled:focus, .btn-neutral.disabled:hover, .btn-neutral:disabled, .btn-neutral:disabled.active, .btn-neutral:disabled.focus, .btn-neutral:disabled:active, .btn-neutral:disabled:focus, .btn-neutral:disabled:hover, .btn-neutral[disabled], .btn-neutral[disabled].active, .btn-neutral[disabled].focus, .btn-neutral[disabled]:active, .btn-neutral[disabled]:focus, .btn-neutral[disabled]:hover, fieldset[disabled] .btn-neutral, fieldset[disabled] .btn-neutral.active, fieldset[disabled] .btn-neutral.focus, fieldset[disabled] .btn-neutral:active, fieldset[disabled] .btn-neutral:focus, fieldset[disabled] .btn-neutral:hover {
    background-color: #fff;
    border-color: #fff
}

.btn-neutral.btn-danger {
    color: #ff3636
}

.btn-neutral.btn-danger:active, .btn-neutral.btn-danger:focus, .btn-neutral.btn-danger:hover {
    color: #f55
}

.btn-neutral.btn-info {
    color: #2ca8ff
}

.btn-neutral.btn-info:active, .btn-neutral.btn-info:focus, .btn-neutral.btn-info:hover {
    color: #4bb5ff
}

.btn-neutral.btn-warning {
    color: #ffb236
}

.btn-neutral.btn-warning:active, .btn-neutral.btn-warning:focus, .btn-neutral.btn-warning:hover {
    color: #ffbe55
}

.btn-neutral.btn-success {
    color: #18ce0f
}

.btn-neutral.btn-success:active, .btn-neutral.btn-success:focus, .btn-neutral.btn-success:hover {
    color: #1beb11
}

.btn-neutral.btn-default {
    color: #888
}

.btn-neutral.btn-default:active, .btn-neutral.btn-default:focus, .btn-neutral.btn-default:hover {
    color: #979797
}

.btn-neutral.active, .btn-neutral.active:focus, .btn-neutral.active:hover, .btn-neutral:active, .btn-neutral:active:focus, .btn-neutral:active:hover, .show > .btn-neutral.dropdown-toggle, .show > .btn-neutral.dropdown-toggle:focus, .show > .btn-neutral.dropdown-toggle:hover {
    background-color: #fff;
    color: #A2248C;
    box-shadow: none
}

.btn-neutral:focus, .btn-neutral:hover {
    color: #fa7a50
}

.btn-neutral:focus:not(.nav-link), .btn-neutral:hover:not(.nav-link) {
    box-shadow: none
}

.btn-neutral.btn-simple {
    color: #fff;
    border-color: #fff
}

.btn-neutral.btn-simple:active, .btn-neutral.btn-simple:focus, .btn-neutral.btn-simple:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    box-shadow: none
}

.btn-neutral.btn-link {
    color: #fff
}

.btn-neutral.btn-link:active, .btn-neutral.btn-link:focus, .btn-neutral.btn-link:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    box-shadow: none
}

.btn.disabled, .btn:disabled, .btn[disabled] {
    opacity: .5
}

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 11px 23px
}

.btn-round.btn-simple {
    padding: 10px 22px
}

.btn-simple {
    border: 1px solid;
    border-color: #888;
    padding: 10px 22px;
    background-color: transparent
}

.btn-link.disabled, .btn-link.disabled.active, .btn-link.disabled.focus, .btn-link.disabled:active, .btn-link.disabled:focus, .btn-link.disabled:hover, .btn-link:disabled, .btn-link:disabled.active, .btn-link:disabled.focus, .btn-link:disabled:active, .btn-link:disabled:focus, .btn-link:disabled:hover, .btn-link[disabled], .btn-link[disabled].active, .btn-link[disabled].focus, .btn-link[disabled]:active, .btn-link[disabled]:focus, .btn-link[disabled]:hover, .btn-simple.disabled, .btn-simple.disabled.active, .btn-simple.disabled.focus, .btn-simple.disabled:active, .btn-simple.disabled:focus, .btn-simple.disabled:hover, .btn-simple:disabled, .btn-simple:disabled.active, .btn-simple:disabled.focus, .btn-simple:disabled:active, .btn-simple:disabled:focus, .btn-simple:disabled:hover, .btn-simple[disabled], .btn-simple[disabled].active, .btn-simple[disabled].focus, .btn-simple[disabled]:active, .btn-simple[disabled]:focus, .btn-simple[disabled]:hover, fieldset[disabled] .btn-link, fieldset[disabled] .btn-link.active, fieldset[disabled] .btn-link.focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-simple, fieldset[disabled] .btn-simple.active, fieldset[disabled] .btn-simple.focus, fieldset[disabled] .btn-simple:active, fieldset[disabled] .btn-simple:focus, fieldset[disabled] .btn-simple:hover {
    background-color: transparent
}

.btn-lg {
    font-size: 1em;
    border-radius: .25rem;
    padding: 15px 48px
}

.btn-lg.btn-simple {
    padding: 14px 47px
}

.btn-sm {
    font-size: 14px;
    border-radius: .1875rem;
    padding: 5px 15px
}

.btn-sm.btn-simple {
    padding: 4px 14px
}

.btn-link {
    border: 0;
    padding: .5rem .7rem;
    background-color: transparent
}

.btn-wd {
    min-width: 140px
}

.btn-group.select {
    width: 100%
}

.btn-group.select .btn {
    text-align: left
}

.btn-group.select .caret {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 8px
}

.form-control::-moz-placeholder {
    color: #ddd;
    opacity: 1
}

.form-control:-moz-placeholder {
    color: #ddd;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #ddd;
    opacity: 1
}

.form-control {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    color: #2c2c2c;
    line-height: normal;
    font-size: .8571em;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-success .form-control {
    border-color: #e3e3e3
}

.form-control:focus {
    border: 1px solid #f96332;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #2c2c2c
}

.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
    border: 1px solid #f96332;
    border-left: none;
    background-color: transparent
}

.has-error .form-control, .has-error .form-control:focus, .has-success .form-control, .has-success .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-success .form-control:focus {
    border-color: #1be611
}

.has-danger .form-control.form-control-danger, .has-danger .form-control.form-control-success, .has-success .form-control.form-control-danger, .has-success .form-control.form-control-success {
    background-image: none
}

.has-danger .form-control {
    border-color: #ffcfcf;
    color: #ff3636;
    background-color: rgba(222, 222, 222, .1)
}

.has-danger .form-control:focus {
    background-color: #fff
}

.form-control + .form-control-feedback {
    border-radius: .25rem;
    font-size: 14px;
    margin-top: 0;
    position: absolute;
    left: 18px;
    bottom: -20px;
    vertical-align: middle
}

.open .form-control {
    border-radius: .25rem .25rem 0 0;
    border-bottom-color: transparent
}

.form-control + .input-group-addon {
    background-color: #fff
}

.has-danger:after, .has-success:after {
    font-family: 'Nucleo Outline';
    content: "\ea22";
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #18ce0f;
    font-size: 11px
}

.has-danger.input-lg:after, .has-success.input-lg:after {
    font-size: 13px;
    top: 13px
}

.has-danger:after {
    content: "\ea53";
    color: #ff3636
}

.form-group.form-group-no-border.input-lg .input-group-addon, .input-group.form-group-no-border.input-lg .input-group-addon {
    padding: 15px 0 15px 19px
}

.form-group.form-group-no-border.input-lg .form-control, .input-group.form-group-no-border.input-lg .form-control {
    padding: 15px 19px
}

.form-group.form-group-no-border.input-lg .form-control + .input-group-addon, .input-group.form-group-no-border.input-lg .form-control + .input-group-addon {
    padding: 15px 19px 15px 0
}

.form-group.input-lg .form-control, .input-group.input-lg .form-control {
    padding: 14px 18px
}

.form-group.input-lg .form-control + .input-group-addon, .input-group.input-lg .form-control + .input-group-addon {
    padding: 14px 18px 14px 0
}

.form-group.input-lg .input-group-addon, .input-group.input-lg .input-group-addon {
    padding: 14px 0 15px 18px
}

.form-group.input-lg .input-group-addon + .form-control, .input-group.input-lg .input-group-addon + .form-control {
    padding: 15px 18px 15px 16px
}

.form-group.form-group-no-border .form-control, .input-group.form-group-no-border .form-control {
    padding: 11px 19px
}

.form-group.form-group-no-border .form-control + .input-group-addon, .input-group.form-group-no-border .form-control + .input-group-addon {
    padding: 11px 19px 11px 0
}

.form-group.form-group-no-border .input-group-addon, .input-group.form-group-no-border .input-group-addon {
    padding: 11px 0 11px 19px
}

.form-group .form-control, .input-group .form-control {
    padding: 10px 18px 10px 18px
}

.form-group .form-control + .input-group-addon, .input-group .form-control + .input-group-addon {
    padding: 10px 18px 10px 0
}

.form-group .input-group-addon, .input-group .input-group-addon {
    padding: 10px 0 10px 18px
}

.form-group .input-group-addon + .form-control, .form-group .input-group-addon ~ .form-control, .input-group .input-group-addon + .form-control, .input-group .input-group-addon ~ .form-control {
    padding: 10px 19px 11px 16px
}

.form-group.form-group-no-border .form-control, .form-group.form-group-no-border .form-control + .input-group-addon, .input-group.form-group-no-border .form-control, .input-group.form-group-no-border .form-control + .input-group-addon {
    background-color: rgba(222, 222, 222, .3);
    border: medium none
}

.form-group.form-group-no-border .form-control + .input-group-addon:active, .form-group.form-group-no-border .form-control + .input-group-addon:focus, .form-group.form-group-no-border .form-control:active, .form-group.form-group-no-border .form-control:focus, .input-group.form-group-no-border .form-control + .input-group-addon:active, .input-group.form-group-no-border .form-control + .input-group-addon:focus, .input-group.form-group-no-border .form-control:active, .input-group.form-group-no-border .form-control:focus {
    border: medium none;
    background-color: rgba(222, 222, 222, .5)
}

.form-group.form-group-no-border .form-control:focus + .input-group-addon, .input-group.form-group-no-border .form-control:focus + .input-group-addon {
    background-color: rgba(222, 222, 222, .5)
}

.form-group.form-group-no-border .input-group-addon, .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(222, 222, 222, .3);
    border: none
}

.has-error .control-label, .has-error .form-control-feedback {
    color: #ff3636
}

.has-success .control-label, .has-success .form-control-feedback {
    color: #18ce0f
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    color: #555;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out
}

.has-danger .input-group-addon, .has-success .input-group-addon {
    background-color: #fff
}

.has-danger .form-control:focus + .input-group-addon {
    color: #ff3636
}

.has-success .form-control:focus + .input-group-addon {
    color: #18ce0f
}

.input-group-addon + .form-control, .input-group-addon ~ .form-control {
    padding-left: 18px
}

.input-group-addon i {
    width: 17px
}

.input-group-focus .input-group-addon {
    background-color: #fff;
    border-color: #f96332
}

.input-group-focus.form-group-no-border .input-group-addon {
    background-color: rgba(222, 222, 222, .5)
}

.form-group, .input-group {
    margin-bottom: 10px
}

.input-group[disabled] .input-group-addon {
    background-color: #e3e3e3
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .dropdown-toggle {
    border-left: 0 none
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e3e3e3;
    color: #888;
    cursor: not-allowed
}

.input-group-btn .btn {
    border-width: 1px;
    padding: 11px .7rem
}

.input-group-btn .btn-default:not(.btn-fill) {
    border-color: #ddd
}

.input-group-btn:last-child > .btn {
    margin-left: 0
}

textarea.form-control {
    max-width: 100%;
    padding: 10px 10px 0 0;
    resize: none;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    line-height: 2
}

textarea.form-control:active, textarea.form-control:focus {
    border-left: none;
    border-top: none;
    border-right: none
}

.has-danger.form-group .form-control, .has-danger.form-group.form-group-no-border .form-control, .has-success.form-group .form-control, .has-success.form-group.form-group-no-border .form-control {
    padding-right: 40px
}

.form-group {
    position: relative
}

.form-group.has-danger, .form-group.has-error {
    margin-bottom: 20px
}

.checkbox, .radio {
    margin-bottom: 12px
}

.checkbox label, .radio label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    line-height: 26px;
    margin-bottom: 0
}

.radio label {
    padding-left: 28px
}

.checkbox label::after, .checkbox label::before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 18px;
    left: 0;
    cursor: pointer;
    border-radius: 4px;
    top: 5px;
    background-color: transparent;
    border: 1px solid #d8d8d8;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.checkbox label::after {
    font-family: 'Nucleo Outline';
    content: "\ea22";
    top: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    opacity: 0;
    color: #fff;
    background: #00bfd6;
    border: 1px solid #1fa4b3
}

.checkbox input[type=checkbox], .radio input[type=radio] {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.checkbox input[type=checkbox]:checked + label::after {
    opacity: 1
}

.checkbox input[type=checkbox]:disabled + label, .radio input[type=radio]:disabled + label {
    color: #9a9a9a;
    opacity: .5
}

.checkbox input[type=checkbox]:disabled + label::after, .checkbox input[type=checkbox]:disabled + label::before {
    cursor: not-allowed
}

.checkbox input[type=checkbox]:disabled + label, .radio input[type=radio]:disabled + label {
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox-primary input[type=checkbox]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca
}

.checkbox-primary input[type=checkbox]:checked + label::after {
    color: #fff
}

.checkbox-danger input[type=checkbox]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-danger input[type=checkbox]:checked + label::after {
    color: #fff
}

.checkbox-info input[type=checkbox]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type=checkbox]:checked + label::after {
    color: #fff
}

.checkbox-warning input[type=checkbox]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-warning input[type=checkbox]:checked + label::after {
    color: #fff
}

.checkbox-success input[type=checkbox]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type=checkbox]:checked + label::after {
    color: #fff
}

.radio label::after, .radio label::before {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 1px;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.radio input[type=radio], .radio input[type=radio] + label:after {
    opacity: 0
}

.radio input[type=radio]:checked + label::after {
    width: 4px;
    height: 4px;
    background-color: #555;
    border-color: #555;
    top: 11px;
    left: 11px;
    opacity: 1
}

.radio input[type=radio]:checked + label::after {
    opacity: 1
}

.radio input[type=radio]:disabled + label {
    color: #9a9a9a
}

.radio input[type=radio]:disabled + label::after, .radio input[type=radio]:disabled + label::before {
    color: #9a9a9a
}

.radio.radio-inline {
    margin-top: 0
}

.parent-switcher {
    position: relative
}

.ui-statusswitcher {
    position: absolute;
    right: 10px;
    top: 0
}

.label-switcher {
    margin-right: 65px;
    margin-bottom: 5px;
    cursor: pointer
}

.ui-statusswitcher input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

.ui-statusswitcher-slider {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 21px;
    border-radius: 29px;
    border: 1px solid #8c8c8c;
    background: #e5e5e5;
    transition: .15s ease-in
}

.ui-statusswitcher-slider-toggle {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #959595;
    transition: all .4s ease;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px
}

input[type=checkbox]:checked + .ui-statusswitcher-slider {
    background-color: #00bfd6;
    border-color: #148693
}

input[type=checkbox]:checked + .ui-statusswitcher-slider span {
    right: 21px
}

.progress-container {
    position: relative
}

.progress-container + .progress-container, .progress-container ~ .progress-container {
    margin-top: 15px
}

.progress-container .progress-badge {
    color: #888;
    font-size: .8571em;
    text-transform: uppercase
}

.progress-container .progress {
    height: 1px;
    border-radius: 0;
    box-shadow: none;
    background: rgba(222, 222, 222, .8);
    margin-top: 14px
}

.progress-container .progress .progress-bar {
    box-shadow: none;
    background-color: #888
}

.progress-container .progress .progress-value {
    position: absolute;
    top: 2px;
    right: 0;
    color: #888;
    font-size: .8571em
}

.progress-container.progress-neutral .progress {
    background: rgba(255, 255, 255, .3)
}

.progress-container.progress-neutral .progress-bar {
    background: #fff
}

.progress-container.progress-neutral .progress-badge, .progress-container.progress-neutral .progress-value {
    color: #fff
}

.progress-container.progress-primary .progress {
    background: rgba(249, 99, 50, .3)
}

.progress-container.progress-primary .progress-bar {
    background: #f96332
}

.progress-container.progress-primary .progress-badge, .progress-container.progress-primary .progress-value {
    color: #f96332
}

.progress-container.progress-info .progress {
    background: rgba(44, 168, 255, .3)
}

.progress-container.progress-info .progress-bar {
    background: #2ca8ff
}

.progress-container.progress-info .progress-badge, .progress-container.progress-info .progress-value {
    color: #2ca8ff
}

.progress-container.progress-success .progress {
    background: rgba(24, 206, 15, .3)
}

.progress-container.progress-success .progress-bar {
    background: #18ce0f
}

.progress-container.progress-success .progress-badge, .progress-container.progress-success .progress-value {
    color: #18ce0f
}

.progress-container.progress-warning .progress {
    background: rgba(255, 178, 54, .3)
}

.progress-container.progress-warning .progress-bar {
    background: #ffb236
}

.progress-container.progress-warning .progress-badge, .progress-container.progress-warning .progress-value {
    color: #ffb236
}

.progress-container.progress-danger .progress {
    background: rgba(255, 54, 54, .3)
}

.progress-container.progress-danger .progress-bar {
    background: #ff3636
}

.progress-container.progress-danger .progress-badge, .progress-container.progress-danger .progress-value {
    color: #ff3636
}

.badge {
    border-radius: 8px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: .7142em;
    line-height: 12px;
    background-color: transparent;
    border: 1px solid;
    margin-bottom: 5px;
    border-radius: .875rem
}

.badge-icon {
    padding: .4em .55em
}

.badge-icon i {
    font-size: .8em
}

.badge-default {
    border-color: #888;
    color: #888
}

.badge-primary {
    border-color: #f96332;
    color: #f96332
}

.badge-info {
    border-color: #2ca8ff;
    color: #2ca8ff
}

.badge-success {
    border-color: #18ce0f;
    color: #18ce0f
}

.badge-warning {
    border-color: #ffb236;
    color: #ffb236
}

.badge-danger {
    border-color: #ff3636;
    color: #ff3636
}

.badge-neutral {
    border-color: #fff;
    color: #fff
}

.pagination .page-item .page-link {
    border: 0;
    border-radius: 30px !important;
    transition: all .3s;
    padding: 0 11px;
    margin: 0 3px;
    min-width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #2c2c2c;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    background: 0 0
}

.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
    color: #2c2c2c;
    background-color: rgba(222, 222, 222, .3);
    border: none
}

.pagination .arrow-margin-left, .pagination .arrow-margin-right {
    position: absolute
}

.pagination .arrow-margin-right {
    right: 0
}

.pagination .arrow-margin-left {
    left: 0
}

.pagination .page-item.active > .page-link {
    color: #e3e3e3;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2)
}

.pagination .page-item.active > .page-link, .pagination .page-item.active > .page-link:focus, .pagination .page-item.active > .page-link:hover {
    background-color: #888;
    border-color: #888;
    color: #fff
}

.pagination .page-item.disabled > .page-link {
    opacity: .5;
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.pagination.pagination-info .page-item.active > .page-link, .pagination.pagination-info .page-item.active > .page-link:focus, .pagination.pagination-info .page-item.active > .page-link:hover {
    background-color: #2ca8ff;
    border-color: #2ca8ff
}

.pagination.pagination-success .page-item.active > .page-link, .pagination.pagination-success .page-item.active > .page-link:focus, .pagination.pagination-success .page-item.active > .page-link:hover {
    background-color: #18ce0f;
    border-color: #18ce0f
}

.pagination.pagination-primary .page-item.active > .page-link, .pagination.pagination-primary .page-item.active > .page-link:focus, .pagination.pagination-primary .page-item.active > .page-link:hover {
    background-color: #f96332;
    border-color: #f96332
}

.pagination.pagination-warning .page-item.active > .page-link, .pagination.pagination-warning .page-item.active > .page-link:focus, .pagination.pagination-warning .page-item.active > .page-link:hover {
    background-color: #ffb236;
    border-color: #ffb236
}

.pagination.pagination-danger .page-item.active > .page-link, .pagination.pagination-danger .page-item.active > .page-link:focus, .pagination.pagination-danger .page-item.active > .page-link:hover {
    background-color: #ff3636;
    border-color: #ff3636
}

.pagination.pagination-neutral .page-item > .page-link {
    color: #fff
}

.pagination.pagination-neutral .page-item > .page-link:focus, .pagination.pagination-neutral .page-item > .page-link:hover {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.pagination.pagination-neutral .page-item.active > .page-link, .pagination.pagination-neutral .page-item.active > .page-link:focus, .pagination.pagination-neutral .page-item.active > .page-link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f96332
}

button, input, optgroup, select, textarea {
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

small {
    font-size: 60%
}

a {
    color: #f96332
}

a:focus, a:hover {
    color: #f96332
}

.h1, h1 {
    font-size: 3.5em;
    line-height: 1.15;
    margin-bottom: 30px
}

.h1 small, h1 small {
    font-weight: 700;
    text-transform: uppercase;
    opacity: .8
}

.h2, h2 {
    font-size: 2.5em;
    margin-bottom: 30px
}

.h3, h3 {
    font-size: 2em;
    margin-bottom: 30px;
    line-height: 1.4em
}

.h4, h4 {
    font-size: 1.714em;
    line-height: 1.45em;
    margin-top: 30px;
    margin-bottom: 15px
}

.h4 + .category, .h4.title + .category, h4 + .category, h4.title + .category {
    margin-top: -10px
}

.h5, h5 {
    font-size: 1.57em;
    line-height: 1.4em;
    margin-bottom: 15px
}

.h6, h6 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase
}

p {
    line-height: 1.61em
}

.description p, p.description {
    font-size: 1.14em
}

.title {
    font-weight: 700
}

.title.title-up {
    text-transform: uppercase
}

.title.title-up a {
    color: #2c2c2c;
    text-decoration: none
}

.title + .category {
    margin-top: -25px
}

.card-description, .description, .footer-big p {
    color: #9a9a9a;
    font-weight: 300
}

.category {
    text-transform: uppercase;
    font-weight: 700;
    color: #9a9a9a
}

.text-primary {
    color: #f96332 !important
}

.text-info {
    color: #2ca8ff !important
}

.text-success {
    color: #18ce0f !important
}

.text-warning {
    color: #ffb236 !important
}

.text-danger {
    color: #ff3636 !important
}

.text-black {
    color: #444
}

.blockquote {
    border-left: none;
    border: 1px solid #888;
    padding: 20px;
    font-size: 1.1em;
    line-height: 1.8
}

.blockquote small {
    color: #888;
    font-size: .8571em;
    text-transform: uppercase
}

.blockquote.blockquote-primary {
    border-color: #f96332;
    color: #f96332
}

.blockquote.blockquote-primary small {
    color: #f96332
}

.blockquote.blockquote-danger {
    border-color: #ff3636;
    color: #ff3636
}

.blockquote.blockquote-danger small {
    color: #ff3636
}

.blockquote.blockquote-white {
    border-color: rgba(255, 255, 255, .8);
    color: #fff
}

.blockquote.blockquote-white small {
    color: rgba(255, 255, 255, .8)
}

body {
    color: #2c2c2c;
    font-size: 14px;
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.main {
    position: relative;
    background: #fff
}

.nav-item .nav-link, .nav-pills .nav-link, .nav-tabs .nav-link, .navbar {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.bootstrap-switch-label:before, .dropdown-toggle:after {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s
}

.dropdown-toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.button-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #fff
}

.button-bar + .button-bar {
    margin-top: 7px
}

.button-bar:nth-child(2) {
    width: 17px
}

.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.separator {
    height: 2px;
    width: 44px;
    background-color: #888;
    margin: 20px auto
}

.separator.separator-primary {
    background-color: #f96332
}

.nav-pills .nav-item .nav-link {
    padding: 0 15.5px;
    text-align: center;
    height: 60px;
    width: 60px;
    font-weight: 400;
    color: #9a9a9a;
    margin-right: 19px;
    background-color: rgba(222, 222, 222, .3);
    border-radius: 30px
}

.nav-pills .nav-item .nav-link:hover {
    background-color: rgba(222, 222, 222, .3)
}

.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:focus, .nav-pills .nav-item .nav-link.active:hover {
    background-color: #9a9a9a;
    color: #fff;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .3)
}

.nav-pills .nav-item .nav-link.disabled, .nav-pills .nav-item .nav-link:disabled, .nav-pills .nav-item .nav-link[disabled] {
    opacity: .5
}

.nav-pills .nav-item i {
    display: block;
    font-size: 20px;
    line-height: 60px
}

.nav-pills.nav-pills-neutral .nav-item .nav-link {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.nav-pills.nav-pills-neutral .nav-item .nav-link.active, .nav-pills.nav-pills-neutral .nav-item .nav-link.active:focus, .nav-pills.nav-pills-neutral .nav-item .nav-link.active:hover {
    background-color: #fff;
    color: #f96332
}

.nav-pills.nav-pills-primary .nav-item .nav-link.active, .nav-pills.nav-pills-primary .nav-item .nav-link.active:focus, .nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
    background-color: #f96332
}

.nav-pills.nav-pills-info .nav-item .nav-link.active, .nav-pills.nav-pills-info .nav-item .nav-link.active:focus, .nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
    background-color: #2ca8ff
}

.nav-pills.nav-pills-success .nav-item .nav-link.active, .nav-pills.nav-pills-success .nav-item .nav-link.active:focus, .nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
    background-color: #18ce0f
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active, .nav-pills.nav-pills-warning .nav-item .nav-link.active:focus, .nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
    background-color: #ffb236
}

.nav-pills.nav-pills-danger .nav-item .nav-link.active, .nav-pills.nav-pills-danger .nav-item .nav-link.active:focus, .nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
    background-color: #ff3636
}

.tab-space {
    padding: 20px 0 50px 0
}

.nav-align-center {
    text-align: center
}

.nav-align-center .nav-pills {
    display: inline-flex
}

.btn-twitter {
    color: #55acee
}

.btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover {
    color: #3ea1ec
}

.btn-facebook {
    color: #3b5998
}

.btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
    color: #344e86
}

.btn-google {
    color: #dd4b39
}

.btn-google:active, .btn-google:focus, .btn-google:hover {
    color: #d73925
}

.btn-linkedin {
    color: #0077b5
}

.btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover {
    color: #00669c
}

.nav-tabs {
    border: 0;
    padding: 15px .7rem
}

.nav-tabs > .nav-item > .nav-link {
    color: #888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5
}

.nav-tabs > .nav-item > .nav-link:hover {
    background-color: transparent
}

.nav-tabs > .nav-item > .nav-link.active {
    border: 1px solid #888;
    border-radius: 30px
}

.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px
}

.nav-tabs > .nav-item.disabled > .nav-link, .nav-tabs > .nav-item.disabled > .nav-link:hover {
    color: rgba(255, 255, 255, .5)
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
    color: #fff
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
    border-color: rgba(255, 255, 255, .5);
    color: #fff
}

.nav-tabs.nav-tabs-primary > .nav-item > .nav-link.active {
    border-color: #f96332;
    color: #f96332
}

.nav-tabs.nav-tabs-info > .nav-item > .nav-link.active {
    border-color: #2ca8ff;
    color: #2ca8ff
}

.nav-tabs.nav-tabs-danger > .nav-item > .nav-link.active {
    border-color: #ff3636;
    color: #ff3636
}

.nav-tabs.nav-tabs-warning > .nav-item > .nav-link.active {
    border-color: #ffb236;
    color: #ffb236
}

.nav-tabs.nav-tabs-success > .nav-item > .nav-link.active {
    border-color: #18ce0f;
    color: #18ce0f
}

.navbar {
    padding-top: .625rem;
    padding-bottom: .625rem;
    min-height: 53px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.navbar a {
    vertical-align: middle
}

.navbar a:not(.btn):not(.dropdown-item) {
    color: #fff
}

.navbar p {
    display: inline-block;
    margin: 0;
    line-height: 21px
}

.navbar .navbar-nav.navbar-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 49px;
    top: -4px
}

.navbar .navbar-nav .nav-link.btn {
    padding: 11px 22px
}

.navbar .navbar-nav .nav-link.btn.btn-lg {
    padding: 15px 48px
}

.navbar .navbar-nav .nav-link.btn.btn-sm {
    padding: 5px 15px
}

.navbar .navbar-nav .nav-link:not(.btn) {
    text-transform: uppercase;
    font-size: .7142em;
    padding: .5rem .7rem;
    line-height: 1.625rem
}

.navbar .navbar-nav .nav-link:not(.btn) i.fa + p, .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons + p {
    margin-left: 5px
}

.navbar .navbar-nav .nav-link:not(.btn) i.fa, .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
    font-size: 18px;
    position: relative;
    top: 2px;
    text-align: center;
    width: 21px
}

.navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
    top: 4px;
    font-size: 16px
}

.navbar .navbar-nav .nav-link:not(.btn).profile-photo .profile-photo-small {
    width: 27px;
    height: 27px
}

.navbar .navbar-nav .nav-link:not(.btn).disabled {
    opacity: .5;
    color: #fff
}

.navbar .navbar-nav .nav-item .nav-link:not(.btn):active, .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus, .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover, .navbar .navbar-nav .nav-item.active .nav-link:not(.btn) {
    background-color: rgba(255, 255, 255, .2);
    border-radius: .1875rem
}

.navbar .logo-container {
    width: 27px;
    height: 27px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid transparent
}

.navbar .navbar-brand {
    text-transform: uppercase;
    font-size: .8571em;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.625rem
}

.navbar .navbar-toggler {
    width: 37px;
    height: 27px;
    outline: 0;
    cursor: pointer
}

.navbar .navbar-toggler.navbar-toggler-left {
    position: relative;
    left: 0;
    padding-left: 0
}

.navbar .navbar-toggler:hover .navbar-toggler-bar.bar2 {
    width: 22px
}

.navbar .button-dropdown .navbar-toggler-bar:nth-child(2) {
    width: 17px
}

.navbar.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none;
    color: #fff;
    padding-top: 20px
}

.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item) {
    color: #888
}

.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item).disabled {
    opacity: .5;
    color: #888
}

.navbar.bg-white:not(.navbar-transparent) .button-bar {
    background: #888
}

.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active, .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus, .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover, .navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn) {
    background-color: rgba(222, 222, 222, .3)
}

.navbar.bg-white:not(.navbar-transparent) .logo-container {
    border: 1px solid #888
}

.bg-default {
    background-color: #888 !important
}

.bg-primary {
    background-color: #f96332 !important
}

.bg-info {
    background-color: #2ca8ff !important
}

.bg-success {
    background-color: #18ce0f !important
}

.bg-danger {
    background-color: #ff3636 !important
}

.bg-warning {
    background-color: #ffb236 !important
}

.bg-white {
    background-color: #fff !important
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .2);
    border-radius: .125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 14px
}

.dropdown-menu.dropdown-menu-right:before {
    left: auto;
    right: 10px
}

.dropdown-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    left: 10px;
    right: auto;
    color: #fff;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent
}

.dropdown-menu .dropdown-item {
    font-size: .8571em;
    padding-top: .5rem;
    padding-bottom: .5rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    background-color: rgba(222, 222, 222, .3)
}

.dropdown-menu .dropdown-divider {
    background-color: rgba(222, 222, 222, .5)
}

.dropdown-menu .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(182, 182, 182, .6);
    font-size: .7142em;
    text-transform: uppercase;
    font-weight: 700
}

.dropdown-menu.dropdown-primary {
    background-color: #f95823
}

.dropdown-menu.dropdown-primary:before {
    color: #f95823
}

.dropdown-menu.dropdown-primary .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, .8)
}

.dropdown-menu.dropdown-primary .dropdown-item {
    color: #fff
}

.dropdown-menu.dropdown-primary .dropdown-item:focus, .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: rgba(255, 255, 255, .2)
}

.dropdown-menu.dropdown-primary .dropdown-divider {
    background-color: rgba(255, 255, 255, .2)
}

.dropdown-menu.dropdown-info {
    background-color: #1da2ff
}

.dropdown-menu.dropdown-info:before {
    color: #1da2ff
}

.dropdown-menu.dropdown-info .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, .8)
}

.dropdown-menu.dropdown-info .dropdown-item {
    color: #fff
}

.dropdown-menu.dropdown-info .dropdown-item:focus, .dropdown-menu.dropdown-info .dropdown-item:hover {
    background-color: rgba(255, 255, 255, .2)
}

.dropdown-menu.dropdown-info .dropdown-divider {
    background-color: rgba(255, 255, 255, .2)
}

.dropdown-menu.dropdown-danger {
    background-color: #ff2727
}

.dropdown-menu.dropdown-danger:before {
    color: #ff2727
}

.dropdown-menu.dropdown-danger .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, .8)
}

.dropdown-menu.dropdown-danger .dropdown-item {
    color: #fff
}

.dropdown-menu.dropdown-danger .dropdown-item:focus, .dropdown-menu.dropdown-danger .dropdown-item:hover {
    background-color: rgba(255, 255, 255, .2)
}

.dropdown-menu.dropdown-danger .dropdown-divider {
    background-color: rgba(255, 255, 255, .2)
}

.dropdown-menu.dropdown-success {
    background-color: #16c00e
}

.dropdown-menu.dropdown-success:before {
    color: #16c00e
}

.dropdown-menu.dropdown-success .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, .8)
}

.dropdown-menu.dropdown-success .dropdown-item {
    color: #fff
}

.dropdown-menu.dropdown-success .dropdown-item:focus, .dropdown-menu.dropdown-success .dropdown-item:hover {
    background-color: rgba(255, 255, 255, .2)
}

.dropdown-menu.dropdown-success .dropdown-divider {
    background-color: rgba(255, 255, 255, .2)
}

.dropdown-menu.dropdown-warning {
    background-color: #ffac27
}

.dropdown-menu.dropdown-warning:before {
    color: #ffac27
}

.dropdown-menu.dropdown-warning .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, .8)
}

.dropdown-menu.dropdown-warning .dropdown-item {
    color: #fff
}

.dropdown-menu.dropdown-warning .dropdown-item:focus, .dropdown-menu.dropdown-warning .dropdown-item:hover {
    background-color: rgba(255, 255, 255, .2)
}

.dropdown-menu.dropdown-warning .dropdown-divider {
    background-color: rgba(255, 255, 255, .2)
}

.dropdown .dropdown-menu {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    visibility: hidden;
    display: block;
    opacity: 0
}

.dropdown-menu.open, .dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.navbar .dropdown.show .dropdown-menu {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    -o-transform: translate3d(0, 7px, 0);
    -ms-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0)
}

.button-dropdown {
    padding-right: .7rem;
    cursor: pointer
}

.button-dropdown .dropdown-toggle {
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: block
}

.button-dropdown .dropdown-toggle:after {
    display: none
}

.alert {
    border: 0;
    border-radius: 0;
    color: #fff;
    padding-top: .9rem;
    padding-bottom: .9rem;
    position: relative
}

.alert.alert-success {
    background-color: rgba(24, 206, 15, .8)
}

.alert.alert-danger {
    background-color: rgba(255, 54, 54, .8)
}

.alert.alert-warning {
    background-color: rgba(255, 178, 54, .8)
}

.alert.alert-info {
    background-color: rgba(44, 168, 255, .8)
}

.alert.alert-primary {
    background-color: rgba(249, 99, 50, .8)
}

.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -1px
}

.alert strong {
    text-transform: uppercase;
    font-size: 12px
}

.alert i.fa, .alert i.now-ui-icons {
    font-size: 20px
}

.alert .close {
    color: #fff;
    opacity: .9;
    text-shadow: none;
    line-height: 0;
    outline: 0
}

img {
    max-width: 100%;
    border-radius: 1px
}

.img-raised {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3)
}

.popover {
    font-size: 14px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .2);
    border: none;
    line-height: 1.7;
    max-width: 240px
}

.popover.bs-popover-bottom .arrow:before, .popover.bs-popover-left .arrow:before, .popover.bs-popover-right .arrow:before, .popover.bs-popover-top .arrow:before {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.popover .popover-header {
    color: rgba(182, 182, 182, .6);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
    border: none;
    background-color: transparent
}

.popover:before {
    display: none
}

.popover.bs-tether-element-attached-top:after {
    border-bottom-color: #fff;
    top: -9px
}

.popover.popover-primary {
    background-color: #f96332
}

.popover.popover-primary .popover-body {
    color: #fff
}

.popover.popover-primary.bs-popover-right .arrow:after {
    border-right-color: #f96332
}

.popover.popover-primary.bs-popover-top .arrow:after {
    border-top-color: #f96332
}

.popover.popover-primary.bs-popover-bottom .arrow:after {
    border-bottom-color: #f96332
}

.popover.popover-primary.bs-popover-left .arrow:after {
    border-left-color: #f96332
}

.popover.popover-primary .popover-header {
    color: #fff;
    opacity: .6
}

.popover.popover-info {
    background-color: #2ca8ff
}

.popover.popover-info .popover-body {
    color: #fff
}

.popover.popover-info.bs-popover-right .arrow:after {
    border-right-color: #2ca8ff
}

.popover.popover-info.bs-popover-top .arrow:after {
    border-top-color: #2ca8ff
}

.popover.popover-info.bs-popover-bottom .arrow:after {
    border-bottom-color: #2ca8ff
}

.popover.popover-info.bs-popover-left .arrow:after {
    border-left-color: #2ca8ff
}

.popover.popover-info .popover-header {
    color: #fff;
    opacity: .6
}

.popover.popover-warning {
    background-color: #ffb236
}

.popover.popover-warning .popover-body {
    color: #fff
}

.popover.popover-warning.bs-popover-right .arrow:after {
    border-right-color: #ffb236
}

.popover.popover-warning.bs-popover-top .arrow:after {
    border-top-color: #ffb236
}

.popover.popover-warning.bs-popover-bottom .arrow:after {
    border-bottom-color: #ffb236
}

.popover.popover-warning.bs-popover-left .arrow:after {
    border-left-color: #ffb236
}

.popover.popover-warning .popover-header {
    color: #fff;
    opacity: .6
}

.popover.popover-danger {
    background-color: #ff3636
}

.popover.popover-danger .popover-body {
    color: #fff
}

.popover.popover-danger.bs-popover-right .arrow:after {
    border-right-color: #ff3636
}

.popover.popover-danger.bs-popover-top .arrow:after {
    border-top-color: #ff3636
}

.popover.popover-danger.bs-popover-bottom .arrow:after {
    border-bottom-color: #ff3636
}

.popover.popover-danger.bs-popover-left .arrow:after {
    border-left-color: #ff3636
}

.popover.popover-danger .popover-header {
    color: #fff;
    opacity: .6
}

.popover.popover-success {
    background-color: #18ce0f
}

.popover.popover-success .popover-body {
    color: #fff
}

.popover.popover-success.bs-popover-right .arrow:after {
    border-right-color: #18ce0f
}

.popover.popover-success.bs-popover-top .arrow:after {
    border-top-color: #18ce0f
}

.popover.popover-success.bs-popover-bottom .arrow:after {
    border-bottom-color: #18ce0f
}

.popover.popover-success.bs-popover-left .arrow:after {
    border-left-color: #18ce0f
}

.popover.popover-success .popover-header {
    color: #fff;
    opacity: .6
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #fff
}

.tooltip-inner {
    padding: .5rem .7rem;
    min-width: 130px;
    background-color: #fff;
    font-size: 14px;
    color: inherit;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2)
}

@font-face {
    font-family: 'Nucleo Outline';
    src: url(../fonts/nucleo-outline.eot);
    src: url(../fonts/nucleo-outline.eot) format("embedded-opentype"), url(../fonts/nucleo-outline.woff2) format("woff2"), url(../fonts/nucleo-outline.woff) format("woff"), url(../fonts/nucleo-outline.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.now-ui-icons.circle {
    padding: .33333333em;
    vertical-align: -16%;
    background-color: #eee
}

.now-ui-icons.circle {
    border-radius: 50%
}

.nc-icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.nc-icon-ul > li {
    position: relative
}

.nc-icon-ul > li > .now-ui-icons {
    position: absolute;
    left: -1.57142857em;
    top: .14285714em;
    text-align: center
}

.nc-icon-ul > li > .now-ui-icons.circle {
    top: -.19047619em;
    left: -1.9047619em
}

.now-ui-icons.spin {
    -webkit-animation: nc-icon-spin 2s infinite linear;
    -moz-animation: nc-icon-spin 2s infinite linear;
    animation: nc-icon-spin 2s infinite linear
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.now-ui-icons.ui-1_check:before {
    content: "\ea22"
}

.now-ui-icons.ui-1_email-85:before {
    content: "\ea2a"
}

.now-ui-icons.arrows-1_cloud-download-93:before {
    content: "\ea21"
}

.now-ui-icons.arrows-1_cloud-upload-94:before {
    content: "\ea24"
}

.now-ui-icons.arrows-1_minimal-down:before {
    content: "\ea39"
}

.now-ui-icons.arrows-1_minimal-left:before {
    content: "\ea3a"
}

.now-ui-icons.arrows-1_minimal-right:before {
    content: "\ea3b"
}

.now-ui-icons.arrows-1_minimal-up:before {
    content: "\ea3c"
}

.now-ui-icons.arrows-1_refresh-69:before {
    content: "\ea44"
}

.now-ui-icons.arrows-1_share-66:before {
    content: "\ea4c"
}

.now-ui-icons.business_badge:before {
    content: "\ea09"
}

.now-ui-icons.business_bank:before {
    content: "\ea0a"
}

.now-ui-icons.business_briefcase-24:before {
    content: "\ea13"
}

.now-ui-icons.business_bulb-63:before {
    content: "\ea15"
}

.now-ui-icons.business_chart-bar-32:before {
    content: "\ea1e"
}

.now-ui-icons.business_chart-pie-36:before {
    content: "\ea1f"
}

.now-ui-icons.business_globe:before {
    content: "\ea2f"
}

.now-ui-icons.business_money-coins:before {
    content: "\ea40"
}

.now-ui-icons.clothes_tie-bow:before {
    content: "\ea5b"
}

.now-ui-icons.design_vector:before {
    content: "\ea61"
}

.now-ui-icons.design_app:before {
    content: "\ea08"
}

.now-ui-icons.design_bullet-list-67:before {
    content: "\ea14"
}

.now-ui-icons.design_image:before {
    content: "\ea33"
}

.now-ui-icons.design_palette:before {
    content: "\ea41"
}

.now-ui-icons.design_scissors:before {
    content: "\ea4a"
}

.now-ui-icons.design-2_html5:before {
    content: "\ea32"
}

.now-ui-icons.design-2_ruler-pencil:before {
    content: "\ea48"
}

.now-ui-icons.emoticons_satisfied:before {
    content: "\ea49"
}

.now-ui-icons.files_box:before {
    content: "\ea12"
}

.now-ui-icons.files_paper:before {
    content: "\ea43"
}

.now-ui-icons.files_single-copy-04:before {
    content: "\ea52"
}

.now-ui-icons.health_ambulance:before {
    content: "\ea07"
}

.now-ui-icons.loader_gear:before {
    content: "\ea4e"
}

.now-ui-icons.loader_refresh:before {
    content: "\ea44"
}

.now-ui-icons.location_bookmark:before {
    content: "\ea10"
}

.now-ui-icons.location_compass-05:before {
    content: "\ea25"
}

.now-ui-icons.location_map-big:before {
    content: "\ea3d"
}

.now-ui-icons.location_pin:before {
    content: "\ea47"
}

.now-ui-icons.location_world:before {
    content: "\ea63"
}

.now-ui-icons.media-1_album:before {
    content: "\ea02"
}

.now-ui-icons.media-1_button-pause:before {
    content: "\ea16"
}

.now-ui-icons.media-1_button-play:before {
    content: "\ea18"
}

.now-ui-icons.media-1_button-power:before {
    content: "\ea19"
}

.now-ui-icons.media-1_camera-compact:before {
    content: "\ea1c"
}

.now-ui-icons.media-2_note-03:before {
    content: "\ea3f"
}

.now-ui-icons.media-2_sound-wave:before {
    content: "\ea57"
}

.now-ui-icons.objects_diamond:before {
    content: "\ea29"
}

.now-ui-icons.objects_globe:before {
    content: "\ea2f"
}

.now-ui-icons.objects_key-25:before {
    content: "\ea38"
}

.now-ui-icons.objects_planet:before {
    content: "\ea46"
}

.now-ui-icons.objects_spaceship:before {
    content: "\ea55"
}

.now-ui-icons.objects_support-17:before {
    content: "\ea56"
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f"
}

.now-ui-icons.education_agenda-bookmark:before {
    content: "\ea01"
}

.now-ui-icons.education_atom:before {
    content: "\ea0c"
}

.now-ui-icons.education_glasses:before {
    content: "\ea2d"
}

.now-ui-icons.education_hat:before {
    content: "\ea30"
}

.now-ui-icons.education_paper:before {
    content: "\ea42"
}

.now-ui-icons.shopping_bag-16:before {
    content: "\ea0d"
}

.now-ui-icons.shopping_basket:before {
    content: "\ea0b"
}

.now-ui-icons.shopping_box:before {
    content: "\ea11"
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d"
}

.now-ui-icons.shopping_credit-card:before {
    content: "\ea28"
}

.now-ui-icons.shopping_delivery-fast:before {
    content: "\ea27"
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50"
}

.now-ui-icons.shopping_tag-content:before {
    content: "\ea59"
}

.now-ui-icons.sport_trophy:before {
    content: "\ea5d"
}

.now-ui-icons.sport_user-run:before {
    content: "\ea60"
}

.now-ui-icons.tech_controller-modern:before {
    content: "\ea26"
}

.now-ui-icons.tech_headphones:before {
    content: "\ea31"
}

.now-ui-icons.tech_laptop:before {
    content: "\ea36"
}

.now-ui-icons.tech_mobile:before {
    content: "\ea3e"
}

.now-ui-icons.tech_tablet:before {
    content: "\ea58"
}

.now-ui-icons.tech_tv:before {
    content: "\ea5e"
}

.now-ui-icons.tech_watch-time:before {
    content: "\ea62"
}

.now-ui-icons.text_align-center:before {
    content: "\ea05"
}

.now-ui-icons.text_align-left:before {
    content: "\ea06"
}

.now-ui-icons.text_bold:before {
    content: "\ea0e"
}

.now-ui-icons.text_caps-small:before {
    content: "\ea1b"
}

.now-ui-icons.gestures_tap-01:before {
    content: "\ea5a"
}

.now-ui-icons.transportation_air-baloon:before {
    content: "\ea03"
}

.now-ui-icons.transportation_bus-front-12:before {
    content: "\ea17"
}

.now-ui-icons.travel_info:before {
    content: "\ea04"
}

.now-ui-icons.travel_istanbul:before {
    content: "\ea34"
}

.now-ui-icons.ui-1_bell-53:before {
    content: "\ea0f"
}

.now-ui-icons.ui-1_calendar-60:before {
    content: "\ea1a"
}

.now-ui-icons.ui-1_lock-circle-open:before {
    content: "\ea35"
}

.now-ui-icons.ui-1_send:before {
    content: "\ea4d"
}

.now-ui-icons.ui-1_settings-gear-63:before {
    content: "\ea4e"
}

.now-ui-icons.ui-1_simple-add:before {
    content: "\ea4f"
}

.now-ui-icons.ui-1_simple-delete:before {
    content: "\ea54"
}

.now-ui-icons.ui-1_simple-remove:before {
    content: "\ea53"
}

.now-ui-icons.ui-1_zoom-bold:before {
    content: "\ea64"
}

.now-ui-icons.ui-2_chat-round:before {
    content: "\ea20"
}

.now-ui-icons.ui-2_favourite-28:before {
    content: "\ea2b"
}

.now-ui-icons.ui-2_like:before {
    content: "\ea37"
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b"
}

.now-ui-icons.ui-2_time-alarm:before {
    content: "\ea5c"
}

.now-ui-icons.users_circle-08:before {
    content: "\ea23"
}

.now-ui-icons.users_single-02:before {
    content: "\ea51"
}

.modal-content {
    border-radius: .1875rem;
    border: none;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .5)
}

.modal-content .modal-header {
    border-bottom: none;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px
}

.modal-content .modal-header button {
    position: absolute;
    right: 27px;
    top: 30px;
    outline: 0
}

.modal-content .modal-header .title {
    margin-top: 5px;
    margin-bottom: 0
}

.modal-content .modal-body {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    line-height: 1.9
}

.modal-content .modal-footer {
    border-top: none;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.modal-content .modal-footer button {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto
}

.modal-content .modal-footer button.pull-left {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left: -5px
}

.modal-content .modal-body + .modal-footer {
    padding-top: 0
}

.modal-backdrop {
    background: rgba(0, 0, 0, .3)
}

.modal.modal-mini p {
    text-align: center
}

.modal.modal-mini .modal-dialog {
    max-width: 255px;
    margin: 0 auto
}

.modal.modal-mini .modal-profile {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 5.9;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .3)
}

.modal.modal-mini .modal-profile i {
    color: #f96332;
    font-size: 21px
}

.modal.modal-mini .modal-profile[class*=modal-profile-] i {
    color: #fff
}

.modal.modal-mini .modal-profile.modal-profile-primary {
    background-color: #f96332
}

.modal.modal-mini .modal-profile.modal-profile-danger {
    background-color: #ff3636
}

.modal.modal-mini .modal-profile.modal-profile-warning {
    background-color: #ffb236
}

.modal.modal-mini .modal-profile.modal-profile-success {
    background-color: #18ce0f
}

.modal.modal-mini .modal-profile.modal-profile-info {
    background-color: #2ca8ff
}

.modal.modal-mini .modal-footer button {
    text-transform: uppercase
}

.modal.modal-mini .modal-footer button:first-child {
    opacity: .5
}

.modal.modal-default .modal-content {
    background-color: #fff;
    color: #2c2c2c
}

.modal.modal-default .modal-header .close {
    color: #2c2c2c
}

.modal.modal-primary .modal-content {
    background-color: #f96332;
    color: #fff
}

.modal.modal-primary .modal-header .close {
    color: #fff
}

.modal.modal-danger .modal-content {
    background-color: #ff3636;
    color: #fff
}

.modal.modal-danger .modal-header .close {
    color: #fff
}

.modal.modal-warning .modal-content {
    background-color: #ffb236;
    color: #fff
}

.modal.modal-warning .modal-header .close {
    color: #fff
}

.modal.modal-success .modal-content {
    background-color: #18ce0f;
    color: #fff
}

.modal.modal-success .modal-header .close {
    color: #fff
}

.modal.modal-info .modal-content {
    background-color: #2ca8ff;
    color: #fff
}

.modal.modal-info .modal-header .close {
    color: #fff
}

.modal.show.modal-mini .modal-dialog {
    -webkit-transform: translate(0, 30%);
    -o-transform: translate(0, 30%);
    transform: translate(0, 30%)
}

.modal .modal-header .close {
    color: #ff3636;
    text-shadow: none
}

.modal .modal-header .close:focus, .modal .modal-header .close:hover {
    opacity: 1
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel .carousel-inner {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3)
}

.carousel .now-ui-icons {
    font-size: 2em
}

.card {
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2)
}

.card .card-body {
    min-height: 190px
}

.card[data-background-color=orange] {
    background-color: #f96332
}

.card[data-background-color=red] {
    background-color: #ff3636
}

.card[data-background-color=yellow] {
    background-color: #ffb236
}

.card[data-background-color=blue] {
    background-color: #2ca8ff
}

.card[data-background-color=green] {
    background-color: #18ce0f
}

.card-signup {
    max-width: 350px;
    margin: 0 auto
}

.card-signup .header {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 0
}

.card-signup .text-divider {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center
}

.card-signup .card-body {
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto
}

.card-signup .checkbox {
    margin-top: 20px
}

.card-signup .checkbox label {
    margin-left: 17px
}

.card-signup .checkbox .checkbox-material {
    padding-right: 12px
}

.card-signup .social-line {
    margin-top: 20px;
    text-align: center
}

.card-signup .social-line .btn.btn-icon, .card-signup .social-line .btn.btn-icon .btn-icon -mini {
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .2)
}

.card-signup .footer {
    margin-bottom: 10px;
    margin-top: 24px
}

.card-plain {
    background: 0 0;
    box-shadow: none
}

.card-plain .header {
    margin-left: 0;
    margin-right: 0
}

.card-plain .content {
    padding-left: 0;
    padding-right: 0
}

.footer {
    padding: 24px 0
}

.footer.footer-default {
    background-color: #f2f2f2
}

.footer nav {
    display: inline-block;
    float: left
}

.footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.footer ul li {
    display: inline-block
}

.footer ul li a {
    color: inherit;
    padding: .5rem;
    font-size: .8571em;
    text-transform: uppercase;
    text-decoration: none
}

.footer ul li a:hover {
    text-decoration: none
}

.footer .copyright {
    font-size: .8571em
}

.footer:after {
    display: table;
    clear: both;
    content: " "
}

.index-page .page-header {
    height: 125vh
}

.index-page .page-header .container > .content-center {
    top: 37%
}

.index-page .page-header .category-absolute {
    position: absolute;
    top: 100vh;
    margin-top: -60px;
    padding: 0 15px;
    width: 100%;
    color: rgba(255, 255, 255, .5)
}

.landing-page .header {
    height: 100vh;
    position: relative
}

.landing-page .header .container {
    padding-top: 26vh;
    color: #fff;
    z-index: 2;
    position: relative
}

.landing-page .header .share {
    margin-top: 150px
}

.landing-page .header h1 {
    font-weight: 600
}

.landing-page .header .title {
    color: #fff
}

.landing-page .section-team .team .team-player img {
    max-width: 100px
}

.landing-page .section-team .team-player {
    margin-bottom: 15px
}

.landing-page .section-contact-us .title {
    margin-bottom: 15px
}

.landing-page .section-contact-us .description {
    margin-bottom: 30px
}

.landing-page .section-contact-us .input-group, .landing-page .section-contact-us .send-button, .landing-page .section-contact-us .textarea-container {
    padding: 0 40px
}

.landing-page .section-contact-us .textarea-container {
    margin: 40px 0
}

.landing-page .section-contact-us a.btn {
    margin-top: 35px
}

.profile-page .page-header {
    min-height: 550px
}

.profile-page .profile-container {
    color: #fff
}

.profile-page .photo-container {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3)
}

.profile-page .title {
    text-align: center;
    margin-top: 30px
}

.profile-page .category, .profile-page .description {
    text-align: center
}

.profile-page h5.description {
    max-width: 700px;
    margin: 20px auto 75px
}

.profile-page .nav-align-center {
    margin-top: 30px
}

.profile-page .content {
    max-width: 450px;
    margin: 0 auto
}

.profile-page .content .social-description {
    display: inline-block;
    max-width: 150px;
    width: 145px;
    text-align: center;
    margin: 15px 0 0
}

.profile-page .content .social-description h2 {
    margin-bottom: 15px
}

.profile-page .button-container {
    text-align: center;
    margin-top: -106px
}

.profile-page .collections img {
    margin-bottom: 30px
}

.profile-page .gallery {
    margin-top: 45px;
    padding-bottom: 50px
}

.section-full-page:after, .section-full-page:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.section-full-page:before {
    background-color: rgba(0, 0, 0, .5)
}

.section-full-page[filter-color=primary]:after, .section-full-page[filter-color=purple]:after {
    background: rgba(227, 227, 227, .26);
    background: -webkit-linear-gradient(90deg, rgba(227, 227, 227, .26), rgba(249, 99, 50, .95));
    background: -o-linear-gradient(90deg, rgba(227, 227, 227, .26), rgba(249, 99, 50, .95));
    background: -moz-linear-gradient(90deg, rgba(227, 227, 227, .26), rgba(249, 99, 50, .95));
    background: linear-gradient(0deg, rgba(227, 227, 227, .26), rgba(249, 99, 50, .95))
}

.section-full-page[data-image]:after {
    opacity: .5
}

.section-full-page > .content, .section-full-page > .footer {
    position: relative;
    z-index: 4
}

.section-full-page > .content {
    min-height: calc(100vh - 80px)
}

.section-full-page .full-page-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center
}

.section-full-page .footer, .section-full-page .footer .copyright a, .section-full-page .footer nav > ul a:not(.btn) {
    color: #fff
}

.login-page .card-login {
    border-radius: .25rem;
    padding-bottom: .7rem;
    max-width: 320px
}

.login-page .card-login .btn-wd {
    min-width: 180px
}

.login-page .card-login .logo-container {
    width: 65px;
    margin: 0 auto;
    margin-bottom: 55px
}

.login-page .card-login .logo-container img {
    width: 100%
}

.login-page .card-login .input-group:last-child {
    margin-bottom: 40px
}

.login-page .card-login.card-plain .form-control::-moz-placeholder {
    color: #ebebeb;
    opacity: 1
}

.login-page .card-login.card-plain .form-control:-moz-placeholder {
    color: #ebebeb;
    opacity: 1
}

.login-page .card-login.card-plain .form-control::-webkit-input-placeholder {
    color: #ebebeb;
    opacity: 1
}

.login-page .card-login.card-plain .form-control:-ms-input-placeholder {
    color: #ebebeb;
    opacity: 1
}

.login-page .card-login.card-plain .form-control {
    border-color: rgba(255, 255, 255, .5);
    color: #fff
}

.login-page .card-login.card-plain .form-control:focus {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

.login-page .card-login.card-plain .has-danger:after, .login-page .card-login.card-plain .has-success:after {
    color: #fff
}

.login-page .card-login.card-plain .has-danger .form-control {
    background-color: transparent
}

.login-page .card-login.card-plain .input-group-addon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .5);
    color: #fff
}

.login-page .card-login.card-plain .input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.login-page .card-login.card-plain .form-group.form-group-no-border .form-control, .login-page .card-login.card-plain .input-group.form-group-no-border .form-control {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.login-page .card-login.card-plain .form-group.form-group-no-border .form-control:active, .login-page .card-login.card-plain .form-group.form-group-no-border .form-control:focus, .login-page .card-login.card-plain .input-group.form-group-no-border .form-control:active, .login-page .card-login.card-plain .input-group.form-group-no-border .form-control:focus {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.login-page .card-login.card-plain .form-group.form-group-no-border .form-control + .input-group-addon, .login-page .card-login.card-plain .input-group.form-group-no-border .form-control + .input-group-addon {
    background-color: rgba(255, 255, 255, .1)
}

.login-page .card-login.card-plain .form-group.form-group-no-border .form-control + .input-group-addon:active, .login-page .card-login.card-plain .form-group.form-group-no-border .form-control + .input-group-addon:focus, .login-page .card-login.card-plain .input-group.form-group-no-border .form-control + .input-group-addon:active, .login-page .card-login.card-plain .input-group.form-group-no-border .form-control + .input-group-addon:focus {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.login-page .card-login.card-plain .form-group.form-group-no-border .form-control:focus + .input-group-addon, .login-page .card-login.card-plain .input-group.form-group-no-border .form-control:focus + .input-group-addon {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.login-page .card-login.card-plain .form-group.form-group-no-border .input-group-addon, .login-page .card-login.card-plain .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(255, 255, 255, .1);
    border: none;
    color: #fff
}

.login-page .card-login.card-plain .form-group.form-group-no-border.input-group-focus .input-group-addon, .login-page .card-login.card-plain .input-group.form-group-no-border.input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.login-page .card-login.card-plain .form-group.form-group-no-border .input-group-addon, .login-page .card-login.card-plain .input-group-addon, .login-page .card-login.card-plain .input-group.form-group-no-border .input-group-addon {
    color: rgba(255, 255, 255, .8)
}

.login-page .link {
    font-size: 10px;
    color: #fff;
    text-decoration: none
}

.section {
    padding: 70px 0;
    position: relative;
    background: #fff
}

.section .row + .category {
    margin-top: 15px
}

.section-navbars {
    padding-bottom: 0
}

.section-full-screen {
    height: 100vh
}

.section-signup {
    padding-top: 20vh
}

.page-header {
    height: 100vh;
    max-height: 1050px;
    padding: 0;
    color: #fff;
    position: relative;
    background-position: center center;
    background-size: cover
}

.page-header .page-header-image {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1
}

.page-header footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.page-header .container {
    height: 100%;
    z-index: 1;
    text-align: center;
    position: relative
}

.page-header .container > .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 15px;
    color: #fff;
    width: 100%;
    max-width: 880px
}

.page-header .category, .page-header .description {
    color: rgba(255, 255, 255, .5)
}

.page-header.page-header-small {
    height: 60vh;
    max-height: 440px
}

.page-header:after, .page-header:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: ""
}

.page-header:before {
    background-color: rgba(0, 0, 0, .5)
}

.page-header[filter-color=orange] {
    background: rgba(44, 44, 44, .2);
    background: -webkit-linear-gradient(90deg, rgba(44, 44, 44, .2), rgba(224, 23, 3, .6));
    background: -o-linear-gradient(90deg, rgba(44, 44, 44, .2), rgba(224, 23, 3, .6));
    background: -moz-linear-gradient(90deg, rgba(44, 44, 44, .2), rgba(224, 23, 3, .6));
    background: linear-gradient(0deg, rgba(44, 44, 44, .2), rgba(224, 23, 3, .6))
}

.page-header .container {
    z-index: 2
}

.clear-filter:after, .clear-filter:before {
    display: none
}

.section-story-overview {
    padding: 50px 0
}

.section-story-overview .image-container {
    height: 335px;
    position: relative;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
    border-radius: .25rem
}

.section-story-overview .image-container + .category {
    padding-top: 15px
}

.section-story-overview .image-container.image-right {
    z-index: 2
}

.section-story-overview .image-container.image-right + h3.title {
    margin-top: 120px
}

.section-story-overview .image-container.image-left {
    z-index: 1
}

.section-story-overview .image-container:nth-child(2) {
    margin-top: 420px;
    margin-left: -105px
}

.section-story-overview p.blockquote {
    width: 220px;
    min-height: 180px;
    text-align: left;
    position: absolute;
    top: 376px;
    right: 155px;
    z-index: 0
}

.section-nucleo-icons .nucleo-container img {
    width: auto;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute
}

.section-nucleo-icons .nucleo-container {
    height: 335px;
    position: relative
}

.section-nucleo-icons h5 {
    margin-bottom: 35px
}

.section-nucleo-icons .icons-container {
    position: relative;
    max-width: 450px;
    height: 300px;
    max-height: 300px;
    margin: 0 auto
}

.section-nucleo-icons .icons-container i {
    font-size: 34px;
    position: absolute;
    left: 0;
    top: 0
}

.section-nucleo-icons .icons-container i:nth-child(1) {
    top: 5%;
    left: 7%
}

.section-nucleo-icons .icons-container i:nth-child(2) {
    top: 28%;
    left: 24%
}

.section-nucleo-icons .icons-container i:nth-child(3) {
    top: 40%
}

.section-nucleo-icons .icons-container i:nth-child(4) {
    top: 18%;
    left: 62%
}

.section-nucleo-icons .icons-container i:nth-child(5) {
    top: 74%;
    left: 3%
}

.section-nucleo-icons .icons-container i:nth-child(6) {
    top: 36%;
    left: 44%;
    font-size: 65px;
    color: #f96332;
    padding: 1px
}

.section-nucleo-icons .icons-container i:nth-child(7) {
    top: 59%;
    left: 26%
}

.section-nucleo-icons .icons-container i:nth-child(8) {
    top: 60%;
    left: 69%
}

.section-nucleo-icons .icons-container i:nth-child(9) {
    top: 72%;
    left: 47%
}

.section-nucleo-icons .icons-container i:nth-child(10) {
    top: 88%;
    left: 27%
}

.section-nucleo-icons .icons-container i:nth-child(11) {
    top: 31%;
    left: 80%
}

.section-nucleo-icons .icons-container i:nth-child(12) {
    top: 88%;
    left: 68%
}

.section-nucleo-icons .icons-container i:nth-child(13) {
    top: 5%;
    left: 81%
}

.section-nucleo-icons .icons-container i:nth-child(14) {
    top: 58%;
    left: 90%
}

.section-nucleo-icons .icons-container i:nth-child(15) {
    top: 6%;
    left: 40%
}

.section-images {
    max-height: 670px;
    height: 670px
}

.section-images .hero-images-container, .section-images .hero-images-container-1, .section-images .hero-images-container-2 {
    margin-top: -38vh
}

.section-images .hero-images-container {
    max-width: 670px
}

.section-images .hero-images-container-1 {
    max-width: 390px;
    position: absolute;
    top: 55%;
    right: 18%
}

.section-images .hero-images-container-2 {
    max-width: 225px;
    position: absolute;
    top: 68%;
    right: 12%
}

[data-background-color=orange] {
    background-color: #e95e38
}

[data-background-color=black] {
    background-color: #2c2c2c
}

[data-background-color] {
    color: #fff
}

[data-background-color] .icons-container i, [data-background-color] .social-description h2, [data-background-color] .title, [data-background-color] a:not(.btn):not(.dropdown-item), [data-background-color] h1, [data-background-color] h2, [data-background-color] h3, [data-background-color] h4, [data-background-color] h5, [data-background-color] h6, [data-background-color] p, [data-background-color] p.blockquote, [data-background-color] p.blockquote small {
    color: #fff
}

[data-background-color] .separator {
    background-color: #fff
}

[data-background-color] .navbar.bg-white p {
    color: #888
}

[data-background-color] .description, [data-background-color] .social-description p {
    color: rgba(255, 255, 255, .8)
}

[data-background-color] p.blockquote {
    border-color: rgba(255, 255, 255, .2)
}

[data-background-color] .checkbox label::after, [data-background-color] .checkbox label::before, [data-background-color] .radio label::after, [data-background-color] .radio label::before {
    border-color: rgba(255, 255, 255, .2)
}

[data-background-color] .checkbox label, [data-background-color] .checkbox label::after, [data-background-color] .radio label {
    color: #fff
}

[data-background-color] .checkbox input[type=checkbox]:disabled + label, [data-background-color] .radio input[type=radio]:disabled + label {
    color: #fff
}

[data-background-color] .radio input[type=radio]:checked + label::after, [data-background-color] .radio input[type=radio]:not(:disabled):hover + label::after {
    background-color: #fff;
    border-color: #fff
}

[data-background-color] .form-control::-moz-placeholder {
    color: #ebebeb;
    opacity: 1
}

[data-background-color] .form-control:-moz-placeholder {
    color: #ebebeb;
    opacity: 1
}

[data-background-color] .form-control::-webkit-input-placeholder {
    color: #ebebeb;
    opacity: 1
}

[data-background-color] .form-control:-ms-input-placeholder {
    color: #ebebeb;
    opacity: 1
}

[data-background-color] .form-control {
    border-color: rgba(255, 255, 255, .5);
    color: #fff
}

[data-background-color] .form-control:focus {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

[data-background-color] .has-danger:after, [data-background-color] .has-success:after {
    color: #fff
}

[data-background-color] .has-danger .form-control {
    background-color: transparent
}

[data-background-color] .input-group-addon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .5);
    color: #fff
}

[data-background-color] .input-group-focus .input-group-addon {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

[data-background-color] .form-group.form-group-no-border .form-control, [data-background-color] .input-group.form-group-no-border .form-control {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

[data-background-color] .form-group.form-group-no-border .form-control:active, [data-background-color] .form-group.form-group-no-border .form-control:focus, [data-background-color] .input-group.form-group-no-border .form-control:active, [data-background-color] .input-group.form-group-no-border .form-control:focus {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

[data-background-color] .form-group.form-group-no-border .form-control + .input-group-addon, [data-background-color] .input-group.form-group-no-border .form-control + .input-group-addon {
    background-color: rgba(255, 255, 255, .1)
}

[data-background-color] .form-group.form-group-no-border .form-control + .input-group-addon:active, [data-background-color] .form-group.form-group-no-border .form-control + .input-group-addon:focus, [data-background-color] .input-group.form-group-no-border .form-control + .input-group-addon:active, [data-background-color] .input-group.form-group-no-border .form-control + .input-group-addon:focus {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

[data-background-color] .form-group.form-group-no-border .form-control:focus + .input-group-addon, [data-background-color] .input-group.form-group-no-border .form-control:focus + .input-group-addon {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

[data-background-color] .form-group.form-group-no-border .input-group-addon, [data-background-color] .input-group.form-group-no-border .input-group-addon {
    background-color: rgba(255, 255, 255, .1);
    border: none;
    color: #fff
}

[data-background-color] .form-group.form-group-no-border.input-group-focus .input-group-addon, [data-background-color] .input-group.form-group-no-border.input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

[data-background-color] .form-group.form-group-no-border .input-group-addon, [data-background-color] .input-group-addon, [data-background-color] .input-group.form-group-no-border .input-group-addon {
    color: rgba(255, 255, 255, .8)
}

[data-background-color] .btn.btn-simple {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .5);
    color: #fff
}

[data-background-color] .btn.btn-simple:active, [data-background-color] .btn.btn-simple:focus, [data-background-color] .btn.btn-simple:hover {
    background-color: transparent;
    border-color: #fff
}

[data-background-color] .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
    color: #fff
}

[data-background-color].section-nucleo-icons .icons-container i:nth-child(6) {
    color: #fff
}

@media screen and (max-width: 991px) {
    .sidebar-collapse .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100% !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .sidebar-collapse .navbar-collapse:before {
        background: #f96332;
        background: -webkit-linear-gradient(#f96332 0, #000 80%);
        background: -o-linear-gradient(#f96332 0, #000 80%);
        background: -moz-linear-gradient(#f96332 0, #000 80%);
        background: linear-gradient(#f96332 0, #000 80%);
        opacity: .76;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: .3125rem
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
        color: #fff
    }

    .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
        color: #fff
    }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 53px
    }

    .sidebar-collapse .navbar .navbar-nav .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .sidebar-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu, .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu:before, .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before {
        display: none
    }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus, .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #fff
    }

    .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 7px
    }

    .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear
    }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 5px
    }

    .sidebar-collapse .bar1, .sidebar-collapse .bar2, .sidebar-collapse .bar3 {
        outline: 1px solid transparent
    }

    .sidebar-collapse .bar1 {
        top: 0;
        -webkit-animation: topbar-back .5s linear 0s;
        -moz-animation: topbar-back .5s linear 0s;
        animation: topbar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .sidebar-collapse .bar2 {
        opacity: 1
    }

    .sidebar-collapse .bar3 {
        bottom: 0;
        -webkit-animation: bottombar-back .5s linear 0s;
        -moz-animation: bottombar-back .5s linear 0s;
        animation: bottombar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .sidebar-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x .5s linear 0s;
        -moz-animation: topbar-x .5s linear 0s;
        animation: topbar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .sidebar-collapse .toggled .bar2 {
        opacity: 0
    }

    .sidebar-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x .5s linear 0s;
        -moz-animation: bottombar-x .5s linear 0s;
        animation: bottombar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    @keyframes topbar-x {
        0% {
            top: 0;
            transform: rotate(0)
        }
        45% {
            top: 6px;
            transform: rotate(145deg)
        }
        75% {
            transform: rotate(130deg)
        }
        100% {
            transform: rotate(135deg)
        }
    }@-webkit-keyframes topbar-x {
         0% {
             top: 0;
             -webkit-transform: rotate(0)
         }
         45% {
             top: 6px;
             -webkit-transform: rotate(145deg)
         }
         75% {
             -webkit-transform: rotate(130deg)
         }
         100% {
             -webkit-transform: rotate(135deg)
         }
     }@-moz-keyframes topbar-x {
          0% {
              top: 0;
              -moz-transform: rotate(0)
          }
          45% {
              top: 6px;
              -moz-transform: rotate(145deg)
          }
          75% {
              -moz-transform: rotate(130deg)
          }
          100% {
              -moz-transform: rotate(135deg)
          }
      }@keyframes topbar-back {
           0% {
               top: 6px;
               transform: rotate(135deg)
           }
           45% {
               transform: rotate(-10deg)
           }
           75% {
               transform: rotate(5deg)
           }
           100% {
               top: 0;
               transform: rotate(0)
           }
       }@-webkit-keyframes topbar-back {
            0% {
                top: 6px;
                -webkit-transform: rotate(135deg)
            }
            45% {
                -webkit-transform: rotate(-10deg)
            }
            75% {
                -webkit-transform: rotate(5deg)
            }
            100% {
                top: 0;
                -webkit-transform: rotate(0)
            }
        }@-moz-keyframes topbar-back {
             0% {
                 top: 6px;
                 -moz-transform: rotate(135deg)
             }
             45% {
                 -moz-transform: rotate(-10deg)
             }
             75% {
                 -moz-transform: rotate(5deg)
             }
             100% {
                 top: 0;
                 -moz-transform: rotate(0)
             }
         }@keyframes bottombar-x {
              0% {
                  bottom: 0;
                  transform: rotate(0)
              }
              45% {
                  bottom: 6px;
                  transform: rotate(-145deg)
              }
              75% {
                  transform: rotate(-130deg)
              }
              100% {
                  transform: rotate(-135deg)
              }
          }@-webkit-keyframes bottombar-x {
               0% {
                   bottom: 0;
                   -webkit-transform: rotate(0)
               }
               45% {
                   bottom: 6px;
                   -webkit-transform: rotate(-145deg)
               }
               75% {
                   -webkit-transform: rotate(-130deg)
               }
               100% {
                   -webkit-transform: rotate(-135deg)
               }
           }@-moz-keyframes bottombar-x {
                0% {
                    bottom: 0;
                    -moz-transform: rotate(0)
                }
                45% {
                    bottom: 6px;
                    -moz-transform: rotate(-145deg)
                }
                75% {
                    -moz-transform: rotate(-130deg)
                }
                100% {
                    -moz-transform: rotate(-135deg)
                }
            }@keyframes bottombar-back {
                 0% {
                     bottom: 6px;
                     transform: rotate(-135deg)
                 }
                 45% {
                     transform: rotate(10deg)
                 }
                 75% {
                     transform: rotate(-5deg)
                 }
                 100% {
                     bottom: 0;
                     transform: rotate(0)
                 }
             }@-webkit-keyframes bottombar-back {
                  0% {
                      bottom: 6px;
                      -webkit-transform: rotate(-135deg)
                  }
                  45% {
                      -webkit-transform: rotate(10deg)
                  }
                  75% {
                      -webkit-transform: rotate(-5deg)
                  }
                  100% {
                      bottom: 0;
                      -webkit-transform: rotate(0)
                  }
              }@-moz-keyframes bottombar-back {
                   0% {
                       bottom: 6px;
                       -moz-transform: rotate(-135deg)
                   }
                   45% {
                       -moz-transform: rotate(10deg)
                   }
                   75% {
                       -moz-transform: rotate(-5deg)
                   }
                   100% {
                       bottom: 0;
                       -moz-transform: rotate(0)
                   }
               }@-webkit-keyframes fadeIn {
                    0% {
                        opacity: 0
                    }
                    100% {
                        opacity: 1
                    }
                }@-moz-keyframes fadeIn {
                     0% {
                         opacity: 0
                     }
                     100% {
                         opacity: 1
                     }
                 }@keyframes fadeIn {
                      0% {
                          opacity: 0
                      }
                      100% {
                          opacity: 1
                      }
                  }.sidebar-collapse [class*=navbar-expand-] .navbar-collapse {
                       width: 300px
                   }

    .sidebar-collapse .wrapper {
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: 0 0 !important
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px
    }

    .bootstrap-collapse .navbar .navbar-nav .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu, .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu:before, .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before {
        display: none
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus, .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #fff
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 7px
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear
    }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 5px
    }

    .bootstrap-collapse .bar1, .bootstrap-collapse .bar2, .bootstrap-collapse .bar3 {
        outline: 1px solid transparent
    }

    .bootstrap-collapse .bar1 {
        top: 0;
        -webkit-animation: topbar-back .5s linear 0s;
        -moz-animation: topbar-back .5s linear 0s;
        animation: topbar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .bootstrap-collapse .bar2 {
        opacity: 1
    }

    .bootstrap-collapse .bar3 {
        bottom: 0;
        -webkit-animation: bottombar-back .5s linear 0s;
        -moz-animation: bottombar-back .5s linear 0s;
        animation: bottombar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .bootstrap-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x .5s linear 0s;
        -moz-animation: topbar-x .5s linear 0s;
        animation: topbar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .bootstrap-collapse .toggled .bar2 {
        opacity: 0
    }

    .bootstrap-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x .5s linear 0s;
        -moz-animation: bottombar-x .5s linear 0s;
        animation: bottombar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    @keyframes topbar-x {
        0% {
            top: 0;
            transform: rotate(0)
        }
        45% {
            top: 6px;
            transform: rotate(145deg)
        }
        75% {
            transform: rotate(130deg)
        }
        100% {
            transform: rotate(135deg)
        }
    }@-webkit-keyframes topbar-x {
         0% {
             top: 0;
             -webkit-transform: rotate(0)
         }
         45% {
             top: 6px;
             -webkit-transform: rotate(145deg)
         }
         75% {
             -webkit-transform: rotate(130deg)
         }
         100% {
             -webkit-transform: rotate(135deg)
         }
     }@-moz-keyframes topbar-x {
          0% {
              top: 0;
              -moz-transform: rotate(0)
          }
          45% {
              top: 6px;
              -moz-transform: rotate(145deg)
          }
          75% {
              -moz-transform: rotate(130deg)
          }
          100% {
              -moz-transform: rotate(135deg)
          }
      }@keyframes topbar-back {
           0% {
               top: 6px;
               transform: rotate(135deg)
           }
           45% {
               transform: rotate(-10deg)
           }
           75% {
               transform: rotate(5deg)
           }
           100% {
               top: 0;
               transform: rotate(0)
           }
       }@-webkit-keyframes topbar-back {
            0% {
                top: 6px;
                -webkit-transform: rotate(135deg)
            }
            45% {
                -webkit-transform: rotate(-10deg)
            }
            75% {
                -webkit-transform: rotate(5deg)
            }
            100% {
                top: 0;
                -webkit-transform: rotate(0)
            }
        }@-moz-keyframes topbar-back {
             0% {
                 top: 6px;
                 -moz-transform: rotate(135deg)
             }
             45% {
                 -moz-transform: rotate(-10deg)
             }
             75% {
                 -moz-transform: rotate(5deg)
             }
             100% {
                 top: 0;
                 -moz-transform: rotate(0)
             }
         }@keyframes bottombar-x {
              0% {
                  bottom: 0;
                  transform: rotate(0)
              }
              45% {
                  bottom: 6px;
                  transform: rotate(-145deg)
              }
              75% {
                  transform: rotate(-130deg)
              }
              100% {
                  transform: rotate(-135deg)
              }
          }@-webkit-keyframes bottombar-x {
               0% {
                   bottom: 0;
                   -webkit-transform: rotate(0)
               }
               45% {
                   bottom: 6px;
                   -webkit-transform: rotate(-145deg)
               }
               75% {
                   -webkit-transform: rotate(-130deg)
               }
               100% {
                   -webkit-transform: rotate(-135deg)
               }
           }@-moz-keyframes bottombar-x {
                0% {
                    bottom: 0;
                    -moz-transform: rotate(0)
                }
                45% {
                    bottom: 6px;
                    -moz-transform: rotate(-145deg)
                }
                75% {
                    -moz-transform: rotate(-130deg)
                }
                100% {
                    -moz-transform: rotate(-135deg)
                }
            }@keyframes bottombar-back {
                 0% {
                     bottom: 6px;
                     transform: rotate(-135deg)
                 }
                 45% {
                     transform: rotate(10deg)
                 }
                 75% {
                     transform: rotate(-5deg)
                 }
                 100% {
                     bottom: 0;
                     transform: rotate(0)
                 }
             }@-webkit-keyframes bottombar-back {
                  0% {
                      bottom: 6px;
                      -webkit-transform: rotate(-135deg)
                  }
                  45% {
                      -webkit-transform: rotate(10deg)
                  }
                  75% {
                      -webkit-transform: rotate(-5deg)
                  }
                  100% {
                      bottom: 0;
                      -webkit-transform: rotate(0)
                  }
              }@-moz-keyframes bottombar-back {
                   0% {
                       bottom: 6px;
                       -moz-transform: rotate(-135deg)
                   }
                   45% {
                       -moz-transform: rotate(10deg)
                   }
                   75% {
                       -moz-transform: rotate(-5deg)
                   }
                   100% {
                       bottom: 0;
                       -moz-transform: rotate(0)
                   }
               }@-webkit-keyframes fadeIn {
                    0% {
                        opacity: 0
                    }
                    100% {
                        opacity: 1
                    }
                }@-moz-keyframes fadeIn {
                     0% {
                         opacity: 0
                     }
                     100% {
                         opacity: 1
                     }
                 }@keyframes fadeIn {
                      0% {
                          opacity: 0
                      }
                      100% {
                          opacity: 1
                      }
                  }.profile-photo .profile-photo-small {
                       margin-left: -2px
                   }

    .button-dropdown {
        display: none
    }

    .section-nucleo-icons .container .row > [class*=col-]:first-child {
        text-align: center
    }

    .footer .copyright {
        text-align: right
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px
    }

    .navbar-nav .nav-link i.fa, .navbar-nav .nav-link i.now-ui-icons {
        opacity: .5
    }

    .section-images {
        height: 500px;
        max-height: 500px
    }

    .section-images .hero-images-container {
        max-width: 500px
    }

    .section-images .hero-images-container-1 {
        right: 10%;
        top: 68%;
        max-width: 269px
    }

    .section-images .hero-images-container-2 {
        right: 5%;
        max-width: 135px;
        top: 93%
    }

    .navbar .navbar-nav.navbar-logo {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .burger-menu .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100% !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .burger-menu .navbar-collapse:before {
        background: #f96332;
        background: -webkit-linear-gradient(#f96332 0, #000 80%);
        background: -o-linear-gradient(#f96332 0, #000 80%);
        background: -moz-linear-gradient(#f96332 0, #000 80%);
        background: linear-gradient(#f96332 0, #000 80%);
        opacity: .76;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1
    }

    .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: .3125rem
    }

    .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
        color: #fff
    }

    .burger-menu .navbar-collapse .dropdown-menu .dropdown-item {
        color: #fff
    }

    .burger-menu .navbar .navbar-nav {
        margin-top: 53px
    }

    .burger-menu .navbar .navbar-nav .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .burger-menu .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px
    }

    .burger-menu .navbar .dropdown .dropdown-menu, .burger-menu .navbar .dropdown.show .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll
    }

    .burger-menu .navbar .dropdown .dropdown-menu:before, .burger-menu .navbar .dropdown.show .dropdown-menu:before {
        display: none
    }

    .burger-menu .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem
    }

    .burger-menu .navbar .dropdown .dropdown-menu {
        display: none
    }

    .burger-menu .navbar .dropdown.show .dropdown-menu {
        display: block
    }

    .burger-menu .navbar .dropdown-menu .dropdown-item:focus, .burger-menu .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff
    }

    .burger-menu .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .burger-menu .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #fff
    }

    .burger-menu .navbar .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 7px
    }

    .burger-menu .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear
    }

    .burger-menu .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888
    }

    .burger-menu .navbar .toggled .navbar-toggler-bar {
        width: 24px
    }

    .burger-menu .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 5px
    }

    .burger-menu .bar1, .burger-menu .bar2, .burger-menu .bar3 {
        outline: 1px solid transparent
    }

    .burger-menu .bar1 {
        top: 0;
        -webkit-animation: topbar-back .5s linear 0s;
        -moz-animation: topbar-back .5s linear 0s;
        animation: topbar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .burger-menu .bar2 {
        opacity: 1
    }

    .burger-menu .bar3 {
        bottom: 0;
        -webkit-animation: bottombar-back .5s linear 0s;
        -moz-animation: bottombar-back .5s linear 0s;
        animation: bottombar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .burger-menu .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x .5s linear 0s;
        -moz-animation: topbar-x .5s linear 0s;
        animation: topbar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .burger-menu .toggled .bar2 {
        opacity: 0
    }

    .burger-menu .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x .5s linear 0s;
        -moz-animation: bottombar-x .5s linear 0s;
        animation: bottombar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    @keyframes topbar-x {
        0% {
            top: 0;
            transform: rotate(0)
        }
        45% {
            top: 6px;
            transform: rotate(145deg)
        }
        75% {
            transform: rotate(130deg)
        }
        100% {
            transform: rotate(135deg)
        }
    }@-webkit-keyframes topbar-x {
         0% {
             top: 0;
             -webkit-transform: rotate(0)
         }
         45% {
             top: 6px;
             -webkit-transform: rotate(145deg)
         }
         75% {
             -webkit-transform: rotate(130deg)
         }
         100% {
             -webkit-transform: rotate(135deg)
         }
     }@-moz-keyframes topbar-x {
          0% {
              top: 0;
              -moz-transform: rotate(0)
          }
          45% {
              top: 6px;
              -moz-transform: rotate(145deg)
          }
          75% {
              -moz-transform: rotate(130deg)
          }
          100% {
              -moz-transform: rotate(135deg)
          }
      }@keyframes topbar-back {
           0% {
               top: 6px;
               transform: rotate(135deg)
           }
           45% {
               transform: rotate(-10deg)
           }
           75% {
               transform: rotate(5deg)
           }
           100% {
               top: 0;
               transform: rotate(0)
           }
       }@-webkit-keyframes topbar-back {
            0% {
                top: 6px;
                -webkit-transform: rotate(135deg)
            }
            45% {
                -webkit-transform: rotate(-10deg)
            }
            75% {
                -webkit-transform: rotate(5deg)
            }
            100% {
                top: 0;
                -webkit-transform: rotate(0)
            }
        }@-moz-keyframes topbar-back {
             0% {
                 top: 6px;
                 -moz-transform: rotate(135deg)
             }
             45% {
                 -moz-transform: rotate(-10deg)
             }
             75% {
                 -moz-transform: rotate(5deg)
             }
             100% {
                 top: 0;
                 -moz-transform: rotate(0)
             }
         }@keyframes bottombar-x {
              0% {
                  bottom: 0;
                  transform: rotate(0)
              }
              45% {
                  bottom: 6px;
                  transform: rotate(-145deg)
              }
              75% {
                  transform: rotate(-130deg)
              }
              100% {
                  transform: rotate(-135deg)
              }
          }@-webkit-keyframes bottombar-x {
               0% {
                   bottom: 0;
                   -webkit-transform: rotate(0)
               }
               45% {
                   bottom: 6px;
                   -webkit-transform: rotate(-145deg)
               }
               75% {
                   -webkit-transform: rotate(-130deg)
               }
               100% {
                   -webkit-transform: rotate(-135deg)
               }
           }@-moz-keyframes bottombar-x {
                0% {
                    bottom: 0;
                    -moz-transform: rotate(0)
                }
                45% {
                    bottom: 6px;
                    -moz-transform: rotate(-145deg)
                }
                75% {
                    -moz-transform: rotate(-130deg)
                }
                100% {
                    -moz-transform: rotate(-135deg)
                }
            }@keyframes bottombar-back {
                 0% {
                     bottom: 6px;
                     transform: rotate(-135deg)
                 }
                 45% {
                     transform: rotate(10deg)
                 }
                 75% {
                     transform: rotate(-5deg)
                 }
                 100% {
                     bottom: 0;
                     transform: rotate(0)
                 }
             }@-webkit-keyframes bottombar-back {
                  0% {
                      bottom: 6px;
                      -webkit-transform: rotate(-135deg)
                  }
                  45% {
                      -webkit-transform: rotate(10deg)
                  }
                  75% {
                      -webkit-transform: rotate(-5deg)
                  }
                  100% {
                      bottom: 0;
                      -webkit-transform: rotate(0)
                  }
              }@-moz-keyframes bottombar-back {
                   0% {
                       bottom: 6px;
                       -moz-transform: rotate(-135deg)
                   }
                   45% {
                       -moz-transform: rotate(10deg)
                   }
                   75% {
                       -moz-transform: rotate(-5deg)
                   }
                   100% {
                       bottom: 0;
                       -moz-transform: rotate(0)
                   }
               }@-webkit-keyframes fadeIn {
                    0% {
                        opacity: 0
                    }
                    100% {
                        opacity: 1
                    }
                }@-moz-keyframes fadeIn {
                     0% {
                         opacity: 0
                     }
                     100% {
                         opacity: 1
                     }
                 }@keyframes fadeIn {
                      0% {
                          opacity: 0
                      }
                      100% {
                          opacity: 1
                      }
                  }.burger-menu [class*=navbar-expand-] .navbar-collapse {
                       width: 300px
                   }

    .burger-menu .wrapper {
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .burger-menu #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .nav-open .burger-menu .navbar-collapse {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .burger-menu .navbar-collapse {
        display: block !important
    }

    .burger-menu .navbar-collapse .navbar-nav {
        margin-top: 53px;
        height: 100%;
        z-index: 2;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .burger-menu .navbar-collapse .navbar-nav .nav-item {
        margin: 0
    }

    .burger-menu.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .burger-menu [class*=navbar-expand-] .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .burger-menu [class*=navbar-expand-] .navbar-toggler {
        display: inline-block
    }

    .burger-menu .section-navbars .navbar-collapse {
        display: none !important
    }

    .nav-open .burger-menu.menu-on-left .navbar .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }

    .nav-open .burger-menu .navbar .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .nav-open .burger-menu.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .nav-open .burger-menu.menu-on-left #bodyClick {
        right: auto;
        left: 300px
    }

    .burger-menu.menu-on-left .navbar-brand {
        float: right;
        margin-right: 0;
        margin-left: 1rem
    }

    .navbar-nav .nav-link.profile-photo {
        padding: 0;
        margin: 7px .7rem
    }

    .navbar-nav .nav-link.btn:not(.btn-sm) {
        margin: 0
    }

    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 5px
    }

    .section-nucleo-icons .icons-container {
        margin: 0 0 0 auto
    }

    .dropdown-menu .dropdown-item {
        color: inherit
    }

    .footer .copyright {
        float: right
    }
}

@media screen and (min-width: 768px) {
    .image-container.image-right {
        top: 80px;
        margin-left: -100px;
        margin-bottom: 130px
    }

    .image-container.image-left {
        margin-right: -100px
    }
}

@media screen and (max-width: 768px) {
    .image-container.image-left {
        margin-bottom: 220px
    }

    .image-container.image-left p.blockquote {
        margin: 0 auto;
        position: relative;
        right: 0
    }

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center
    }

    .nav-tabs .nav-item > .nav-link {
        margin-bottom: 5px
    }

    .landing-page .section-story-overview .image-container:nth-child(2) {
        margin-left: 0;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 576px) {
    .navbar[class*=navbar-expand-] .container {
        margin-left: 0;
        margin-right: 0
    }

    .footer .copyright {
        text-align: center
    }

    .section-nucleo-icons .icons-container i {
        font-size: 30px
    }

    .section-nucleo-icons .icons-container i:nth-child(6) {
        font-size: 48px
    }

    .page-header .container h6.category-absolute {
        width: 90%
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .section-images .hero-images-container-1 {
        right: 9%;
        max-width: 370px
    }

    .section-images .hero-images-container-2 {
        right: 2%;
        max-width: 216px
    }
}

@media screen and (max-width: 768px) {
    .section-images {
        height: 300px;
        max-height: 300px
    }

    .section-images .hero-images-container {
        max-width: 380px
    }

    .section-images .hero-images-container-1 {
        right: 7%;
        top: 87%;
        max-width: 210px
    }

    .section-images .hero-images-container-2 {
        right: 1%;
        max-width: 133px;
        top: 99%
    }
}

@media screen and (max-width: 517px) {
    .alert .alert-icon {
        margin-top: 10px
    }
}

@media screen and (min-width: 1200px) {
    .section-images .hero-images-container-1 {
        top: 51%;
        right: 21%
    }

    .section-images .hero-images-container-2 {
        top: 66%;
        right: 14%
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .section-images .hero-images-container, .section-images .hero-images-container-1, .section-images .hero-images-container-2 {
        margin-top: -15vh;
        margin-left: 80px
    }

    .section-images .hero-images-container {
        max-width: 300px
    }

    .section-images .hero-images-container-1 {
        right: 28%;
        top: 40%
    }

    .section-images .hero-images-container-2 {
        right: 21%;
        top: 55%
    }

    .index-page .category-absolute {
        top: 90vh
    }
}

@media screen and (max-width: 580px) {
    .alert button.close {
        position: absolute;
        right: 11px;
        top: 50%;
        transform: translateY(-50%)
    }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 10px;
    z-index: 50;
    height: 3px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .2);
    border-radius: 0;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/* jquery-stack-menu */
.stack-menu {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .1);
    overflow: hidden
}

.stack-menu--active {
    display: block
}

.stack-menu__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none
}

.stack-menu__list--active {
    display: block
}

.stack-menu__item--hidden {
    display: none
}

.stack-menu__link {
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #000;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, background-image .25s ease-in-out;
    -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, background-image .25s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, background-image .25s ease-in-out
}

.stack-menu__link--back, .stack-menu__link--parent {
    -webkit-background-size: 6px 12px;
    background-size: 6px 12px;
    background-repeat: no-repeat
}

.stack-menu__link--parent::before {
    content: '\ea3a';
    position: absolute;
    left: 20px;
    top: 30%;
    color: #9b9b9b;
    font-family: 'Nucleo Outline';
    font-weight: bold;
}

.stack-menu__link--back {
    background-color: #ececec;
}

.stack-menu__link--back::before {
    content: '\ea3b';
    position: absolute;
    right: 20px;
    top: 30%;
    color: #9b9b9b;
    font-family: 'Nucleo Outline';
    font-weight: bold;
}

.stack-menu__link--back::after {
    content: 'بازگشت';
    position: absolute;
    right: 40px;
    top: 30%;
    color: #9b9b9b;
    font-family: iranyekan;
    font-weight: bold;
}

.stack-menu__link--hidden {
    display: none
}

.stack-menu__link:hover {
    color: #fff;
    background-color: #007aff
}

/* main-css */
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/iranyekan/eot/iranyekanwebboldfanum.eot);
    src: url(../fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix) format('embedded-opentype'), url(../fonts/iranyekan/woff/iranyekanwebboldfanum.woff) format('woff'), url(../fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf) format('truetype')
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/iranyekan/eot/iranyekanwebthinfanum.eot);
    src: url(../fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix) format('embedded-opentype'), url(../fonts/iranyekan/woff/iranyekanwebthinfanum.woff) format('woff'), url(../fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf) format('truetype')
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/iranyekan/eot/iranyekanweblightfanum.eot);
    src: url(../fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix) format('embedded-opentype'), url(../fonts/iranyekan/woff/iranyekanweblightfanum.woff) format('woff'), url(../fonts/iranyekan/ttf/iranyekanweblightfanum.ttf) format('truetype')
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/iranyekan/eot/iranyekanwebregularfanum.eot);
    src: url(../fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix) format('embedded-opentype'), url(../fonts/iranyekan/woff/iranyekanwebregularfanum.woff) format('woff'), url(../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf) format('truetype')
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot);
    src: url(../fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix) format('embedded-opentype'), url(../fonts/iranyekan/woff/iranyekanwebmediumfanum.woff) format('woff'), url(../fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf) format('truetype')
}

body {
    direction: rtl;
    text-align: right;
    font-family: iranyekan !important;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #515151;
    overflow-x: hidden
}

body.page-404-bg {
    background: url(../img/theme/bg-404-page.png) repeat;
    background-size: auto 100%
}

a, a:hover {
    color: #515151;
    text-decoration: none;
    transition: all .2s ease-out
}

ul {
    padding: 0
}

li {
    list-style: none
}

.direction-ltr {
    direction: ltr
}

.direction-rtl {
    direction: rtl
}

.ps-relative {
    position: relative
}

.ps-absolute {
    position: absolute
}

.no-padding {
    padding: 0
}

.no-padding-right {
    padding-right: 0
}

.default {
    width: 100%;
    height: auto;
    float: right
}

#toast-container {
    z-index: 100000000000 !important
}

#toast-container > div:hover {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .3) !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, .3) !important
}

.parent-btn {
    overflow: hidden;
    position: relative
}

.dk-btn {
    font-size: 1.286rem;
    padding: 18px 80px;
    border-radius: 8px;
    background-color: #34495e;
    color: #1B3281 !important;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan
}

button.dk-btn {
    cursor: pointer;
    outline: 0
}

.dk-btn:hover {
    color: #fff
}

.dk-btn:before {
    transition: all .3s ease-in-out;
    width: 60px;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 40px 0 0 40px
}

.dk-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 110%;
    height: 100%;
    right: 0;
    top: 0;
    transform: unset
}

.dk-btn-info {
    background-color: #00bfd6
}

.dk-btn-danger {
    background-color: #e74c3c
}

.dk-btn-success {
    background-color: #2ecc71
}

.dk-btn-grey {
    background-color: #7a7a7a
}

.dk-btn > i {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: rgba(255, 255, 255, .7);
    font-style: normal
}

.btn-no-icon {
    padding-right: 31px !important
}

.btn-no-icon:focus, .btn-no-icon:hover {
    background-color: #00bfd6;
    border: 1px solid #148693
}

button, input, optgroup, select, textarea {
    font-family: iranyekan
}

@media (min-width: 1200px) {
    .container {
        max-width: 1676px
    }
}

header.main-header {
    padding: 15px 0 0;
    margin-bottom: 15px;
    background-color: #ffffff;
    z-index: 100000000000;
    -webkit-box-shadow: rgba(0, 0, 0, .04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04)
}

.wrapper .ads-header {
    margin: 0;
    height: 60px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    display: block
}

header.main-header .logo-area {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    max-width: 220px;
    margin: 1px 25px 0 0;
    max-height: 100%
}

header.main-header .logo-area a {
    display: block
}

header.main-header .logo-area a img {
    height: 40px;
    float: right;
    margin-top: 0px
}

header.main-header .search-area form.search {
    position: relative
}

header.main-header .search-area form.search input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: iranyekan;
    font-weight: 300;
    font-size: 12px;
    font-size: .857rem;
    border-radius: 7px;
    background-color: #f0f0f1;
    border: 0;
    color: #474747;
    outline: 0
}

header.main-header .search-area form.search ul.search-box-list {
    position: absolute;
    background: #fff;
    left: 60px;
    right: 0;
    top: 40px;
    z-index: 10000000000;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    padding: 10px 0;
    display: none
}

header.main-header .search-area form.search ul.search-box-list li i {
    float: right;
    margin: 3px 0 5px 8px;
    font-size: 17px;
    color: #666
}

header.main-header .search-area form.search ul.search-box-list .marktext {
    font-weight: 700;
    color: #f44336
}

.overlay-search-box {
    position: fixed;
    top: 110px;
    right: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 52.9%, .5);
    z-index: 1000000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

header.main-header .search-area form.search button {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #193282;
    cursor: pointer;
    outline: 0
}

header.main-header .search-area form.search button img {
    width: 25px
}

header.main-header .dropdown {
    float: right;
    width: 50%;
    text-align: center;
    position: relative;
    margin-top: -6px
}

header.main-header .user-login a {
    font-size: 14px;
    color: #6f6f6f
}

.header-profile-dropdown-account-container {
    padding-top: 8px;
    padding-bottom: 12px;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer
}

.header-profile-dropdown-user {
    display: flex;
    align-items: center;
    padding: 0 12px;
    position: relative;
    z-index: 1
}

.header-profile-dropdown-user-img {
    width: 32px;
    height: 32px;
    border: 1px solid #424750;
    border-radius: 50%;
    background: #fff;
    background-size: contain
}

.header-profile-dropdown-user-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header-profile-dropdown-user-info {
    margin-right: 8px;
    width: 80%;
    text-align: right
}

.header-profile-dropdown-user-name {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700
}

.header-profile-dropdown-user-profile-link {
    display: flex;
    align-items: center;
    color: #19bfd3;
    font-size: 10px
}

.header-profile-dropdown-user-profile-link:after {
    content: "\ea3a";
    font-family: 'Nucleo Outline';
    font-size: 14px;
    line-height: 1.222;
    margin-right: 5px
}

.header-profile-dropdown-account {
    display: block;
    position: relative;
    padding-right: 52px;
    padding-left: 16px;
    padding-top: 12px
}

.header-profile-dropdown-account:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #c0c2c5;
    position: absolute;
    right: 28px;
    top: -18px
}

.header-profile-dropdown-account-item {
    font-size: 10px;
    line-height: 2.2;
    position: relative;
    color: #81858b;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-profile-dropdown-account-item:before {
    content: "";
    display: block;
    width: 1px;
    height: 33px;
    background: #c0c2c5;
    position: absolute;
    right: -24px;
    top: -23px
}

.header-profile-dropdown-account-item-amount, .header-profile-dropdown-account-item-title {
    line-height: normal !important
}

.header-profile-dropdown-account-item-amount-number {
    font-size: 12px;
    color: #424750
}

.header-profile-dropdown-account-item:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c0c2c5;
    position: absolute;
    right: -27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header.main-header .user-login .dropdown-toggle::after {
    vertical-align: unset
}

header.main-header .user-login .dropdown-menu {
    position: absolute;
    top: 50px !important;
    right: 0;
    left: auto !important;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 2px 9px 0 hsla(0, 0%, 44%, .32);
    z-index: 10000000000;
    transform: none !important
}

header.main-header .user-login .dropdown-menu:before {
    content: '';
    height: 4px;
    width: 100%;
    background-color: #A2248C;
    border: none;
    bottom: 100%;
    left: 0;
    right: 0
}

header.main-header .user-login .dropdown-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #A2248C;
    position: absolute;
    bottom: 100%;
    margin-bottom: 2px;
    left: 30px
}

header.main-header .user-login hr {
    margin-top: .5rem;
    margin-bottom: .5rem
}

header.main-header .user-login .dropdown-menu .dropdown-item {
    text-align: center;
    padding-right: 0;
    padding-left: 0
}

header.main-header .user-login .dropdown-menu .dropdown-item a.btn-info {
    border-radius: 7px;
    color: #fff
}

header.main-header .user-login .dropdown-menu .dropdown-item a.register {
    color: #008ec9;
    border-bottom: 1px dashed #008ec9;
    text-decoration: none
}

header.main-header .user-login .dropdown-menu .dropdown-item a.dropdown-item-link {
    display: block;
    text-align: right;
    padding: 5px
}

header.main-header .user-login .dropdown-menu .dropdown-item a.dropdown-item-link i {
    float: right;
    margin: 5px
}

header.main-header .cart a.btn {
    color: #fff;
    font-size: 14px;
    background-color: #193282;
    border-radius: 10px
}

header.main-header .cart a.btn img {
    width: 21px
}

header.main-header .cart a.btn span.count-cart {
    background-color: #fff;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
    letter-spacing: -.3px;
    text-align: center;
    color: #A2248C;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px
}

header.main-header .cart a.btn:focus, header.main-header .cart a.btn:hover {
    background-color: #A2248C
}

header.main-header .cart a.btn-info i {
    float: right;
    font-size: 16px;
    margin-left: 6px
}

header.main-header .cart .dropdown-toggle::after {
    vertical-align: unset
}

header.main-header .cart .dropdown-menu {
    width: 354px;
    position: absolute;
    top: 50px !important;
    left: 57px !important;
    line-height: 22px;
    background-color: #fff;
    border: 0;
    border-radius: 0 0 8px 8px;
    z-index: 10000000000;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15);
    padding: 1px 0 45px 0;
    transform: none !important
}

header.main-header .cart .dropdown-menu:before {
    display: none
}

header.main-header .cart .dropdown-menu a {
    text-decoration: none
}

header.main-header .cart .dropdown-menu .basket-header {
    width: 100%;
    position: relative;
    padding: 14px 10px 14px 15px;
    background-color: hsla(0, 0%, 98%, .9)
}

header.main-header .cart .dropdown-menu .basket-total {
    font-size: 16px;
    line-height: 20px;
    color: #fb3449;
    direction: rtl;
    text-align: right
}

header.main-header .cart .dropdown-menu .basket-total span:first-of-type {
    color: #676767;
    font-size: 13px;
    font-size: .929rem;
    line-height: 20px
}

header.main-header .cart .dropdown-menu .basket-link {
    font-size: 11px;
    font-size: .786rem;
    line-height: 48px;
    color: #454545;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color .3s ease-in-out
}

header.main-header .cart .dropdown-menu .basket-list {
    max-height: 293px;
    overflow: auto;
    padding: 0 15px;
    list-style: none
}

header.main-header .cart .dropdown-menu .basket-item {
    padding: 10px 24px 10px 0;
    position: relative;
    min-height: 88px;
    display: block;
    border-bottom: 1px solid #f0f0f0
}

header.main-header .cart .dropdown-menu .basket-item:last-of-type {
    border-bottom: none
}

header.main-header .cart .dropdown-menu .basket-item-remove {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    border-radius: 50%;
    background-color: #eaeaea;
    width: 20px;
    height: 20px;
    border: none;
    z-index: 123;
    cursor: pointer;
    font-family: FontAwesome;
    outline: 0
}

header.main-header .cart .dropdown-menu .basket-item-remove:before {
    content: "\f00d";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #959595;
    font-size: 8px;
    font-size: .571rem;
    line-height: 8px
}

header.main-header .cart .dropdown-menu .basket-item-content {
    width: 100%
}

header.main-header .cart .dropdown-menu .basket-item-content, header.main-header .cart .dropdown-menu .basket-item-image {
    float: right
}

header.main-header .cart .dropdown-menu .basket-item-image {
    width: 60px;
    height: 60px;
    max-width: 60px;
    position: relative
}

header.main-header .cart .dropdown-menu .basket-item-image img {
    max-height: 100%;
    max-width: 100%
}

header.main-header .cart .dropdown-menu .basket-item-details {
    padding-right: 10px
}

header.main-header .cart .dropdown-menu .basket-item-title {
    font-size: 12px;
    font-size: .857rem;
    line-height: 20px;
    text-align: right;
    direction: rtl;
    color: #454545;
    max-width: 100%;
    font-weight: 700
}

header.main-header .cart .dropdown-menu .basket-item-params {
    width: 100%;
    margin-top: 12px;
    text-align: right
}

header.main-header .cart .dropdown-menu .basket-item-props {
    font-size: 12px;
    line-height: 17px
}

header.main-header .cart .dropdown-menu .basket-item-props span:first-of-type {
    color: #666
}

header.main-header .cart .dropdown-menu .basket-item-props span:last-of-type:not(:first-of-type) {
    color: #959595;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e0e0e0
}

header.main-header .cart .dropdown-menu .basket-submit {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #00bfd6;
    border-top: 1px solid #c6c6c6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

header.main-header .main-menu {
    width: 100%;
    float: right;
    height: 50px
}

header.main-header .menu ul {
    float: right;
    margin-bottom: 0;
    position: relative;
    width: 100%
}

header.main-header .menu ul li {
    float: right;
    line-height: 50px;
    margin-left: 25px;
    font-weight: 500
}

.js-nav-list-category-hover {
    position: absolute;
    right: 0;
    top: 46px;
    height: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 0;
    z-index: 3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    line-height: 0 !important;
    margin-left: 0 !important;
    margin-right: 20px
}

.js-nav-list-category-hover > div {
    width: 100%;
    height: 100%
}

.js-nav-list-category-hover > div:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 4;
    right: -4px;
    height: 2px;
    background-color: #ef5661;
}

header.main-header .menu ul li.category-products {
    margin-left: 20px;
    position: relative
}

header.main-header .menu > ul > li > a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #193282;
}

header.main-header .menu ul li.category-products > a {
    position: relative
}

header.main-header .menu ul li.category-products > a::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    height: 50%;
    border-left: 1px solid #f0f0f1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header.main-header .menu ul li.category-products > a i {
    font-size: 17px;
    margin-left: 5px
}

header.main-header .menu .product-category {
    width: 1000px;
    height: 460px;
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
    -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: all .2s cubic-bezier(.215, .61, .355, 1) .1s
}

header.main-header .menu ul li.category-products:hover .product-category {
    visibility: visible;
    opacity: 1
}

header.main-header .menu .product-category a:hover {
    color: #ef394e
}

header.main-header .menu .product-category a {
    display: flex;
    align-items: center;
    color: #000
}

header.main-header .menu .product-category .parent-category {
    width: 25%;
    float: right;
    height: 100%;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7
}

header.main-header .menu .product-category .parent-category li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 7px 7px 0
}

header.main-header .menu .product-category .parent-category li a {
    padding-right: 7px;
    font-weight: 700
}

header.main-header .menu .product-category .parent-category li.active a {
    background-color: #fff;
    color: #ef394e
}

header.main-header .menu .product-category .parent-category li a:hover {
    background-color: #fff;
    color: #ef394e
}

header.main-header .menu .product-category .parent-category li a img {
    width: 20px;
    margin-left: 4px
}

header.main-header .menu .product-category .children-categories {
    width: 75%;
    float: right;
    height: 100%;
    font-size: 13px;
    padding-right: 10px;
    padding-left: 10px
}

header.main-header .menu .product-category .children-categories .children-category {
    width: 100%;
    height: 100%;
    float: right;
    display: none
}

header.main-header .menu .product-category .children-categories .children-category:first-child {
    display: block
}

header.main-header .menu .product-category .children-categories .children-category > ul {
    width: 25%;
    height: 100%;
    float: right
}

header.main-header .menu .product-category .children-categories .children-category ul li {
    display: block;
    width: 100%;
    line-height: 30px;
    font-weight: 500
}

header.main-header .menu .product-category .children-categories .children-category ul li a:hover {
    color: #ef394e
}

header.main-header .menu .product-category .children-categories .children-category ul li.parent a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #000
}

header.main-header .menu .product-category .children-categories .children-category ul li.parent > a::after {
    content: "\ea3a";
    font-family: 'Nucleo Outline';
    position: absolute;
    left: -15px
}

header.main-header .menu .product-category .children-categories .children-category ul li ul {
    float: right;
    width: 100%
}

header.main-header .menu .product-category .children-categories .children-category > ul > li ul li {
    font-weight: 400
}

header.main-header .menu .product-category .children-categories .children-category > ul > li ul li a {
    font-size: 12px !important
}

header.main-header .menu .product-category .children-categories .children-category > ul > li ul li ul {
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

header.main-header .menu .product-category .children-categories .children-category > ul > li ul li ul li a {
    font-size: 12px
}

nav.header-responsive {
    display: none;
    background-color: #fff;
    height: 110px;
    padding: 10px 0
}

nav.header-responsive ul {
    direction: rtl;
    text-align: right
}

nav.header-responsive .navbar-translate {
    direction: ltr
}

.navbar .navbar-toggler.toggled {
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

nav.header-responsive .search-nav {
    position: absolute;
    top: 50px;
    height: 40px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

nav.header-responsive form {
    position: relative;
    direction: rtl;
    float: right;
    width: 70%;
    height: 40px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1
}

nav.header-responsive form.full-width {
    position: absolute;
    right: 0;
    width: 100%
}

nav.header-responsive form input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: iranyekan;
    font-weight: 300;
    font-size: 12px;
    font-size: .857rem;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #979797;
    color: #474747;
    outline: 0
}

nav.header-responsive form button {
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #fff;
    border: 1px solid #979797;
    cursor: pointer;
    outline: 0
}

nav.header-responsive form button img {
    width: 25px
}

nav.header-responsive .search-nav::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5ea
}

nav.header-responsive .search-nav ul {
    width: 30%;
    float: left;
    text-align: left
}

nav.header-responsive .search-nav > ul {
    position: absolute;
    z-index: 0
}

nav.header-responsive .search-nav ul li {
    float: left;
    text-align: center
}

nav.header-responsive .search-nav li.cart-mb a {
    position: relative
}

nav.header-responsive .search-nav li.cart-mb a[data-counter]::after {
    content: attr(data-counter);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    min-width: 20px;
    background-color: #00bfd6;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 17px;
    padding: 0 6px;
    text-align: center;
    font-size: 14.5px;
    line-height: 20px;
    vertical-align: middle
}

nav.header-responsive .search-nav li.logged-in a::after {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    min-width: 20px;
    color: #8bc34a;
    position: absolute;
    top: 11px;
    left: 15px;
    padding: 0 6px;
    text-align: center;
    font-size: 14.5px;
    line-height: 20px;
    vertical-align: middle
}

nav.header-responsive .search-nav ul li a {
    font-size: 16px;
    color: #212121 !important;
    background: 0 0
}

main.main {
    background-color: #f5f5f5
}

main.main section.banner {
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center
}

main.main section.banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.brand-slider, .widget {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
    overflow: unset
}

.brand-slider {
    overflow: hidden
}

.widget-slider {
    padding: 15px 0
}

.brand-slider .card-header, .widget .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
    margin-bottom: 15px
}

.widget-slider .card-header {
    padding: 0 15px
}

.brand-slider .card-header .card-title, .widget .card-header .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px
}

.widget-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0
}

.widget-banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.widget-services {
    text-align: center
}

.widget-services .feature-item {
    font-size: .714rem;
    line-height: 17px;
    vertical-align: middle;
    color: #606060;
    text-align: center;
    letter-spacing: .2px;
    background-size: auto 58px;
    width: 107px;
    white-space: nowrap
}

.widget-services .feature-item img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto
}

.widget-suggestion {
    border: 1px solid #05e4ff
}

.widget-suggestion .card-header {
    border-bottom: none
}

.widget-suggestion .card-header .card-title {
    font-size: 14px;
    padding: 4px 0
}

.sidebar #progressBar {
    height: 1px;
    background: #e0e1e2;
    position: relative;
    margin-bottom: 15px
}

.sidebar #progress {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    background: #fb3449;
    position: absolute;
    height: 1px;
    right: 0;
    top: 0;
    display: inline-block
}

.sidebar .suggestion-slider .swiper-slide {
    direction: rtl
}

.sidebar .suggestion-slider .swiper-slide img {
    max-width: 149px !important;
    max-height: 146px !important;
    width: auto !important;
    height: auto !important;
    margin: 24px auto
}

.sidebar .suggestion-slider .swiper-slide .product-title {
    font-size: 13px;
    display: block !important
}

.sidebar .suggestion-slider .swiper-slide a {
    display: block;
    text-align: center
}

.sidebar .suggestion-slider .swiper-slide .product-title a {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
    text-decoration: none;
    color: #515151;
    font-weight: 700
}

.sidebar .suggestion-slider .swiper-slide .price {
    color: #ef5661;
    height: 64px;
    font-size: 20px;
    text-align: center
}

.sidebar .suggestion-slider .swiper-slide .price > * {
    display: block
}

.sidebar .suggestion-slider .swiper-slide .price del {
    color: #979898;
    font-size: 13px
}

.list-group {
    padding-right: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.widget-product .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid #ef5661;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    top: 1px
}

.widget-product .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 37px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898
}

.widget-product .card-header .card-title {
    border-bottom: 1px solid #e0e1e2;
    padding-bottom: 0;
    line-height: 2
}

.widget-product .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px
}

.product-carousel img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: auto !important
}

.widget-product .product-carousel .swiper-slide {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 100%;
    position: relative
}

.widget-product .swiper-slide a {
    display: block;
    max-width: 200px;
    margin: auto
}

.widget-product .swiper-slide img {
    margin: 0 auto
}

.swiper-slide a.add-to-cart {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #fff;
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 50px
}

.swiper-slide a.add-to-cart:hover {
    background-color: #f44336;
    color: #fff
}

.brand-slider a {
    text-align: center
}

.widget-product .product-carousel .swiper-slide :focus {
    outline: 0 !important
}

.product-feature {
    border-top: 2px solid #39ae00
}

.product-box-discount-badge {
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.222;
    letter-spacing: .5px;
    border-radius: 15px;
    position: absolute;
    top: 12px;
    left: 30px;
    background-color: #ef5662;
    z-index: 2
}

@media (min-width: 992px) {
    .widget-product .product-carousel .swiper-slide {
        border: 1px solid #fff;
        transition: all .2s ease-in-out
    }

    .widget-product .product-carousel .swiper-slide:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
    }
}

.widget-product .product-carousel .swiper-slide .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px
}

.widget-product .product-carousel .swiper-slide .price {
    color: #ef5661;
    font-size: 20px;
    height: 64px
}

.widget-product .product-carousel .swiper-slide .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%
}

.widget-product .product-carousel .swiper-slide ins {
    color: #1b3281;
    font-size: 20px;
    height: 64px;
    text-decoration: none !important;
    display: block
}

.js-time-table-swiper .swiper-button-next, .js-time-table-swiper .swiper-button-prev, .widget-product .swiper-button-next, .widget-product .swiper-button-prev {
    width: 49px;
    height: 90px;
    background-color: #fff;
    outline: 0;
    background-image: unset
}

.js-time-table-swiper .swiper-button-prev, .widget-product .swiper-button-prev {
    position: absolute;
    right: 0;
    top: 50%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px
}

.js-time-table-swiper .swiper-button-next, .widget-product .swiper-button-next {
    position: absolute;
    left: 0;
    top: 50%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0
}

.js-time-table-swiper .swiper-button-next i, .js-time-table-swiper .swiper-button-prev i, .widget-product .swiper-button-next i, .widget-product .swiper-button-prev i {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    font-weight: 700;
    color: #000
}

.js-time-table-swiper .swiper-button-disabled, .widget-product .swiper-button-disabled {
    opacity: .1;
    cursor: auto;
    pointer-events: all
}

.brand-slider .swiper-slide {
    text-align: center
}

.brand-slider .swiper-slide img {
    max-height: 70%;
    max-width: 70%;
    margin: 0 auto
}

.main-slider {
    -webkit-box-shadow: 0 .5rem 1.25rem -.25rem rgba(64, 64, 64, .2);
    box-shadow: 0 .5rem 1.25rem -.25rem rgba(64, 64, 64, .2);
    border-radius: 8px;
    margin-bottom: 2px;
    height: 394.55px
}

.main-slider .carousel-indicators {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0
}

.main-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .75);
    cursor: pointer
}

.main-slider .carousel-indicators li.active {
    background: #00bfd6
}

.main-slider .carousel-control-next {
    left: 0;
    right: auto
}

.main-slider .carousel-control-prev {
    right: 0;
    left: auto
}

.main-slider .carousel-inner {
    height: 100%
}

.main-slider .carousel-inner .carousel-item {
    height: 100%
}

.main-slider .carousel-inner .carousel-item img {
    display: none
}

.main-slider-slide {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer
}

#amazing-slider {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 15px;
    height: 420px;
    background: #fff
}

#amazing-slider > .row {
    height: 462px
}

#amazing-slider .carousel-indicators {
    display: block;
    right: auto;
    margin-right: 0;
    margin-left: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    background-color: rgba(240, 246, 250, .9);
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important
}

#amazing-slider .carousel-indicators li {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    padding: 4px 5px;
    cursor: pointer;
    position: relative;
    background: 0 0;
    transition: all .2s ease-out
}

#amazing-slider .carousel-indicators .view-all {
    padding: 0;
    border-bottom-left-radius: 7px !important;
    position: absolute;
    bottom: -5px
}

#amazing-slider .carousel-indicators li.active {
    background: #1B3281;
    color: #fff;
    border-bottom: none
}

#amazing-slider .carousel-indicators li.active:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 42px;
    border-radius: 3px;
    position: absolute;
    background: #1B3281;
    right: -10px;
    top: 0
}

#amazing-slider .carousel-indicators li span {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 32px;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px
}

#amazing-slider .carousel-indicators .view-all .btn {
    background-color: #00bfd6;
    border-radius: 0 0 0 7px !important;
    border: 0;
    overflow: hidden
}

#amazing-slider .carousel-indicators .view-all .btn:active, #amazing-slider .carousel-indicators .view-all .btn:focus {
    box-shadow: none
}

#amazing-slider .carousel-indicators .view-all .btn i {
    font-size: 18px;
    position: absolute;
    top: 13px;
    right: 16px;
    color: #fff
}

.hvr-sweep-to-left:before {
    content: "";
    width: 50px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    border-radius: 60px 0 0 60px;
    transition: all .2s ease-in-out
}

.hvr-sweep-to-left:active:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:hover:before {
    width: 100%;
    border-radius: 0
}

#amazing-slider .carousel-inner {
    position: relative
}

#amazing-slider .carousel-inner .amazing-title {
    position: absolute;
    top: 0;
    right: 60px
}

#amazing-slider .carousel-inner .carousel-item {
    margin-top: 63px;
    height: 399px
}

#amazing-slider .carousel-inner .carousel-item .row {
    height: 399px
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .price del {
    display: block;
    margin-left: 7px;
    font-size: 16px;
    color: #727272
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .price ins {
    color: #1B3281;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .price .discount-percent {
    background: #1B3281;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 40px;
    margin-right: 10px
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .product-title {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 10px
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .product-title a {
    color: #000;
    font-weight: 700
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group {
    padding-right: 0
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group .list-group-item {
    border: none;
    padding: 0
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group-item:before {
    content: '';
    font-size: 8px;
    position: relative;
    top: 8px;
    left: 7px;
    float: right;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7d8d9
}

#amazing-slider .countdown-timer {
    direction: ltr;
    font-weight: 700;
    font-size: 20px
}

#amazing-slider .countdown-timer span {
    text-align: center;
    display: inline-block;
    padding: 6px;
    font-size: 28px;
    font-weight: 500
}

#amazing-slider .timer-title {
    margin-top: 15px;
    color: #4a5f73;
    font-weight: 700
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .finished {
    border: 2px solid #979898 !important;
    color: #7a7a7a !important;
    font-size: 16px !important;
    box-shadow: 0 0 9px 0 rgba(112, 112, 112, .32);
    background-color: #fff
}

#amazing-slider-responsive {
    display: none
}

#amazing-slider-responsive hr {
    margin: 0
}

#amazing-slider-responsive .countdown-timer {
    direction: ltr;
    font-weight: 700;
    font-size: 20px
}

#amazing-slider-responsive .countdown-timer span {
    text-align: center;
    display: inline-block;
    padding: 5px;
    font-size: 17px;
    font-weight: 500
}

.banner-ads .widget-banner {
    border-radius: 8px;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
    overflow: visible
}

.banner-ads .widget-banner a {
    display: block
}

.banner-ads .widget-banner img {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    width: 100%
}

footer.main-footer {
    margin-top: 50px;
    background: #1B3281;
}

footer.main-footer * {
    color: #FFF;
}

.back-to-top a span {
    color: #aaa;
}

footer.main-footer .back-to-top {
    text-align: center;
    font-size: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc;
    padding: 10px 0;
    margin-bottom: 30px
}

footer.main-footer .back-to-top a {
    color: #515151 !important
}

footer.main-footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: hsla(0, 0%, 75%, .41);
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px
}

footer.main-footer .footer-services {
    padding-bottom: 30px;
    border-bottom: 1px solid #cfd8dc
}

footer.main-footer .footer-services .service-item {
    text-align: center;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto
}

footer.main-footer .footer-services .service-item img {
    width: 58px;
    height: 58px;
    margin-bottom: 7px
}

@media (max-width: 576px) {
    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px
    }

    .footer-services {
        display: none
    }
}

footer.main-footer .footer-widgets .widget-menu {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px
}

footer.main-footer .footer-widgets .widget-menu .card-header {
    border-bottom: 0
}

footer.main-footer .footer-widgets .widget-menu .card-title {
    font-size: 16px;
    font-weight: 500
}

footer.main-footer .footer-widgets .widget-menu .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

footer.main-footer .footer-widgets .widget-menu .footer-menu li {
    line-height: 30px
}

footer.main-footer .footer-widgets .newsletter {
    margin-top: 30px
}

footer.main-footer .footer-widgets .newsletter form {
    position: relative
}

footer.main-footer .footer-widgets .newsletter form .form-control {
    direction: ltr;
    text-align: left;
    font-family: iranyekan;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px !important;
    padding-left: 100px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    transition: all .2s ease-out
}

footer.main-footer .footer-widgets .newsletter form .form-control::placeholder {
    text-align: right
}

footer.main-footer .footer-widgets .newsletter form .btn {
    position: absolute;
    top: -5px;
    left: -1px;
    border-radius: 7px;
    font-family: iranyekan;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #A2248C;
    border: 0;
    padding-right: 31px;
    color: #fff;
    height: 37px;
    line-height: 0;
    height: 100%
}

footer.main-footer .footer-widgets .newsletter form .btn:active, footer.main-footer .footer-widgets .newsletter form .btn:focus {
    background-color: #00bfd6;
    box-shadow: none !important
}

footer.main-footer .footer-widgets .socials {
    margin-top: 30px
}

footer.main-footer .footer-widgets .socials .footer-social {
    margin-bottom: 20px
}

footer.main-footer .footer-widgets .socials .footer-social a {
    color: #4a5f73;
    margin-left: 4px;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 25px;
    opacity: .5
}

footer.main-footer .footer-widgets .socials .footer-social a:hover {
    opacity: 1
}

footer.main-footer .info {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #d7dee0
}

footer.main-footer .info a {
    padding: 3px
}

footer.main-footer .info div {
    margin-bottom: 10px
}

footer.main-footer .info div.row {
    margin-bottom: 0
}

footer.main-footer .description {
    background: #353535;
    padding: 15px 0 0
}

footer.main-footer .description .site-description .site-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FFF
}

footer.main-footer .description .site-description p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0;
    color: #FFF
}

footer.main-footer .description .symbol {
    text-align: center
}

footer.main-footer .description .symbol a {
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    margin: 3px;
    display: inline-block
}

footer.main-footer .footer-partners {
    padding: 0;
    margin: 20px 0 10px
}

footer.main-footer .footer-partners li {
    list-style: none;
    float: right;
    text-align: center;
    margin-bottom: 10px
}

footer.main-footer .footer-partners li img {
    width: 131px;
    height: 35px
}

footer.main-footer .copyright {
    font-size: 12px;
    background: #353535;
    text-align: center;
    padding: 15px 0
}

footer.main-footer .copyright p {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #b0bec5
}

.account-box {
    background: #fff;
    /*width: 389px;*/
    margin: 70px auto;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    position: relative
}

.account-box .logo {
    width: 220px;
    height: 65px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%);
    text-align: center;
    line-height: 60px
}

.account-box .logo img {
    height: 40px
}

.account-box-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    font-weight: 700
}

.account-box-content {
    padding: 0 30px
}

.account-box-content .account-box-message h3 {
    font-size: 18px
}

.account-box-content .account-box-message p {
    font-size: 14px
}

.account-box-content .form-account {
    margin-top: 9px;
    margin-bottom: 9px
}

.form-account-title {
    color: #656565;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    font-size: 15px;
    line-height: 1.467
}

.form-account-row {
    margin: 0 -10px 23px
}

.form-account-row.with-icon .input-field.text-right {
    padding-right: 60px
}

.form-account-row.with-icon .input-field.text-right::placeholder {
    padding-right: 0
}

.account-box-content .input-label + .input-field {
    padding-right: 45px
}

.account-box-content .form-account-row {
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px
}

.input-label {
    position: absolute;
    display: inline-block;
    line-height: 22px;
    outline: 0
}

.input-label i:before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px
}

.account-box-content .ui-input:before {
    top: 9px
}

.input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: left;
    font-family: iranyekan;
    outline: 0
}

.input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 40px
}

.ui-input--account-login .dk-selectric-input, .ui-input--account-login .ui-input-field {
    padding: 16px 52px 15px 12px;
    font-size: 18px;
    line-height: 21px;
    text-align: left
}

.ui-input--account-login .dk-selectric-input::placeholder, .ui-input--account-login .ui-input-field {
    font-size: 16px
}

.account-box-content .dk-selectric-input, .account-box-content .ui-input-field {
    direction: ltr;
    color: #777
}

.account-box-content .dk-selectric-input, .account-box-content .ui-input-field {
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: iranyekan
}

.form-account-title--inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-account-link {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-top: 25px;
    margin-bottom: 25px
}

.btn-link-border {
    display: inline-block;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 12px
}

.btn-link-border:hover {
    color: #1ca2bd
}

.btn-link-border:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd
}

.account-box-content .form-account-link {
    margin: 0;
    float: left
}

.form-account-submit button {
    width: 100%;
    border: 1px solid #41a7b4;
    padding: 15px;
    font-size: 18px
}

.form-account .btn-login, .form-account .btn-password-change, .form-account .btn-user-add, .form-account .btn-user-lock {
    width: 100%;
    text-align: center
}

.form-account-agree {
    padding-right: 30px;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.77;
    margin: -7px 0 15px
}

.account-box-content .form-account-agree {
    margin: -3px 0 7px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.5;
    color: #5c5c5c
}

.account-box-content .form-account-agree label {
    cursor: pointer
}

.checkbox-form {
    width: 19px;
    height: 18px;
    display: inline-block;
    position: relative
}

.checkbox-primary {
    width: 22px;
    height: 21px
}

.form-account-agree .checkbox-form {
    position: absolute;
    right: 0;
    top: 8px
}

.checkbox-form input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

.checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8
}

.checkbox-primary .checkbox-check {
    border-radius: 5px;
    border: 1px solid #b7b7b7
}

.checkbox-form .input-checkbox:checked + .checkbox-check, .checkbox-form input[type=checkbox]:checked + .checkbox-check {
    background: #00bfd6;
    border: 1px solid #1fa4b3
}

.checkbox-form .input-checkbox:checked + .checkbox-check:before, .checkbox-form input[type=checkbox]:checked + .checkbox-check:before {
    content: "\ea22";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    left: 2px;
    top: 2px;
    color: #fff;
    font-size: 15px
}

.account-box-footer {
    border-top: 1px solid rgba(0, 190, 214, .13);
    padding: 25px 40px 28px;
    background: rgba(0, 190, 214, .04);
    text-align: center;
    font-size: 15px;
    line-height: 1.467
}

.account-box-footer {
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 23px;
    background: rgba(93, 214, 0, .06);
    border-top: 1px solid #d7e6bb
}

.mini-footer {
    margin-top: 10px;
    border-top: 1px solid #e0e1e2
}

.mini-footer ul {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px
}

.mini-footer ul li {
    display: inline-block
}

.mini-footer ul li a {
    padding-right: 7px;
    padding-left: 7px;
    color: #7f7f7f
}

.mini-footer .copyright-bar {
    padding: 15px 0;
    background: 0 0;
    text-align: center;
    font-size: 12px;
    color: #b0b0b0
}

.mini-footer .copyright-bar p {
    margin-bottom: 0
}

.footer-light-copyright {
    font-size: 13px;
    font-size: .929rem;
    line-height: 44px;
    color: #b0b0b0;
    letter-spacing: -.5px;
    direction: ltr;
    text-align: center;
    padding: 0 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.message-light {
    font-size: 14px;
    line-height: 2;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    margin: 15px 25px;
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731
}

.account-box-message {
    margin: 20px 0;
    text-align: center
}

.account-box-message-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    content: "\ea23";
    font: normal normal normal 32px/1 'Nucleo Outline';
    display: inline-block;
    vertical-align: top;
    background: #ebffde 50% 50% no-repeat
}

.account-box-message-icon::before {
    font-size: 65px;
    line-height: 140px;
    color: #00bfd6
}

.account-box-message h3 {
    margin-bottom: 20px;
    color: #444;
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158
}

.account-box-message p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2;
    color: #727272;
    margin-bottom: 10px
}

.account-box-message-links {
    list-style: none;
    padding: 0
}

.account-box-message-links li {
    margin: 7px 0 10px
}

.account-box-message-links li a {
    font-size: 18px
}

.account-box-message-links .btn-link-border {
    font-size: 15px;
    line-height: 1.467
}

.account-box-message-links .btn-link-border:hover {
    color: #1ca2bd
}

.verify-phone-number {
    border: 0;
    width: 479px
}

.verify-phone-number .message-light a {
    display: table;
    margin: 10px 0
}

.verify-phone-number .account-box-footer {
    background-color: #f5fcfd;
    border-top: 0
}

.verify-phone-number #countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px
}

.verify-phone-number #countdown-verify-end span {
    float: left
}

.verify-phone-number #countdown-verify-end span.day {
    display: none
}

.verify-phone-number #countdown-verify-end span.hour {
    display: none
}

.verify-phone-number .numbers-verify .lines-number-input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    font-family: iranyekan;
    text-align: center;
    direction: ltr
}

.verify-phone-number .numbers-verify .line-number {
    display: inline-block;
    width: 40px;
    height: 30px;
    border: 0;
    border-bottom: 4px solid #c8c8c8;
    margin: 0 7px;
    outline: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px
}

.checkout-page {
    width: 100%
}

.checkout-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 0;
    font-size: 18px;
    font-weight: 700
}

.checkout-page .input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 5px
}

.sidebar-page .box {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #dedede;
    margin: 0 0 10px
}

.sidebar-page .box .box-header {
    position: relative;
    color: #535353;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.571;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px
}

.c-box-scroll {
    max-height: 333px;
    overflow: auto
}

.c-box-scroll::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

.c-box-scroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 16px
}

.c-box-scroll::-webkit-scrollbar-track:hover {
    background-color: #fff
}

.c-box-scroll::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

.c-box-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #fff
}

.c-box-scroll::-webkit-scrollbar-button {
    display: none
}

.box-content {
    padding: 0 13px 0 12px
}

.box-content > div {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-primary {
    font-size: 13px;
    line-height: 22px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    padding: 11px 31px;
    padding-right: 45px;
    color: #fff;
    max-width: 100%;
    position: relative;
    outline: 0;
    cursor: pointer
}

.btn-primary:focus {
    outline: 0;
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #00bfd6;
    border-color: #148693;
    box-shadow: none;
    outline: 0
}

.btn-primary--filter:before {
    content: "\f0b0";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 11px;
    right: 15px
}

.btn-primary {
    font-size: 13px;
    line-height: 22px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    padding: 11px 31px;
    padding-right: 45px;
    color: #fff;
    max-width: 100%;
    position: relative;
    outline: 0;
    cursor: pointer
}

.profile-user-page .btn-primary:focus, .profile-user-page .btn-primary:hover {
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff
}

.btn-primary:focus {
    outline: 0;
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #00bfd6;
    border-color: #148693;
    box-shadow: none;
    outline: 0
}

.btn-primary--filter:before {
    content: "\f0b0";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 11px;
    right: 15px
}

.c-filter-slider {
    padding: 30px 32px 32px;
    border-bottom: 1px solid #f5f5f5
}

.c-slider.noUi-horizontal .noUi-base {
    position: absolute;
    top: 0
}

.c-slider .noUi-connect {
    background-color: #35ccde;
    box-shadow: unset
}

.c-slider .noUi-handle {
    outline: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .39);
    border-radius: 50%;
    border: none
}

.c-slider.noUi-horizontal .noUi-handle {
    width: 19px;
    height: 19px;
    top: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

.c-slider.noUi-horizontal .noUi-handle.noUi-handle-lower:before {
    content: "\ea3a";
    font-family: 'Nucleo Outline';
    left: 3px;
    top: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #ababab
}

.c-slider.noUi-horizontal .noUi-handle.noUi-handle-upper:before {
    content: "\ea3b";
    font-family: 'Nucleo Outline';
    left: 5px;
    top: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #ababab
}

.c-filter-range {
    list-style: none;
    display: flex
}

.c-filter-range li {
    flex: 0 0 50%;
    text-align: center;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    letter-spacing: .3px;
    color: #858585;
    padding: 13px 15px 20px
}

.c-filter-range li:after, .c-filter-range li:before {
    display: block
}

.c-filter-range li:before {
    content: attr(data-label)
}

.c-filter-range input[type=text] {
    width: 77px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    background-color: #f8f8f8;
    display: inline-block;
    overflow: hidden;
    border: none;
    margin: 6px 0;
    text-align: center;
    color: #3c3c3c;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: .3px
}

.c-filter-range input.disabled {
    opacity: .5;
    text-align: left;
    direction: ltr;
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.c-filter-range li:after {
    content: attr(data-currency)
}

.filter-price {
    text-align: center
}

.c-filter-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 6px;
    border: 1px solid #f2f2f2;
    float: left
}

.delete-filter-search {
    color: #fb3449;
    margin-right: 10px;
    float: left;
    padding-left: 0;
    position: relative;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2
}

.listing-options-labels ul {
    list-style: none;
    margin-top: -6px;
    margin-right: -8px
}

.filter-label ul {
    margin-bottom: 8px;
    margin-right: 2px;
    margin-top: 6px;
    padding-left: 14px
}

.listing-options-labels ul li {
    margin-right: 8px;
    margin-top: 8px;
    float: right
}

.filter-label ul li {
    margin: 6px 10px 0 0;
    max-width: 100%
}

.listing-options-label {
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    color: #5a5a5a;
    letter-spacing: .3px;
    font-size: 11px;
    font-size: .786rem;
    line-height: 30px;
    padding: 0 10px 0 31px;
    position: relative;
    display: inline-block
}

.filter-label ul li div {
    border-color: #eee;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%
}

.listing-options-label button {
    width: 32px;
    height: 100%;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    padding: 0;
    background: 0 0;
    cursor: pointer;
    outline: 0
}

.filter-label ul li div button {
    color: #7d7d7d
}

.listing-options-label button:before {
    content: "x";
    font-size: 15px;
    margin-top: -2px;
    color: #727272;
    vertical-align: top;
    display: inline-block;
    font-family: cursive
}

.sidebar-page .category-result {
    padding: 10px 30px 10px 20px
}

.sidebar-page .category-result ul ul {
    margin-right: 20px
}

.sidebar-page .category-result ul li {
    margin: 7px 0;
    font-size: 13px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.sidebar-page .category-result ul li::before {
    content: "\ea3a";
    font-family: 'Nucleo Outline';
    font-size: 9px;
    font-weight: 700;
    position: absolute;
    right: -13px;
    top: 3px
}

.sidebar-page .category-result ul li a:hover {
    color: #00bfd6
}

.sidebar-page .category-result ul ul ul li::before {
    content: ''
}

.ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px
}

.ui-input--quick-search {
    position: relative
}

.ui-input--quick-search:before {
    font: normal normal normal 32px/1 'Nucleo Outline';
    content: "\ea64";
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 19px
}

.ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    outline: 0
}

.custom-field {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 25px 40px;
    margin-bottom: 29px
}

.custom-field .form-row {
    margin-bottom: 15px
}

.custom-field label {
    margin-left: 10px;
    position: relative;
    padding-left: 15px
}

.custom-field label.require::after {
    content: "*";
    position: absolute;
    top: -4px;
    left: 0;
    margin-right: 5px;
    color: #f44336
}

.custom-field input {
    text-align: right
}

.custom-field input::placeholder {
    padding-left: 10px;
    padding-right: 10px
}

.ui-input--quick-search .ui-input-field {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    color: #555;
    background: #f8f8f8;
    border: 1px solid transparent;
    transition: .15s ease-in;
    letter-spacing: 0;
    padding: 7px 28px 8px 2px
}

.ui-input--quick-search .ui-input-field {
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 38px;
    outline: 0;
    font-family: iranyekan
}

.ui-input--quick-search .ui-input-field:focus {
    border-color: #00bfd6;
    background: 0 0
}

.box .bootstrap-switch {
    top: 2px
}

.box .box-toggle {
    cursor: pointer
}

.box .box-toggle i {
    float: left;
    margin-top: 4px
}

.box .filter-option {
    margin: 10px;
    max-height: 190px;
    overflow-y: auto
}

.box .filter-option .checkbox label, .radio label {
    padding-right: 35px;
    padding-left: 0
}

.box .filter-option .checkbox label::before, .checkbox label::after {
    right: 0;
    left: auto
}

.filter-color-product .checkbox {
    margin-bottom: 4px
}

.breadcrumb-list {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    max-width: 100%;
    padding-left: 90px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    margin: 10px 0;
    padding-right: 0
}

.breadcrumb-list {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833
}

.breadcrumb-list li {
    display: inline-block
}

.breadcrumb-list li:before {
    content: "/";
    color: #cfcfcf;
    letter-spacing: .4px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 400 !important
}

.breadcrumb-list li:first-child:before {
    content: ""
}

.breadcrumb-list li:last-child {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #6a6a6a
}

.breadcrumb-list li a {
    color: #6a6a6a
}

.listing {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
    overflow: hidden
}

.listing-counter {
    position: absolute;
    top: -27px;
    left: 0;
    color: #b7b7b7;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px
}

.listing-header {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 0 44px 0 130px;
    z-index: 2
}

.listing-header:before {
    content: "\ea14";
    font: normal normal normal 20px/1 'Nucleo Outline';
    right: 13px;
    color: #cecece
}

.listing-header:before, .listing-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.listing-sort {
    list-style: none;
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 44px
}

.listing-sort:before {
    display: inline-block;
    content: attr(data-label);
    color: #3b3b3b;
    margin-left: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    white-space: nowrap
}

.listing-sort li {
    display: inline-block
}

.listing-sort li span {
    display: block;
    padding: 0 5px;
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 25px;
    border-radius: 5px;
    white-space: nowrap;
    cursor: pointer
}

.listing-sort li span {
    padding: 0 10px
}

.listing-sort li span.active {
    background-color: #00bfd6;
    color: #fff
}

.listing-sort li a {
    display: block;
    padding: 0 5px;
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 25px;
    border-radius: 5px;
    white-space: nowrap
}

.listing-sort li a {
    padding: 0 10px
}

.listing-sort li a.active {
    background-color: #00bfd6;
    color: #fff
}

.listing-sort li + li {
    margin-right: 5px
}

.listing-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
    padding: 0
}

.product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 46px 20px 60px
}

.listing-items .product-box {
    border: 1px solid #ebebeb;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.listing-items .product-box span.fake-label {
    background-color: #f7f7ef;
    color: #c89748;
    border-radius: 10px;
    padding: 7px;
    font-size: 13px !important;
    line-height: 1.571 !important;
    margin-top: 5px;
    cursor: default;
    position: absolute;
    top: 5px;
    left: 7px;
    z-index: 10
}

.skeleton-loader-product-card {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #fff;
    padding: 20px 0
}

.skeleton-loader-product-card .ph-h-230 {
    height: 230px !important
}

.skeleton-loader-product-card .ph-h-20 {
    height: 20px !important;
    margin-bottom: 10px !important
}

.skeleton-loader-product-card .ph-h-40 {
    height: 40px !important;
    margin-bottom: 8px !important
}

.skeleton-loader-product-card .ph-item {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}

.skeleton-loader-product-card .direction-rtl {
    direction: rtl
}

.product-seller-details {
    padding-right: 50px;
    position: relative;
    list-style: none
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: #fff
}

.product-seller-details:before {
    content: "\E0B5";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc
}

.product-seller-details-item-grid:before {
    font-size: 21px;
    right: 10px
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #565656
}

.product-seller-details-item-grid .product-main-seller {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: #fff
}

.product-seller-details:before {
    content: "\ea50";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc
}

.product-seller-details-item-grid:before {
    font-size: 21px;
    right: 10px
}

.product-seller-details-item-grid .product-main-seller {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-seller-details-badge-container, .product-seller-details-label {
    font-weight: 400
}

.badge-seller {
    padding: 1px 20px 1px 5px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 1;
    border-radius: 9px;
    margin: 0 5px;
    white-space: nowrap
}

.product-box:hover .product-seller-details-item-grid {
    opacity: 1
}

.product-seller-details-badge-container, .product-seller-details-label {
    font-weight: 400
}

.product-seller-details-badge-container, .product-seller-details-label {
    font-weight: 400
}

.promotion-badge {
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    right: 0;
    z-index: 10;
    white-space: nowrap;
    margin-top: 1px;
    height: 29px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 17px
}

.promotion-box-cover {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    margin-bottom: 27px
}

.promotion-box-cover--out-of-stock {
    border-bottom: 1px solid #969696;
    z-index: 2;
    height: 37px
}

.m-t-lg, .m-v-lg, .promotion-box-cover-text {
    margin-top: 2rem
}

.promotion-box-cover-text {
    white-space: nowrap;
    font-weight: 700;
    z-index: 4;
    background-color: #fff;
    padding: 0 10px
}

.promotion-box-cover > div {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 20%;
    height: 15px
}

.promotion-box-cover--out-of-stock .promotion-box-cover-text {
    color: #ababab;
    font-size: 1.286rem;
    line-height: .222;
    font-weight: 400
}

.promotion-badge--special-sale {
    color: #fb3449;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #fb3449;
    font-weight: 400
}

.product-box-img {
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.promotion-box, .promotion-box-image {
    position: relative
}

.product-box-img {
    height: 230px
}

.product-box-img img {
    overflow: hidden
}

.product-box-img img {
    max-width: 100%;
    max-height: 100%
}

.listing-items .product-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    margin-top: 20px
}

.product-box-title a {
    color: #535353
}

.product-box .c-product-box-variants {
    position: absolute;
    right: 16px;
    list-style: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 12px;
    top: 22px
}

.product-box .c-product-box-variants > li {
    margin: 1px 0;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-box .c-product-box-variants:after {
    content: attr(data-more);
    font-size: 11px;
    font-size: .786rem;
    line-height: 21px;
    color: #ababab;
    letter-spacing: .3px;
    white-space: nowrap;
    line-height: 38px;
    margin-right: 1px
}

.product-box .c-variant {
    display: inline-block;
    margin-top: 28px
}

.product-box .c-variant--color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: 1px solid #ccc !important
}

.listing-items .product-box-variants {
    position: absolute;
    right: 16px;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 12px;
    top: 19px
}

.listing-items .product-box-variants, .listing-items .product-box-variants > li {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.listing-items .product-box-variants, .listing-items .product-box-variants > li {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.listing-items .product-box-variants > li {
    margin: 1px 0;
    height: 10px;
    display: -ms-flexbox;
    display: flex
}

.variant {
    display: inline-block
}

.variant--color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc
}

.product-box-row {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.product-box-row-price {
    margin-top: 13px
}

.header-amazing-search {
    content: "";
    background-color: rgba(255, 80, 98, .89);
    background-image: url(../img/svg/701f8a6b.svg);
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 275px
}

.amazing-search .sidebar-page {
    margin-top: 12px
}

.amazing-search .amazing-content {
    margin-top: 26px
}

.sidebar-title-amazing {
    text-align: center;
    margin-bottom: 25px
}

.amazing-search .breadcrumb-list li a, .amazing-search .breadcrumb-list li:before, .amazing-search .breadcrumb-list li:last-child {
    color: #fff
}

.amazing-search .listing-counter {
    color: #fff
}

.search-page .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.price-value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    color: #fb3449;
    letter-spacing: .8px
}

.price-value--plp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px
}

.price-value del {
    font-size: 16px;
    line-height: 22px;
    float: left;
    letter-spacing: .5px;
    color: #acacac;
    text-decoration: line-through
}

.price-discount-oval {
    background-color: #fb3449;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.375;
    margin-right: 8px;
    min-width: 43px;
    height: 23px;
    float: left
}

.price-value-wrapper {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    text-align: left
}

.price-currency {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

.price-currency {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294
}

.price-value-wrapper .price-currency {
    font-weight: 400;
    font-size: 14px
}

.product-seller-details {
    padding-right: 50px
}

.product-seller-details-item {
    display: none
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #565656
}

.listing-items .product-box:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09);
    z-index: 11
}

.label-check {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #f44336;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 1px 5px;
    font-size: 12px
}

.pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10.5px -10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pager-items, .pager-tabs {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    list-style: none
}

.pager-items li, .pager-tabs li {
    display: inline-block
}

.pager-item, .pager-next, .pager-prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top
}

.pager-item {
    border-radius: 8px;
    color: #535353;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px
}

.pager-item.is-active {
    background-color: #00bfd6;
    border: 1px solid #00bfd6;
    color: #fff
}

.pager-items--partition {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    margin-left: 30px;
    margin-right: 30px
}

.pager-next, .pager-prev {
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 34px;
    font-family: LucidaGrande;
    letter-spacing: .3px;
    color: #6e6e6e
}

.pager-next:before, .pager-prev:before {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-top: 3px
}

.pager-next:before {
    content: "\00bb"
}

.page-404 {
    padding: 68px 0;
    text-align: center;
    line-height: 22px;
    float: right;
    width: 100%
}

.page-404-title h1 {
    font-size: 38px;
    font-weight: 700
}

.page-404-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto
}

.page-404-action {
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none
}

.page-404-action--primary {
    background-color: #6ab946;
    border: 1px solid #4aa42e
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]) {
    position: relative;
    overflow: hidden
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]):before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 200%;
    height: 200%;
    position: absolute;
    right: -50%;
    top: -50%;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    opacity: 0
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    opacity: 1
}

.page-404-action:hover {
    color: #fff
}

.page-404-image {
    width: 90%;
    max-width: 677px;
    margin: auto
}

.page-404-image img {
    width: 100%
}

.cart-empty {
    margin: 27px 0 30px;
    background: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 30px;
    text-align: center;
    line-height: 22px
}

.cart-empty-icon {
    background: #f4f4f4;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    width: 138px;
    height: 140px
}

.cart-empty-icon {
    width: 167px;
    height: 170px;
    line-height: 220px
}

.cart-empty-icon i {
    font-size: 60px;
    color: #a8a8a8
}

.cart-empty-title {
    font-size: 30px;
    margin: 25px 0 10px;
    color: #858585
}

.cart-empty a.dk-btn {
    font-size: 14px;
    padding: 17px 60px
}

.cart-empty-url {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    letter-spacing: -.6px;
    color: #656565;
    margin-top: 40px
}

.cart-empty a.btn-link-spoiler {
    margin-left: 10px
}

.cart-empty a.btn-link-spoiler:before {
    border-left: 1px solid #d5d5d5;
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    height: 100%
}

.cart-empty-url a {
    text-decoration: none;
    color: #009ec9;
    border-bottom: 1px dashed #009ec9
}

.cart-page-title {
    margin: 26px 0 20px;
    padding: 0 30px;
    position: relative
}

.cart-page-title h1 {
    color: inherit;
    font-size: 18px;
    line-height: 31px;
    font-weight: 700
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.number-input {
    border: 1px solid #c8c8d6;
    border-radius: 10px;
    display: inline-flex
}

.number-input, .number-input * {
    box-sizing: border-box
}

.number-input button {
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    position: relative
}

.number-input button:after, .number-input button:before {
    display: block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #c8c8d6
}

.number-input button.plus:after {
    transform: translate(0, 0) rotate(90deg)
}

.number-input input[type=number] {
    max-width: 30px;
    padding: .5rem;
    border: solid #c8c8d6;
    border-width: 0 1px;
    font-size: 18px;
    height: 30px;
    font-weight: 700;
    text-align: center;
    background-color: #fff !important
}

.checkout-content {
    margin: 0 0 10px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff
}

.checkout-header {
    display: flex;
    align-items: center;
    margin: 0 16px;
    padding: 12px 24px 12px 0;
    border-bottom: 1px solid #fff;
    position: relative
}

.checkout-header--express {
    color: #ef394e;
    border-bottom-color: #ef394e
}

.checkout-header:before {
    font-size: 24px;
    position: absolute;
    right: 0
}

.checkout-header--express:before {
    content: "\ea27";
    font-family: 'Nucleo Outline';
    font-size: 18px
}

.checkout-header-title {
    margin-right: 8px;
    color: #858585;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5
}

.checkout-header-extra-info {
    margin-right: 8px;
    color: #a1a3a8;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.5
}

.checkout-items {
    padding: 0;
    list-style: none
}

.checkout-item {
    border-top: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden
}

.checkout-item:first-child {
    border-top: none
}

.checkout-item td, .checkout-item th {
    border: 0
}

.checkout-item td {
    position: relative;
    vertical-align: middle
}

.checkout-btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 23px;
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #999;
    background: #f5f5f5;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    outline: 0 !important
}

.checkout-title {
    font-size: 15px;
    line-height: 1.88;
    margin-bottom: 15px;
    border-bottom: 0
}

.checkout-dealer {
    font-size: 13px;
    line-height: 1.692;
    margin: 7px 0
}

.checkout-guarantee, .checkout-special-deal {
    font-size: 12px;
    line-height: 1.833;
    margin: 7px 0
}

.checkout-variant {
    font-size: 13px;
    line-height: 1.692;
    margin: 7px 0
}

.checkout-variant-value {
    position: relative;
    margin-right: 8px
}

.checkout-variant--color .checkout-variant-value {
    padding-left: 25px
}

.checkout-variant--color .checkout-variant-shape {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    position: absolute;
    left: 0;
    top: 0
}

.checkout-save-for-later {
    text-align: right;
    color: #009ec9 !important;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.833
}

.count-item {
    position: absolute;
    z-index: 1000000;
    right: 19px;
    margin-top: 6px
}

.count-item .nice-select {
    padding-right: 18px;
    padding-left: 30px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8d6;
    clear: none
}

.count-item .nice-select:after {
    left: 12px;
    right: auto
}

.count-item .nice-select.open, .count-item .nice-select:active, .count-item .nice-select:focus {
    border: 1px solid #c8c8d6
}

.count-item .nice-select.right .list {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8d6
}

.count-item .nice-select .option {
    padding-right: 18px;
    padding-left: 29px;
    text-align: right
}

.cart-page .checkout-aside {
    margin-top: 77px;
    margin-bottom: 83px
}

.checkout-summary {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    line-height: 22px
}

.checkout-summary-summary {
    list-style: none;
    padding: 15px 10px;
    margin: 0
}

.checkout-summary-summary li {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0
}

.checkout-summary-summary li:last-child {
    padding-bottom: 0
}

.checkout-summary-summary li span:last-child {
    margin-right: auto
}

.wiki-holder {
    position: relative;
    display: inline-block
}

.checkout-summary-summary .wiki {
    line-height: 32px
}

.checkout-summary-summary li span:last-child {
    margin-right: auto
}

.checkout-summary-summary .wiki:first-of-type {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: #777676
}

.checkout-summary-summary .wiki:last-of-type {
    margin-right: 5px
}

.wiki-sign {
    position: relative;
    margin-right: 5px;
    width: 22px;
    height: 100%;
    display: block;
    margin-top: -4px
}

.wiki-sign:after {
    content: "\ea04";
    font-family: 'Nucleo Outline';
    color: #ababab;
    font-size: 20px;
    line-height: 1.048;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wiki-container {
    position: absolute;
    top: calc(100% + 17px);
    right: -10px;
    padding: 11px 11px 21px;
    min-width: 273px;
    max-width: 394px;
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    z-index: 121;
    display: none
}

.wiki-container.is-right {
    left: -10px;
    right: unset
}

.wiki-arrow {
    position: absolute;
    top: -8px;
    right: 16px;
    width: 13.7px;
    height: 13.7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
    -webkit-box-shadow: inset -1px -1px 0 0 #b8b8b8;
    box-shadow: inset -1px -1px 0 0 #b8b8b8
}

.wiki-container.is-right .wiki-arrow {
    left: 14px;
    right: unset
}

.wiki-text {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    font-weight: 400;
    letter-spacing: -.3px;
    text-align: right;
    direction: rtl;
    color: #777
}

.checkout-summary-devider {
    padding: 0 10px
}

.checkout-summary-devider div {
    width: 100%;
    height: 4px;
    border: 1px solid #e6e6e6;
    border-right: none;
    border-left: none
}

.checkout-summary-content {
    padding: 15px;
    color: #a0a0a0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2
}

.checkout-summary-content .parent-btn {
    text-align: center
}

.checkout-summary-content .parent-btn .dk-btn {
    width: 100%
}

.checkout-summary-price-title {
    text-align: center;
    color: #676767;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: normal
}

.checkout-summary-price-value {
    text-align: center;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: normal;
    color: #fb3449
}

.checkout-summary-price-value-amount {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700
}

.wiki-holder {
    position: relative;
    display: inline-block
}

.checkout-summary-content .wiki {
    line-height: 32px
}

.checkout-summary-content .wiki:last-of-type {
    margin-right: 5px
}

.checkout-feature-aside {
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    font-size: 11px;
    font-size: .786rem;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500
}

.checkout-feature-aside ul {
    padding: 0;
    margin-bottom: 0
}

.checkout-feature-aside-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    padding: 0 27px 0 20px
}

.checkout-feature-aside-item:last-child {
    margin-bottom: 0
}

.checkout-feature-aside-item-guarantee {
    background: url(../img/svg/return-policy.svg) 100% 50% no-repeat;
    background-size: 22px auto
}

.checkout-feature-aside-item-cash {
    background: url(../img/svg/payment-terms.svg) 100% 50% no-repeat;
    background-size: 22px auto
}

.checkout-feature-aside-item-express {
    background: url(../img/svg/delivery.svg) 100% 50% no-repeat;
    background-size: 22px auto
}

main.single-product .breadcrumb {
    font-size: 14px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: auto;
    float: right
}

main.single-product .breadcrumb nav {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

main.single-product .breadcrumb a {
    color: #6a6a6a
}

main.single-product .breadcrumb a:before {
    content: "/";
    color: #cfcfcf;
    letter-spacing: .4px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 400 !important
}

main.single-product .breadcrumb a:first-child:before {
    content: ''
}

main.single-product .product {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding: 20px;
    width: 100%
}

main.single-product .product .zoomWrapper {
    width: 100% !important;
    height: 410px !important;
    float: right;
    margin-bottom: 15px;
    text-align: center
}

main.single-product .product .zoomWrapper img {
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto
}

.zoomWindow {
    border: 2px solid #000 !important
}

.zoomLens {
    width: 150px !important;
    height: 140px !important
}

.add-to-cart-btn {
    display: block;
    padding: 10px 40px 10px 15px;
    color: #fff;
    background-color: #00bfd6;
    border-radius: 5px;
    position: relative;
    flex: 0 0 auto;
    margin-left: 10px
}

.add-to-cart-btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.add-to-cart-btn:hover::before {
    width: 100%
}

.add-to-cart-btn i {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 25px;
    text-align: center
}

.quantity-product {
    flex: 0 0 auto
}

.quantity-product .num-block {
    float: left;
    width: 100%;
    padding: 5px 10px
}

.quantity-product .num-block .num-in {
    float: left;
    width: 94px
}

.quantity-product .num-block .num-in span {
    display: block;
    float: left;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    cursor: pointer
}

.quantity-product .num-block .num-in span.dis:before {
    background-color: #ccc !important
}

.quantity-product .num-block .num-in input {
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid #6e6f7a;
    border-radius: 5px;
    color: #000;
    text-align: center;
    padding: 0
}

.quantity-product .num-block .num-in span.minus:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #00a94f;
    top: 50%;
    left: 0
}

.quantity-product .num-block .num-in span.plus:after, .quantity-product .num-block .num-in span.plus:before {
    content: '';
    position: absolute;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #0040ff;
    top: 50%
}

.quantity-product .num-block .num-in span.plus:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.section-product-gallery {
    border-left: 1px solid #f4f4f4
}

#gallery-slider .swiper-button-next, #gallery-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    outline: 0;
    background-image: unset;
    border-radius: 50%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

#gallery-slider .swiper-button-prev {
    position: absolute;
    right: 4px;
    top: 50%;
    color: #a8a8a8
}

#gallery-slider .swiper-button-next {
    position: absolute;
    left: 4px;
    top: 50%;
    color: #a8a8a8
}

#gallery-slider .swiper-button-next i, #gallery-slider .swiper-button-prev i {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #a8a8a8
}

#gallery-slider .swiper-button-disabled {
    opacity: .1;
    cursor: auto;
    pointer-events: all
}

.remodal-gallery {
    text-align: left;
    max-width: 90vw;
    direction: ltr;
    height: 650px;
    overflow: visible !important
}

.remodal-gallery-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    height: 100%
}

.remodal-gallery-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 85.5%;
    flex: 0 0 85.5%;
    max-width: 85.5%;
    height: 100%
}

.remodal-gallery-content .swiper-container {
    height: 100%
}

.remodal-gallery-content .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100%;
    position: relative
}

.remodal-gallery-content .swiper-slide img {
    max-width: 100%;
    max-height: 90%;
    overflow: hidden
}

.remodal-gallery-side {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 14.5%;
    flex: 0 0 14.5%;
    max-width: 14.5%;
    padding: 13px 27px 13px 0;
    border-left: 1px solid #eaeaea;
    text-align: center;
    height: 100%
}

.remodal-gallery-side .swiper-button-next, .remodal-gallery-side .swiper-button-prev {
    background: hsla(0, 0%, 100%, .8);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    width: 69px;
    height: 69px;
    line-height: 30px;
    font-weight: 700;
    top: auto;
    bottom: auto;
    left: 50%;
    right: auto;
    margin-top: 0;
    margin-left: -35px;
    outline: 0
}

.remodal-gallery-side .swiper-button-next {
    color: #a8a8a8;
    bottom: 5px
}

.remodal-gallery-side .swiper-button-prev {
    color: #a8a8a8;
    top: -25px
}

.remodal-gallery-side .swiper-button-next:before, .remodal-gallery-side .swiper-button-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    font-size: 26px;
    font-family: 'Nucleo Outline'
}

.remodal-gallery-side .swiper-button-next:before {
    content: "\ea39"
}

.remodal-gallery-side .swiper-button-prev:before {
    content: "\ea3c"
}

.remodal-gallery-side .swiper-container {
    height: 100%
}

.remodal-gallery-side .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20%;
    cursor: pointer;
    position: relative
}

.remodal-gallery-side .swiper-slide:before {
    height: 100%;
    width: 2px;
    left: 0;
    position: absolute;
    content: ""
}

.remodal-gallery-side .swiper-slide.swiper-slide-active:before {
    background: #00bfd6
}

.remodal-gallery-side .swiper-slide img {
    opacity: .45;
    max-width: 100%;
    max-height: 100%
}

.remodal-gallery-side .swiper-slide.swiper-slide-active img {
    opacity: 1
}

main.single-product .product #gallery_01f {
    width: 100% !important
}

main.single-product .product .gallery-items {
    list-style: none;
    float: right;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    text-align: center
}

main.single-product .product .gallery-items li img {
    height: 60px;
    width: 60px;
    padding: 10px 10px;
    display: inline-block
}

main.single-product .product .gallery-items.show-sm li {
    display: flex;
    align-items: center;
    justify-content: center
}

main.single-product .product .gallery-items.hidden-sm li {
    height: 80px;
    padding: 10px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    cursor: pointer
}

main.single-product .product .gallery-items li a {
    opacity: .6
}

main.single-product .product .gallery-items li a img {
    max-width: 100%
}

main.single-product .product .gallery-items.hidden-sm li:hover img {
    opacity: 1
}

main.single-product .product .gallery-items li:last-child img {
    opacity: .4
}

main.single-product .product .gallery-items li:last-child:hover img {
    opacity: .5
}

main.single-product .product .gallery-items li button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 34px;
    color: #fff;
    background-color: rgba(115, 114, 115, .6);
    font-size: 28px;
    position: absolute;
    top: 30%;
    right: 25%;
    outline: 0;
    cursor: pointer
}

main.single-product .product .gallery-items li button span {
    position: absolute;
    top: -10px;
    right: 6px
}

main.single-product .product .gallery-items .owl-nav .owl-next, main.single-product .product .gallery-items .owl-nav .owl-prev {
    width: 39px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: 0
}

main.single-product .product .gallery-items .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    top: 34%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px
}

main.single-product .product .gallery-items .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    top: 34%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0
}

main.single-product .product .gallery-items .owl-nav .disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: all
}

main.single-product .product .gallery-items .owl-nav .owl-next i, main.single-product .product .gallery-items .owl-nav .owl-prev i {
    font-size: 17px;
    color: #979898;
    line-height: 52px
}

main.single-product .gallery-modal .modal-header {
    z-index: 1000000000
}

main.single-product .gallery-modal .close {
    left: 10px;
    right: auto;
    background: 0 0;
    font-size: 30px
}

main.single-product .gallery-modal {
    padding-right: 0 !important
}

main.single-product .modal-content {
    overflow: hidden
}

main.single-product .gallery-modal .modal-dialog {
    max-width: 1200px
}

main.single-product .gallery-modal .owl-thumbs button {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: none;
    width: 90px;
    height: 60px;
    margin: 20px auto;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
    border: 0;
    border-left: 2px solid transparent;
    outline: 0;
    display: block;
    margin-bottom: 15px
}

main.single-product .gallery-modal .owl-thumbs button.active {
    border-left: 2px solid #00bfd6
}

main.single-product .gallery-modal .owl-thumbs button img {
    position: absolute;
    top: 5px;
    right: 0;
    max-width: 100%
}

main.single-product .gallery-modal .owl-next, main.single-product .gallery-modal .owl-prev {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    width: 69px;
    height: 69px;
    z-index: 1000000000000;
    opacity: 1;
    color: #000;
    outline: 0;
    position: absolute;
    font-size: 20px
}

main.single-product .gallery-modal .owl-prev {
    top: -30px;
    right: -15%
}

main.single-product .gallery-modal .owl-next {
    right: -15%;
    bottom: 0
}

.wrapper-gallery {
    height: 500px
}

.wrapper-gallery .swiper-slide img {
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover
}

.wrapper-gallery .Thumbs-gallery-modal img {
    max-width: 100%
}

.Thumbs-gallery-modal .swiper-slide {
    opacity: .4
}

.Thumbs-gallery-modal .swiper-slide-active {
    opacity: 1
}

.product-title {
    border-bottom: 1px solid #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 8px
}

.product-title h1 {
    line-height: 1.467;
    color: #494949;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1.294 !important;
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-title h1 span.fake-label {
    background-color: #f7f7ef;
    color: #c89748;
    border-radius: 10px;
    padding: 7px;
    font-size: 14px !important;
    line-height: 1.571 !important;
    margin-top: 5px;
    cursor: default
}

.product-title h1 span.product-title-en {
    color: #b5b5b5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px !important;
    line-height: 1.571 !important;
    display: block;
    margin-top: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-directory ul {
    margin-right: -28px;
    list-style: none;
    padding: 0;
    display: inline-block
}

.product-directory li {
    margin-right: 28px;
    display: inline-block;
    font-size: 13px
}

.product-variant {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

.product-variant > span {
    font-size: inherit;
    color: inherit;
    padding-left: 15px;
    margin-top: 3px;
    float: right
}

.product-variants {
    margin-right: -8px;
    list-style: none;
    padding: 0;
    display: inline-block;
    max-width: calc(100% - 100px);
    margin-bottom: 0
}

.product-variants li {
    margin: 0 8px 8px 0;
    display: inline-block
}

.c-ui-variant--hide {
    display: none !important
}

.product-variants.active .c-ui-variant--hide {
    display: inline-block !important
}

.c-ui-variant {
    display: inline-block;
    position: relative
}

.c-ui-variant--color .c-ui-variant-shape {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 5px;
    background: #ccc;
    border: 1px solid #ccc;
    content: ""
}

.c-ui-variant input[type=radio] {
    visibility: hidden;
    position: absolute
}

.c-ui-variant--check {
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 5px;
    color: #6f6f6f;
    padding: 3px 10px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: block
}

.c-ui-variant--color .c-ui-variant--check {
    padding-right: 37px
}

.product-variant .show-less {
    display: none
}

.variant-selector:checked + .c-ui-variant--check {
    border-color: #00bfd6
}

.product-guarantee {
    margin: 10px 0 15px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

.product-guarantee i {
    float: right;
    margin: 4px 0 0 10px;
    color: #3081fb
}

.product-guarantee p {
    float: right
}

.product-delivery-seller i {
    font-size: 20px;
    color: #c1c1c1;
    float: right;
    margin-left: 7px
}

.product-delivery-seller span {
    float: right;
    margin-left: 7px
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
    float: right
}

.price-discount {
    font-size: 14px;
    font-size: 1rem;
    line-height: 28px;
    margin-right: auto;
    background-color: #ef5662;
    height: 28px;
    color: #fff;
    padding: 0 10px;
    border-radius: 0 19px 19px 19px;
    letter-spacing: .5px;
    position: relative;
    display: inline-block
}

.price-product > :not(:first-child) {
    margin-right: 10px
}

.price-product .price-discount {
    height: 32px;
    padding: 0 22px
}

.price-product .price-discount, .price-product .price-discount span {
    font-size: 16px;
    line-height: 32px
}

.price-discount[data-title]:before {
    position: absolute;
    bottom: 100%;
    right: 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
    color: #7f7f7f;
    content: attr(data-title)
}

.price-product .price-discount, .price-product .price-discount span {
    font-size: 16px;
    line-height: 32px
}

.product-add {
    margin: 15px 0
}

.product-add .dk-btn-info {
    font-size: 18px
}

.product-guaranteed {
    margin-right: auto;
    letter-spacing: -.3px;
    font-size: 11px;
    line-height: 2.18;
    color: #4b4b4b;
    position: relative;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    text-align: center;
    padding: 60px 20px 0
}

.product-guaranteed:before {
    content: "\f0a3";
    font-family: FontAwesome;
    font-size: 35px;
    color: #ff637d;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%)
}

.product-guaranteed:after {
    content: "\ea22";
    font-family: 'Nucleo Outline';
    position: absolute;
    right: 50%;
    top: 27%;
    transform: translate(50%);
    color: #fff;
    font-size: 15px
}

.product-params {
    height: 140px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative
}

.product-params .sum-more {
    width: 100%;
    position: absolute;
    height: 30px;
    text-align: right;
    background: #fff;
    bottom: 0;
    right: 0;
    line-height: 27px;
    font-size: 13px;
    box-shadow: 0 0 10px #fff;
    cursor: pointer
}

.product-params .show-less {
    display: none
}

.product-params.active {
    height: auto
}

.product-params ul {
    list-style: none;
    padding: 0;
    color: #55565a;
    margin-bottom: 0;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833
}

.product-params ul:before {
    content: attr(data-title);
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: list-item;
    font-weight: 700
}

.product-params ul li {
    margin: 5px 15px;
    width: 100%;
    font-size: 13px;
    position: relative
}

.product-params ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: -14px
}

.product-params ul li span {
    margin-left: 5px;
    white-space: normal;
    display: inline-block
}

.product-params ul li span:first-child {
    font-weight: 700
}

ul.gallery-options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000
}

ul.gallery-options li {
    margin-bottom: 5px;
    z-index: 980;
    position: relative
}

ul.gallery-options button {
    width: 41px;
    height: 41px;
    border-radius: 8px;
    background-color: #fff;
    border: 0;
    color: #565656;
    cursor: pointer;
    outline: 0;
    font-size: 24px
}

ul.gallery-options a img, ul.gallery-options button img {
    width: 28px;
    display: block;
    margin: auto
}

.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none
}

.modal .modal-header .close {
    color: #666;
    text-shadow: none;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 10px;
    padding: 0;
    opacity: 1;
    right: auto;
    left: 27px
}

ul.gallery-options .tooltip-option {
    opacity: 0;
    visibility: hidden;
    padding: 9px 15px;
    background-color: #6f6f6f;
    color: #fff;
    z-index: 4;
    font-size: 13px;
    line-height: 1.692;
    position: absolute;
    top: 2px;
    right: 60px;
    width: 160px;
    text-align: center;
    transition: all .2s ease-in
}

ul.gallery-options .tooltip-option::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #6f6f6f
}

ul.gallery-options li:hover .tooltip-option {
    opacity: 1;
    visibility: visible
}

.favorites {
    color: #f44336 !important
}

.modal-share .modal-content .modal-header button {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    color: #565656;
    cursor: pointer;
    outline: 0;
    font-size: 24px
}

.modal-share .modal-content .modal-header button {
    position: absolute;
    left: 27px;
    right: auto;
    top: 30px;
    outline: 0
}

.modal-share .modal-content .form-share-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px
}

.modal-share .modal-content .btn-group-share {
    list-style: none;
    padding: 0;
    margin-right: -12px;
    text-align: center
}

.modal-share .modal-content .btn-group-share li {
    display: inline-block;
    margin-right: 12px
}

.modal-share .modal-content .btn-share {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px
}

.modal-share .modal-content .btn-share img {
    width: 25px;
    margin-top: -6px
}

.modal-share .modal-content .btn-share:hover {
    color: #fff
}

.modal-share .modal-content .btn-share-twitter {
    background: #4dcceb
}

.modal-share .modal-content .btn-share-facebook {
    background: #4d8deb
}

.modal-share .modal-content .btn-share-google-plus {
    background: #eb4d4d
}

.modal-share .modal-content .btn-share-whatsapp {
    background: #43d854
}

.modal-share .modal-content .ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    font-family: iranyekan;
    outline: 0
}

.modal-share .modal-content .btn-primary {
    border-radius: 8px;
    color: #fff;
    border: none;
    min-width: 161px;
    text-decoration: none;
    background-color: #00bfd6;
    border: 1px solid #148693;
    font-family: iranyekan;
    font-size: 14px;
    padding: 10px;
    cursor: pointer
}

.modal-share .modal-content .ui-url {
    display: block
}

.modal-share .modal-content .ui-url-field {
    background: 0 0;
    border: none;
    border: 1px solid #efefef;
    border-radius: 6px;
    color: #a9a9a9;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    padding: 10px;
    width: 100%;
    letter-spacing: -.4px;
    direction: ltr;
    outline: 0;
    margin-top: 12px
}

#product-seller-info-box {
    position: relative;
    max-width: 400px;
    margin: auto
}

#product-seller-info-box #product-seller-info {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    box-shadow: none;
    display: none
}

.skeleton-loader {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 336px;
    z-index: 100;
    background-color: #fff;
    padding: 20px 0
}

.skeleton-loader .ph-h-40 {
    height: 40px !important
}

.skeleton-loader .ph-h-60 {
    height: 60px !important
}

.skeleton-loader .ph-item {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}

#product-seller-info ul {
    position: relative;
    min-height: 206px;
    max-height: 300px
}

#product-seller-info ul ul:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0), #ececec)
}

#product-seller-info ul li {
    position: relative;
    font-size: .9rem;
    color: #000;
    cursor: default
}

#product-seller-info ul li a {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    padding-right: 70px
}

#product-seller-info ul li i {
    font-size: 1.7rem;
    color: #9b9b9b;
    position: absolute;
    top: 30%;
    right: 20px
}

#product-seller-info ul li img {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 24px
}

.c-product-info-box-body-wrapper {
    overflow-y: auto;
    position: relative;
    height: 220px;
    padding: 10px 20px 20px
}

.c-product-info-box-body-wrapper::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 16px
}

.product-stock-title {
    display: flex;
    color: #969696;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.product-stock-title:after, .product-stock-title:before {
    content: "";
    margin: .7rem;
    flex: 1;
    height: 1px;
    background: #969696
}

.c-product-info-box-body-wrapper::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.c-product-info-box-body-wrapper::-webkit-scrollbar-track:hover {
    background-color: #f5f5f5
}

.c-product-info-box-body-wrapper::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #f5f5f5
}

.c-product-info-box-body-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}

.c-product-info-box-body-wrapper::-webkit-scrollbar-button {
    display: none
}

.product-seller-row--other-sellers {
    padding: 10px 0
}

.product-seller-row--other-sellers a {
    border-top: 1px solid #e4e4e4
}

.product-seller-row--other-sellers a:focus, .product-seller-row--other-sellers a:hover {
    color: #000;
    background-color: transparent
}

.product-seller-row-main {
    float: right;
    font-size: 1rem
}

.product-seller-row-info {
    color: #00bfd6;
    font-weight: 700;
    float: left
}

.c-product-info-box-row {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4
}

.c-badge-seller {
    padding: 1px 20px 1px 5px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 1;
    border-radius: 9px;
    margin: 0 5px;
    white-space: nowrap
}

.c-badge-seller--prominent {
    color: #388e3c;
    height: 18px;
    background: #f2f8f2 url(../img/prominent.svg) no-repeat 100%
}

.c-product-feedback {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    width: 30%
}

.c-product-feedback-percent {
    font-size: 1.5rem;
    color: #c62828;
    background: #ffebee;
    border-radius: .5rem
}

.c-product-feedback-percent--green {
    color: #388e3c;
    background-color: #e8f5e9
}

.c-product-additional-item {
    color: #686868;
    font-size: 12px
}

.c-product-additional-item i {
    float: right;
    margin: 5px 0 5px 5px;
    font-size: 16px
}

.product-feature-box {
    border-top: 1px solid #f4f4f4;
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
    padding-top: 15px;
    position: absolute;
    bottom: 30px
}

.card-wallet {
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6
}

.product-feature-col {
    flex: 0 0 20%;
    max-width: 20%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.product-feature-item {
    display: flex;
    align-items: center;
    color: #9b9b9b;
    font-size: .7rem
}

.product-feature-item img {
    float: right;
    max-width: 20px;
    margin-left: 5px
}

.u-text-big {
    font-size: 1.2rem
}

.u-text-secondary {
    color: #979797
}

.c-product-info-box-feedbacks, .c-product-info-box-v-feedbacks {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center
}

.c-product-v-feedback-label {
    font-size: .8rem;
    text-align: left
}

.c-product-v-feedback-bar {
    position: relative;
    height: .5rem;
    border-radius: .5rem;
    background: #ccc
}

.c-product-v-feedback-bar--very-green {
    position: absolute;
    background-color: #47ae4c
}

.c-product-v-feedback-bar--green {
    position: absolute;
    background-color: #7ed321
}

.c-product-v-feedback-bar--yellow {
    position: absolute;
    background-color: #ffea00
}

.c-product-v-feedback-bar--orange {
    position: absolute;
    background-color: #ff9100
}

.c-product-v-feedback-bar--red {
    position: absolute;
    background-color: #ec3131
}

.c-product-seller-first-line {
    font-size: 14px
}

.c-product-seller-name {
    font-weight: 700
}

.c-product-seller-second-line {
    font-size: .9rem;
    color: #00bfd6
}

.u-text-bold {
    font-weight: 700
}

.u-divider:before {
    content: "|";
    display: inline-block;
    color: #e4e4e4;
    margin: 0 4px
}

#product-seller-info ul li a:hover {
    color: #000;
    background-color: #ececec;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4
}

#product-seller-info ul .price-value {
    float: none
}

.bottom-seller-info a {
    border: 1px solid #41a7b4
}

.bottom-seller-info .dk-btn:before {
    width: 60px
}

.bottom-seller-info a:hover {
    background-color: #00bfd6
}

.dk-no-icon {
    padding: 15px 20px;
    font-size: 16px
}

.dk-no-icon:hover {
    background: #959595
}

.dk-no-icon::before {
    display: none
}

.tooltip {
    font-family: iranyekan
}

.box-suppliers .o-headline--delivery {
    padding-right: 0;
    font-size: 16px;
    line-height: 1.571;
    font-weight: 700
}

.seller-list-section {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    position: relative
}

.seller-list-section .btn-link-border {
    font-size: 18px
}

.seller-list-section .show-less {
    display: none
}

.table-suppliers {
    height: 161px;
    overflow-y: hidden
}

.table-suppliers.active {
    height: auto
}

.table-suppliers tr {
    border-bottom: 1px solid #e8e8e8
}

.table-suppliers tr.active {
    background: #f4fbff;
    border: 1px solid #19bfd3
}

.table-suppliers td {
    vertical-align: middle;
    border: 0
}

.table-suppliers td.add-to-cart {
    width: 150px
}

.table-suppliers td i {
    float: right;
    margin: 10px;
    margin-left: 8px;
    font-size: 18px;
    color: #9a9a9a
}

.table-suppliers td img {
    float: right;
    margin: 10px;
    margin-left: 8px
}

.table-suppliers td > p {
    float: right;
    margin-bottom: 0;
    margin-top: 12px
}

.table-suppliers td .name-supplier {
    margin-top: 0
}

.table-suppliers td a.rate-supplier {
    float: right;
    width: 100%;
    margin: -10px 34px 6px;
    color: #00bfd6
}

.table-suppliers .btn-add-to-cart {
    background-color: transparent;
    color: #00bfd6;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #00bfd6;
    padding: 6px 16px
}

.table-suppliers .btn-add-to-cart:hover {
    background-color: #00bfd6;
    color: #fff
}

.box-tabs .tab-items ul {
    list-style: none;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    letter-spacing: -.4px;
    width: 100%;
    padding: 0
}

.box-tabs-tab {
    border-left: 1px solid #dfdfdf;
    position: relative
}

.box-tabs-tab a {
    padding: 14px 20px;
    position: relative;
    color: #6f6f6f;
    display: block;
    line-height: 27px
}

.box-tabs-tab a.active {
    padding-bottom: 14px;
    color: #6f6f6f;
    background: #fff;
    margin-bottom: -1px;
    padding-top: 15px
}

.box-tabs-tab a.active {
    border-right: 1px solid #dfdfdf;
    margin-right: -1px
}

.box-tabs-tab .active:before {
    display: block;
    content: "";
    left: -1px;
    right: -1px;
    bottom: 100%;
    height: 4px;
    background: #00bfd6;
    position: absolute
}

.box-tabs-tab i {
    color: #c3c3c3;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 23px
}

.comments-headline {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.571;
    letter-spacing: -.6px;
    color: #6f6f6f
}

.comments-headline > span {
    margin-top: 10px;
    width: 100%;
    display: inline-flex
}

.comments-headline > span span {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    color: #6f6f6f;
    margin: 0 3px
}

.comments-summary-box, .comments-summary-note {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px
}

.comments-summary-note > span {
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
    color: #5a5a5a;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    display: block
}

.comments-summary-note p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2.27;
    margin-bottom: 35px;
    color: #676767
}

.comment-body .message-light {
    margin: 15px 0
}

.message-light--purchased {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.23;
    background-color: #fdfff8;
    border: 1px solid #e2f0d5;
    border-radius: 3px;
    color: rgba(36, 90, 29, .98);
    padding: 7px 40px 7px 12px
}

.message-light--purchased:before {
    content: "\ea1d";
    font-family: 'Nucleo Outline';
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 6px
}

.comments-user-shopping {
    list-style: none;
    padding: 5px 0 0
}

.comments-user-shopping > li {
    margin: 20px 0
}

.comments-user-shopping > li .cell {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #777;
    margin: 5px 0
}

.comments-user-shopping > li .color-cell {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.comments-user-shopping > li .color-cell .shopping-color-value {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px
}

.comments-user-shopping > li .seller-cell:before {
    content: "\ea50";
    font-family: 'Nucleo Outline';
    position: relative;
    top: 3px;
    margin-left: 7px
}

.comments-product-attributes-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px
}

.comments-product-attributes .slider.slider-horizontal {
    width: 70%
}

.comments-product-attributes .slider.slider-horizontal.slider-rtl .slider-track {
    background: #d5d5d5;
    height: 5px
}

.comments-product-attributes .slider-selection.tick-slider-selection {
    background: #35ccde
}

.comments-product-attributes .slider-tick {
    width: 12px;
    height: 12px;
    background: silver;
    border: 2px solid #fcfcfc;
    top: 2px
}

.comments-product-attributes .slider-tick.in-selection {
    width: 12px;
    height: 12px;
    border: 2px solid #fcfcfc;
    background-color: #35ccde;
    top: 2px
}

.comments-product-attributes .slider-handle {
    width: 19px;
    height: 19px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    background: #35ccde;
    top: -3px
}

.comments-add-col--content input::placeholder, .comments-add-col--content textarea::placeholder {
    padding-right: 7px
}

.comments-add-col--content h3 {
    margin-bottom: 45px;
    letter-spacing: -.5px;
    font-size: 22px;
    line-height: 1.5;
    color: #555
}

.comments-add-col--content .cl-circle-title {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    float: right;
    margin: 8px 0 0 10px
}

.comments-add-col--content .cl-circle-title.cl-primary {
    background: #00bfd6
}

.comments-add-col--content .cl-circle-title.cl-red {
    background: #fb3449
}

.comments-add-col--content .btn-primary {
    float: right
}

.comments-add-col--content p {
    font-size: 14px;
    line-height: 1.36;
    text-align: justify;
    float: right;
    margin: 10px
}

.comments-add-col--content .add-points {
    width: 30px;
    height: 28px;
    background: 0 0;
    position: absolute;
    left: 6px;
    top: 8px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #878787;
    border-radius: 4px;
    color: #878787;
    font-size: 24px;
    line-height: 23px;
    outline: 0;
    display: none
}

.tag-input-st .bootstrap-tagsinput {
    width: 100%;
    padding: 0
}

.tag-input-st .bootstrap-tagsinput input {
    width: 100%;
    line-height: 1.571;
    padding: 11px 12px
}

.tag-input-weak .addui-Tags .addui-Tags-tag, .tag-input-weak .addui-Tags .addui-Tags-tag.addui-Tags-removable:after {
    color: #f44336
}

.o-text-blue {
    color: #1ca2bd
}

.message-light--opinion-positive {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.23;
    background-color: #f1feff;
    border: 1px solid #c2f2f7;
    border-radius: 3px;
    color: #1599a9;
    padding: 7px 40px 7px 12px
}

.message-light--opinion-positive:before {
    content: "\ea37";
    font-family: 'Nucleo Outline';
    position: absolute;
    right: 12px;
    top: 3px;
    font-size: 17px
}

.param-title {
    color: #6f6f6f;
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px
}

.param-title, .param-title span {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    letter-spacing: -.3px
}

.param-title span {
    display: block;
    color: #a7a7a7
}

.box-tabs .card-body {
    background-color: #fff
}

.box-tabs h1, .box-tabs h2, .box-tabs h3, .box-tabs h4, .box-tabs h5, .box-tabs h6 {
    font-weight: 700
}

.box-tabs .card-body h1 {
    font-size: 20px
}

.box-tabs .card-body h2 {
    font-size: 19px
}

.box-tabs .card-body h3 {
    font-size: 18px
}

.box-tabs .card-body h4 {
    font-size: 17px
}

.box-tabs .card-body h5 {
    font-size: 16px
}

.box-tabs .card-body h6 {
    font-size: 15px
}

.box-content-product {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
    border-top: 0
}

.parent-expert {
    position: relative
}

.content-expert-evaluation {
    margin: 30px -10px 40px
}

.content-expert-evaluation-negative, .content-expert-evaluation-positive {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.content-expert-evaluation-positive span {
    color: #00bfd6;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400
}

.content-expert-evaluation-negative span {
    color: #f44336;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400
}

.content-expert-evaluation-negative ul, .content-expert-evaluation-positive ul {
    list-style: none;
    padding: 0
}

.content-expert-evaluation-negative ul li, .content-expert-evaluation-positive ul li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative
}

.content-expert-evaluation-negative ul li:before, .content-expert-evaluation-positive ul li:before {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    right: 0
}

.content-expert-evaluation-positive ul li:before {
    background-color: #00bfd6
}

.content-expert-rating {
    list-style: none;
    padding: 5px 13px 33px 60px;
    background: #fff;
    border-radius: 5px
}

.content-expert-rating > li {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
    align-items: center;
    margin-top: 15px
}

.content-expert-rating > li:first-child {
    margin-top: 0
}

.content-expert-rating > li .cell {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px
}

.content-expert-rating > li .cell:first-child {
    flex: 0 0 45%;
    max-width: 45%
}

.content-expert-rating > li .cell:last-child {
    flex: 0 0 55%;
    max-width: 55%
}

.rating {
    position: relative;
    height: 4px;
    border-radius: 3px;
    background: #eaeaea
}

.rating--general {
    background-color: #d5d5d5
}

.rating[data-rate-digit]:before {
    position: absolute;
    right: 100%;
    top: 50%;
    content: attr(data-rate-digit);
    margin-right: 11px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rating-rate {
    width: 0;
    height: 100%;
    background: silver;
    border-radius: 3px
}

.rating--general .rating-rate {
    background-color: #00bfd6
}

.tab-content .content-expert {
    height: 250px;
    overflow: hidden;
    padding-bottom: 20px
}

.tab-content .content-expert p {
    max-width: 800px;
    margin: 0 auto !important;
    text-align: justify;
    font-size: 14px;
    color: #625f5f;
    line-height: 30px
}

.tab-content .sum-more {
    width: 100%;
    position: absolute;
    height: 50px;
    text-align: center;
    background: #fff;
    bottom: 0;
    right: 0;
    line-height: 47px;
    font-size: 13px;
    box-shadow: 0 0 10px #fff;
    cursor: pointer
}

.tab-content .show-less {
    display: none
}

.tab-content .shadow-box {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 41px;
    height: 100px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    width: 100%;
    margin: auto
}

.tab-content .content-expert.active {
    height: auto
}

.tab-content .accordion .card {
    box-shadow: none
}

.tab-content .accordion .card .card-header {
    background-color: #fff;
    padding: 0;
    border-bottom: 0
}

.tab-content .accordion h5 button {
    font-family: iranyekan;
    color: #000;
    padding-right: 50px;
    position: relative
}

.tab-content .accordion h5 button::before {
    content: '-';
    width: 38px;
    height: 32px;
    line-height: 32px;
    background-color: #a7a9a9;
    position: absolute;
    right: 0;
    top: 10px;
    border: none;
    color: #fff;
    border-radius: 0 15px 15px 15px;
    outline: 0
}

.tab-content .accordion h5 button.collapsed::before {
    content: '+'
}

.box-tabs .card-body {
    font-family: iranyekan
}

.box-tabs .card-body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto !important;
    height: auto !important
}

.box-tabs .card-body p {
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    margin: 20px 0;
    text-align: justify
}

.params section {
    margin-bottom: 20px;
    float: right;
    width: 100%
}

.params .params-title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.3px
}

.params .params-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #00bfd6;
    transform: rotate(45deg)
}

.params .params-list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px
}

.params .params-list li {
    margin: 8px -8px;
    width: 100%;
    float: right;
    padding-right: 19px
}

.params .params-list li .params-list-key {
    float: right;
    width: 19%;
    margin-left: 20px;
    background: #f6f6f6;
    padding: 14px 18px 12px;
    margin-bottom: 10px
}

.params .params-list li .params-list-key span.block {
    display: block;
    font-weight: 700
}

.params .params-list li .params-list-value {
    float: left;
    width: 79%;
    font-size: 13px;
    background: #f6f6f6;
    padding: 14px 18px 14px;
    margin-bottom: 5px
}

#chart * {
    font-family: iranyekan !important
}

.apexcharts-yaxis {
    transform: translate(10px, 0)
}

.apexcharts-title-text {
    font-size: 20px
}

.comments-area {
    margin-top: -60px
}

.comments-area ol.comment-list {
    list-style: none;
    float: right;
    padding: 0;
    width: 100%
}

.comments-area .comment-content {
    padding-bottom: 35px
}

.comments-area ol.comment-list li .comment-body {
    font-size: 14px;
    margin-top: 50px;
    padding: 20px 40px 20px 20px;
    line-height: 30px;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 10px
}

.comments-area ol.comment-list .comment-title {
    font-size: 19px;
    line-height: 1.158;
    color: #5f5f5f;
    font-weight: 500
}

.comments-area ol.comment-list .comment-author {
    font-size: 14px;
    line-height: 1.571;
    display: block;
    color: #adadad;
    margin-top: 5px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.comments-area ol.comment-list li .comment-body p {
    text-align: justify
}

.comments-area ol.comment-list .footer {
    position: absolute;
    bottom: -30px;
    left: 30px
}

.comments-likes {
    text-align: left;
    color: #777;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

.form-comment .btn {
    padding: 13px 40px;
    border-radius: 10px;
    font-size: 18px
}

.form-comment .form-account-agree {
    margin: 10px 20px 0 0
}

.faq-list {
    list-style: none;
    padding: 0;
    margin-top: 40px
}

.faq-list > li {
    position: relative;
    border: 1px solid #dbdbdb;
    background: #fcfcfc;
    margin-right: 171px;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    min-height: 220px
}

.faq-list > li.is-question {
    border-radius: 5px
}

.faq-list > li.is-answer {
    border-radius: 0 0 5px 5px;
    margin-top: -8px
}

.faq-list > li:after, .faq-list > li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #dbdbdb;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    left: 100%;
    top: 50px
}

.faq-list > li + li.is-question {
    margin-top: 10px
}

.faq-list > li .section .header {
    width: 122px;
    margin-left: 44px;
    padding-top: 64px;
    position: absolute;
    left: 100%;
    top: -40px;
    text-align: center
}

.faq-list > li.is-question .section .header {
    font-size: 62px;
    padding-top: 75px;
    color: #35ccde
}

.faq-list > li.is-question .section .header:before {
    content: "?"
}

.faq-list > li.is-question .section .header:after {
    content: '';
    position: absolute;
    top: 32%;
    right: 21%;
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 2px solid #35ccde;
    border-radius: 10px
}

.faq-list > li .section .header .h5 {
    color: #7a7a7a;
    font-size: 26px;
    font-size: 1.857rem;
    line-height: 1.692;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    text-align: center
}

.faq-list > li .section .header .h5 span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #959595
}

.faq-list > li .section > p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2.4
}

.faq-list > li .section .footer {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    right: 0;
    bottom: 25px;
    padding: 0 29px
}

.faq-list > li .section .footer em {
    color: #d3d3d3;
    font-style: normal;
    margin-left: auto
}

.btn-link-spoiler {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    position: relative;
    display: inline-block
}

.btn-link-spoiler:focus, .btn-link-spoiler:hover {
    color: #1ca2bd
}

.faq-list > li .section .footer .btn-link-spoiler {
    margin-right: 20px;
    position: relative
}

.btn-link-spoiler:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd
}

.faq-list > li:after {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fcfcfc;
    top: 51px
}

.faq-list > li.is-answer {
    background: #fff
}

.faq-list > li.is-answer .section .header {
    font-size: 79px;
    padding-top: 10px;
    color: #ffd188
}

.faq-respondent-role {
    border-radius: 11.5px;
    padding: 0 12px;
    max-width: 68px;
    margin: 7px auto 0
}

.faq-respondent-role--buyer {
    background-color: #f1f1f1;
    color: #959595 !important
}

.faq-list > li .section .header .h5 span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #959595
}

.faq-answer {
    margin-top: 10px
}

.faq-answer-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.faq-answer-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.faq-answer-col--form {
    padding-left: 10px;
    padding-right: 0
}

.faq-answer-col--form span.h3 {
    margin-bottom: 45px;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.048;
    letter-spacing: -.8px;
    color: #7a7a7a;
    display: block
}

.form-faq-answer-row {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.form-faq-answer-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.ui-textarea {
    display: inline-block;
    width: 100%;
    position: relative
}

.ui-textarea-field {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    outline: 0;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.58
}

.form-faq-answer .c-ui-textarea-field {
    height: 267px
}

.form-faq-answer-col--agreement {
    line-height: 1.692;
    color: #6f6f6f;
    font-weight: 700;
    letter-spacing: -.5px
}

.form-faq-answer-col--agreement p {
    margin-top: -2px !important;
    font-size: 13px !important
}

.faq-answer-col--rules {
    border-right: 1px solid #f0f0f0;
    padding-right: 25px
}

.faq-answer-col--rules span.h4 {
    padding-right: 37px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    letter-spacing: -.7px;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    color: #7a7a7a;
    display: block
}

.faq-answer-col--rules span.h4:before {
    content: "\ea0f";
    font-family: 'Nucleo Outline';
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 22px
}

.faq-rules-list {
    list-style: none
}

.faq-rules-list li {
    margin: 15px 0 0;
    position: relative;
    padding-right: 33px
}

.faq-rules-list li:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 7px;
    right: 8px;
    background: #e2e2e2;
    position: absolute;
    content: ""
}

.faq-rules-list span.h5 {
    font-weight: 600;
    letter-spacing: -.5px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571 !important;
    color: #7a7a7a;
    display: block
}

.faq-rules-list p {
    font-size: 14px !important;
    line-height: 1.571 !important;
    margin-top: 10px;
    color: #959595 !important;
    letter-spacing: -.7px
}

.btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    outline: 0 !important;
    cursor: pointer
}

.comments-likes .btn-like {
    margin-right: 17px
}

.btn-like[data-counter]:before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: inherit;
    content: attr(data-counter)
}

.form-comment form button, .form-comment form textarea {
    font-family: iranyekan
}

.form-comment form textarea {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    outline: 0;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.58
}

.form-comment form textarea:focus {
    border: 1px solid #c8c8c8;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #2c2c2c
}

main.profile-user-page .profile-box {
    margin-bottom: 21px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede
}

main.profile-user-page .profile-box-header {
    position: relative;
    background-color: #00bfd6;
    height: 47px
}

main.profile-user-page .profile-box-avatar img {
    width: 54px;
    height: 54px;
    background: #fff;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%
}

main.profile-user-page .profile-box-btn-edit {
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 60%;
    margin-left: -52px;
    background: #fff;
    outline: 0;
    cursor: pointer
}

main.profile-user-page .profile-box-btn-edit i {
    float: right;
    font-size: 11px;
    position: absolute;
    right: 1px;
    top: 2px;
    color: #a8a8a8
}

main.profile-user-page .profile-box-username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -.5px
}

main.profile-user-page .profile-box-tabs {
    border-top: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    min-height: 47px;
    text-align: center
}

main.profile-user-page .profile-box-tabs a.profile-box-tab {
    display: inline-block;
    max-width: 50%;
    padding: 10px;
    font-weight: 500;
    letter-spacing: -.3px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #7b7b7b;
    position: relative
}

main.profile-user-page .profile-box-tabs a.profile-box-tab:first-child {
    border-left: 1px solid #ebebeb
}

main.profile-user-page .profile-box-tabs i {
    display: block
}

main.profile-user-page .modal-width-custom .modal-dialog {
    max-width: 600px
}

main.profile-user-page ul.profile-avatars li {
    display: inline-block;
    margin: 0 4px
}

main.profile-user-page .profile-avatars-item {
    width: 112px;
    height: 112px;
    background: 50% 50% no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 30px;
    cursor: pointer
}

main.profile-user-page .profile-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 21px
}

main.profile-user-page .profile-menu-header {
    padding: 18px 39px 18px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #535353;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

main.profile-user-page .profile-menu-items {
    list-style: none;
    font-size: 14px;
    line-height: 1.571;
    font-weight: 500;
    letter-spacing: -.3px
}

main.profile-user-page .profile-menu-items li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 10px 5px;
    color: #5b5b5b;
    line-height: 50px
}

main.profile-user-page .profile-menu-items li a i {
    margin-left: 10px
}

main.profile-user-page .profile-menu-items li a.active, main.profile-user-page .profile-menu-items li a:hover {
    background-color: #f6ffff;
    color: #009ec9
}

main.profile-user-page h1.title-tab-content {
    color: #858585;
    margin: 10px 0 15px;
    font-size: 17px
}

main.profile-user-page .content-section {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    padding: 10px 20px
}

main.profile-user-page .content-section p {
    font-size: 18px;
    line-height: 30px;
    color: #939393
}

main.profile-user-page .content-section p span.title {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 4px;
    color: #bababa
}

main.profile-user-page .content-section form input::placeholder {
    padding-right: 5px
}

main.profile-user-page .content-section form button.btn-default {
    font-family: iranyekan
}

main.profile-user-page .profile-recent-fav-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

main.profile-user-page .profile-recent-fav-col {
    width: 100%;
    min-height: 1px;
    padding: 4px 0
}

main.profile-user-page .profile-recent-fav-col, main.profile-user-page .profile-recent-fav-col-thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

main.profile-user-page .profile-recent-fav-col-thumb {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

main.profile-user-page .profile-recent-fav-col-thumb img {
    overflow: hidden
}

main.profile-user-page .profile-recent-fav-col-thumb img {
    max-width: 80%;
    max-height: 80%
}

main.profile-user-page .profile-recent-fav-col-title {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

main.profile-user-page .profile-recent-fav-name {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-bottom: 5px
}

main.profile-user-page .profile-recent-fav-price {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #fb3449
}

main.profile-user-page .profile-recent-fav-col-actions {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px
}

main.profile-user-page .btn-action {
    width: 33px;
    height: 28px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    outline: 0;
    cursor: pointer
}

main.profile-user-page .btn-action-remove {
    background-color: #fff;
    border: 1px solid #c5c5c5
}

main.profile-user-page .btn-action-remove i {
    font-size: 14px;
    color: #929292
}

main.profile-user-page .icon-empty i {
    font-size: 154px;
    margin-bottom: 30px;
    display: block;
    color: #dadada
}

main.profile-user-page h1.text-empty {
    font-size: 26px;
    color: #dadada
}

main.profile-user-page .profile-return-request-form p {
    margin-right: 20px;
    margin-bottom: 11px;
    color: #737373;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467
}

main.profile-user-page .profile-return-request-form-row .profile-return-request-form-field {
    float: right;
    width: 100%
}

main.profile-user-page .profile-return-request-form-row .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit
}

main.profile-user-page .content-section .view-product {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit
}

main.profile-user-page .responsive-profile-menu {
    display: none
}

main.profile-user-page .responsive-profile-menu .dropdown-toggle::after {
    display: none
}

main.profile-user-page .responsive-profile-menu .dropdown-toggle i {
    float: right;
    margin: 3px 0 0 10px
}

main.profile-user-page .responsive-profile-menu .dropdown-menu a.active-menu, main.profile-user-page .responsive-profile-menu .dropdown-menu a:active {
    background-color: #f6ffff;
    color: #009ec9
}

main.profile-user-page .responsive-profile-menu .dropdown-menu a i {
    float: right;
    margin: 4px 0 0 7px
}

main.profile-user-page .table-order {
    text-align: center
}

main.profile-user-page .table-order .thead-light th {
    color: #dcf7ff;
    background-color: #85b3be;
    border: 0
}

main.profile-user-page .table-order td {
    border: 1px solid #ebebeb
}

main.profile-user-page .table-order td, main.profile-user-page .table-order th {
    font-weight: 500;
    vertical-align: middle;
    position: relative
}

main.profile-user-page .table-order td .order-detail-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    line-height: 50px
}

main.profile-user-page .table-order td .order-detail-link:hover {
    background-color: #f5f5f5
}

main.profile-user-page .table-order td.order-code {
    width: 190px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.profile-navbar {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    position: relative
}

.profile-navbar-btn-back {
    background: 0 0;
    height: 56px;
    border: none;
    border-left: 1px solid #dfdfdf;
    margin-left: 15px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    letter-spacing: -.2px;
    color: #767676;
    padding: 36px 0 0 16px;
    cursor: pointer;
    position: relative
}

.profile-navbar-btn-back:before {
    content: "\f061";
    position: absolute;
    right: 2px;
    top: -10px;
    font-family: FontAwesome;
    font-size: 27px
}

.profile-navbar h4 {
    font-size: 21px;
    line-height: 10px;
    color: #858585
}

.profile-navbar h4 span {
    display: block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    letter-spacing: -.3px;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #acacac
}

.btn-view-factor-order {
    position: absolute;
    left: 15px;
    top: 40px;
    display: inline-block;
    padding: 7px 15px;
    border: 2px solid #ccc;
    color: #979797;
    border-radius: 10px;
    font-weight: 700
}

@media (max-width: 480px) {
    .view-factor-order {
        float: right;
        width: 100%;
        height: 50px;
        text-align: left
    }

    .view-factor-order .btn-view-factor-order {
        position: relative;
        left: 0;
        top: 0
    }
}

.profile-order-address {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 23px
}

.profile-order-address-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #f1f1f1
}

.profile-order-address-row:first-child {
    border-top: none
}

.profile-order-address-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    max-width: 50%;
    flex: 0 0 50%;
    border-right: 1px solid #f1f1f1;
    padding: 15px 40px
}

.profile-order-address-col--has-button {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 15px
}

.profile-order-address-col:first-child {
    border-right: none
}

.profile-order-address-value {
    font-size: 1.143rem;
    line-height: 1.375;
    letter-spacing: -.3px;
    color: #505050
}

.profile-order-address-label {
    display: block;
    margin-bottom: 4px
}

.profile-order-address-label, .profile-order-address-more-info {
    font-size: .929rem;
    line-height: 1.692;
    color: #bababa
}

.btn-modify {
    background-color: #fff;
    color: grey;
    display: flex;
    justify-content: center;
    font-size: .857rem;
    line-height: 1.833;
    margin-right: 10px;
    flex-shrink: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    border-image: initial;
    padding: 8px 21px;
    border-radius: 8px;
    overflow: unset !important
}

.btn-modify--disabled {
    cursor: default;
    position: relative
}

.btn-modify:hover {
    background-color: #e5e5e5;
    color: grey
}

.btn-modify--disabled:hover {
    color: grey;
    background-color: #fff
}

.btn-modify--disabled::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: rgba(255, 255, 255, .6);
    z-index: 100;
    position: absolute;
    top: -1px;
    left: -1px
}

.profile-order {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e8e8e8;
    padding: 0 20px 57px;
    margin-bottom: 30px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

@media (min-width: 1366px) {
    .c-profile-order {
        padding: 0 21px 57px
    }
}

.profile-order-cancel-button {
    color: #fb3449 !important;
    border-bottom: 1px dashed #fb3449;
    margin-left: 10px;
    cursor: pointer;
    float: left;
    padding-bottom: 5px
}

.profile-order-cancel-button--disabled {
    cursor: default;
    color: hsla(0, 0%, 72.2%, .6) !important;
    border-color: hsla(0, 0%, 72.2%, .6)
}

.profile-order-steps-note {
    background-color: #fcfef5;
    border: 1px solid #cfe3bb;
    color: #b1d58b;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    padding: 16px 24px;
    margin-top: -1px;
    margin-bottom: 28px;
    width: calc(100% + 42px);
    margin-right: -21px
}

.profile-order-steps-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-bottom: 30px;
    margin: 0 auto 10px;
    max-width: 1125px
}

.profile-order-steps-item {
    flex: 0 0 12%;
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
    min-width: 140px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4
}

.profile-order-steps-item.is-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.profile-order-steps-item.is-active, .profile-order-steps-item.is-active ~ .profile-order-steps-item {
    opacity: 1
}

.profile-order-steps-item:first-child {
    margin-right: 0
}

.profile-order-steps-item img {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    width: 100%
}

.profile-order-steps-item.is-active img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.profile-order-steps-item span {
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 10px;
    color: #6f6f6f
}

.profile-order-steps-item.is-active span {
    color: #009ec9
}

.profile-order-steps-item + hr {
    opacity: .4;
    background-color: #00bfd6
}

.profile-order-steps hr {
    flex: 1 1 auto;
    min-width: 66px;
    margin-left: 10px;
    margin-right: 10px;
    height: 5px;
    border-radius: 2px;
    position: relative;
    border: none;
    box-sizing: border-box;
    background-color: #e5e5e5
}

@media (min-width: 1366px) {
    .c-profile-order-steps hr {
        margin-left: 15px;
        margin-right: 15px
    }
}

.profile-order-steps-item.is-active + hr {
    background-color: #00bfd6;
    opacity: 1
}

.profile-order-steps-item + hr:before {
    background-color: #00bfd6
}

.profile-order-steps hr:before {
    width: 27px;
    height: 27px;
    background-color: #e5e5e5;
    border: 4px solid #fff;
    content: "";
    border-radius: 50%
}

.profile-order-steps hr:after, .profile-order-steps hr:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.profile-order-steps-item.is-active + hr:before {
    background-color: #00bfd6
}

.profile-order-steps-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6a6a6a;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    z-index: 3;
    text-align: center
}

.profile-order-steps-button--next {
    left: 2px
}

.profile-order-steps-button:before {
    font-size: 30px;
    color: #a8a8a8;
    line-height: 50px;
    vertical-align: middle
}

.profile-order-steps-button--next:before {
    content: "\ea3a";
    font-family: 'Nucleo Outline'
}

.profile-order-steps-button--prev:before {
    content: "\ea3b";
    font-family: 'Nucleo Outline'
}

.profile-order-steps-button--prev {
    right: 2px
}

.profile-order-steps .swiper-button-disabled {
    display: none
}

.table-draught {
    border: 1px solid #e7e7e7
}

.profile-order .table-draught {
    margin-bottom: 26px
}

.table-draught-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #f1f1f1
}

.table-draught-row:first-child {
    border-top: none
}

.table-draught-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 15px;
    line-height: 1.467;
    border-right: 1px solid #f1f1f1;
    padding: 27px 35px;
    color: #505050
}

.table-draught-col:first-child {
    border-right: none
}

.table-draught-col--total {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    text-align: center
}

.table-draught-col--has-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px
}

.table-order {
    border: 1px solid #e7e7e7
}

.table-order-head {
    margin-top: 8px
}

.table-order-row {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #f2f2f2
}

.table-order-head .table-order-row {
    border-bottom: none
}

.table-order-cell {
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-basis: 0;
    padding: 15px;
    min-height: 104px;
    align-items: center;
    border-right: 1px solid #ebebeb;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #7e7e7e;
    justify-content: center;
    direction: rtl
}

.table-order-cell--number {
    flex-basis: 4%;
    width: 4%;
    max-width: 4%
}

.table-order-cell--product-name {
    flex-basis: 27%;
    width: 27%;
    max-width: 27%
}

.table-order-cell--value {
    flex-basis: 7.5%;
    width: 7.5%;
    max-width: 7.5%
}

.table-order-cell--price-total, .table-order-cell--price-value {
    flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%
}

.table-order-cell--discount {
    flex-basis: 11.5%;
    width: 11.5%;
    max-width: 11.5%
}

.table-order-cell--action, .table-order-cell--price-final {
    flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%
}

.table-order-cell:first-child {
    border-right: none
}

.table-order-head .table-order-cell {
    font-weight: 700;
    color: #fff;
    min-height: 45px;
    background-color: #85b3be;
    border-right-color: #85b3be;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833
}

.table-order-body .table-order-cell--product-name {
    padding-right: 5px
}

.table-order-product {
    display: flex;
    align-items: center
}

.table-order-product figure {
    flex: 0 0 72px;
    max-width: 72px;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.table-order-product figure img {
    overflow: hidden
}

.table-order-product figure img {
    max-width: 90%;
    max-height: 90%
}

.table-order-product h5 {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2;
    letter-spacing: -.7px;
    display: block;
    text-overflow: ellipsis;
    max-width: calc(100% - 82px);
    overflow: hidden
}

.table-order-product h5 span {
    display: block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #acacac;
    letter-spacing: 0
}

.table-order-body .table-order-cell--value {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222
}

.table-order-cell--action {
    display: flex;
    flex-direction: column
}

.table-order-cell--action .btn-cart, .table-order-cell--action .btn-primary {
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 11px 0;
    margin: 0;
    background-color: transparent;
    color: #a9a9a9;
    transition: all .3s ease-in-out;
    display: block;
    width: 80px;
    text-align: center
}

@media (min-width: 1366px) {
    .table-order-cell--action .btn-cart, .table-order-cell--action .btn-primary {
        width: 102px
    }
}

.table-order-cell--action .btn-cart:hover, .table-order-cell--action .btn-primary:hover {
    border-color: #c4c4c4;
    background-color: #e5e5e5;
    color: grey
}

.giftcard-wrapper {
    max-width: 400px;
    height: 250px;
    border-radius: 25px;
    margin: 1rem auto;
    position: relative;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11)
}

.giftcard-wrapper .gift-card {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.giftcard-wrapper .bg-giftcard {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 25px
}

.giftcard-wrapper .gift-img {
    position: absolute;
    top: 15px;
    left: 60px;
    width: 60px
}

.giftcard .amount-giftcard {
    position: absolute;
    bottom: 47px;
    right: 87px;
    max-width: 138px;
    height: 45px;
    line-height: 45px;
    overflow: hidden
}

.giftcard .amount-giftcard .wrapper-amount {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

.giftcard .amount-giftcard #display-amount {
    margin-left: 8px;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21px;
    color: #fff
}

.giftcard #display-title {
    font-size: 18px;
    position: absolute;
    top: 47%;
    right: 60px;
    color: #000;
    z-index: 1
}

.shopping-page header.header-shopping {
    position: relative;
    height: 110px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 hsla(0, 0%, 44.3%, .14);
    box-shadow: 0 2px 12px 0 hsla(0, 0%, 44.3%, .14)
}

.shopping-page header.header-shopping .container {
    max-width: 1140px
}

.shopping-page .cart-page .container {
    max-width: 1440px
}

.shopping-page header.header-shopping ul.checkout-steps {
    float: right;
    width: 100%;
    margin: 30px auto 18px;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    font-size: 13px;
    position: relative
}

.shopping-page header.header-shopping ul.checkout-steps::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    width: 67%;
    margin: 0 auto;
    height: 6px;
    background-color: #e8e8e8
}

.shopping-page header.header-shopping .checkout-steps li {
    float: right;
    width: 33.3%;
    position: relative
}

.shopping-page header.header-shopping .checkout-steps li.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #00bfd6;
    right: -50%;
    bottom: -20px;
    z-index: 100000
}

.shopping-page header.header-shopping .checkout-steps li a {
    color: #a0a0a0;
    font-weight: 700;
    position: relative
}

.shopping-page header.header-shopping .checkout-steps li a.active {
    color: #00bfd6
}

.shopping-page header.header-shopping .checkout-steps li a.active::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24px;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #00bfd6;
    z-index: 1000
}

.shopping-page .checkout-contact {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative
}

.shopping-page .checkout-contact-content {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: #6d6d6d
}

.shopping-page .checkout-contact-content.hidden {
    display: none
}

.shopping-page .checkout-contact-content:before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: #8dd4dc;
    content: ""
}

.shopping-page .checkout-contact-items {
    padding: 0;
    list-style: none
}

.shopping-page .checkout-contact-item {
    font-size: 12px;
    font-size: .857rem;
    line-height: 34px;
    position: relative
}

.shopping-page .checkout-contact-item-username {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    font-weight: 700
}

.shopping-page .checkout-contact-item:first-child {
    margin-top: 0;
    margin-bottom: 5px
}

.shopping-page .checkout-contact-btn-edit {
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    position: relative;
    color: #00bfd6 !important;
    border: none;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: 700;
    cursor: pointer
}

.shopping-page .checkout-contact-item-message, .shopping-page .checkout-contact-item-mobile {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571
}

.shopping-page .checkout-contact-item-mobile {
    padding-left: 10px;
    border-left: 1px solid #e4e4e4
}

.shopping-page .checkout-contact-item-message {
    margin-right: 10px
}

.shopping-page .checkout-contact-badge {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    border: 1px solid #8dd4dd;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: #2fc9dc
}

.shopping-page .checkout-contact-location {
    padding: 3px 10px 4px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    background-color: #ededed;
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: #6d6d6d;
    cursor: pointer
}

.shopping-page .headline {
    position: relative;
    padding: 0 30px 0 0;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #858585
}

.shopping-page .checkout-shipment {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 20px 40px;
    margin-bottom: 29px
}

.shopping-page .radio label::after, .shopping-page .radio label::before {
    width: 14px;
    height: 14px;
    border: 1px solid #e3e3e3;
    right: 3px;
    top: 6px
}

.shopping-page .radio input[type=radio]:checked + label::after {
    width: 8px;
    height: 8px;
    top: 9px;
    right: 6px;
    opacity: 1;
    background-color: #00bfd6;
    border: 0
}

.shopping-page .checkout-pack {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.shopping-page .box {
    background-color: #fff;
    position: relative
}

.shopping-page .box:first-child {
    margin-top: 0
}

.shopping-page .product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 30px 12px 46px
}

.shopping-page .product-box-compact {
    padding: 10px;
    text-align: center
}

.shopping-page .product-box-img {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    height: 200px;
    position: relative
}

.shopping-page .product-box-compact .product-box-img {
    height: 90px;
    padding: 0 10px 5px
}

.shopping-page .product-box-compact .product-box-img img {
    max-width: 100%;
    max-height: 100%
}

.shopping-page .product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    line-height: 22px;
    margin-top: 13px;
    height: 43px
}

.shopping-page .product-box-compact .product-box-title {
    margin-top: 0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 22px;
    letter-spacing: -.3px;
    position: relative;
    text-align: center
}

.shopping-page .checkout-tab-times {
    border: 1px solid #e4e4e4
}

.shopping-page .checkout-tab-times ul.nav {
    padding: 0;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e3e3e3 !important
}

.shopping-page .checkout-tab-times ul.nav li {
    text-align: center;
    position: relative;
    background-color: #f8f8f8
}

.shopping-page .checkout-tab-times ul.nav a {
    margin-right: 0;
    padding: 11px 43px;
    border-left: 1px solid #e3e3e3 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    color: #000;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important
}

.shopping-page .checkout-tab-times ul.nav a.disabled, .shopping-page .checkout-tab-times ul.nav a.disabled span {
    color: #e6e6e6
}

.shopping-page .checkout-tab-times ul.nav a.active {
    border: 0;
    border-left: 1px solid #e3e3e3 !important;
    border-bottom: 0 !important;
    background-color: #fff
}

.shopping-page .checkout-tab-times ul.nav a.active::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #39e0cc
}

.shopping-page .checkout-tab-times ul.nav a span {
    display: block;
    color: #c4c4c4
}

.swiper-container-horizontal > .swiper-scrollbar {
    display: none
}

@media screen and (max-width: 768px) {
    .shopping-page .checkout-tab-times ul.nav {
        border-bottom: 0 !important
    }

    .shopping-page .checkout-tab-times ul.nav li {
        float: right
    }
}

.radio-box {
    width: 100%;
    float: right
}

.radio-box input {
    float: right
}

.radio-box label {
    position: relative;
    display: block;
    cursor: pointer;
    float: right
}

.radio-box label::after, .radio-box label::before {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 1px;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.radio-box label::after, .radio-box label::before {
    width: 14px;
    height: 14px;
    border: 1px solid #e3e3e3;
    right: -7px;
    top: 16px
}

.radio-box input[type=radio], .radio-box input[type=radio] + label:after {
    opacity: 0
}

.radio-box input[type=radio]:checked + label::after {
    width: 4px;
    height: 4px;
    background-color: #555;
    border-color: #555;
    top: 11px;
    left: 11px;
    opacity: 1
}

.radio-box input[type=radio]:checked + label::after {
    opacity: 1
}

.radio-box input[type=radio]:checked + label::after {
    width: 8px;
    height: 8px;
    top: 19px;
    right: -4px;
    opacity: 1;
    background-color: #00bfd6;
    border: 0
}

.radio-box .content-box {
    float: right
}

.shopping-page .checkout-time-table {
    padding: 18px;
    width: 100%
}

.shopping-page .checkout-additional-options-checkbox-image {
    margin-right: 16px;
    margin-left: 16px;
    cursor: pointer;
    line-height: 0;
    width: 49px;
    height: 40px;
    float: right
}

.shopping-page .checkout-time-table-title-bar {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -.3px;
    color: #858585
}

.shopping-page .checkout-time-table-title-bar-city {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #000
}

.shopping-page .checkout-time-table-title-bar-city > span {
    font-weight: 700
}

.shopping-page .checkout-time-table-subtitle-bar {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    letter-spacing: -.2px;
    color: #a2a2a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.shopping-page .checkout-time-table-subtitle-bar > :not(:last-child) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e0e0e0
}

.shopping-page .checkout-invoice {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 25px 40px;
    margin-bottom: 29px
}

.shopping-page .checkout-invoice label {
    cursor: pointer
}

.shopping-page .send-info-page {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff
}

.shopping-page .send-info .send-info-body {
    padding: 30px
}

.shopping-page .send-info .send-info-body .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit
}

.shopping-page .send-info .close {
    right: auto;
    left: 27px
}

.send-info-title, .shopping-page .send-info .modal-header .modal-title {
    font-size: 18px
}

.send-info-title i, .shopping-page .send-info .modal-header .modal-title i {
    float: right;
    margin: 4px 0 4px 4px;
    color: #dbc7c7
}

.shopping-page .send-info .form-account-row {
    margin-bottom: 10px
}

.shopping-page .send-info .form-account-title {
    font-size: 13px
}

.form-account-row .select2-container--default .select2-selection--single {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    padding: 5px 12px;
    height: 45px
}

.form-account-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    left: 4px
}

.form-account-row .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 0
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f1f1f1;
    color: #6f6f6f
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    display: none
}

.shopping-page .send-info .input-field::placeholder {
    padding-right: 2px
}

.shopping-page .send-info .btn-submit-form {
    padding: 0 10px;
    height: 45px
}

.shopping-page .send-info .pad-5 {
    padding: 5px
}

.checkout-paymethod {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    list-style: none;
    padding: 0
}

.checkout-paymethod-item {
    position: relative;
    width: 100%;
    align-items: center
}

.checkout-paymethod-item.is-select-mode {
    background-color: #f6f6f6;
    padding-right: 70px;
    margin-bottom: 30px
}

.checkout-paymethod-item--cc::before {
    content: "\ea28";
    font-family: 'Nucleo Outline';
    position: absolute;
    top: 8px;
    right: 25px;
    color: #c6c6c6;
    font-size: 25px
}

.checkout-paymethod-item--cc.no-icon-rt {
    padding-right: 30px
}

.checkout-paymethod-item--cc.no-icon-rt::before {
    display: none
}

.checkout-paymethod-item .ui-radio {
    position: absolute;
    top: 41px;
    right: 40px
}

.checkout-paymethod-title {
    font-size: 1.143rem;
    line-height: 1.375;
    font-weight: 500;
    letter-spacing: -.7px;
    color: #000;
    font-weight: 700
}

.checkout-paymethod-title span {
    font-size: .8em;
    line-height: 1.571;
    font-weight: 500;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: #a0a0a0
}

.checkout-paymethod-options {
    border-top: 1px solid #e2f2f4;
    padding: 18px 20px 24px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    position: relative;
    width: 100%
}

.checkout-paymethod-item.is-select-mode + .checkout-paymethod-options {
    display: block;
    background-color: #fbffff
}

.checkout-paymethod-providers {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -16px -16px 0 0;
    position: relative
}

.checkout-paymethod-providers-arrow {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-left: 1px solid #cbf1f5;
    position: absolute;
    top: -10px;
    right: 100px;
    background-color: #fbffff
}

.checkout-paymethod-item.is-select-mode + .checkout-paymethod-options .checkout-paymethod-providers-arrow {
    background-color: #fbffff
}

.checkout-paymethod-providers label {
    border-radius: 11px;
    background: #fff;
    border: 1px solid #cbf1f5;
    position: relative;
    display: flex;
    height: 64px;
    margin-top: 16px;
    cursor: pointer;
    padding: 10px 57px 10px 20px;
    align-items: center;
    margin-right: 16px
}

.checkout-paymethod-providers label.is-selected {
    border-color: #cbf1f5;
    background-color: #cbfdff
}

.ui-radio {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative
}

.checkout-paymethod-providers label .ui-radio {
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%)
}

.ui-radio input[type=radio] {
    visibility: hidden;
    position: absolute
}

.ui-radio-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc
}

.ui-radio-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc
}

.ui-radio input[type=radio]:checked + .ui-radio-check::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    background: #00bfd6;
    border-radius: inherit
}

.checkout-paymethod-source-title {
    display: block;
    font-size: .9em;
    font-weight: 400
}

.checkout-paymethod-providers label img {
    margin-right: 5px;
    max-height: 37px;
    max-width: 80px
}

.checkout-paymethod-item img {
    margin-right: auto
}

.checkout-order-summary {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 15px 20px;
    margin-bottom: 29px
}

.checkout-order-summary .card {
    box-shadow: none;
    border: 0
}

.checkout-order-summary-item {
    border-radius: 6px;
    margin-top: 20px
}

.checkout-order-summary-item:first-child {
    margin-top: 0
}

.checkout-order-summary-header {
    border-radius: 6px;
    background-color: #fcfcfc;
    padding: 9px 25px 9px 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    margin: 10px;
    position: relative
}

.checkout-order-summary-header button {
    display: block;
    width: 100%
}

.checkout-order-summary-header button .icon-down {
    position: absolute !important;
    left: 20px;
    top: 40px !important;
    font-size: 24px
}

.checkout-order-summary-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.checkout-order-summary-header .checkout-order-summary-row {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.checkout-order-summary-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: unset
}

.checkout-order-summary-col-post-time {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.7px;
    color: #858585;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.checkout-order-summary-col span {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    display: block;
    color: #919191
}

.checkout-order-summary-col-how-to-send, .checkout-order-summary-col-send-by, .checkout-order-summary-col-shipping-cost {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #858585
}

.checkout-price-options-container {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 15px;
    height: 100%
}

.checkout-price-options-header {
    padding-right: 5px;
    margin-bottom: 9px
}

.checkout-price-options-header > span:first-of-type {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: #777676
}

.checkout-price-options-content {
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.79;
    color: #3b3b3b
}

.checkout-price-options-description {
    font-size: 14px;
    line-height: 2.36;
    margin-bottom: 14px
}

.checkout-price-options-form-field .ui-input {
    margin-bottom: 0
}

.checkout-price-options-row {
    margin-right: 0;
    margin-left: 0
}

.checkout-price-options-form-button {
    margin-top: 7px;
    text-align: left
}

.checkout-price-options-form-button a {
    display: inline-block
}

.checkout-price-options-row .form-account-row {
    margin: 0
}

.checkout-price-options-row .form-account-row .form-element {
    height: 50px
}

.checkout-price-options {
    margin-bottom: 10px
}

.checkout-price-options-row .form-account-row .select2-container {
    width: 60% !important;
    height: 50px;
    display: inline-block
}

.checkout-price-options-row .form-account-row .ui-input-field {
    width: 60% !important;
    height: 44px;
    display: inline-block
}

.checkout-price-options-row .form-account-row .form-element .btn-outline-danger-cs, .checkout-price-options-row .form-account-row .form-element .btn-primary {
    width: 38%;
    padding: 0;
    height: 44px;
    line-height: 40px;
    float: left
}

.cart-page-content .page-content .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
    outline: 0
}

.cart-page-content .page-content .btn-primary:hover {
    color: #fff
}

.cart-page-content .page-content .btn-outline-danger-cs {
    font-size: 15px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #f44336;
    color: #f44336;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
    outline: 0
}

.cart-page-content .page-content .btn-outline-danger-cs:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .17)
}

.default-wallet .form-account-row.mb-cs {
    margin-bottom: 14px
}

.default-wallet .checkout-paymethod-providers {
    justify-content: center
}

.default-wallet .checkout-paymethod-providers label {
    height: 46px
}

.success-checkout, .warning-checkout {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0
}

.success-checkout .icon-success, .warning-checkout .icon-warning {
    display: block;
    width: 60px;
    height: 60px;
    margin: 20px auto;
    line-height: 60px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    background-color: #b2d879;
    color: #489e48
}

.warning-checkout .icon-warning {
    background-color: #fdd;
    color: #ff737b
}

.success-checkout h1, .warning-checkout h1 {
    color: #968097;
    font-size: 16px;
    font-weight: 700
}

.success-checkout h1 a, .warning-checkout h1 a {
    color: #0fafdd;
    font-family: sans-serif;
    margin: 0 4px
}

.success-checkout p, .warning-checkout p {
    color: #4d663f;
    font-size: 14px;
    font-weight: 700
}

.warning-checkout p.text-warning {
    color: #ff747b !important
}

.order-info {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0;
    padding: 20px
}

.order-info h3 {
    color: #000;
    font-weight: 700;
    font-size: 20px
}

.order-info h3 span {
    font-family: sans-serif
}

.order-info p {
    color: #000;
    font-size: 16px;
    line-height: 30px
}

.order-info p span.badge-success {
    background-color: #b2d879;
    color: #489e48;
    border-radius: 6px
}

.order-info p span.badge-warning {
    background-color: #fdd;
    color: #ff737b;
    border-radius: 6px;
    border-color: #ff737b
}

.order-info p a {
    margin: 0 6px
}

.order-info .table-responsive {
    border-radius: 9px;
    border: 1px solid #e7e7e7
}

.order-info .table thead {
    background-color: #ededed
}

@media (max-width: 580px) {
    .order-info .table {
        width: 580px
    }
}

.checkout-address {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: none;
    z-index: 1
}

.checkout-address.show {
    display: block
}

.checkout-address-content {
    padding: 20px 40px 25px
}

.checkout-address-headline {
    font-size: 15px;
    line-height: 1.467;
    font-weight: 700;
    margin-bottom: 21px
}

.checkout-address-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px
}

.checkout-address-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px
}

.checkout-address-location {
    border: 4px dashed #b8b8b8;
    background: #fff;
    letter-spacing: -.3px;
    color: #a0a0a0;
    min-height: 72px;
    height: 100%;
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0
}

.checkout-address-location:focus {
    outline: 0
}

.checkout-address-location strong {
    position: relative;
    display: block;
    padding: 14px 22px;
    max-width: 252px;
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 1.913
}

.checkout-address-location strong:before {
    content: "+";
    font-size: 15px;
    right: 0;
    top: 52%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #8f8f8f;
    font-size: 25px
}

.checkout-address-box {
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding: 10px 10px 55px;
    overflow: hidden;
    height: 100%
}

.checkout-address-box h5 {
    font-size: 17px;
    line-height: 29px;
    margin-top: 6px;
    letter-spacing: -.4px
}

.checkout-address-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.checkout-address-box p {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.62;
    margin-top: 5px;
    margin-bottom: 12px;
    color: #a0a0a0
}

.checkout-address-box ul {
    list-style: none;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2;
    color: #a0a0a0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0
}

.checkout-address-btn-edit, .checkout-address-btn-submit {
    border: none;
    outline: 0;
    cursor: pointer;
    text-align: center;
    white-space: nowrap
}

.checkout-address-btn-submit {
    background-color: #f5f5f5;
    padding: 6px 0;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 22px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    color: #636363;
    outline: 0
}

.checkout-address-btn-edit, .checkout-address-btn-remove {
    color: #636363;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    text-align: center;
    padding: 6px 25px;
    border: none;
    border-radius: 5px;
    background-color: #e3e3e3;
    cursor: pointer;
    font-weight: 700;
    outline: 0
}

.checkout-address-btn-edit:focus, .checkout-address-btn-remove:focus {
    outline: 0
}

.checkout-address-btn-remove {
    margin-right: 10px;
    padding: 6px 32px
}

.checkout-address-box.is-selected .checkout-address-btn-submit {
    background-color: #f7fdfd;
    border-top-color: #e0eff0
}

.checkout-address-btn-submit:focus {
    outline: 0
}

.checkout-address-cancel {
    color: #8d8d8d;
    position: absolute;
    top: 20px;
    left: 8px;
    border: 2px solid #8d8d8d;
    background-color: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 50%;
    outline: 0
}

.checkout-address-cancel:focus {
    outline: 0
}

.checkout-address-cancel:before {
    content: "×";
    font-size: 26px;
    vertical-align: middle
}

#remove-location .modal-footer {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#remove-location .remodal-general-alert-button {
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    float: left;
    outline: 0
}

#remove-location .remodal-general-alert-button:focus {
    outline: 0
}

#remove-location .remodal-general-alert-button--cancel {
    border-radius: 3px;
    background-color: #979ba7
}

#remove-location .remodal-general-alert-button--approve {
    border-radius: 3px;
    background-color: #63d0df
}

#remove-location .remodal-general-alert-button:first-of-type {
    margin-left: 20px
}

.product-offer-question {
    border-radius: 10px;
    background-color: #fbfbfb;
    padding: 10px 20px
}

.product-offer-question .headline {
    padding-right: 45px
}

.product-offer-question .checkout-shipment {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.o-headline {
    margin: 26px 0 20px;
    padding: 0 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.o-headline > h2, .o-headline > span {
    color: inherit;
    font-size: 18px;
    line-height: 31px;
    font-weight: 700
}

.c-compare-list {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4
}

.c-compare-list--header {
    margin-bottom: 28px;
    border-bottom: 2px solid #00bfd6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.is-sticky-enable .c-compare-list--header {
    min-height: 0;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .45);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .45)
}

.c-compare-list li {
    display: block;
    margin-right: 0;
    margin-left: 0
}

.swiper-compare-slider .swiper-button-next.swiper-button-disabled, .swiper-compare-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.swiper-compare-slider .swiper-button-next, .swiper-compare-slider .swiper-button-prev {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    width: 69px;
    height: 69px;
    line-height: 69px;
    font-weight: 700;
    top: 50%;
    outline: 0;
    text-align: center;
    font-size: 26px
}

.c-compare-list-title, .c-compare-list-value {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.c-compare-list-value {
    border-right: 1px solid #e4e4e4
}

.c-compare-quick-list .c-compare-list-value {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.c-compare-list-value:first-child {
    border-right: none
}

.c-compare-img {
    -webkit-box-shadow: 1px 0 0 #dbdbdb;
    box-shadow: 1px 0 0 #dbdbdb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    position: relative;
    text-align: center;
    color: #626262;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    outline: 0;
    height: 100%
}

.c-compare-img, .c-compare-img .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-compare-content-holder {
    margin-bottom: auto
}

.c-compare-img .img {
    height: 180px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0
}

.c-compare-content-holder .img {
    position: relative
}

.is-sticky-enable .c-compare-img .img {
    height: 70px
}

.c-compare-img, .c-compare-img .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-compare-img .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-compare-img .img img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 20px);
    max-height: 100%;
    margin: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.c-compare .swiper-container .swiper-slide img {
    overflow: hidden
}

.is-sticky-enable .c-compare-img .img img {
    max-height: 70px
}

.c-compare .swiper-container .swiper-slide img[alt]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 300;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(../img/product/7af476b5.png) no-repeat 50%;
    background-size: contain;
    width: 100%
}

.c-compare-images-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 23px;
    z-index: 123;
    display: none
}

.c-compare-images-button--next {
    left: 2px
}

.c-compare-images-button--prev {
    right: 2px
}

.c-compare .swiper-container:hover .c-compare-images-button {
    display: block
}

.c-compare-images-button i {
    color: #a9a9a9;
    font-size: 23px;
    line-height: 23px;
    vertical-align: middle
}

.c-compare-img .title {
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 2.23;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap
}

.is-sticky-enable .c-compare-img .title {
    height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap
}

.c-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-compare-img .c-price {
    margin: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-price-value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    color: #fb3449;
    letter-spacing: .8px
}

.c-compare-img .c-price-value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467
}

.c-compare-img:after {
    width: 0;
    height: 0;
    border-color: transparent transparent #00bfd6;
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: ""
}

.c-compare-btn-remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    position: absolute;
    left: 12px;
    top: 12px;
    text-align: center;
    line-height: 30px;
    z-index: 4;
    cursor: pointer
}

.c-compare-btn-remove:before {
    content: "×";
    color: #727272;
    font-size: 20px;
    vertical-align: middle
}

.c-compare-add {
    height: 100%;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-compare-placement {
    border-radius: 19px;
    border: 5px dashed #d2d2d2;
    background: 0 0;
    max-width: 270px;
    margin: auto;
    display: block;
    padding: 25px;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    color: #b3b3b3;
    cursor: pointer;
    outline: 0
}

.c-compare-placement:focus {
    outline: 0
}

.is-sticky-enable .c-compare-placement {
    height: 130px;
    padding: 11px;
    font-size: 13px
}

.c-compare-placement:before {
    content: "\ea11";
    font-family: 'Nucleo Outline';
    font-size: 107px;
    display: block
}

.is-sticky-enable .c-compare-placement:before {
    font-size: 45px
}

.c-compare-add .btn-cart, .c-compare-add .btn-primary {
    margin-top: 10px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

.is-sticky-enable .c-compare .c-price--discount, .is-sticky-enable .c-compare-add .btn-cart, .is-sticky-enable .c-compare-add .btn-primary {
    display: none
}

.c-compare-quick-title {
    color: #4d4d4d;
    font-size: 19px;
    line-height: 1.158;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px
}

.c-compare-quick-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 0;
    border-color: transparent #00bfd6 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 7px 0
}

.c-compare-quick-list {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
    background-color: #fff
}

.c-compare-quick-list > li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0
}

.c-compare-list-title, .c-compare-list-value {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.c-compare-list-title {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    padding: 9px 26px;
    background-color: #eaeaea;
    font-weight: 700
}

.c-compare-list-value .block {
    padding: 14px 18px 12px;
    font-size: 14px;
    line-height: 1.571;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    height: 100%
}

.modal-compare .modal-body {
    height: 500px
}

.modal-compare .modal-body .modal-compare-content {
    height: 360px;
    overflow-y: scroll;
    overflow-x: hidden
}

.modal-compare-header {
    background: #ececec;
    border-bottom: 1px solid #dedede;
    padding: 19px 37px 20px 63px
}

.c-form-compare-search-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px
}

.c-form-compare-search-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-form-compare-search-col--field {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.c-form-compare-search-col .c-ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px
}

.c-ui-input--search:before {
    content: "";
    background-image: url(../img/theme/search.png);
    position: absolute;
    right: 9px;
    top: 13px;
    width: 20px;
    height: 20px;
    background-size: 18px;
    background-repeat: no-repeat
}

.c-form-compare-search-col .c-ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    padding: 9px 12px;
    padding-right: 42px;
    width: 100%;
    border-radius: 0 5px 5px 0;
    border-left: none;
    letter-spacing: -.8px;
    outline: 0
}

.brand-select .nice-select, .product-variant-select .nice-select {
    width: 200px;
    border: 1px solid #c8c8d6;
    background: #fff;
    position: relative;
    border-radius: 5px 0 0 5px;
    margin-top: -8px;
    padding-right: 11px;
    line-height: 41px;
    height: 45px;
    z-index: 10000
}

.brand-select .nice-select span, .product-variant-select .nice-select span {
    float: right
}

.brand-select .nice-select::after, .product-variant-select .nice-select::after {
    left: 12px;
    right: auto
}

.brand-select .nice-select ul, .product-variant-select .nice-select ul {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ababc0;
    border-radius: 0 0 5px 5px
}

.brand-select .nice-select ul li, .product-variant-select .nice-select ul li {
    text-align: right;
    padding-right: 18px;
    padding-left: 29px
}

.product-variant-select {
    display: -ms-flexbox !important;
    display: flex !important
}

.product-variant-select > span {
    margin-left: 15px
}

.product-variant-select .nice-select {
    border-radius: 5px;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    height: 35px;
    border-color: #ababc0;
    z-index: 1
}

.product-variant-select .nice-select span {
    padding-left: 35px;
    height: 35px;
    line-height: 35px
}

.product-variant-select .nice-select::after {
    content: "\ea39";
    font-family: 'Nucleo Outline';
    border: 0;
    -webkit-transform: unset;
    transform: unset;
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 15px;
    font-weight: 700
}

.product-variant-select .nice-select.open {
    border-radius: 5px 5px 0 0;
    border-color: #ababc0
}

.product-variant-select .nice-select.open, .product-variant-select .nice-select:active, .product-variant-select .nice-select:focus {
    border-color: #ababc0
}

.product-variant-select .nice-select.open:after {
    content: "\ea3c";
    -webkit-transform: unset;
    transform: unset
}

.c-form-compare-selector-item {
    width: 100%;
    height: 185px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 10px
}

.c-form-compare-selector-item .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 94px;
    margin-bottom: 15px;
    position: relative
}

.c-form-compare-selector-item .img img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.c-form-compare-selector-item .title {
    font-size: 12px;
    font-size: .857rem;
    line-height: 2;
    display: block;
    padding: 0 18px;
    max-height: 60px;
    overflow: hidden
}

.c-info-page {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    border: 1px solid #dedede;
    margin: 14px auto;
    padding-bottom: 60px;
    line-height: 22px
}

.c-info-page-content {
    padding: 5px 100px
}

@media (max-width: 768px) {
    .c-info-page-content {
        padding: 5px 10px !important
    }

    .c-info-page-content p {
        text-align: justify !important
    }
}

@media (max-width: 480px) {
    .c-info-page-content p {
        font-size: 13px !important;
        line-height: 30px !important
    }
}

.c-info-page-content img {
    display: block;
    float: none !important;
    margin: 10px auto !important
}

.c-info-page-content h1, .c-info-page-content h2, .c-info-page-content h3, .c-info-page-content h4, .c-info-page-content h5 {
    margin-bottom: 0 !important;
    font-size: 20px
}

.c-info-page-content h1 span {
    font-family: iranyekan !important
}

.c-info-page-title {
    font-size: 27px;
    line-height: 1.63;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #555;
    font-weight: 700
}

.c-info-page-content p {
    width: 100%;
    font-size: 14px;
    font-size: 1rem;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right
}

.c-info-page-cover {
    width: 100%;
    height: 410px
}

.c-info-page-cover--faq {
    background: url(../img/theme/9de6ef39.jpg) top no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url(../files/9de6ef39.jpg) top no-repeat;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/theme/9de6ef39.jpg) top no-repeat;
    background-size: cover;
    margin-top: -15px
}

.c-info-page-cover-title {
    padding: 70px 0 50px;
    font-size: 37px;
    font-size: 2.643rem;
    line-height: 1.189;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1.2px;
    text-align: center
}

.c-info-page-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-ui-input-field, .dk-selectric-input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px
}

.c-info-page-search-field {
    width: 426px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 1.222;
    letter-spacing: -.6px;
    border-radius: 9px;
    outline: 0
}

.c-info-page-search-field::placeholder {
    color: #cecdcd
}

.c-info-page-search-submit {
    padding: 6px 40px 9px;
    border-radius: 9px;
    font-weight: 700
}

.c-info-page-search-submit:hover {
    background-color: #00bfd6
}

.c-info-page-cover + .container {
    margin-top: -125px
}

.c-info-page--faq {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-info-page-content {
    padding: 5px 100px
}

.o-box-rounded {
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    padding: 30px 20px
}

.c-info-page-cats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-info-page-cat, .c-info-page-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.o-box-rounded-headline {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    font-weight: 700;
    color: #555;
    padding-bottom: 20px;
    width: 100%
}

.c-info-page-cat, .c-info-page-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-info-page-cat {
    width: 33.33333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    position: relative
}

.c-info-page-cat:hover {
    -webkit-box-shadow: 0 0 12px 0 hsla(0, 0%, 71%, .46);
    box-shadow: 0 0 12px 0 hsla(0, 0%, 71%, .46);
    border-radius: 8px
}

.c-info-page-cat--border-bottom:before {
    content: "";
    width: calc(100% - 20px);
    position: absolute;
    right: 10px;
    height: 1px;
    background-color: #d3d3d3;
    bottom: 0
}

.c-info-page-cat-icon {
    width: 120px;
    height: 120px;
    background: #f9f9f9 50% no-repeat;
    margin-bottom: 10px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-info-page-cat-icon img {
    max-height: 100%;
    max-width: 100%
}

.c-info-page-cat-title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    color: #2a2a2a
}

.c-info-page-cat--border-left:after {
    content: "";
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    width: 1px;
    background-color: #d3d3d3;
    left: 0
}

.c-info-page-cat--border-bottom:before {
    content: "";
    width: calc(100% - 20px);
    position: absolute;
    right: 10px;
    height: 1px;
    background-color: #d3d3d3;
    bottom: 0
}

.c-info-page-question-not-found {
    background: url(../img/faq/2d5506ec.jpg) no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url(../img/faq/2d5506ec.jpg) no-repeat;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/faq/2d5506ec.jpg) no-repeat;
    height: 405px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.o-box-rounded + .o-box-rounded {
    margin-top: 20px
}

.c-info-page-question-not-found-text {
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 2.1;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    width: 100%
}

.c-info-page-contact-option {
    width: 50%;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-info-page-contact-option--tell {
    border-left: 1px solid #fff
}

.c-info-page-contact-option-icon {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    background: no-repeat top
}

.c-info-page-contact-option-icon--tell {
    background-image: url(../img/faq/c7fe0695.svg)
}

.c-info-page-contact-option-icon--message {
    background-image: url(../img/faq/982c18eb.svg)
}

.c-info-page-contact-option-text {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    color: #fff;
    font-weight: 700
}

.c-info-page-contact-option-text--tel-num {
    margin-right: 20px
}

.c-toggle-box {
    position: relative;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px
}

.c-toggle-box + .c-toggle-box {
    margin-top: 10px
}

.c-toggle-box-header {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 500;
    color: #494949;
    position: relative;
    cursor: pointer
}

.c-toggle-box-button {
    width: 28px;
    height: 28px;
    background-color: rgba(86, 199, 218, .11);
    color: #56c7da;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.c-toggle-box-button, .c-toggle-box-button:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c-toggle-box-button, .c-toggle-box-button:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c-toggle-box-button:before {
    content: "\ea39";
    font-family: 'Nucleo Outline'
}

.c-toggle-box.is-active .c-toggle-box-button {
    background-color: rgba(240, 86, 98, .11);
    color: #f05662
}

.c-toggle-box.is-active .c-toggle-box-button:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-toggle-box-content {
    display: none;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #414141
}

.c-toggle-box.is-active .c-toggle-box-content {
    display: block
}

.c-info-page-info-point {
    margin: 14px 0 28px;
    padding-right: 20px;
    position: relative;
    font-size: 14px
}

.c-info-page-info-point:before {
    content: "";
    background: #56c7da;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 10px;
    width: 8px;
    height: 8px
}

.c-info-page-show-more-container {
    width: 100%;
    text-align: left;
    padding: 5px 5px 5px 0
}

.c-info-page-show-more {
    font-size: 14px;
    line-height: 1.571;
    color: #19bfd3;
    width: 100%;
    padding: 6px 10px 7px 25px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.c-info-page-show-more:after {
    content: "\ea3a";
    font-family: 'Nucleo Outline';
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 700
}

.c-info-page-show-more:hover {
    background-color: rgba(86, 199, 218, .11);
    border-radius: 55px;
    color: #19bfd3
}

.c-info-page-box-headline {
    padding: 15px 70px 10px;
    margin-bottom: 20px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.c-info-page-box-headline--question {
    background-image: url(../img/faq/d85e988e.svg);
    padding-right: 50px
}

.c-content-expert-article {
    margin: 11px 0;
    padding-right: 76px;
    position: relative;
    padding-bottom: 10px;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    overflow: hidden
}

.c-info-page--faq .c-content-expert-article {
    padding-right: 0
}

.c-content-expert-articles {
    border-bottom: 1px solid #ddd;
    margin-top: 100px;
    margin-bottom: 40px
}

.c-info-page--faq .c-content-expert-articles {
    margin-top: 0;
    border-bottom: none
}

.c-content-expert-text {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2.53;
    color: #404040;
    display: none
}

.c-content-expert-article.is-active .c-content-expert-blockquote, .c-content-expert-article.is-active .c-content-expert-img, .c-content-expert-article.is-active .c-content-expert-text {
    display: block !important
}

.c-content-expert-text:after {
    content: "" !important;
    display: block !important;
    clear: both !important
}

.c-content-expert-img--center {
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 48px
}

.c-content-expert-img--center img {
    vertical-align: top;
    max-width: 100%
}

.c-info-page--faq .c-content-expert-feedback {
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    padding: 24px
}

.c-info-page--faq .c-content-expert-feedback-state p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px
}

.btn-faq {
    min-width: 96px;
    border-radius: 8px;
    border: 1px solid #555;
    background: #fff;
    padding: 12px 20px;
    color: #555
}

.btn-faq, .c-btn-submit {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571
}

.c-info-page--faq .c-content-expert-feedback-state button {
    margin-right: 24px
}

.c-info-page-box-headline--category {
    padding-right: 15px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-info-page-box-headline--category img {
    max-height: 46px;
    margin-left: 15px
}

.snippet {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 125px;
    margin: 1.5rem 0;
    background: #fff;
    z-index: 1000000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.snippet img {
    display: block;
    margin: 20px auto 0
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    overflow: hidden
}

.dot-floating {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ef5662;
    color: #ef5662;
    animation: dotFloating 3s infinite cubic-bezier(.15, .6, .9, .1)
}

.dot-floating::after, .dot-floating::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0
}

.dot-floating::before {
    left: -12px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ef5662;
    color: #ef5662;
    animation: dotFloatingBefore 3s infinite ease-in-out
}

.dot-floating::after {
    left: -24px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ef5662;
    color: #ef5662;
    animation: dotFloatingAfter 3s infinite cubic-bezier(.4, 0, 1, 1)
}

.overlay-loading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@keyframes dotFloating {
    0% {
        left: calc(-50% - 5px)
    }
    75% {
        left: calc(50% + 105px)
    }
    100% {
        left: calc(50% + 105px)
    }
}

@keyframes dotFloatingBefore {
    0% {
        left: -50px
    }
    50% {
        left: -12px
    }
    75% {
        left: -50px
    }
    100% {
        left: -50px
    }
}

@keyframes dotFloatingAfter {
    0% {
        left: -100px
    }
    50% {
        left: -24px
    }
    75% {
        left: -100px
    }
    100% {
        left: -100px
    }
}

.modal-login .account-box {
    width: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    position: relative
}

.modal-login .modal-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px
}

.modal-login .modal-header .close {
    left: 10px;
    top: 20px;
    right: auto;
    background-color: #fff;
    font-weight: 100;
    font-size: 45px
}

.modal-login .modal-header h4 {
    font-weight: 700;
    font-size: 18px
}

.modal-login .account-box-content .form-account-link {
    float: none
}

.word-break-text {
    word-break: break-all;
    direction: ltr;
    text-align: left;
    font-size: 14px;
    font-weight: 700
}

.alert-site {
    padding-left: 4rem;
    padding-right: 1.25rem;
    background-color: rgba(255, 80, 98, .89) !important;
    background-image: url(../img/svg/701f8a6b.svg);
    margin-bottom: 0;
    text-align: center;
    z-index: 1000;
    position: relative;
    width: 100%
}

.alert-site .close {
    left: 15px;
    right: auto;
    top: 9px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    padding: 0 !important;
    font-size: 25px
}

.btn-search {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #424242;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    padding: 5px 11px;
    margin-left: 5px;
    float: right
}

.btn-search:focus, .btn-search:hover {
    color: #212529;
    background-color: #e0e0e0;
    border-color: unset;
    box-shadow: unset
}

.modal .sidebar-page .box {
    border-radius: 15px
}

.modal .ui-input--quick-search .ui-input-field.ui-input-field--cleanable {
    padding-right: 34px
}

.modal .ui-input--quick-search:before {
    top: 15px
}

.modal .search-modal-header {
    height: 55px;
    background-color: #e9e9e9;
    padding: 0 25px;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 55px;
    border-radius: 0
}

.modal .search-modal-header .close {
    background-color: transparent !important;
    top: 37px !important;
    font-size: 35px !important;
    font-weight: 400 !important
}

.sidebar-page .btn-primary:active, .sidebar-page .btn-primary:focus, .sidebar-page .btn-primary:hover {
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    box-shadow: none
}

.search-modal-footer {
    width: 100%;
    height: 70px
}

.search-modal-footer button {
    background-color: #00bfd5;
    letter-spacing: -.6px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 10px;
    padding: 20px;
    border: none;
    display: inline-block;
    width: 100% !important;
    height: 100%;
    color: #fff
}

@media (min-width: 576px) {
    .modal-login .modal-dialog {
        max-width: 470px;
        margin: 1.75rem auto
    }
}

#resultsMobile {
    float: right;
    width: 100%
}

#resultsMobile li {
    float: right;
    text-align: right;
    padding: 0
}

#resultsMobile li a {
    font-size: 12px
}

#resultsMobile hr {
    margin: 0;
    border-bottom: 1px solid #ece1e1
}

.page-countdown-timer div.countdown-label, .page-countdown-timer span {
    display: inline-block;
    margin-right: .9em;
    margin-bottom: .6em;
    text-align: center
}

.page-countdown-timer p {
    margin: 0
}

.page-countdown-timer div.countdown-label {
    width: 56px;
    text-align: center;
    margin-right: 1.5em
}

.page-countdown-timer span:first-child {
    margin-left: 0 !important
}

.page-countdown-timer span {
    font-family: iranyekan;
    font-weight: 700
}

.page-countdown-timer .countdown-label {
    padding-top: .25rem;
    color: #8c8c8c;
    font-family: iranyekan;
    font-size: .75rem;
    font-weight: 600
}

.countdown-style .countdown-item {
    margin-right: .7em;
    margin-bottom: .5em
}

.countdown-style span {
    position: relative;
    min-width: 56px;
    padding: .3125rem .625rem;
    z-index: 1
}

.countdown-style span::after, .countdown-style span::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1
}

.countdown-style span::before {
    top: .375rem;
    left: .375rem;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5
}

.countdown-style span::after {
    top: 0;
    left: 0;
    border: 1px solid #e7e7e7;
    background-color: #fff
}

.countdown-style .countdown-label {
    padding-top: 11px
}

.countdown-style span {
    color: #343b43
}

.social-btn {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0;
    transition: all .3s;
    font-size: .875rem;
    line-height: 2.25rem;
    vertical-align: middle;
    text-align: center !important;
    text-decoration: none
}

.sb-facebook {
    color: #3b5998 !important
}

.sb-twitter.hover, .sb-twitter:hover {
    color: #55acee !important
}

.sb-dribbble {
    color: #ea4c89 !important
}

.sb-behance {
    color: #1769ff !important;
    font-size: 1.1em
}

.sb-google-plus {
    color: #dd4b39 !important;
    font-size: 1.2em
}

.social-btn:hover {
    border-color: transparent;
    background-color: #fff;
    box-shadow: 0 .75rem 1.25rem .0625rem rgba(64, 64, 64, .11)
}

.page-newsletter {
    margin-top: 30px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto
}

.page-newsletter form {
    position: relative
}

.page-newsletter form .form-control {
    font-family: iranyekan;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #979898;
    transition: all .2s ease-out
}

.page-newsletter form .btn {
    position: absolute;
    top: -5px;
    left: -1px;
    border-radius: 7px;
    font-family: iranyekan;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #00bfd6;
    color: #fff;
    height: 37px;
    line-height: 0;
    border-bottom: 0
}

.page-newsletter form .btn:active, .page-newsletter form .btn:focus {
    background-color: #00bfd6;
    box-shadow: none !important
}

.bg-login-admin {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/theme/bg-login.svg);
    z-index: 0;
    opacity: .4
}

.label-desc-map {
    font-size: 13px
}

.search-in-map form {
    position: relative;
    width: 100%
}

.search-in-map form input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 7px 12px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: right;
    font-family: iranyekan;
    outline: 0
}

.search-in-map form button {
    position: absolute;
    left: 0;
    border: 0;
    background-color: #00bfd6;
    color: #fff;
    height: 100%;
    border-radius: 5px 0 0 5px;
    outline: 0;
    cursor: pointer;
    top: 0
}

.card-horizontal-address, .card-horizontal-product {
    width: 100%;
    min-height: 180px;
    background-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    overflow: hidden;
    padding: 16px 16px 16px 30px;
    margin-bottom: 15px;
    position: relative
}

.card-horizontal-address {
    height: 257px
}

.card-horizontal-address:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00bfd6 48px, #ff7e7e 0) repeat-x;
    background-size: 96px 3px
}

.card-horizontal-product .label-status-comment {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #f5fdf0;
    border: 1px solid #d0e3ca;
    border-radius: 4px;
    color: #9dbf9c;
    font-size: 11px;
    word-spacing: -1.5px;
    padding: 4px 10px
}

.card-horizontal-product .card-horizontal-product-thumb {
    width: 28%;
    height: 100%;
    float: right;
    text-align: center;
    position: relative;
    margin-left: 2%
}

.card-horizontal-product .card-horizontal-product-thumb small {
    font-weight: 700 !important;
    font-size: 11px
}

.card-horizontal-product .card-horizontal-product-thumb img {
    max-width: 100%
}

.card-horizontal-product .card-horizontal-product-content {
    width: 70%;
    height: 100%;
    float: right
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-title a {
    color: #212121
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-title h3 {
    font-size: 15px;
    line-height: 28px;
    white-space: pre-wrap
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment-title a {
    color: #212121
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment-title h3 {
    font-size: 15px;
    line-height: 28px;
    white-space: pre-wrap;
    font-weight: 700
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment {
    position: relative
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    width: 75%
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::after {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 60px;
    color: #f6f6f5;
    position: absolute;
    bottom: -10px;
    left: 0
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment p {
    font-size: 13px;
    width: 75%;
    height: 120px;
    overflow: hidden;
    text-align: right
}

.card-horizontal-product .rating-stars {
    white-space: nowrap;
    vertical-align: middle
}

.card-horizontal-product .rating-stars i {
    display: inline-block;
    color: #bfbfbf;
    font-size: .875rem
}

.card-horizontal-product .rating-stars i.active {
    color: #ffd800
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-price {
    margin: 10px 0
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-price span {
    font-size: 16px;
    font-weight: 700
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons {
    text-align: left
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons span.count-like {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #efefef;
    color: #96949a;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons span.count-like i {
    color: #d5d7db;
    font-size: 18px;
    font-weight: 400;
    margin-left: 7px
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid #19bfd3;
    background-color: #19bfd3;
    color: #fff;
    cursor: pointer;
    padding: 0 16px;
    text-align: center
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:hover {
    background-color: #fff
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info {
    border: 1px solid #19bfd3;
    background-color: #fff;
    color: #19bfd3
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:hover {
    border: 1px solid #19bfd3;
    background-color: #19bfd3;
    color: #fff
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .remove-btn {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #a1a3a8;
    color: #a1a3a8;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    outline: 0;
    float: left
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-light {
    background-color: #e3e3e3;
    color: #000;
    border: 0
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .label-card-horizontal-product {
    float: right;
    color: #f44336;
    margin: 5px 10px;
    font-size: 16px;
    font-weight: 700
}

.card-horizontal-address .card-horizontal-address-desc {
    height: 120px;
    overflow: hidden;
    position: relative
}

.card-horizontal-address .card-horizontal-address-desc::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    width: 100%
}

.card-horizontal-address .card-horizontal-address-desc h4 {
    font-size: 21px;
    line-height: 1.048;
    letter-spacing: -.4px;
    margin-bottom: 5px;
    color: #6d6d6d
}

.card-horizontal-address .card-horizontal-address-desc p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px;
    color: #979797;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify
}

.card-horizontal-address .card-horizontal-address-data {
    border-top: 1px solid #f4f4f4
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods {
    padding: 0;
    list-style: none;
    color: #979797
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    color: #979797;
    padding-right: 36px
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method i {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 24px
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions {
    position: absolute;
    left: 15px;
    bottom: 20px
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions .btn-note {
    border: 0;
    border-radius: 5px;
    background-color: #e3e3e3;
    font-size: 14px;
    line-height: 1.571;
    color: #6d6d6d;
    padding: 5px 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.card-horizontal-address .checkout-address-location strong:before {
    display: none
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions .btn-note:hover {
    opacity: .9;
    color: #717171
}

.card-horizontal-address .checkout-address-location {
    display: block;
    text-align: center
}

.card-horizontal-address .checkout-address-location strong {
    display: block;
    max-width: 100%
}

.card-horizontal-address .checkout-address-location i {
    display: block;
    font-size: 40px
}

.ui-url {
    position: relative
}

#buttonCopyUrl {
    position: absolute;
    right: 5px;
    top: 18px;
    z-index: 2;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    background-color: #6f7285;
    outline: 0;
    cursor: pointer
}

#buttonCopyUrl img {
    width: 23px;
    max-width: unset;
    position: absolute;
    top: 6px;
    right: 6px
}

.form-comment-title--positive:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 6px;
    border-radius: 4px;
    background: #00bfd6;
    content: ""
}

.form-comment-title--negative:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 6px;
    border-radius: 4px;
    background: #fb3449;
    content: ""
}

.ui-input--add-point {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px
}

.ui-input--add-point .ui-input-field {
    padding-left: 44px
}

.ui-input--add-point .ui-input-point {
    width: 48px;
    height: 100%;
    background: 0 0;
    border: none;
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
    outline: 0
}

.ui-input--add-point .ui-input-point:before {
    content: "+";
    font-size: 22px;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #878787;
    border: 2px solid #878787;
    border-radius: 5px;
    padding: 0 7px
}

.form-comment-dynamic-labels {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px
}

.ui-dynamic-label {
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    border-radius: 8px;
    padding: 8px 14px 8px 38px;
    background: #ccc
}

.ui-dynamic-label--positive {
    background-color: #edf6f7;
    color: #3a8c96
}

.ui-dynamic-label--negative {
    background-color: #fff3f4;
    color: #fb3449
}

.form-comment-dynamic-labels .ui-dynamic-label {
    margin-top: 12px
}

.ui-dynamic-label-remove {
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0;
    border: none;
    color: inherit;
    cursor: pointer
}

.ui-dynamic-label-remove:before {
    position: absolute;
    content: "×";
    font-size: 25px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.result-search-map, .result-search-map2 {
    position: absolute;
    background: #fff;
    width: 100%;
    right: 0;
    top: 40px;
    z-index: 10000000000;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    padding: 10px 0;
    display: none
}

.result-search-map li a, .result-search-map2 li a {
    padding: 10px 15px;
    font-size: 13px
}

.close-result-search, .close-result-search2 {
    left: 100px !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    top: 6px !important;
    background-color: rgba(0, 0, 0, .2) !important;
    outline: 0 !important;
    display: none
}

.search-results-trends {
    list-style: none;
    padding-right: 10px
}

.search-results-trends li {
    height: 26px;
    border-radius: 13px;
    background-color: #eceff1;
    display: inline-block;
    margin-top: 15px;
    margin-left: 5px
}

.search-results-trends li a {
    display: block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 26px;
    color: #4a4a4a;
    text-align: center;
    padding: 0 11px
}

button.closeResultSearchMobile {
    position: absolute !important;
    top: 7px !important;
    left: 50px !important;
    border: 0 !important;
    background-color: rgba(0, 0, 0, .3) !important;
    color: #fff !important;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    border-radius: 50% !important;
    outline: 0;
    display: none
}

#resultsMobile {
    display: none;
    background-color: #fff;
    text-align: right;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#resultsMobile li {
    width: 100%
}

#resultsMobile .search-results-trends {
    display: block;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    padding-bottom: 5px
}

#resultsMobile .search-results-trends li {
    margin-top: 8px;
    width: auto
}

#resultsMobile .search-results-trends li a {
    line-height: 5px
}

.product-details-ac .card {
    display: block !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    background-color: #fff;
    overflow: hidden;
    transition: all .2s ease-out;
    padding: 10px 0 !important;
    width: 100%
}

.product-details-ac .card .card-header {
    padding: 0;
    background-color: #fff;
    border: 0
}

.product-details-ac .card .card-header button {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 5px;
    width: 100%;
    text-align: right;
    padding-right: 20px
}

.product-details-ac .card .card-header button span {
    color: #00bfd6;
    float: left
}

.product-details-ac .card .card-header button span i {
    float: left;
    font-size: 10px;
    font-weight: 700;
    margin: 3px
}

.product-details-ac .box-tabs .card-body p {
    margin: 0
}

.product-details-ac .comments-area .comment-content {
    padding-right: 0;
    padding-left: 0
}

.product-details-ac .comments-area ol.comment-list li .comment-body {
    padding: 20px
}

#modal-edit-location .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 20px;
    padding-top: 2px
}

#modal-edit-location .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none
}

@media (max-width: 1450px) {
    main.single-product .product .gallery-items li:nth-child(4) {
        display: none
    }
}

@media (max-width: 1280px) {
    .table-suppliers table {
        width: 1280px
    }
}

@media (max-width: 1200px) {
    .center-breakpoint {
        margin: 0 auto
    }
}

@media (max-width: 1150px) {
    main.single-product .product .gallery-items.hidden-sm li a {
        width: 45px;
        height: 45px
    }

    .listing-header {
        padding: 6px 0 0 0;
        overflow: hidden;
        overflow-x: scroll
    }

    .listing-sort {
        display: block;
        width: 100%;
        min-width: 750px;
        padding-right: 40px
    }

    .comments-product-attributes .slider.slider-horizontal {
        width: 90%
    }
}

@media (max-width: 1077px) {
    header.main-header {
        display: none
    }

    nav.header-responsive {
        display: block
    }

    .alert-site {
        position: fixed;
        z-index: 100000
    }

    main.profile-user-page .table-order {
        overflow-x: scroll
    }

    .table-order-head {
        margin-top: 8px;
        min-width: 1000px
    }

    .table-order-body {
        min-width: 1000px
    }

    .params .params-title {
        color: #00bfd6
    }

    .params .params-title:before {
        display: none
    }

    .params .params-list li .params-list-key {
        float: right;
        width: 100%;
        color: #000;
        font-weight: 700
    }

    .params .params-list li .params-list-value {
        float: right;
        width: 100%;
        background-color: transparent
    }

    .product-feature-box {
        display: none
    }

    .sidebar-collapse .navbar-collapse {
        position: absolute;
        display: block;
        top: 0;
        height: 100vh !important;
        width: 300px;
        right: -300px;
        z-index: 1032;
        visibility: visible;
        background-color: #fff;
        overflow-y: scroll;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -o-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -webkit-box-shadow: -2px 0 4px 0 rgba(0, 0, 0, .13);
        box-shadow: -2px 0 4px 0 rgba(0, 0, 0, .13)
    }

    .sidebar-collapse .navbar-collapse:before {
        background: #fff;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: .3125rem
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
        color: #fff
    }

    .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
        color: #fff
    }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 0
    }

    .sidebar-collapse .navbar .navbar-nav .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .sidebar-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu, .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu:before, .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before {
        display: none
    }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus, .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #000
    }

    .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 7px
    }

    .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear
    }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 5px
    }

    .sidebar-collapse .bar1, .sidebar-collapse .bar2, .sidebar-collapse .bar3 {
        outline: 1px solid transparent
    }

    .sidebar-collapse .bar1 {
        top: 0;
        -webkit-animation: topbar-back .5s linear 0s;
        -moz-animation: topbar-back .5s linear 0s;
        animation: topbar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .sidebar-collapse .bar2 {
        opacity: 1
    }

    .sidebar-collapse .bar3 {
        bottom: 0;
        -webkit-animation: bottombar-back .5s linear 0s;
        -moz-animation: bottombar-back .5s linear 0s;
        animation: bottombar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .sidebar-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x .5s linear 0s;
        -moz-animation: topbar-x .5s linear 0s;
        animation: topbar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .sidebar-collapse .toggled .bar2 {
        opacity: 0
    }

    .sidebar-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x .5s linear 0s;
        -moz-animation: bottombar-x .5s linear 0s;
        animation: bottombar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    @keyframes topbar-x {
        0% {
            top: 0;
            transform: rotate(0)
        }
        45% {
            top: 6px;
            transform: rotate(145deg)
        }
        75% {
            transform: rotate(130deg)
        }
        100% {
            transform: rotate(135deg)
        }
    }@-webkit-keyframes topbar-x {
         0% {
             top: 0;
             -webkit-transform: rotate(0)
         }
         45% {
             top: 6px;
             -webkit-transform: rotate(145deg)
         }
         75% {
             -webkit-transform: rotate(130deg)
         }
         100% {
             -webkit-transform: rotate(135deg)
         }
     }@-moz-keyframes topbar-x {
          0% {
              top: 0;
              -moz-transform: rotate(0)
          }
          45% {
              top: 6px;
              -moz-transform: rotate(145deg)
          }
          75% {
              -moz-transform: rotate(130deg)
          }
          100% {
              -moz-transform: rotate(135deg)
          }
      }@keyframes topbar-back {
           0% {
               top: 6px;
               transform: rotate(135deg)
           }
           45% {
               transform: rotate(-10deg)
           }
           75% {
               transform: rotate(5deg)
           }
           100% {
               top: 0;
               transform: rotate(0)
           }
       }@-webkit-keyframes topbar-back {
            0% {
                top: 6px;
                -webkit-transform: rotate(135deg)
            }
            45% {
                -webkit-transform: rotate(-10deg)
            }
            75% {
                -webkit-transform: rotate(5deg)
            }
            100% {
                top: 0;
                -webkit-transform: rotate(0)
            }
        }@-moz-keyframes topbar-back {
             0% {
                 top: 6px;
                 -moz-transform: rotate(135deg)
             }
             45% {
                 -moz-transform: rotate(-10deg)
             }
             75% {
                 -moz-transform: rotate(5deg)
             }
             100% {
                 top: 0;
                 -moz-transform: rotate(0)
             }
         }@keyframes bottombar-x {
              0% {
                  bottom: 0;
                  transform: rotate(0)
              }
              45% {
                  bottom: 6px;
                  transform: rotate(-145deg)
              }
              75% {
                  transform: rotate(-130deg)
              }
              100% {
                  transform: rotate(-135deg)
              }
          }@-webkit-keyframes bottombar-x {
               0% {
                   bottom: 0;
                   -webkit-transform: rotate(0)
               }
               45% {
                   bottom: 6px;
                   -webkit-transform: rotate(-145deg)
               }
               75% {
                   -webkit-transform: rotate(-130deg)
               }
               100% {
                   -webkit-transform: rotate(-135deg)
               }
           }@-moz-keyframes bottombar-x {
                0% {
                    bottom: 0;
                    -moz-transform: rotate(0)
                }
                45% {
                    bottom: 6px;
                    -moz-transform: rotate(-145deg)
                }
                75% {
                    -moz-transform: rotate(-130deg)
                }
                100% {
                    -moz-transform: rotate(-135deg)
                }
            }@keyframes bottombar-back {
                 0% {
                     bottom: 6px;
                     transform: rotate(-135deg)
                 }
                 45% {
                     transform: rotate(10deg)
                 }
                 75% {
                     transform: rotate(-5deg)
                 }
                 100% {
                     bottom: 0;
                     transform: rotate(0)
                 }
             }@-webkit-keyframes bottombar-back {
                  0% {
                      bottom: 6px;
                      -webkit-transform: rotate(-135deg)
                  }
                  45% {
                      -webkit-transform: rotate(10deg)
                  }
                  75% {
                      -webkit-transform: rotate(-5deg)
                  }
                  100% {
                      bottom: 0;
                      -webkit-transform: rotate(0)
                  }
              }@-moz-keyframes bottombar-back {
                   0% {
                       bottom: 6px;
                       -moz-transform: rotate(-135deg)
                   }
                   45% {
                       -moz-transform: rotate(10deg)
                   }
                   75% {
                       -moz-transform: rotate(-5deg)
                   }
                   100% {
                       bottom: 0;
                       -moz-transform: rotate(0)
                   }
               }@-webkit-keyframes fadeIn {
                    0% {
                        opacity: 0
                    }
                    100% {
                        opacity: 1
                    }
                }@-moz-keyframes fadeIn {
                     0% {
                         opacity: 0
                     }
                     100% {
                         opacity: 1
                     }
                 }@keyframes fadeIn {
                      0% {
                          opacity: 0
                      }
                      100% {
                          opacity: 1
                      }
                  }.sidebar-collapse [class*=navbar-expand-] .navbar-collapse {
                       width: 300px
                   }

    .sidebar-collapse .wrapper {
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        cursor: pointer;
        background-color: transparent;
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -o-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        right: 0
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: 0 0 !important
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px
    }

    .bootstrap-collapse .navbar .navbar-nav .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu, .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu:before, .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before {
        display: none
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus, .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #fff
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 7px
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear
    }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
        margin-top: 5px
    }

    .bootstrap-collapse .bar1, .bootstrap-collapse .bar2, .bootstrap-collapse .bar3 {
        outline: 1px solid transparent
    }

    .bootstrap-collapse .bar1 {
        top: 0;
        -webkit-animation: topbar-back .5s linear 0s;
        -moz-animation: topbar-back .5s linear 0s;
        animation: topbar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .bootstrap-collapse .bar2 {
        opacity: 1
    }

    .bootstrap-collapse .bar3 {
        bottom: 0;
        -webkit-animation: bottombar-back .5s linear 0s;
        -moz-animation: bottombar-back .5s linear 0s;
        animation: bottombar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .bootstrap-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x .5s linear 0s;
        -moz-animation: topbar-x .5s linear 0s;
        animation: topbar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .bootstrap-collapse .toggled .bar2 {
        opacity: 0
    }

    .bootstrap-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x .5s linear 0s;
        -moz-animation: bottombar-x .5s linear 0s;
        animation: bottombar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    @keyframes topbar-x {
        0% {
            top: 0;
            transform: rotate(0)
        }
        45% {
            top: 6px;
            transform: rotate(145deg)
        }
        75% {
            transform: rotate(130deg)
        }
        100% {
            transform: rotate(135deg)
        }
    }@-webkit-keyframes topbar-x {
         0% {
             top: 0;
             -webkit-transform: rotate(0)
         }
         45% {
             top: 6px;
             -webkit-transform: rotate(145deg)
         }
         75% {
             -webkit-transform: rotate(130deg)
         }
         100% {
             -webkit-transform: rotate(135deg)
         }
     }@-moz-keyframes topbar-x {
          0% {
              top: 0;
              -moz-transform: rotate(0)
          }
          45% {
              top: 6px;
              -moz-transform: rotate(145deg)
          }
          75% {
              -moz-transform: rotate(130deg)
          }
          100% {
              -moz-transform: rotate(135deg)
          }
      }@keyframes topbar-back {
           0% {
               top: 6px;
               transform: rotate(135deg)
           }
           45% {
               transform: rotate(-10deg)
           }
           75% {
               transform: rotate(5deg)
           }
           100% {
               top: 0;
               transform: rotate(0)
           }
       }@-webkit-keyframes topbar-back {
            0% {
                top: 6px;
                -webkit-transform: rotate(135deg)
            }
            45% {
                -webkit-transform: rotate(-10deg)
            }
            75% {
                -webkit-transform: rotate(5deg)
            }
            100% {
                top: 0;
                -webkit-transform: rotate(0)
            }
        }@-moz-keyframes topbar-back {
             0% {
                 top: 6px;
                 -moz-transform: rotate(135deg)
             }
             45% {
                 -moz-transform: rotate(-10deg)
             }
             75% {
                 -moz-transform: rotate(5deg)
             }
             100% {
                 top: 0;
                 -moz-transform: rotate(0)
             }
         }@keyframes bottombar-x {
              0% {
                  bottom: 0;
                  transform: rotate(0)
              }
              45% {
                  bottom: 6px;
                  transform: rotate(-145deg)
              }
              75% {
                  transform: rotate(-130deg)
              }
              100% {
                  transform: rotate(-135deg)
              }
          }@-webkit-keyframes bottombar-x {
               0% {
                   bottom: 0;
                   -webkit-transform: rotate(0)
               }
               45% {
                   bottom: 6px;
                   -webkit-transform: rotate(-145deg)
               }
               75% {
                   -webkit-transform: rotate(-130deg)
               }
               100% {
                   -webkit-transform: rotate(-135deg)
               }
           }@-moz-keyframes bottombar-x {
                0% {
                    bottom: 0;
                    -moz-transform: rotate(0)
                }
                45% {
                    bottom: 6px;
                    -moz-transform: rotate(-145deg)
                }
                75% {
                    -moz-transform: rotate(-130deg)
                }
                100% {
                    -moz-transform: rotate(-135deg)
                }
            }@keyframes bottombar-back {
                 0% {
                     bottom: 6px;
                     transform: rotate(-135deg)
                 }
                 45% {
                     transform: rotate(10deg)
                 }
                 75% {
                     transform: rotate(-5deg)
                 }
                 100% {
                     bottom: 0;
                     transform: rotate(0)
                 }
             }@-webkit-keyframes bottombar-back {
                  0% {
                      bottom: 6px;
                      -webkit-transform: rotate(-135deg)
                  }
                  45% {
                      -webkit-transform: rotate(10deg)
                  }
                  75% {
                      -webkit-transform: rotate(-5deg)
                  }
                  100% {
                      bottom: 0;
                      -webkit-transform: rotate(0)
                  }
              }@-moz-keyframes bottombar-back {
                   0% {
                       bottom: 6px;
                       -moz-transform: rotate(-135deg)
                   }
                   45% {
                       -moz-transform: rotate(10deg)
                   }
                   75% {
                       -moz-transform: rotate(-5deg)
                   }
                   100% {
                       bottom: 0;
                       -moz-transform: rotate(0)
                   }
               }@-webkit-keyframes fadeIn {
                    0% {
                        opacity: 0
                    }
                    100% {
                        opacity: 1
                    }
                }@-moz-keyframes fadeIn {
                     0% {
                         opacity: 0
                     }
                     100% {
                         opacity: 1
                     }
                 }@keyframes fadeIn {
                      0% {
                          opacity: 0
                      }
                      100% {
                          opacity: 1
                      }
                  }.profile-photo .profile-photo-small {
                       margin-left: -2px
                   }

    .button-dropdown {
        display: none
    }

    .section-nucleo-icons .container .row > [class*=col-]:first-child {
        text-align: center
    }

    .footer .copyright {
        text-align: right
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px
    }

    .navbar-nav .nav-link i.fa, .navbar-nav .nav-link i.now-ui-icons {
        opacity: .5
    }

    .section-images {
        height: 500px;
        max-height: 500px
    }

    .section-images .hero-images-container {
        max-width: 500px
    }

    .section-images .hero-images-container-1 {
        right: 10%;
        top: 68%;
        max-width: 269px
    }

    .section-images .hero-images-container-2 {
        right: 5%;
        max-width: 135px;
        top: 93%
    }

    .navbar .navbar-nav.navbar-logo {
        display: none
    }

    .logo-nav-res {
        margin: 20px 0
    }

    .logo-nav-res a {
        position: relative
    }

    .logo-nav-res a::after {
        content: '';
        position: absolute;
        bottom: -10px;
        width: 80%;
        height: 1px;
        background-color: #e5e5ea;
        right: 0;
        left: 0;
        margin: auto
    }

    .logo-nav-res a img {
        max-width: 100%
    }

    nav.header-responsive > ul {
        position: relative;
        padding: 0
    }

    nav.header-responsive > ul li {
        float: right;
        width: 100%
    }

    nav.header-responsive ul ul {
        display: none;
        padding: 0;
        direction: ltr;
        background-color: #f5f5f5
    }

    nav.header-responsive ul ul {
        border-top: 1px solid #e5e5ea
    }

    nav.header-responsive ul ul ul {
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    nav.header-responsive ul ul li a {
        background-color: transparent
    }

    nav.header-responsive > ul > li > a {
        font-size: 16px;
        display: block;
        padding: 7px 22px;
        background: #fff;
        color: #ff1744
    }

    .navbar a:not(.btn):not(.dropdown-item) {
        color: #757575
    }

    nav.header-responsive a {
        cursor: pointer;
        background-color: #fff;
        display: block
    }

    nav.header-responsive ul > li > ul > li {
        position: relative
    }

    nav.header-responsive ul > li > ul > li::before {
        position: absolute;
        right: 20px;
        top: 10px;
        color: #3633e6;
        font-size: 18px
    }

    nav.header-responsive ul > li > ul > li > a:hover {
        color: #3633e6
    }

    nav.header-responsive ul > li > ul > li > a {
        font-size: 14px;
        display: block;
        padding: 0 20px;
        line-height: 44px;
        color: #283971
    }

    nav.header-responsive ul ul ul li a {
        padding-right: 40px
    }

    nav.header-responsive ul > li.sub-menu {
        position: relative
    }

    nav.header-responsive ul > li.sub-menu::before {
        content: '';
        position: absolute;
        left: 26px;
        top: 15px;
        width: 18px;
        height: 18px;
        border: 1px solid #757575;
        border-radius: 50%
    }

    nav.header-responsive ul > li.sub-menu > a::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 2px;
        background: #757575;
        left: 30px;
        top: 23px;
        z-index: 99;
        transition: all .1s ease-out
    }

    nav.header-responsive ul > li.sub-menu > a::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 10px;
        background: #757575;
        left: 34px;
        top: 19px;
        transition: all .1s ease-out
    }

    nav.header-responsive ul > li.sub-menu.open > a::before {
        transform: rotate(45deg)
    }

    nav.header-responsive ul > li.sub-menu.open > a::after {
        transform: rotate(45deg)
    }

    nav.header-responsive ul a {
        padding: 10px
    }

    main.cart, main.cart-page, main.main, main.page-404, main.profile-user-page, main.search-page, main.single-product {
        margin-top: 125px
    }

    .shopping-page main.cart-page {
        margin-top: 0
    }

    .page-404 {
        padding: 28px 0
    }

    .brand-slider .swiper-button-next, .brand-slider .swiper-button-prev {
        display: none
    }

    #amazing-slider {
        display: none
    }

    #amazing-slider-responsive {
        display: block
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 100%
    }

    .main-slider {
        height: 200px
    }

    .center-section {
        margin: 0 auto
    }

    .hidden-md {
        display: none
    }

    .show-md {
        display: block !important
    }

    .faq-answer-col--rules {
        border-right: 0
    }
}

@media (max-width: 830px) {
    .comments-product-attributes .slider.slider-horizontal {
        width: 100%
    }
}

@media (max-width: 768px) {
    .hidden-sm {
        display: none
    }

    .show-sm {
        display: block !important
    }

    .swiper-container-horizontal > .swiper-scrollbar {
        display: block
    }

    .widget-slider {
        box-shadow: none;
        background-color: transparent
    }

    .widget-slider .card-header {
        padding: 0
    }

    .widget-product .card-header .card-title {
        border-bottom: 0
    }

    .widget-product .card-header .card-title span {
        border-bottom: 0
    }

    .widget-product .product-carousel .swiper-slide {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        -webkit-border-radius: 9px;
        border-radius: 9px;
        padding: 8px 0;
        border: 1px solid #f6f6f6;
        margin-bottom: 10px
    }

    .widget-product .swiper-slide img {
        max-width: 60%
    }

    .widget-product .swiper-button-next, .widget-product .swiper-button-prev {
        width: 35px;
        height: 50px
    }

    .widget-product .swiper-button-next i, .widget-product .swiper-button-prev i {
        line-height: 50px;
        font-size: 20px
    }

    .brand-slider a {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 hsla(0, 0%, 92%, .5);
        box-shadow: 0 2px 4px 0 hsla(0, 0%, 92%, .5)
    }

    .product-box-discount-badge {
        font-size: 10px;
        left: 10px
    }

    .product-feature {
        border-top: 0
    }

    .brand-slider .swiper-slide {
        margin-bottom: 20px
    }

    .container {
        max-width: 100%
    }

    .box-tabs-tab a, .box-tabs-tab a.active {
        font-size: 14px;
        line-height: 23px;
        padding: 10px
    }

    .box-tabs-tab a i {
        margin-left: 2px
    }

    .amazing-search .breadcrumb-list li a, .amazing-search .breadcrumb-list li:before, .amazing-search .breadcrumb-list li:last-child {
        color: #6a6a6a
    }

    .comments-area h3.comment-reply-title {
        margin-right: 0
    }

    .comments-area ol.children {
        padding: 0
    }

    p.comment-notes {
        margin-right: 0
    }

    span.dl-none-sm {
        display: none
    }

    .checkout-order-summary-col-post-time {
        font-size: 10px
    }

    span.fs-sm {
        font-size: 9px
    }

    body, main.main {
        background: #f9f9f9
    }

    .product .price-product .price-discount {
        margin: 20px 0
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 15px
    }

    .widget-product .product-carousel .swiper-slide ins {
        font-size: 14px
    }

    .widget-product .product-carousel .swiper-slide .post-title {
        font-size: 12px;
        max-height: 54px;
        line-height: 19px;
        height: 54px;
        margin-bottom: 11px;
        padding: 0 10px
    }

    .widget-product .product-carousel .swiper-slide .price {
        height: 44px
    }

    .widget-product .swiper-button-next, .widget-product .swiper-button-prev {
        display: none
    }

    .hidden-mb {
        display: none !important
    }

    .show-mb {
        display: block !important
    }

    .view-all.show-mb {
        display: block !important;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 191, 214, .5);
        box-shadow: 0 2px 6px 0 rgba(0, 191, 214, .5);
        font-size: 18px;
        line-height: 1.222;
        letter-spacing: -.6px;
        color: #fff;
        background-color: #00bfd6;
        padding: 14px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        cursor: pointer
    }

    .product-carousel {
        padding: 0 2px
    }

    footer.main-footer, footer.main-footer .copyright, footer.main-footer .description {
        background-color: #1b3281
    }

    footer.main-footer .back-to-top {
        text-align: center;
        font-size: 16px;
        background-color: #fff
    }

    .widget-slider .swiper-container {
        padding-bottom: 8px;
        border-bottom: 1px solid #e5e5ea
    }

    #amazing-slider-responsive .widget-slider .swiper-container {
        padding-bottom: 0;
        border-bottom: 0
    }

    #amazing-slider-responsive .swiper-container-horizontal > .swiper-scrollbar {
        bottom: 0 !important
    }

    .listing-items .product-box {
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .product-box-img {
        float: right;
        display: unset;
        width: 30%;
        height: 90%;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        position: unset
    }

    .listing-items .product-box-content {
        float: right;
        display: unset;
        width: 70%;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        flex-grow: unset
    }

    .product-seller-details-item-grid {
        opacity: 1
    }

    .product-title {
        display: block;
        width: 100%;
        overflow-x: auto
    }

    .remodal-gallery {
        height: unset
    }

    .remodal-gallery-main {
        display: unset;
        display: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin-right: 0;
        margin-left: 0;
        height: unset
    }

    .remodal-gallery-content {
        width: 100%;
        -ms-flex: unset;
        flex: unset;
        max-width: 100%;
        height: unset;
        margin-bottom: 20px
    }

    .remodal-gallery-side {
        width: 100%;
        -ms-flex: unset;
        flex: unset;
        max-width: 100%;
        padding: 0;
        border-left: 1px solid #eaeaea;
        text-align: center
    }

    .remodal-gallery-side .swiper-container {
        height: unset
    }

    .remodal-gallery-content .swiper-slide {
        display: unset;
        display: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .remodal-gallery-side .swiper-button-prev {
        color: #a8a8a8;
        top: 30%;
        left: 10px;
        right: auto;
        width: 40px;
        height: 40px
    }

    .remodal-gallery-side .swiper-button-next {
        color: #a8a8a8;
        top: 30%;
        right: 10px;
        left: auto;
        width: 40px;
        height: 40px
    }

    .remodal-gallery-side .swiper-button-prev:before {
        content: "\ea3a"
    }

    .remodal-gallery-side .swiper-button-next:before {
        content: "\ea3b"
    }

    .remodal-gallery-side .swiper-slide:before {
        height: 2px;
        width: 100%;
        left: 0;
        bottom: 0
    }

    .product-params ul, .product-variant {
        margin-top: 0;
        margin-bottom: 0
    }

    .product-params {
        padding-bottom: 40px
    }

    .listing-sort {
        text-align: right
    }

    .modal-dialog.in-responsive-full-width {
        margin: 0;
        max-width: 100%
    }

    .c-compare-img:after {
        display: none
    }

    .swiper-compare-slider .swiper-button-next, .swiper-compare-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }

    .card-horizontal-address, .card-horizontal-product {
        border-radius: 0;
        padding-left: 16px
    }

    .profile-order-address-col {
        max-width: 100%;
        flex: unset
    }

    .profile-order-address-value {
        margin-bottom: 0
    }

    .section-product-gallery {
        border-left: 0 !important
    }

    main.single-product .product .gallery-items.show-sm li {
        display: unset
    }

    main.single-product .product .gallery-items.show-sm li a {
        display: block
    }

    main.single-product .product .gallery-items.show-sm li a img {
        width: auto
    }

    .product-directory {
        padding-top: 5px
    }

    .box-tabs .card-body {
        padding: 10px
    }

    .box-tabs .comments-summary-note .dk-btn {
        font-size: 14px;
        text-align: center;
        padding: 13px 50px
    }

    .box-tabs .comments-summary-note .dk-btn:before {
        transition: all .3s ease-in-out;
        width: 48px;
        height: 150%;
        position: absolute;
        right: -11px;
        top: -17px;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        border-radius: 40px 0 0 40px
    }

    .box-tabs .comments-summary-note .dk-btn > i {
        font-size: 20px;
        position: absolute;
        right: 7px;
        top: 14px;
        color: rgba(255, 255, 255, .7);
        font-style: normal
    }

    .comments-product-attributes .slider.slider-horizontal {
        width: 90%
    }

    .create-comment-product .product-gallery {
        text-align: center
    }

    .comments-add-col--content h3 {
        margin-bottom: 0
    }

    .faq-list > li .section {
        padding-bottom: 0
    }

    .faq-list > li {
        margin-right: 0;
        padding: 19px 17px 0 10px;
        background-color: #fff;
        min-height: auto
    }

    .faq-answer-col--rules .faq-rules-list {
        margin-bottom: 15px
    }

    .faq-list > li .section > p {
        font-size: 14px !important
    }

    .faq-answer-col--rules {
        padding-right: 7px
    }

    .faq-rules-list li {
        padding-right: 23px
    }

    .faq-list > li:after, .faq-list > li:before {
        display: none
    }

    .faq-list > li.is-question .section .header {
        padding-top: 0;
        width: 100%;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    .faq-list > li.is-question .section .header:before {
        content: "?";
        position: absolute;
        right: 3px;
        font-size: 30px;
        top: -10px
    }

    .faq-list > li .section .header .h5 {
        text-align: right;
        padding-right: 50px;
        font-size: 21px;
        margin-top: -10px
    }

    .faq-list > li.is-question .section .header:after {
        content: '';
        position: absolute;
        top: -10px;
        right: -10px;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border: 2px solid #35ccde;
        border-radius: 10px
    }

    .faq-list > li.is-answer .section .header {
        width: 100%;
        top: 0;
        right: 0
    }

    .faq-list > li.is-answer .section .header .h5 {
        padding-right: 0
    }

    .faq-list > li.is-answer .section .header span {
        display: inline-block
    }

    .faq-list > li .section .footer {
        padding-right: 0;
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 10px;
        position: unset
    }

    .faq-answer-col--form {
        padding: 0 10px
    }

    .faq-answer-col--form span.h3 {
        margin-bottom: 15px;
        font-size: 21px !important
    }

    .form-faq-answer-col {
        width: 99%
    }

    .form-faq-answer-col textarea {
        height: 250px
    }
}

@media (max-width: 700px) {
    .is-sticky-enable .c-compare-placement {
        height: 150px
    }

    .c-compare-add button.dk-btn, .c-compare-img a.btn-primary {
        font-size: 10px;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: center;
        position: relative
    }
}

@media (max-width: 650px) {
    .main-slider .carousel-indicators {
        bottom: -10px
    }

    .c-product-additional-info {
        display: none
    }
}

@media screen and (max-width: 580px) {
    .alert-site button.close {
        position: absolute;
        left: 11px;
        right: auto;
        top: 50%;
        transform: translateY(-50%)
    }

    .box-tabs .card-body p {
        font-size: 13px
    }
}

@media (max-width: 576px) {
    .comments-product-attributes .slider.slider-horizontal {
        width: 100%
    }

    .comments-add-col--content #commentForm {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .comments-add-col--content h3 {
        font-size: 15px;
        font-weight: 700
    }

    .comments-add-col--content p {
        font-size: 13px
    }
}

@media (max-width: 540px) {
    #product-seller-info, .cart-empty, .cart-page .checkout-aside .checkout-summary, .cart-page-content .checkout-content, .checkout-feature-aside, .checkout-order-summary, .checkout-order-summary-header, .checkout-paymethod, .checkout-price-options-container, .order-info, .shopping-page .checkout-contact, .shopping-page .checkout-invoice, .shopping-page .checkout-pack, .success-checkout, .warning-checkout, main.profile-user-page .content-section, main.profile-user-page .profile-box, main.profile-user-page .profile-menu, main.single-product .product {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 0
    }

    #price_box {
        padding-right: 0;
        padding-left: 0
    }

    #product-seller-info {
        background-color: #fff
    }

    .cart-page-title {
        margin-top: 0
    }

    .shopping-page .cart-page-title {
        margin-top: 20px;
        margin-bottom: 0
    }

    .shopping-page .cart-page-title h1 {
        margin-bottom: 8px
    }

    .checkout-paymethod-title {
        padding-top: 10px;
        margin-top: 0
    }

    .table-cart .checkout-item td {
        display: block;
        text-align: right
    }

    .table-cart .checkout-item td:first-child img {
        display: block;
        margin: auto
    }

    .table-cart .checkout-title {
        padding: 0;
        margin-bottom: 0
    }

    .table-cart .checkout-item td:last-child {
        text-align: left;
        font-size: 18px
    }

    .number-input {
        border-radius: 5px;
        border-color: #eee
    }

    .number-input button:after, .number-input button:before {
        background-color: #0fabc6
    }

    .number-input input[type=number] {
        border-left: 0;
        border-right: 0
    }

    .checkout-summary-content .wiki {
        display: none
    }
}

@media (max-width: 520px) {
    .container {
        max-width: 100%
    }

    #amazing-slider {
        display: none
    }

    #amazing-slider-responsive {
        display: block
    }

    .box-tabs-tab {
        width: 25%;
        text-align: center
    }

    .box-tabs-tab a {
        font-size: 12px
    }

    .box-tabs-tab a i {
        display: none
    }

    .single-product .card-header {
        background-color: #fff
    }

    .widget-slider .card-header {
        background-color: transparent
    }

    .single-product .card-header button {
        font-size: 14px
    }

    .shopping-page .checkout-contact-location {
        position: relative;
        display: inline-block;
        margin: 0 30px 30px
    }

    .verify-phone-number {
        width: 100%
    }

    .comments-summary-box, .comments-summary-note {
        padding-right: 0;
        padding-left: 0
    }

    .comments-summary-note > span {
        font-size: 18px !important
    }

    main.single-product .breadcrumb {
        font-size: 10px;
        margin-bottom: 4px
    }
}

@media (max-width: 480px) {
    .account-box {
        width: 100%
    }

    .account-box-title {
        padding: 10px;
        font-size: 16px
    }

    .account-box-content {
        padding: 0 10px
    }

    .form-account-title {
        font-size: 12px
    }

    .input-label i:before {
        right: 10px;
        top: 17px;
        font-size: 16px
    }

    .input-field::placeholder {
        font-size: 13px;
        padding-right: 20px
    }

    .account-box-content .input-label + .input-field {
        padding-right: 30px
    }

    .account-box-content .dk-btn {
        font-size: 14px;
        padding: 17px 55px
    }

    .cart-empty-icon {
        width: 137px;
        height: 137px;
        line-height: 170px
    }

    .cart-empty-icon i {
        font-size: 50px
    }

    .cart-empty-title {
        font-size: 22px;
        margin: 15px 0 15px
    }

    .cart-empty a.dk-btn {
        display: block;
        font-size: 12px;
        padding: 17px 50px
    }

    .product-add a.dk-btn {
        display: block;
        font-size: 16px
    }

    .dk-btn:before {
        width: 60px;
        right: -21px
    }

    .dk-btn > i {
        font-size: 19px;
        right: 9px
    }

    .account-box-message-links .btn-link-border {
        font-size: 12px
    }

    .tab-items {
        width: 100%;
        overflow-x: scroll;
        padding: 4px 1px 0
    }

    .tab-items ul {
        min-width: 440px
    }

    .card-horizontal-address {
        min-height: 290px
    }

    .card-horizontal-address-methods {
        width: 100%;
        float: unset !important
    }

    .card-horizontal-address-actions {
        width: 100%;
        position: relative !important;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        bottom: 0 !important;
        left: 0 !important;
        float: unset !important
    }

    .card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method {
        font-size: 14px
    }

    .card-horizontal-address .card-horizontal-address-desc p {
        font-size: 14px !important
    }

    footer.main-footer .footer-widgets .newsletter form .form-control {
        border-radius: 9px;
        background-color: #f0f0f0;
        border-color: #e5e5ea;
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 15px;
        font-size: 1.071rem;
        line-height: 1.467;
        height: unset;
        padding-left: 10px !important
    }

    footer.main-footer .footer-widgets .newsletter form .btn {
        -webkit-border-radius: 9px;
        border-radius: 9px !important;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 191, 214, .5);
        box-shadow: 0 2px 6px 0 rgba(0, 191, 214, .5);
        font-size: 18px;
        font-size: 1.286rem;
        line-height: 1.222;
        letter-spacing: -.6px;
        color: #fff;
        background-color: #00bfd6;
        border: 0;
        padding: 14px;
        width: 100%;
        text-align: center;
        height: unset;
        position: relative;
        margin-top: 13px
    }

    .param-title span {
        font-size: 13px
    }

    .comments-area ol.comment-list .footer {
        position: relative;
        bottom: unset;
        left: unset
    }

    .comments-area .comment-content {
        padding-bottom: 0
    }

    .product-details-ac .comments-area ol.comment-list li .comment-body {
        padding-bottom: 0
    }

    .comments-likes .text-comment-like {
        display: block;
        text-align: right;
        margin-bottom: 7px
    }

    .comments-likes .btn-like {
        margin-right: 7px
    }

    .checkout-address-box ul {
        display: block
    }

    .btn-group-address {
        text-align: left
    }

    .btn-group-address li {
        display: inline-block
    }
}

@media (max-width: 370px) {
    .account-box .message-light {
        font-size: 12px;
        line-height: 2;
        padding: 5px;
        position: relative;
        border-radius: 5px;
        line-height: 22px;
        margin: 5px;
        background-color: #fffde4;
        border: 1px solid #f6e8a1;
        color: #a37731
    }

    .verify-phone-number .numbers-verify .line-number {
        display: inline-block;
        width: 25px;
        height: 30px;
        border: 0;
        border-bottom: 4px solid #c8c8c8;
        margin: 0 7px;
        outline: 0;
        text-align: center;
        font-weight: 700;
        font-size: 15px
    }

    .verify-phone-number .message-light a {
        display: table;
        margin: 0
    }

    .verify-phone-number .account-box-footer {
        font-size: 12px
    }

    .listing-items .price-value-wrapper {
        font-size: 20px !important
    }

    .remodal-wrapper {
        margin-bottom: 10px
    }
}

@media (max-width: 360px) {
    .cart-empty a.dk-btn {
        padding: 17px
    }

    .cart-empty .dk-btn:before, .cart-empty a.dk-btn > i {
        display: none
    }

    .checkout-summary-content .parent-btn .dk-btn {
        font-size: 16px
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 12px
    }

    #amazing-slider-responsive .countdown-timer {
        font-size: 15px
    }

    .shopping-page header.header-shopping .checkout-steps li {
        font-size: 11px
    }
}

.category-desc {
    height: 312px;
    color: #787878;
    padding: 20px 10px 30px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 7px 8px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 4%)
}

.category-desc.ht-fixed {
    overflow: hidden;
    position: relative
}

.category-desc.ht-fixed.active {
    height: auto;
    padding-bottom: 50px
}

.category-desc h1 {
    font-size: 16px
}

.category-desc p {
    font-size: 13px;
    text-align: justify
}

.category-desc .show-more-content {
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #a2a2a2;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    cursor: pointer
}

.category-desc .expandable-text-expand-btn-shadowed {
    height: 70px;
    line-height: 100px;
    background-color: unset;
    font-weight: 700;
    font-size: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .3)), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .3), #fff)
}

.c-time-table__table {
    position: relative;
    border: unset;
    border-radius: unset;
    padding: unset;
    margin-top: 16px
}

.c-time-table__day-details {
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.c-time-table__day-name {
    color: #3e3f3f;
    font-weight: unset;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571
}

.time-table__table {
    position: relative;
    border: unset;
    border-radius: unset;
    padding: unset;
    margin-top: 16px
}

.time-table__day-details {
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.time-table__day-name {
    color: #3e3f3f;
    font-weight: unset;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571
}

.time-table__date {
    color: #979797;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2
}

.time-table__hour-container {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: unset;
    padding: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    list-style: none
}

.outline-radio {
    position: relative;
    min-width: 24px
}

.outline-radio input[type=radio] {
    visibility: hidden;
    position: absolute
}

.time-table__radio-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: unset;
    min-width: 95px;
    height: unset;
    padding: 10px 20px;
    text-align: center;
    color: #424750;
    cursor: pointer;
    border: 1px solid #eee;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px
}

.time-table__hour-container input[type=radio]:checked + .time-table__radio-label {
    background-color: rgba(0, 191, 214, .03);
    color: #00bfd6;
    border-color: #00bfd6;
    border-width: 2px;
    padding: 9px 19px;
    -webkit-box-shadow: 0 8px 13px -7px rgb(0 191 214 / 35%);
    box-shadow: 0 8px 13px -7px rgb(0 191 214 / 35%)
}

.time-table__hour-item:first-of-type .time-table__radio-label {
    border-radius: 0 5px 5px 0
}

.time-table__hour-item:last-of-type .time-table__radio-label {
    border-radius: 8px 0 0 8px
}

.time-table__hour-item:last-of-type:first-of-type .time-table__radio-label {
    border-radius: 8px
}

.time-table__radio-label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.time-table__hour-shipping-cost {
    font-size: 10px;
    font-size: .714rem;
    line-height: 17px;
    color: #424750
}

.alert-site.alert.alert-warning.alert-dismissible.fade.show {
  font-size: 18px;
}